HTML & CSS

Html5 and CSS3 Handbook

What exactly are HTML5 and CSS3? They’re revised versions of the web design languages we’ve come to know and love. Now keep in mind that the existing versions of HTML and CSS aren’t getting scrapped; instead, more elements and properties — and by extension, more functionality — are being added.

Continue Reading

CSS Slideshows: CSS Baiscs, CSS Inheritance, CSS Common issues, CSS Tutorial, CSS2, CSS3 Hacks

I have a collection of some good presentations about Cascading Style Sheets (CSS). These presentations covers the topics like CSS Baiscs, CSS Inheritance, css introduction, css tutorial, css common issues, css line height etc. I hope you like this usefull tutorial.

Continue Reading

Making CSS position:Fixed work on IE6

Making CSS position Fixed work

What is position: fixed;?

position: fixed; is an alternative to position: absolute; position: relative; and position: static;. position: fixed; is basically the same as position: absolute; except that when the user scrolls the page, the element does not scroll with it, it just says exactly where it was. There are many pages that want to use this in order to position logos or menus.

Continue Reading

Most Useful Cheat Sheets On The Web – For Designer and Developer

Most Useful Cheat Sheets For Designer and Develoer

In This Article I would like to share with you all my Top 12 Cheat Sheets On The Web. I had to do my own good research on the internet to find these very useful Help Cheat Sheets. Of course the internet world is just full of different cheat sheets for many other topics, but these are the tools, websites, and programs that either I use often or might use them soon.

Continue Reading

Most useful Frameworks for Web and Mobile App Developers

New Useful Frameworks for Web and Mobile App Developers

Thanks to the evolution in all the aspects of humanity, today web developers don’t have to waste their time on figuring out how and what to do in order to design a website. It all has already been created and all you have to do is have the right attitude and the dose of imagination. Frameworks and libraries help web developers focus on creating what they have in mind. It might not come easily at first, but with some reading and practicing you can get it done.

Continue Reading

Horizontally And Vertically Centering Div with CSS

Centering a Div Both Horizontally And Vertically

While building web page layouts, you’ve probably been faced with a situation where you need to center a div both horizontally and vertically with pure CSS. There are more than a few ways to achieve this, and in this article we are going to show you our favorite involving CSS and jQuery.

Continue Reading

Free jQuery scroll effect for One-Page Template, supported to HTML5 & CSS3

In this tutorial,where we are creating a HTML5 & CSS3 template, here is the pure XHTML version. It is compatible with all browser versions, SEO friendly, and features a sleek jQuery scroll effect. Perfect for those cases when you need something up fast.

Continue Reading