Weekend Links – PHP Techniques, Regular Expressions, AJAX PageRank, PHP Downloads, Color Mathematics
PHP Techniques I Use All The Time
Article discussing PHP techniques that can save you time and keep your code fast and effective.
http://www.christianmontoya.com/2007/11/09/php-techniques-i-use-all-the-time/
PHP Regular Expression Tutorial
Regular expressions can be extremely cryptic, even to the best programmer. This article demystifies regular expressions and is PHP-focused.
http://www.phpf1.com/tutorial/php-regular-expression.html
Google PageRank Using AJAX
Looking to grab your PageRank? Use this AJAX script.
http://joeabiraad.com/ajax/google-pagerank-using-ajax/104
Limit File Download Speed with PHP
If your website's main functionality is providing file downloads, you should use this script.
http://www.findmotive.com/2007/11/01/limit-file-download-speed-with-php/
EasyRGB - Color Mathematics and Conversion Formulas
This article provides the mathematics formulas used to convert colors.
http://www.easyrgb.com/math.php
I remember the early days of JavaScript where you needed a simple function for just about everything because the browser vendors implemented features differently, and not just edge features, basic features, like addEventListener
and attachEvent
. Times have changed but there are still a few functions each developer should...
I love almost every part of being a tech blogger: learning, preaching, bantering, researching. The one part about blogging that I absolutely loathe: dealing with SPAM comments. For the past two years, my blog has registered 8,000+ SPAM comments per day. PER DAY. Bloating my database...
Tabular data can oftentimes be boring, but it doesn't need to look that way! With a small MooTools class, I can make tabular data extremely easy to read by implementing "zebra" tables -- tables with alternating row background colors.
The CSS
The above CSS is extremely basic.
Modern browsers are nice in that they allow you to style some odd properties. Heck, one of the most popular posts on this blog is HTML5 Placeholder Styling with CSS, a tiny but useful task. Did you know you can also restyle the textarea resizer in WebKit...