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 […]

Read More →

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 […]

Read More →

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 […]

Read More →