Rushi's | Home on the web

TAG | html

Nov/11

4

11.3.11 BarrelRoll

On 3rd Nov 2011, google amused people world over by a bit of CSS3 magic. If you haven’t heard about it, try this Google link. function doBarellRoll(){ document.getElementById(‘outline’).className = ‘barell-roll’; setTimeout(function(){document.getElementById(‘outline’).className = ”;},5000); } .barell-roll{ -webkit-transition: -webkit-transform 4s ease; -webkit-transform: rotate(360deg); -moz-transition: -moz-transform 4s ease; -moz-transform: rotate(360deg); -o-transition: -o-transform 4s ease; -o-transform: rotate(360deg); transition: transform [...]

, , , , , , ,

ZenCoding is a fun, fast, intuitive way to write html,css,xsl,xml and haml code. Consider this like the typewriter shorthand system, but only better. This kind of coding style has been around since the late 2009. ZenCoding is possible by adding the plugin for your favorite editor. Check here if your editor has a ZenCoding plugin. [...]

, , , , , , , , , , , ,

Founded in September 2006, Smashing Magazine delivers useful and innovative information to Web designers and developers. Smashing Magazine is a well-respected international online publication for professional Web designers and developers. Smashing Magazine’s main goal is to support the Web design community with useful and valuable articles and resources, written and created by experienced designers and [...]

, , , , , , , , ,

Aug/11

16

Ace Editor

Ace is a standalone code editor written in JavaScript. The goal is to create a web based code editor that matches and extends the features, usability and performance of existing native editors such as TextMate, Vim or Eclipse. Ace can be easily embedded in any web page and JavaScript application. Ace is developed as the [...]

, , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Nov/09

29

Zen coding

For web developers(especially front end) writing html is an everyday chore. How about spicing things up. How about using CSS selectors not just to style and access elements, but to generate code? For example, what if you could write this… div#footer>p+span.links>a …and see this as the output? <div id=”footer”> <p></p> <span><a href=””></a></span> </div> Isn’t that [...]

, , , ,

Older posts >>

Find it!

Theme Design by devolux.org
Tweaked by Rushi