Category: Web Development

GIT repository with version control system

If you are associated with development and worked on big projects in a team, you might be already familiar with GIT. It is a distributed system for file repository with revision control system. During development phase of any project, team members often need to work on same file and keep track of the changes. GIT […]

Some useful htaccess rules

htaccess is basically a directory level configuration file for Apache based web servers. It allows you to set different decentralized configuration directives per directory and all sub-directory wide. You can say it an access control configuration file. htaccess works differently in CGI, fCGI, and Apache Module modes. Below are some useful htaccess rules that we […]

Nofollow vs Dofollow Links – How to decide

Nofollow vs Dofollow HTML anchor links are important factors in SEO (Search Engine Optimization). It can put significant influence on SERP ranking of a particular website. When a search engine bot crawls a website, it can consider the anchor links on a page content to decide the backlinks (also known as incoming links and outbound […]

Web Design Trends 2014

Web design can not be rephrased as website design now a days. This particular term involves many techniques and set of skills. This includes HTML and CSS coding, graphic design, etc. along with some other specific technology. This is a continuously emerging and improving area of web development. Web design trends change very frequently to deliver the best […]