By Mufti Ali on August 29, 2010
CSS3 can really improve efficiency, both in your development time and page performance. The latest versions of the modern web browsers such as Chrome, Firefox, Safari, and Opera support CSS3, while Microsoft announced to support CSS3 in Internet Explorer 9 (there’s no release date for IE9 yet). On previous post [...]
Posted in CSS Layout, CSS3 | Tagged css, CSS3
By Mufti Ali on August 28, 2010
One of the new types of inputs in HTML5 is search (<input type=search name=s>. It does absolutely nothing in most browsers. It just behaves like a text input. This isn’t a problem. The spec doesn’t require it to do anything special. WebKit browsers do treat it a bit differently though, primarily [...]
Posted in CSS Layout, HTML5 | Tagged css, HTML5
By Mufti Ali on August 24, 2010
CSS3 is changing how we build websites. CSS3 offers several new features that really help us in web design and web development. CSS3 has taken a very large step forward in helping web developers get away from importing mass amounts of images/JavaScript and making it possible to do this only by using pure CSS.
Incoming search [...]
Posted in Advertisement, CSS Layout, CSS3 | Tagged css, CSS3
By Mufti Ali on July 17, 2010
PIE stands for Progressive Internet Explorer. It is an IE attached behavior which, when applied to an element, allows IE to recognize and display a number of CSS3 properties.
Incoming search terms for the article:css3 pie reviewpie css3css3 pie examplescakephp css3 pieinternet explorer enable css3jquery and CSS3 PIEjquery CSS3 piejquery css3 pie internet [...]
Posted in CSS Layout | Tagged CSS3
By Mufti Ali on June 30, 2010
Webdesignerwall has writen tutorial how to use the CSS3 border-radius and box-shadow feature to make rounded image. The problem is none of the modern browsers display rounded corners imagelike they want. Webkit does display the rounded corners, but the inset box shadow is not supported. In Firefox, the border-radius doesn’t even display [...]
Posted in CSS Layout, JQuery | Tagged CSS3, JQuery, rounded corner, rounded image
By Mufti Ali on June 29, 2010
Jeff Batterton, talented user interface designer has create iphone world clock app with only CSS. The inspiration is come from David DeSandro experiments with CSS3 ( Opera Logo). Most of the methods and properties He used are pretty simple and straightforward (border-radius, box-shadow, gradient), and some of them are a little more [...]
Posted in CSS Layout | Tagged CSS3, iphone
By Mufti Ali on June 28, 2010
Louis Harboe, talented interface designer has create iOS, Icons Made in Pure CSS, no images whatsoever. This icons set made using a variety of CSS techniques. Rounded corners, shadows, gradients, rgba, pseudo-elements, and transforms are just some of them. A lot of these were generated by helpful tools, such as westciv’s tools [...]
Posted in CSS Layout, Icons | Tagged css, Icons
By Mufti Ali on June 19, 2010
Opera Developer has writen tutorial that showing us how to use text-shadow, box-shadow, and border-radius on CSS3 to create beautiful UI elements without the use of any images, JavaScript or Flash. This last line highlights the real beauty of CSS3 — many of its features are designed to save you time otherwise [...]
Posted in CSS Layout | Tagged CSS3
By Mufti Ali on June 7, 2010
HTML5 is a technology developed by the WHATWG, an open community started by three of the four major browser vendors: Mozilla, Opera, and Apple. HTML5 is not so much a replacement for HTML 4.01 or XHTML 1.0 as it is an upgrade or evolution. Some of the new features in HTML5 are functions for [...]
Posted in CSS Layout, HTML5, Popular, Web Design | Tagged CSS3, HTML5
By Mufti Ali on May 18, 2010
Have you ever wanted to use your own images for checkboxes, radio buttons or select lists?. Ryanfait has write nice tutorial how to style HTML Form Elements using JavaScript and CSS. This JavaScript and CSS will allow you to use custom images to style checkboxes, radio buttons and select lists.
Incoming search terms for the article:styling [...]
Posted in CSS Layout, Forms, Javascript | Tagged Forms, Javascript