Archive for November, 2009

Ordered lists and the “START” attribute | maxdesign

Saturday, November 28th, 2009

The Scenario

You have an HTML document that includes ordered lists interspersed with other content. The ordered list items must be numbered continuously throughout the document (not restarting at number 1 each time an ordered list is used).

The simplest way to achieve this is using the “start” attribute: <ol start="4" type="1">. However, you may also want to use an XHTML1.0 Strict or HTML4.01 Strict doctype.

Problem

The “start” and “type” attributes are not allowed in XHTML1.0 Strict or HTML4.0 Strict documents. These attributes ARE allowed if XHTML1.0 Transitional or HTML4.01 Transitional are used.

Visit Source

15+22 jQuery Image Slideshow/Slider Tutorials and Plugins for Your Next Projects

Saturday, November 28th, 2009

Nowadays, using jQuery effects is getting increasingly popular within web templates and if you check some of new designed themes on themeforest , you probably can’t find a popular theme without any kind of jQuery effects. One of those effects that designers use it widely is jQuery image slideshow or image gallery which can be implemented easily by lots of free jQuery slideshow plugins and tutorials featured here.

Visit Source

15 Useful Resources to Get Clued Up on HTML5 | line25

Monday, November 23rd, 2009

HTML5 this, HTML5 that! There’s been plenty of HTML5 talk around the blogging world recently. It’s no longer a tiny spec on the horizon, it’s due to arrive soon! Some have already embraced it and are using it on their latest sites. Want to join in on all the fun? Check out this collection of some of the best resources from various blogs and websites in the industry. Each one gives an interesting insight into what’s in store with detailed write-ups, tutorials and handy cheat sheets to help you along your way.

Visit Source

Coding Clean and Semantic Templates | webdesignerwall

Saturday, November 21st, 2009

“If you are the guy who uses <div> tag for everything, this post is for you. It focuses on how you can write clean HTML code by using semantic markups and minimize the use of <div> tag. Have you ever edited someone’s templates, don’t those messy tags drive you crazy? Not only writing clean templates can benefit yourself, but your team as well. It will save you time when you have to debug and edit (particularly the large projects).”

Visit Source

5 Simple Tips for Better SEO Value from Your Feeds | Seomoz

Saturday, November 21st, 2009

“I’ve been connecting with a lot of site owners who are re-entering or ramping up their efforts in the blogosphere. I suspect this has something to do with the focus on content creation + linkbait in the SEO world’s dialogue as well as the potential new traffic streams bloggers are feeling from the surge of linking via Twitter. Whatever the case, there’s a few critical pieces that can help make for greater SEO value from blogging and feeds in general (and most of these haven’t been covered in my previous posts on blog optimization).”

Visit Source

10 Must Have Hacks For WordPress Development

Saturday, November 21st, 2009

“Building your own wordpress themes will open your eyes to a lot of things, mainly the fact that you’ll be retyping a lot of code over and over and over again. So in this post I am going to show you ten wordpress code hacks that you can add to your arsenal that will not only save you a lot of time, but they will also set your themes apart from others who don’t come pre built with these types of features.”

Visit Source

Link Building Has Changed | seomoz.org

Saturday, November 14th, 2009

“When I first started in SEO, link acquisition was almost always a manual process. I’d search the engines for links that pointed to the competition, find relevant directories and link lists, email relevant sites and beg, borrow or bribe (aka buy advertising) to get a link. I tried reciprocal link building (and did some pretty dumb stuff). Then, as I got more intertwined in the SEO community, I found vendors who built large networks of sites, spammed blogs/forums/guestbooks and ran text link sales operations. I leveraged these services to help clients rank better, almost always with great success. Then I met Matt Cutts, found out more about Google’s webspam team, saw penalties and their impact (remember Florida?) and even found some sites we worked on in the Sandbox.”

Visit Source

5 Simple, But Useful CSS Properties | webdesignerwall.com

Saturday, November 14th, 2009

“This post is about 5 useful CSS properties that you should be very familiar with, but will most likely rarely use. I’m not talking about the new fancy CSS3 properties. I’m referring to the old CSS2 properties such as: clip, min-height, white-space, cursor, and display that are widely supported by all browsers. So, don’t miss this post because you might be surprised how useful they are.”

Visit Source