Website review: Yet Another Web Development Blog & ...
effbomb discovered this in PHP
•10 reviews since Sep 20, 2006
php, tips, web-design
•blog.rightbrainnetworks.com/2006/09/18/10-thi...
People who like this website

- CherryT
Fallbrook

- SmiJa
Fresno

- parlays
California

- Meticlan
California

- parthpatil
Sunnyvale

- daswede
San Francisco

- quizahoy
Phoenix

- northrockies
Rexburg

- andymushu
Colorado

- timariyeh
Oklahoma City
StumbleUpon is the best way to discover great web sites, videos, photos, blogs and more - based on your interests.
Everything is submitted and rated by the community. Discover, share and review the best of the web!
Reviews of this website

randomguy132 rated 10 months ago- Great article. I'm bookmarking it to my "PHP Optimization" folder for later.

A-Za-z0-9 rated 11 months ago- Great tips. Especially this one from the page: "Use gzcompress() and gzuncompress() to transparently compress/decompress large strings before storing them in a database. These built-in functions use the gzip algorithm and can compress plaintext up to 90%. I use these functions almost everytime I read/write to a BLOB field within PHP. The only exception is when I need full text indexing capabilities." Never would have thought of doing that.

IanAR rated 11 months ago- From the page: "occasionally I'll stumble across a gem that perfectly solves the problem at hand with a single line of code."

moookid rated 11 months ago- Nice little list if you're relatively new to php

forthes rated 11 months ago- Unos cuantos tips de programación en PHP.

Bob1985 rated 15 months ago- Some useful tips for the beginner to intermediate PHP programmer.

humaurtum06 rated 18 months ago- From the page: "Here%u2019s a short list of cool PHP features that might have slipped under your radar"

TheCheat8988 rated 22 months ago- Usually I know these "10 [or any other number] things you didn't know about [some programming/scripting language]." But this, I read the first one, and right away I learned something new. Definitely something php scripters should read.