Yesterday I was workin on latest project, where I needed to include WordPress Child theme’s stylesheet in blog. Following good practise I wanted to escape from using @import in my style.css. By fast research and tests, found way how to optimize that inclusion….
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 …
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….
Final cut for my first WordPress plugin
More than one month ago I published my first WordPress plugin “Draugiem.lv/lapas fan page” for social network in Latvia draugiem.lv (FRYPE.COM). And now I want to make final cut with version 1.0 (0.1.5) and upgrade it….
Writing first public WordPress Plugin (widget)
Today was first release of “Draugiem.lv/lapas Fan page” (for non-Latvian draugiem.lv best known as Frype.com) WordPress sidebar widget for FRYPE business pages….
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……
