Tags: www
12/03/09
Why echo is slow in PHP and how to make it really fast
You may have noticed that PHP scripts that echo a lot of content appear to be running with poor performance... Well, the operative word here is "appear". It is a common misconception that "echo is the slowest PHP command"! The problem is actually… more »
05/05/07
The importance of URIs
"People don’t recognize how important URIs are. The notion that you have a huge, world-scale, information space, and that everything in it has an name and they’re all just short strings that you can paint on the side of a bus; that’s a new thing and a go… more »
Tags: www
03/21/07
How to redirect www.domain.com to domain.com
Most sites can be reached by two different URLs. For example http://b2evolution.net/about/features.html and http://www.b2evolution.net/about/features.html .
This is good for the users who can choose wether or not to type in the "www." part. However, i… more »
03/20/07
Sitemaps priority is confusing
When looking at the sitemaps protocol which is now endorsed by Google, Yahoo and MSN, I can't help but crying about how obscure the documentation is, especially for the <priority> element.
Please note that the priority you assign to a page is n… more »
Apollo: the Flash Virtual Machine is getting better
It was bound to happen. Macromedia's (well, Adobe's) Flash player finally evolved into a very complete Virtual Machine. They call it Apollo.
It basically solves the same problem Java has tried to solve for years: write once, run anywhere.
Though it… more »

