RSS

Archive | Code RSS feed for this section

AJAX In A Nutshell- Learning GET

6. August 2009

2 Comments

A simple explanation and demo of how to execute the GET method using AJAX.

Continue reading...

Enable And Disable Directory Browsing

24. July 2009

0 Comments

Adding and removing Linux server file indexes.

Continue reading...

JavaScript Submitted Form

23. July 2009

0 Comments

How to submit a form using JavaScript.

Continue reading...

Adding Expire Headers to Htaccess File

10. June 2009

1 Comment

How to add expire headers to your .htaccess file in order to save you from unnecessary server requests.

Continue reading...

Turning on Gzip Compression

10. June 2009

1 Comment

How to Gzip through the .htaccess file.

Continue reading...

Connecting to a MySQL database

1. January 2009

0 Comments

Simple steps to connect to and extract data from a MySQL database.

Continue reading...

Adding expire tags to your CSS and JavaScript files

1. January 2009

6 Comments

Adding expiration headers to PHP/ASP files.

Continue reading...

ETag Removal

21. November 2008

0 Comments

Simple ETag removal.

Continue reading...

Dynamically Getting File and Website Address

12. November 2008

0 Comments

Getting the current web site's address or the current file location is simple in PHP. Here are a few examples.

Continue reading...

PHP – Where to place your code

29. October 2008

0 Comments

There are a few places where to place your PHP code on your dynamic web page. This all depends on your needs and preference. Of course there is a slight difference to whether you put it on a script tag, before any HTML, within your HTML, or at the bottom of the page. Here I will explain what I have found some of the differences to be.

Continue reading...