Wednesday, November 26, 2008

Codingforums.com GPC Tutorial, Top 10 PHP Frameworks

good: User Membership with PHP
tags: beginner: tutorial:

CF: PHP - Frequently Asked Questions at Codingforums.com

good: GPC Stripping Tutorial
tags: Fou-Lu: a-r-t: CF: tutorial: 

Maximum length of an email address
local@domain.com
local = 64
domain = 256
 = 64 + 255 = 319
 = + @
 = 319 + 1 = 320

DrasticData - Ajax-based component that displays data on a Google Maps from MySQL database.


Top 10 PHP Frameworks

PHP component framework: Prado 

Free seamless background patterns

good: 9rules: A gradient tutorial

PHP: error reporting 

error_reporting( E_STRICT );

http://en.wikipedia.org/wiki/E_STRICT
info: E_STRICT is one of the most rigid error-logging/warning settings available; it was introduced in PHP 5.
related: 
PHP Bugs: (THIS IS NOT A BUG): Differences beween assigned references in PHP4 and PHP5

No comments: