SoTCAO

TwitterFacebook
Get flash to fully experience Pearltrees

30+Example CSS3 Style (Really Useful CSS)

http://www.freshdesignweb.com/useful-example-css3-style.html Today i collected beautiful style design of CSS3 example and tutorials that available for demo view and download such Text Effects and Layout, CSS3 Animated, CSS3 3D Text, Pure CSS, CSS drop-shadows, CSS image replacement, css background, css rounded corners, border radius, box shadow,css3 inner shadow, css drop shadow, css3 drop shadow and CSS3 slider/slideshow … etc.
::after et ::before sont des pseudo-éléments qui font partie de la recommandation Selectors Level 3 . Ils font également partie de CSS 2.1 , mais leur syntaxe ne contient qu’une seule fois "deux points" ( :after et :before )

CSS3:  ::after, ::before - Apprendre le CSS - CSS3 Create

http://www.css3create.com/after-before
Beaucoup de site mettent en place des ressources pour le HTML5 pour nous simplifier la vie. On trouve de tout.

Design HTML5 » [ressources] arrivent en masse

http://www.design-html5.com/2012/06/25/ressources-arrivent-en-masse/
http://cssglobe.com/the-anatomy-of-a-perfect-login-page/ In this article I am going to analyze what a perfect login page or login form should have. Also you are able to download the pure CSS3 login form for free.

The Anatomy of a Perfect Login Page

http://www.red-team-design.com/slick-login-form-with-html5-css3

Slick login form with HTML5 & CSS3

We already know that CSS3 has the ability to create a lot of new possibilities to design and implement better web forms.
html,body,div,span,applet,object,iframe,h 1 ,h 2 ,h 3 ,h 4 ,h 5 ,h 6 ,p,blockquote, pre ,a,abbr,acronym,address,big,cite, code ,del,dfn,em,img,ins,kbd,q,s,samp, small ,strike,strong, sub ,sup,tt,var,b,u,i, center ,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table, caption ,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details, embed ,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video { http://webdesign.tutsplus.com/tutorials/site-elements/smarten-up-a-slick-login-form-with-css3/

Smarten Up a Slick Login Form With CSS3

Zachstronaut did some great work with css3. Aloha Editor allows you to edit content you would never imagine you can. It is the world's first full featured Editor that allows you to edit dynamic content live and in place. http://aloha-editor.org/demos/css3/

Aloha, World!

JavaScript DOM Ranges http://www.wrox.com/WileyCDA/Section/JavaScript-DOM-Ranges.id-292301.html

Article : JavaScript DOM Ranges

getRangeAt method (selectionRange) JavaScript

<div class="noscript" style="margin:24px;"><img src="http://dottorocdn.com/images/help/noscript.gif" alt="In order to access this site you need to enable JavaScript!" /></div>

Range object JavaScript

<div class="noscript" style="margin:24px;"><img src="http://dottorocdn.com/images/help/noscript.gif" alt="In order to access this site you need to enable JavaScript!"
Tous les navigateurs modernes proposent un support du websocket de manière native ou via un plugin. Voici la liste des navigateurs :

Un chat en HTML5 avec les websockets

Screen Scraping with Node.js

You may have used NodeJS as a web server, but did you know that you can also use it for web scraping?
Recently I have been doing alot of work with node.js. As part of that work, we used multiple processes spawned by the node main node process. I wanted to just write down and share some of my experiences.

Multiple processes in nodejs and sharing ports » Craig Brookes