Category: Web development

Create an Image Sitemap for your WordPress Blog

Unlike video content, Google crawlers can easily discover most images that are embedded in your web pages. However, if a page on your site has multiple images, Google may have a problem identifying which among them is the most relevant image for the content of that page.

The Best Mobile Plug-in for your WordPress Blog

If you looking to make your WordPress blog more mobile friendly, look no further than MobilePress – it’s a free WordPress plugin that instantly provides a great looking mobile version of your site.

WordPress Tips + Things You Can Do After Installing WordPress

The WordPress tips and few hacks mentioned below may only apply to a self-hosted installation of WordPress version 2.6 or above.

How to Install WordPress on your own Computer In 5 Minutes

You don’t have to be a geek to install WordPress on your own computer because the process is as simple as installing any other native Windows Application (e.g. Microsoft Office).

How to Migrate your Blog from WordPress.com to a Personal Domain

Move WordPress.com Blog to WordPress.orgThis guide is for bloggers who plan to move their site from wordpress.com to a personal web domain using the self-hosted version of WordPress blogging software (wordpress.org).

Migrate your Blogger to WordPress

The Goal: Your current blog at abc.blogspot.com is hosted on the Blogger platform but you now want to move this blog from Blogger to WordPress (self-hosted) with a personal domain name (say abc.com).

Useful CSS Snippets for Developers

CSS is no doubt up there with the most important web languages that we use. While html provides the structure it can be inconsistent and unpredictable across different new and old browsers. Css is where the html is styled though, and where we get creative as well as addressing those inconsistencies. Below is a fantastic list […]

The Best OCR Tools for Converting Images to TextSo

OCR software let you easily convert images, such as digital photographs, scanned documents, printed books, etc. into text. Once you perform OCR on an image, you’ll be able to copy-paste or edit the text content of that image without any retyping and it also becomes more searchable.

Internet Explorer common bugs

IE6 will become problematic if floats are overused, causing (paradoxically) disappearing content or duplicate text IE6 will double the margin on floated elements on the side that is the same direction as the float; setting display: inline will often fix this In IE6 and IE7, if an element doesn’t have layout, it can cause a […]

Differentiate between block elements from inline

Here are some basic rules that differentiate block elements from inline:

The Principles Of Cross-Browser CSS Coding

It is arguable that there is no goal in web design more satisfying than getting a beautiful and intuitive design to look exactly the same in every currently-used browser. Unfortunately, that goal is generally agreed to be almost impossible to attain. Some have even gone on record as stating that perfect, cross-browser compatibility is not […]