blogged find better blogs
HomeTechnologyEntertainmentSportsPoliticsBusinessHumorWorld NewsLifestyleDirectoryMore Topics
Blog Detail
Chris Hope's LAMP Blog - The Electric Toolbox

Chris Hope's blog for Linux, Apache, MySQL and PHP, otherwise known as LAMP.
Chris Hope's LAMP Blog - The Electric Toolbox  
Related Blogs
previous blog next blog
n/a
unrated


recent postsrss feed

Using ellipsis with HTML and CSS

Dec 4, 2009
If the text is too wide to fit into a container, a nice solution can be to have ellipsis to show there's more information available. While not currently part of the official HTML specifications, it is possible to have ellipsis defined in CSS and it...

PHP's nowdoc strings

Dec 3, 2009
PHP has heredoc syntax like other programming languages to interpolate variables into large string blocks (which I've covered in an earlier post). In PHP 5.3.0 a new string delimiter was introduced called "nowdoc" which works in the same was as heredoc...

Pad a number with Javascript by Hans Pufal

Dec 2, 2009
In the past I've posted three ways to pad a number in Javascript with leading zeros, none of which dealt with negative numbers. Recently Hans Pufal emailed me a suggested alternative which approaches the padding in a different way and also preserves...

MySQL Query Browser "The memory load of the system is extremely high" error

Dec 1, 2009
The MySQL Query Browser is a GUI tool for running queries on MySQL database servers. This post looks at an issue where the query browser reports an issue with memory load being extremely high and prevents the query from running. There are versions of...

Monthly Roundup - November 2009 - Statistics

Dec 1, 2009
My monthly stats round up posts a summary of the most read posts over the previous month, numbers of visitors to the blog and any changes I have made over the month that may have affected visitor numbers etc. This is the monthly stats roundup for...


Comments & Reviews:
Be the First to Review this Blog!