As you will probably know or have read around, WordPress is one of the best Content Management Systems you can use when it comes to SEO.
It is a fact that URLs are very important for SEO, so you should dedicate some time to deciding what would be the best structure for your site or…
Monthly Archives: December 2012
Permalinks WordPress
Filed under Uncategorized
jQuery UI Datepicker
To set current date in control to which jQuery UI datepicker bind, use setDate() method. Pass date object which needs to be set as an argument to setDate() method. If you want to set it to current date then you can pass ‘today’ as argument.
So, jQuery code to set current date may…
Filed under Uncategorized
Count Number of Elements With Jquery
There may be times when you need to work out how many times a particular element appears on a page or within a section with Javascript and this is easy to do with jQuery using the length property. Using the method in this post you can also work out if an element exists on the page with…
Filed under Uncategorized
Text Rotation With CSS
Within the article I tell about Text Rotation With CSS. All of the major browsers support some kind of text rotation. For a cross-browser implementation, you have to include a number of CSS instructions and additionally, maybe even some JavaScript for positioning.
Just because you can rotate…
Filed under Uncategorized
PSD to HTML/CSS Tutorials
In this roundup, we present very helpful collection of excellent PSDs to HTML or CSS conversion tutorials. With the passage of time, more and more people are getting familiar with HTML and CSS as well as the different techniques to convert Photoshop designs into HTML or CSS format. For a…
Filed under Uncategorized