You can use the method below to prevent duplicate form submission or form re-submission using PHP. This method is simple to implement and does not require JavaScript.
Posted on 01 February 2012.
You can use the method below to prevent duplicate form submission or form re-submission using PHP. This method is simple to implement and does not require JavaScript.
Posted in PHP0 Comments
Posted on 31 January 2012.
Is it possible to have two background images? For instance, I’d like to have one image repeat across the top (repeat-x), and another repeat across the entire page (repeat), where the one across the entire page is behind the one which repeats across the top.
Posted in CSS0 Comments
Posted on 31 January 2012.
jQuery is not necessary, and window.location.replace(...) will best simulate an HTTP redirect.
Posted in JavaScript - Ajax0 Comments
Posted on 31 January 2012.

PHP 5.4.0 is planned to be released on February, 2 2012. By the time you are reading this, it may already been out. It is a result of many months of development.
Posted in News, PHP0 Comments
Posted on 30 January 2012.
gettext — Lookup a message in the current domain
Posted in PHP0 Comments
Posted on 30 January 2012.
So I needed a method to take a long, nested list and turning it into a compact, multiple acolumn list, for example, in order to display it as sort of a site map.
Posted in JavaScript - Ajax0 Comments
Posted on 29 January 2012.
Here are the capital and small Greek letters for HTML 4.0 special characters from the UTF-8 Character Set.
Posted in PHP0 Comments
Posted on 29 January 2012.
The list-style-type specifies the type of list-item marker in a list. Continue Reading
Posted in CSS, HTML - XHTML0 Comments
Posted on 29 January 2012.
With jQuery resize event, you can now bind resize event handlers to elements other than window, for super-awesome-resizing-greatness!
Posted in JavaScript - Ajax0 Comments
Posted on 27 January 2012.
A lot of plugins nowadays are more reliant on JavaScript and Cascading Style Sheets. It is important to separate your JavaScript and CSS into separate files so that the plugin is easier to maintain. This portion of the series will cover how to load JavaScript and CSS files for your plugin.
Posted in JavaScript - Ajax, PHP0 Comments
