As a web developer we all are familiar with JavaScript. Sometimes we need complex functions to implement our business logic. It is very easy to write complex functions with a few lines of code using JavaScript libraries. The JQuery library, referred to from here on simply as JQuery, is an … [Read more...] about JQuery: An introduction
When Themes Go Wild – Importance of Using a Properly Coded WordPress Theme
It is surprising to see how many of my customers/users do not use a properly coded WordPress theme. Using a properly coded theme on a WordPress powered site is very important without any doubt. So I wanted to quickly make a blog post to highlight a few points to make sure you don’t go down the … [Read more...] about When Themes Go Wild – Importance of Using a Properly Coded WordPress Theme
10 Common HTML Mistakes to Avoid
The following is a list of common HTML mark up mistakes made by front end developers. Whether you are a newbie web designer, or a programmer who wants to try his hands in UI designing, try to avoid these mistakes. 1. Don't place Block elements within Inline elements An HTML element is … [Read more...] about 10 Common HTML Mistakes to Avoid