Linux, Apache, Nginx, MySQL, Javascript and PHP

Prevent sender header being added with Exim
Email Servers

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

PHP

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
FCKEditor

Language selection with FCKEditor

The FCKEditor in browser WYSIWYG HTML editor by default automatically detects the language it should use from the browser

HTML And CSS

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

Javascript

jQuery’s document ready initialization

jQuery has a $(document).ready() function which is invoked after the DOM is loaded and before the page contents

Javascript

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

PHP

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

MySql

Importing data with mysqlimport from multiple files

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

Javascript

Attaching an event to an element with jQuery

My last jQuery post looked at jQuery’s document ready initialization function which you can use

Linux/Unix/BSD

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

Javascript

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

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

PHP

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

Linux/Unix/BSD

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

PHP

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

PHP

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

Javascript

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

1 33 34 35 36 37 50