When year ago I was working on new functions for e-art.lv, I decide to use Post Thumbnails In WordPress Feeds. There were several reasons why we (e-art.lv) started to use that “feature”. We saw that some of RSS aggregators are usign these features from other RSS and Atom feeds. We wanted them too… Here is my solution.
Websites optimization: Every page is a Landing page
Giving tips is easy, follow them is much more harder. By saying that “every page is a landing page” I mean, that website visitor don’t care on which page he is, that page is visitor’s first impression about Your page.
From MedaBox.lv/en to SimpleMediaCode.com
Today we changed our blog address from mediabox.lv/en/ to blog.simplemediacode.com for blog and SimpleMediaCode.com which will be our brand new domain for international clients.
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.
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 [sourcecode language="shell"] # This will remove www from your domain RewriteCond %{HTTP_HOST} ^www\.mediabox\.lv$ [NC] RewriteRule ^(.*)$ http://mediabox.lv/$1 [R=301,L] [/sourcecode] This is what I now use for all my domains – domain without www prefix. [...]
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…


