You can tray this example,which I am using on my content delivery network (CDN) server ME2J.com…. Cache expiration on static images and content with .htaccess
Mini-optimization of statistics / analytics counters on your web page
Today working on site optimization, made small javascript optimization for several counters on website. Problem: You are using 2-4 statistic counters on Your page. Most of them are using javascript and for noscript mode image (GIF). Solution: Split them and … Mini-optimization of statistics / analytics counters on your web page
WordPress theme feature vs. WordPress plugin. What is best?
As WordPress developer I came to point where I have to decide: make some functions as WordPress theme features or make them more optional and theme independent as WordPress plugins. Both options have pros and cons…. WordPress theme feature vs. WordPress plugin. What is best?
Removing WWW from URI (or domain) with PHP
Few weeks ago I wrote how to remove WWW from domain with .htaccess. In some cases or hosting plans it’s not possible to view or use .htaccess file (e.g. some low cost or free hosting providers). Solution is PHP code which redirects all www requests to non www page…. Removing WWW from URI (or domain) with PHP
Remove WWW from domain with .htaccess
Another good thing about removing double content is to remove or add www prefix to your domain. Remove WWW from domain This is what I now use for all my domains – domain without www prefix. Add WWW to domain … Remove WWW from domain with .htaccess
How to add Google Buzz button to WordPress and Blogger
Already some days are working Google Buzz. I made short search on Google for possibility to add Google Buzz button to Blogger template. As I didn’t find it on first page, I decide to rewrite some of previous Blogspot template code, which I made earlier. And for WordPress blogs too…… How to add Google Buzz button to WordPress and Blogger
Remove index.html and/or index.php from the URL
Inspired by my discussion with Kaspars on his homepage konstruktors.com how to better remove index file. So I’ll post both versions, because they use different methods: with and with out RewriteEngine On…. Remove index.html and/or index.php from the URL
