Here are the capital and small Greek letters for HTML 4.0 special characters from the UTF-8 Character Set.
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 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
Posted on 27 January 2012.
strcmp — Binary safe string comparison
Posted in PHP0 Comments
Posted on 26 January 2012.
There are various tools available to aid in translating. You may use whichever you prefer.
Posted in PHP, Programming0 Comments
Posted on 24 January 2012.
PHP’s print_r function is invaluable. It prints a human-readable string representation of a variable.
Posted in PHP0 Comments
Posted on 24 January 2012.
The following is an outline and description of the database tables created during the standard installation of WordPress Version 3.0. Currently, the only database supported by WordPress is MySQL version 4.1.2 or greater.
Posted in PHP0 Comments
Posted on 22 January 2012.
I used to use eregi for validating email address input that matches to the regular expression.
Posted in PHP0 Comments
Posted on 20 January 2012.
Step 1: Adding A New Widget Area
First thing we need to do is add our new widget area. To do this you will need to open the function.php file (or create one and put in into your theme folder if you don’t have one yet) and add this bit of code:
Posted in PHP0 Comments
Posted on 15 January 2012.
This trick isn’t guaranteed to prevent all WordPress-generated PHP memory errors, but it certainly seems to help reduce their overall occurrence. For some reason, after my host upgraded their servers to Apache 1.3.41, I began logging an extremely high number of fatal PHP “memory exhausted” errors resulting from the WordPresscache.php script. Here is an example of the countless errors that are generated:
Posted in PHP0 Comments
Posted on 14 January 2012.
BB code is a very simple set of instructions (also known as BB tags) that provide rules as to how a piece of text should be formatted. When a page that contains BB code is displayed in the browser, the BB tags are replaced with appropriate HTML tags that the browser can understand.
Posted in PHP0 Comments
