Monthly Archives: February 2010

jQuery Hide/Show Button

This is just a small example of how you can use jQuery to make an effective show/hide button(s) on a page with a few lines of code. It will support multiple instances per page and use it with HTML markup, … Continue reading

Posted in Code, Javascript | Tagged , | 4 Comments

jQuery ‘AjaxLinks’ Plugin

I previously wrote an article showing how you can turn a normal ‘A’ link into an ajax request and place the returned content into divs. This does the same job but used as a jQuery plugin with more customizable options … Continue reading

Posted in Code, Javascript | Tagged , , | Leave a comment

Dropbox Cloud Storage

Dropbox is a cloud storage system where you can backup your files and folders on their servers and access them in real-time on Windows and Linux machines. It integrates with the operating systems desktop manager and allows you to add/remove … Continue reading

Posted in Techy | Tagged , , | Leave a comment

PHP5 & Memcached (Example)

In this example I’ll be showing you how to read and write from a memcached server using PHP5, using singleton class design and some basic static functions to connect your servers up before performing the caching. For those of you … Continue reading

Posted in Code, PHP | Tagged , , | 1 Comment