Css3 & Html5

Create a modal window using pure HTML5 and CSS3

May 17, 2013 Css3 & Html5

Imagen 2

In this tutorial we will create a modal window using only HTML5 and CSS3 properties. The techniques used to create a functional modal box are CSS3’s transition, opacity, pointer-event, and background gradient properties. Modal windows are used, among many others, to display login/register forms; advertisements; or just notifications to the user. They frequently contain critical [...]

More

0 CSS3, HTML5, modal,

Cool animation effect using pure CSS transitions and some more CSS3 properties

March 20, 2012 Css3 & Html5

css3_logo

This is not a tutorial about CSS transition effect and does no pretend to show the functionality of this CSS property. But anyway, if few words the css transition effect provide a way to control the speed of animation changes to CSS properties. For example, if you change the color of an element from white [...]

More

3 CSS3,

Are You Ready for HTML 5?

November 20, 2011 Css3 & Html5

html5Image

HTML 5 is a new specification being developed to move HTML forward in the realm of Web applications. It was initially being developed by a group independently of the W3C, but the W3C HTML working group has since joined the development. HTML 5 adds a lot of great new features to Web pages and Web [...]

More

0 HTML, HTML5,

W3C proposes “Do Not Track” as a standard for privacy protection

October 18, 2011 Css3 & Html5

dnt

As the guys at Mozila say “Do Not Track is a step toward putting you in control of the way your information is collected and used online”. Do Not Track derived from Mozilla’s work with the DNT header.  The W3C has recognized “Do Not Track” as a standard and has proposed the first bill, which lays the [...]

More

0 Browsers, Google Adsense, Security, W3c,

2.0 Websites – design ideas using HTML5

October 4, 2011 Css3 & Html5

20wedesign

The hew HTML 5 is already out there. Some are using it for a while, some are waiting for more browser suppor. For all of them and for thous that doesn’t know know HTML 5, we have publish here a series of website builded on top of the new HTML 5. If you kow more [...]

More

0 HTML5, Web 2.0,

Prefetching images and links with HTML5

September 19, 2011 Css3 & Html5

HTML5_Prefetching

Among other great features, HTML5 web introduces prefetching, the art of loading pages before the user requested them. In this article, I’m going to discuss this new technique as well as showing you some ready to use examples to drastically improve your website loading time. What is prefetching, and why it is useful rel=prefetch indicates [...]

More

1 Browsers, HTML5, Prefetching,

CSS3 @font-face solucions. Typekit vs Google Web Fonts

September 18, 2011 Css3 & Html5

css-font-face

Not exactly  new to CSS3, @font-face was first proposed for CSS2 and has been implemented in Internet Explorer 5! However, their implementation relied on the proprietary Embedded Open Type (.eot) format, and no other browsers decided to use this format. With the release of Safari 3.1, however, website makers can use any licensed TrueType (.ttf) [...]

More

0 CSS3, Fonts, Google API, Google Web Fonts,

Pure CSS3 and HTML web form design

September 13, 2011 Css3 & Html5

CSS3_logo

This a CSS3 based web form design. It was used only CSS and HTML to rich the result. Thanks to advanced CSS properties, such as gradients and shadows, it’s now quite easy to turn a basic web form into something beautiful. You work it further and add some more features. For example implement some font [...]

More

0 CSS3, Forms, Web 2.0,

Use Google Font API to import fancy fonts

September 12, 2011 Css3 & Html5

google-font

Google’s introduction of their new Font API and Font Directory is a godsend to developers and designers everywhere.Want to use something a little nicer than Arial, but without the overhead of Cufon, Sifr, or worse? To enjoy the visual richness of diverse fonts, webmasters have resorted to workarounds such as baking text into images. Natural [...]

More

1 CSS3, Fonts, Google API, Google Web Fonts,