Weekend Links – PHP Techniques, Regular Expressions, AJAX PageRank, PHP Downloads, Color Mathematics

By  on  

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

Recent Features

Incredible Demos

  • By
    Save Web Form Content Using Control + S

    We've all used word processing applications like Microsoft Word and if there's one thing they've taught you it's that you need to save every few seconds in anticipation of the inevitable crash. WordPress has mimicked this functionality within their WYSIWYG editor and I use it...

  • By
    MooTools ASCII Art

    I didn't realize that I truly was a nerd until I could admit to myself that ASCII art was better than the pieces Picasso, Monet, or Van Gogh could create.  ASCII art is unmatched in its beauty, simplicity, and ... OK, well, I'm being ridiculous;  ASCII...

Discussion

    Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!