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
    Create a NoScript Compatible Select Form Element with an onChange Event

    I wouldn't say that I'm addicted to checking Google Analytics but I do check my statistics often. I guess hoping for a huge burst of traffic from some unknown source. Anyway, I have multiple sites set up within my account. The way to...

  • By
    9 Incredible CodePen Demos

    CodePen is a treasure trove of incredible demos harnessing the power of client side languages.   The client side is always limited by what browsers provide us but the creativity and cleverness of developers always pushes the boundaries of what we think the front end can do.  Thanks to CSS...

Discussion

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