Linux, Apache, Nginx, MySQL, Javascript and PHP

Miscellaneous Postings

Sending Google Analytics Reports Regularly by Email

This post looks at how to send any report from within Google Analytics by email either as a one-off email
Javascript

jQuery Form Selectors

There are a number of different <input> types in HTML and jQuery makes it simple to select

MySql

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
FCKEditor

Remove “Browse” button and “Upload” tab in FCKEditor Image Properties dialog

PHP

Output buffering with PHP

Output is not buffered by default with PHP and the contents of the script is sent to the browser

Javascript

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()

MySql

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 – Request for Comments

RFC 1321 – MD5 Message-Digest Algorithm

Network Working GroupR. Rivest
Request for Comments: 1321MIT Laboratory for Computer Science
and RSA Data Security, Inc.<

Linux/Unix/BSD

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.

HTML And CSS

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

PHP

Backtracing with PHP Part 1

If you need to debug a PHP script but do not have debugging tools at hand in your IDE

Javascript

@ selector is deprected in jQuery, removed in jQuery 1.3

HTML And CSS Javascript

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

Javascript

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

MySql

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,

PHP

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

Javascript

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

HTML And CSS Javascript

How to preserve comments with the YUI Compressor

I use the YUI Compressor to minify Javascript and CSS

1 20 21 22 23 24 50