Posts Tagged 'Content'

In-place editing with contentEditable property and jQuery

Posted by admin on December 11 2009 Add Comments

In-place editing with contentEditable property and jQuery
Try out a demonstration
Firefox 3 was released on June 17, 2008, and from that time, Firefox 2 browser share is quickly dropping. Very soon it will become inefficient to continue supporting it. And we will be able to use a lot of new Firefox 3 features, such as canvas [...]

Ads and content limit

Posted by admin on December 11 2009 Add Comments

Ads and content limit
By: Lee Johnstone
This class can be used to keeps track of visitors to show limited number of ads or content a day.
It checks the current user IP address in a MySQL database table to determine whether the user has already visited the site.
The class stores the current date and time in the [...]

Really Simple Content Cache

Posted by admin on December 10 2009 Add Comments

Really Simple Content Cache
By : Rob Searles
This class can be used to cache content in files.
It can check if a given cache file exists and it has not expired. In that case it returns the cached content stored in the cache file.
If the cache file does not exist or the cached content has expired, the [...]

Content cache class

Posted by admin on December 10 2009 Add Comments

Content cache class
By : Szilágyi Gábor
This class can be used to cache content in files.
It checks whether a given cache file exists. If it exists and is not expired, the class returns the cache file contents. If it has expired, the class removes the cache file.
If the cache file does not exist, the class can [...]