Every IT person, developer, and programmer has an opinion when it comes to the various open source content management systems out there. It often comes down to functionality and ease of use, but even then the lines are often blurred and there is rarely a clear-cut victor. WordPress vs Drupal vs Joomla – which …
Category Archives: Programming
yepnopejs
yepnope is an asynchronous conditional resource loader that’s super-fast, and allows you to load only the scripts that your users need.
WP Glossary
Absolute Path An absolute path or full path is a unique location of a file or directory name within a computer or filesystem, and usually starts with the root directory or drive letter. Directories and subdirectories listed in a path are usually separated by a slash /.
browserplus js
JavaScript API Overview Overview Of Operation BrowserPlus is a browser plugin technology which is cross-platform and cross-browser. It allows services to be attained and activated on the fly which expose new functions to JavaScript that provide scriptable APIs for interacting with the client machine. For a website to use BrowserPlus, the platform must be installed …
WordPress How to translate month names in “Archives”
if the translation is only for the archive widget, a filter function might work (to be added to functions.php of the theme):
Install and Develop with Memcached
Your latest PHP/MySQL website is finally online. And it’s awesome. But it’s not as fast as you want it to be, because of the many SQL queries running every time a page is generated. And above that, you have the feeling it will not scale well under heavy loads. And you are most likely right.