Tag Archives: Code

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

CSS3 XHTML Template

Since the implementation of CSS3 into some of the modern browsers, eg. Webkit based browsers and Firefox we’re starting to see more and more websites use CSS3 to style the pages. I have made an example of how we can … Continue reading

Posted in Code | Tagged , , | 1 Comment

Basic Tutorial PHP/MySQL (Part 1)

One of the most requested tutorials are those that explain how to connect and use a MySQL database server with PHP code. I have written a basic tutorial showing how to perform MySQL queries with PHP. So you’re wanting to … Continue reading

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

PHPCache Release

I have been working on a small class to cache functions in PHP. I have come up with a class that will allow you to convert any standard function into a cached function with just one line of code. The … Continue reading

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

Easy JQuery AJAX Links

This is something pretty basic, but I thought it would come in handy for people that might want to use JQuery AJAX but doesn’t want to write a lot of code to do it. The following code will allow you … Continue reading

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