Alex Wells website developer logo

Main menu

  • Home
  • Blog
    • Tutorials
    • Bookmarks
    • Website Q&A
    • Submit a Question
  • Web Development
    • Website Projects
    • WordPress
    • Portfolio
  • About me
    • Pinterest
  • Contact me
    • Website review
Follow Alex Wells on Twitter connect with Alex Wells on LinkedIn alex-wells.co.uk rss feed

Home > Bookmarks

Bookmarks

Post navigation

← Older posts

JQuery Twitter Script for adding tweets to your website

Posted on September 3, 2012 by Alex Wells

This handy little bit of JQuery code lets you connect your website to twitter to extract information from single tweets from your stream to tweets from multiple users! or even a search for your company or band name.   for more information on this handy bit of code visit their website: http://tweet.seaofclouds.com/

Posted in Bookmarks | Leave a comment |

Persistent Login Cookie Best Practice – Login System theory bookmarks

Posted on July 4, 2012 by Alex Wells

Looking at creating a login system using PHP that’s more secure then the traditional set up, it will also let users stay logged in via cookies set on the devices This theory for logging users in essentially requires 3 bits of information to beheld in cookies on their computers when they login, the first is…

Posted in Bookmarks | Leave a comment |

check if input is a valid email – PHP code

Posted on June 13, 2012 by Alex Wells

This code snipit checks to see if the input is a valid email or not, it will even check to see if the domain name is in use so ‘fake’ email domains will be rejected, this will help keep your database clean! 1 <pre><code>function isValidEmail($email) { //Perform a basic syntax-Check //If this check fails, there's…

Posted in Bookmarks | Leave a comment |

Sanitize Database Inputs with PHP

Posted on June 13, 2012 by Alex Wells

Insuring that data entered into forms and via the URL of a website (POST & GET) is ‘safe’ to use is vital to preventing hackers from getting into your website   this snipit of PHP code will let you do just that, make sure you run it before saving information to a database and before…

Posted in Bookmarks, code | Leave a comment |

Finder crashes with a background image

Posted on June 5, 2012 by Alex Wells

after playing with the folder display options in Lion i set a background image for my images folder, the outcome of this was that finder would then use 6GB of RAM before crashing each time i tried to open the images folder, because it crashed when i tried to open it i was unable to…

Posted in Bookmarks | Leave a comment |

Upgrading to lion – Mac OSX 10.7

Posted on June 5, 2012 by Alex Wells

After having some file transfer issues with mac OSX 10.6 i upgraded to 10.7 (Lion) which i am glad to say has resolved the file transfer issue but has changed totally the way in which the track pad works which is doing my head in, why apple didn’t give people the option of selecting track…

Posted in Bookmarks | Leave a comment |

PHP page redirection SEO friendly way

Posted on May 31, 2012 by Alex Wells

When redesigning a website or adding / removing pages it is important that any old URLs are forwarded on correctly so that users are not left with dead links and search engine spiders scanning your site do not penalise you for non working links. So how do you forward on pages in a way that…

Posted in Blog, Bookmarks | Leave a comment |

Importance of Colour In Web Design:14 Useful Free PDFs for Web Designers

Posted on May 18, 2012 by Alex Wells

A list of 14 PDF ebooks with information on colour and web design, bookmarking to read through when i have some spare time! http://designbeep.com/2012/04/24/importance-of-color-in-web-design14-useful-free-pdf-ebooks-for-web-designers/ if you get chance to read and find them useful let me know.

Posted in Bookmarks | Leave a comment |

Show how many queries wordpress needs to do and how long they take

Posted on May 8, 2012 by Alex Wells

this bit of code for wordpress lets you see how many queries your pages are making and more importantly how long they are taking to do 1 <?php echo get_num_queries(); ?> queries in <?php timer_stop(1); ?> seconds. this will let you identify wordpress websites that are under performing and help you locate and correct the…

Posted in Bookmarks | Leave a comment |

How to use short codes in the widget area for wordpress websites

Posted on May 8, 2012 by Alex Wells

this useful bit of code will let you use shortcodes in your text widgets for your sidebars in wordpress: 1 add_filter('widget_text', 'do_shortcode'); add the code to your functions.php in your themes folder source: http://www.wprecipes.com/how-to-add-shortcodes-in-sidebar-widgets  

Posted in Bookmarks | Leave a comment |

Post navigation

← Older posts

Share this page

My Projects

Owlmarks.com

Web developer at

Website design bishops stortford

Twitter


alex-wells.co.uk RSS feed

Categories

  • Blog
  • Bookmarks
  • code
  • home
  • noPic
  • portfolio
  • Tutorials
  • Website Q&A
  • WordPress

Website Information

Cookie Policy
Blog Post List

Archives

  • May 2013
  • January 2013
  • December 2012
  • November 2012
  • October 2012
  • September 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
  • February 2012
  • January 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011

Recent Posts

  • First impressions count – what does your website say about you?
  • Reduce the cost of a new website / redesign
  • Just how easy is it to update your own WordPress website?
  • The ongoing process of running a website
  • How to write good content

Contact me

info@alex-wells.co.uk
@alex_simpsons

Pages

  • About me
  • Alex-Wells.co.uk Blog Post List
  • Contact me
  • Cookie Policy
  • Pinterest
  • Portfolio
  • Submit a Question
  • Web Development
  • Website Projects
  • Website review

Share this page

53 queries in 0.598 seconds.
© Alex Wells 2013