Building a multi-language website is not a difficult task. But making it search friendly is a tricky task. In this article I will provide all possible solutions to make your multi-language website search friendly. What is a Multi-language and Multi-currency website? A multi-language website is a website which have different language versions of webpages each […]
If you website provides service to people in a particular location or country then Local SEO, National SEO and On-Site Location Optimizations will help your website rank well in local search queries. What is Local Search? Local search are those searches which are constrained to a particular geographic location. In simple words we can say […]
Storing chat messages and retrieving those messages at a very fast rate is much needed for an chat app. Developers spend days to decide which DBMS to choose and how to design tables for storing messages. Sometimes they endup with difficult and bad designs. Most bad table designs require a lot of sorting. After doing […]
Sidebars were first implemented by mobile apps. But now even websites are using slidebars for their menu or anything else. Phonegap apps also use sidebar. In this post I will show a simple way to create a slidebar. View Demo Implementing Menu Sidebar <!doctype html> <html style="padding: 0px; margin: 0px"> <head> […]
Redis is a in-memory, key-value data store. Redis is the most popular key-value data store. Redis is used by all big IT brands in this world. Amazon Elastic Cache supports Redis which makes redis a very powerful and must know key-value data store. In this post I will provide you a brief introduction to redis […]
A lot of web design frameworks like LightBox and Bootstrap use backdrop effects. Backdrop effects can also be used to force a user to look at a particular portion of your website. Creating a backdrop effect is very simple. In this article I will provide the simplest way to create a backdrop effect. View Demo […]
Pagination is one of the most important aspects of SEO. E-Commerce websites and Blogs needs to take care of pagination. A bad way of handling pagination could cause penalty to your website by search engines. In this article I will talk all about pagination. What Is Pagination And What Are Its SEO Problems? Pagination is […]
In this post we will look at how we can detect if user has installed Adblock extension or not. Websites that depend on ads for revenue can detect adblock and than stop users from viewing their site. So only those users can view your website who don’t have adblock installed. View Demo Its important to […]
In this post I will provide simplest way of creating a WYSIWYG HTML editor. WYSIWYG HTML editor makes it possible to generate HTML code by creating the HTML output. So we see the output before we see the HTML code. Every CMS uses WYSIWYG editor so that anyone can create a blog post without knowing […]
Most Commented