Linux, Apache, Nginx, MySQL, Javascript and PHP
JpGraph Error Can’t access PHP_SELF, PHP global variable
One of the sites I work on uses JpGraph to generate
Show indexes for a table with MySQL
MySQL has a SQL query "SHOW INDEX FROM" which returns the indexes from a table. This post
Windows Vista Black Screen After Login
This morning I came down to the office to check my email and my Windows Vista machine presented me
Backup/export bookmarks with Mozilla Firefox 3
It is possible to backup and restore bookmarks from Mozilla Firefox 3 and also import and export them as an
Pad a number with leading zeroes in Javascript
As far as I have been able to tell there isn’t a built-in way with Javascript to pad a
Export data to CSV from MySQL
MySQL has a couple of options for exporting data: using the command line tool mysqldump (read my
The user is not associated with a trusted SQL Server connection
Microsoft SQL Server allows you to connect using “windows authentication mode”, which means using Windows logins, and “SQL Server
VMWare Server – errors opening virtual machines from Workstation/Player
Valid characters for the HTML ID attribute
The ID attribute in HTML tags has a limited set of allowable characters and a web page will not
Command line arguments for the PHP CLI
Format a date time in Javascript in database format
In some admin forms for own purposes I needed to have a "now" function to put the
Targeting specific versions of Internet Explorer and other browsers with conditional comments
Internet Explorer’s conditional comments can be useful for applying different style sheets
Pad a number to two digits with Javascript
On Sunday I looked at how to pad a number with leading zeroes in Javascript
Loop through key value pairs from an associative array with Javascript
This post looks at how to loop through an associate array with Javascript and display the key value pairs
Command line arguments with a PHP CLI script
Fix the “call to undefined function ImageCreateFromPNG” error in PHP on Debian
If you call the ImageCreateFromPNG function (and similar image processing functions) in PHP and do not have the GD
Get a list of IP addresses for a domain with PHP
On Thursday I looked at how to get a domain name’s IP address with PHP