May
27
2010

CSS Three — Connecting The Dots

As a web community, we’ve made a lot of exciting progress in regards to CSS3. We’ve put properties liketext-shadowborder-radius to good use while stepping into @font-face (not a CSS3-property) and visual effects like transitions and animations. We’ve also spent a great deal

Team Excellence Transition in CSS Three — Connecting The Dots

read more...
May
10
2010

Rethinking Forms in HTML5

While there are many changes for the better in the HTML5 specification, there is no better bang for the buck for the data driven website than the transformation of forms. These simple changes will transform how you enter, validate, process, and even display inputs.


read more...
Apr
23
2010

Different Stylesheets for Differently Sized Browser Windows

Otherwise known as “resolution dependent layouts”. Single website, different CSS files for rearranging a website to take advantage of the size available.

read more...
Apr
13
2010

jQuery HTML Table Toolbox

In the 15 years since the HTML table element was first incorporated into HTML 2.0, it has been on a constant roller coaster ride. Upon its introduction it was a revelation, it was a new way for web designers to present detailed data in structured tabular format, it made our life easier and we loved it. But as is the nature of web development, it was pushed further and further to do even more. Pretty soon the main use of tables was no longer tabular data, it was used as a handy and quick way to control the layout of a complicated web page. Yes, we loved it even more.

Jquerytables 33 in jQuery HTML Table Toolbox

read more...
Apr
12
2010

Why Containers Don’t Clear Themselves

I specifically want to talk about the issues of “collapsing”, that is, how elements that contain floated items don’t take those floated items into account in calculating their height. For example a parent element that only contains floated items will have a zero height. This is surprising and confusing to those new to CSS, and seems to be counter-intuitive.

<p>
 ...text...
 <img src="sunset.jpg" />
 ...text...
</p>
<p>
 ...text...
</p>
read more...
Apr
08
2010

Implementing HTML5 Drag and Drop: New Premium Tutorial

One of the new features in HTML5 is native drag and drop. Surprisingly, Internet Explorer has had support for this since version 5.5; in fact, the HTML5 implementation is based on IE’s support. In this week’s Premium tutorial and screencast, we’ll look at how to implement native drag and drop to build a simple shopping cart interface.

Final Product

read more...

WEBSITE COPYRIGHT © 2010 | bestwebmagazine.com