Linux, Apache, Nginx, MySQL, Javascript and PHP
How to tell which storage engine a MySQL table uses
MySQL supports multiple storage engines (e.g. MyISAM, INNODB, etc) each with its pros and cons, and each table
Loading content with jQuery AJAX
With jQuery it is simple to load content with AJAX and inject it into the current web page using
Stop Internet Explorer from downloading CSS3PIE twice
I’ve been playing around with CSS3PIE the last couple of days; it allows support for various CSS3 features
How to use jigdo-lite
jigdo is a method of downloading CD and DVD images over the Internet (and other large files) and is
How to change the storage engine a MySQL table uses
The last MySQL post looked at how to tell which storage engine a MySQL table uses
Dynamically get and set an elements content with jQuery
This is the first post in a long series of how to do stuff with jQuery. They will start
Saving time and bandwidth by creating a DVD image from CD ISO files
A little while back I did something stupid and deleted a lot of files from a hard drive array,
md5sum: only one argument may be specified when using –check
I burn CDs and DVDs for my Linux CD Mall website on
How to tell if it’s an AJAX request in PHP
Some of the upcoming jQuery posts I will be publishing will be making AJAX requests so I thought it
Rename multiple tables in MySQL
Some time back I posted how to rename a table in MySQL, either using a SQL query or using
How to check if a class method exists in PHP
Last week I looked at how to see if a function exists in PHP and this time will look
Fixed footer example using HTML and CSS
This tutorial post shows how to have a footer appear at the bottom of a webpage using HTML and
Changing the timezone with PHP
Since PHP 5.1.0 it has been possible to change the default timezone that PHP uses using the date.timezone configuration,
RSS with PHP – Don’t forget to set the Content-Type
Just a quick little post to remind that PHP/Apache sets the content-type header by default to text/html.
Set the content encoding type with PHP headers
Although you can set content type in the HTML <head> section of a web page the web
How to update the max_connections setting in MySQL
Adding, removing and checking if an element has a CSS class with jQuery
jQuery is a useful Javascript framework which simplifies cross browser Javascript development. This post looks at how to check
Check if a class exists with PHP
PHP has the class_exists() function to check if a class has already been defined. You may need to