Linux, Apache, Nginx, MySQL, Javascript and PHP
Prevent sender header being added with Exim
I changed the mail server on one of my machines from Postfix to Exim a couple of days ago
Using PHP IMAP functions to download email from Gmail
A couple of weeks back I posted how to use the PHP IMAP functions to download
Language selection with FCKEditor
The FCKEditor in browser WYSIWYG HTML editor by default automatically detects the language it should use from the browser
How to make a font italic with CSS
I am always forgetting how to make a font italic with CSS so this very brief post shows how
jQuery’s document ready initialization
jQuery has a $(document).ready() function which is invoked after the DOM is loaded and before the page contents
Show and hide an element with jQuery
jQuery is a powerful Javascript library which makes adding useful Javascript stuff to your website easy across browsers. This
How to tell if a PHP constant has been defined already
You can define constants in PHP with the define() function and can check if a constant has already been
Importing data with mysqlimport from multiple files
14 months ago I posted how to restore data from a tab delimited file to MySQL
Copy a table in MySQL with CREATE TABLE LIKE
On Wednesday I wrote a post about how to copy a table in MySQL using
Attaching an event to an element with jQuery
My last jQuery post looked at jQuery’s document ready initialization function which you can use
Decompress a bzip file to a different location
The bzip2 command line tool decompresses .bz compressed files. By default it will delete the original file, naming it
How to get the timezone offset with Javascript
There may be times when you want to work out what the difference in timezone is between the web
Insert HTML into FCKEditor
FCKEditor is an in-browser WYSIWYG HTML editor and I post howtos etc for FCKEditor on this blog roughly every 10
Using PHP IMAP functions to download email
This post looks at how to connect to a POP or IMAP mailbox using PHP’s IMAP mail functions and
How to tell the version of Samba running
Samba is a free re-implementation of the SMB/CIFS networking protocol which creates a compatible way of sharing files
Extracting attachments from an email message using PHP IMAP functions
This post is part of an ongoing series which aims to show how to extract data from Google Analytics
Add additional HTML code after the first </p> tag in PHP
I recently made some minor layout changes to my blog including the positioning of the advertising from the top
Loading content with jQuery AJAX and dealing with failures
Some of the last few jQuery posts on this blog have looked at loading content with