3 High Quality Free Magento Themes

Magento is one of the fastest growing Open Source eCommerce web application, simple to configure and customize. And in spite of the fact that it was launched quite recently, on March 31, 2008, it gains more and more popularity among web designers. Magento CMS includes such advanced features as Marketing Promotions and SEO Tools, Mobile Commerce, Catalog-Management Tools and etc. And everyone, who is already using Magento, may customize his/her store with a new theme or template.

How To Install Zend Framework

Zend Framework is an open source, object oriented web application framework for PHP 5. ZF is often called a ‘component library’, because it has many loosely coupled components that you can use more or less independently. But Zend Framework also provides an advanced Model-View-Controller (MVC) implementation that can be used to establish a basic structure for your ZF applications.

Unfollow Twitter Users Who Are Not Following You Back

Huitter Mutuality is a Twitter web app that allows you to bulk unfollow Twitter users who do not follow back or unfollow all or follow all who follows you. If you hit the Twitter follow limit (see at the end of post for more information about this limit) and you’re no longer able to follow [...]

Check Your Website Browser Compatibility With BrowserShots

As Web Designer, Internet Marketer and SEO you need to constantly be aware of how other people view your websites. Sure you can view your websites in the two or three browsers you have installed on your own pcs, but that doesn’t nearly come close to the rest of the browsers in the world that [...]

Short Url with TinyUrl API and PHP

TinyURL is an awesome service allows you to take a long URL like “http://seobat.net/wordpress/wordpress-faster-than-ever-with-wp-supercache” and turn it into a shorter one “http://tinyurl.com/lvogdo”. Using PHP and TinyURL API, you can create these tiny URLs on-the-fly. The API call is very simple, you have to fetch “http://tinyurl.com/api-create.php?url=YOUR_URL_HERE” where instead of YOUR_URL_HERE you have to put the URL to [...]

Wordpress faster than ever with WP-SuperCache

Trying to optimize the response time of this blog (based on WordPress platform), I’ve found an interesting plugin that caches your WordPress based blog pages. The biggest problem of a shared hosting consist in a significant delay in connecting to the database at every page load. The plugin name is WP-SuperCache, a fork of the excellent WP-Cache by Ricardo Galli [...]