Linux, Apache, Nginx, MySQL, Javascript and PHP
Sending Google Analytics Reports Regularly by Email
jQuery Form Selectors
There are a number of different <input> types in HTML and jQuery makes it simple to select
MySQL utility commands
This post is a summary of MySQL posts from this blog relating to MySQL utility commands, such as describing
Remove “Browse” button and “Upload” tab in FCKEditor Image Properties dialog
10 days ago I looked at how to remove the “Browse” button and “Upload”
Output buffering with PHP
Output is not buffered by default with PHP and the contents of the script is sent to the browser
Set multiple attributes at once with jQuery
This post shows how to set multiple attributes of an element with jQuery with one call to the attr()
String concatenation with MySQL – Part 2
A few months ago I posted about string concatenation with MySQL using the CONCAT function and in this follow
RFC 1321 – MD5 Message-Digest Algorithm
Network Working GroupR. Rivest
Request for Comments: 1321MIT Laboratory for Computer Science
and RSA Data Security, Inc.<
Run scripts at system startup on Linux
This post looks at how to run additional scripts or applications at system startup / system boot up on Linux.
Internet Explorer 6 min-width hack Part 1
Although Internet Explorer 6 usage has dropped dramatically it’s still there in large numbers (it’s at around 20% across the websites
Backtracing with PHP Part 1
If you need to debug a PHP script but do not have debugging tools at hand in your IDE
Using ellipsis with HTML and CSS
If the text is too wide to fit into a container, a nice solution can be to have ellipsis
Modify right-click menu behavior with jQuery
This post shows how to modify the right-click menu with jQuery – it’s possible to either completely disable right-click
Auto increment a value on the fly with MySQL
By assigning a value to a variable in MySQL and incrementing the variable as part of a select statement,
Get the directory name and filename from a full path name with PHP
It’s easy to get the filename and directory name components of a full path name with PHP using the
Assign and remove a click handler from an element with jQuery
Click handlers can be assigned to elements easily with jQuery so when the element is clicked some particular action
How to preserve comments with the YUI Compressor
I use the YUI Compressor to minify Javascript and CSS