Brilliant page on how to put your site on steroids. Especially the part on how to compress javascript files, that made the pain go away. A must-read article for webmasters.
Latest Updates: php RSS
-
samaxes » .htaccess - gzip and cache your site for faster loading and bandwidth saving
-
PHP tip: How to extract keywords from a web page
Web page keywords characterize the page’s topic for a search engine. Extracting keywords requires that you recognize the page’s character encoding, strip away HTML tags, scripts, and styles, decode HTML entities, and remove unwanted punctuation, symbols, numbers, and stop words. This article shows how.
-
slGrid, Ajax-Based PHP Grid Component
“slGrid is an easy to use grid component that can display your PHP tables in an user friendly, good-looking way. It is Ajax-based, allowing for fast user operations like sorting and paging without having to reload the entire web page. Additional features are table editing, export to Excel, and print view.”
(They forgot to mention it’s main strong point. slGrid handles MySql links brilliantly, which makes it a perfect fast grid solution for php programmers)
