8 Predictions for SEO in 2010 | seomoz

“#1 – This Real-Time Search Thing is Outta Here

Microsoft initially beat Google to the punch in announcing their integration with Twitter data in their SERPs. And in response, last Monday, Google released what is, in my opinion, an early test version of Twitter integration that’s nowhere near ready for prime-time. Google has a history of jumping the gun to prevent other companies from stealing the press narrative, but in this case, I think it’s seriously damaging (and nearly everyone, consumer or search enthusiast, agrees) their usability and relevance.”

Visit Source

Posted in SEO | Tagged , | Leave a comment

33 Must Read CSS3 Tips, Tricks, Tutorial Sites and Articles | 1stwebdesigner

Since previous article about CSS text effects got really big attention I decided to research and find more interesting articles and websites just focused on CSS3, teaching you how to use it, showing pros and cons and much more. To be honest it’s hard for me to keep up with technologies myself, but we really cannot not to use those new great selectors to make our designs even more beautiful, user-friendly and lightweighted. However since HTML5 is sort of tied with CSS3, I will soon continue with HTML5 article as well, so don’t miss it and keep coming back! Enjoy!

Visit Source

Posted in CSS3 | Tagged , , | Leave a comment

Smoother @font-face embedding in IE 7 & 8

You could say I’ve become somewhat obsessed with @font-face embedding over the past few months. I’ve most certainly fell head over heels for the @font-face generator from fontsquirrel.com (see the recap below).

One thing however that has always bothered me is IE7 and IE8’s rendering of embedded fonts, so today with IE tester at hand and google ready to get wild I vowed to come up with a solution and I think I may just have.

Visit Source

Posted in Fonts | Tagged , , , , | Leave a comment

50 High-Quality Free Fonts for Professional Design | designm.ag

Designers love to have a lot of quality fonts available to them, and fortunately there are some very good free fonts out there. In this post we’ll feature some of the best free fonts that can be used in your commercial designs. If you’re looking for a place to find more free fonts that can be used for commercial projects, I highly recommend Font Squirrel.

Visit Source

Posted in Fonts | Leave a comment

Ordered lists and the “START” attribute | maxdesign

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

Posted in HTML | Tagged , | Leave a comment

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

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

Posted in HTML, jQuery | Tagged , , | Leave a comment

15 Useful Resources to Get Clued Up on HTML5 | line25

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

Posted in HTML | Leave a comment

Coding Clean and Semantic Templates | webdesignerwall

“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

Posted in CSS, HTML | Tagged , , , | Leave a comment