Linux, Apache, Nginx, MySQL, Javascript and PHP

MySql

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

Javascript

Loading content with jQuery AJAX

With jQuery it is simple to load content with AJAX and inject it into the current web page using

HTML And CSS

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

Linux/Unix/BSD

How to use jigdo-lite

jigdo is a method of downloading CD and DVD images over the Internet (and other large files) and is

MySql

How to change the storage engine a MySQL table uses

Javascript

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

Linux/Unix/BSD

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,

Linux/Unix/BSD

md5sum: only one argument may be specified when using –check

I burn CDs and DVDs for my Linux CD Mall website on

PHP

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

MySql

Rename multiple tables in MySQL

Some time back I posted how to rename a table in MySQL, either using a SQL query or using

PHP

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

HTML And CSS

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

PHP

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,

PHP

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.

PHP

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
MySql

How to update the max_connections setting in MySQL

If you are getting “too many connections” errors in MySQL you can change the max_connections setting to allow more
Javascript

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

PHP

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

1 35 36 37 38 39 50