
Saving images for the web
Web designAs can be expected, large images take longer to load. When I say large, I’m referring to file size rather than the dimensions of an image, i.e. the value in KB, MB, GB etc. Seeing as 47% of users expect a webpage to load in under 2 seconds,…

Removing .html from Magento
Web designThere is an easy way to improve the SEO of your Magento store by removing the .html extension from the url
Example:
We have a category called Shoes
http://mydomain.com/default/shoes.html
And we want to have an URL like this:
http://mydomain.com/default/shoes
Now…

What is the difference between Normalize.css and Reset CSS?
Web designWhat is the difference between Normalize.css and Reset CSS?
The main differences are:
Normalize.css preserves useful defaults rather than "unstyling" everything. For example, elements like sup or sub "just work" after including normalize.css…

How to transfer emails over IMAP from non-cPanel servers
Web designIn case your previous hosting provider have not used cPanel and the transfer email accounts and messages between cPanel servers procedure is not applicable for you, but you still want to transfer your emails to SiteGround, please follow the…

How to add share button to Magento
Articles, Web designYou can use share this tool. This will give you icons and sharing links. For sample I have added code here. You can also generate new using this which is free and open source, http://www.sharethis.com/
Copy the span tags and place them where…

Magento Newsletter Subscription Confirmation Template
Articles, Web designNewsletter Subscription Confirmation When it’s triggered: This is the email that a customer will receive if you have enabled the need for that customer to confirm the subscription to your newsletter.
Newsletter Subscription Success
When…

Create Configurable Swatches in Magento 1.9.1
Articles, Web designCreating color swatches on your Magento ecommerce website can be time-consuming, but it pays off with higher sales. You are more likely to make an online sale when options are right there on the product page. You will miss out on sales if you…

Speed up WordPress website
Articles, Web designHow can you speed up your WordPress website? start with a good hosting company (A CDN hosts your files across a huge network of servers around the world.)
updated WP theme from WordPress’ default to the Genesis framework (check speed theme…

Speed up Magento
Articles, Web designSteps to increase Magento page-load speed.
1. Enable Flat Categories and Products
In Magento admin, (top menu) System > Configuration, (left nav) Catalog > Catalog, (main page) Frontend. Set “Use Flat Catalog Category” and “Use…

20 useful tools for web developers
Articles, Web designI collected 20 useful tools for web developers: plugins, frameworks and online services.
1. Pluginception — plugin allows to create another plugins
2. Moqups — is a nifty HTML5 App used to create wireframes, mockups or UI concepts,…