Google+

Designing in browser vs illustrator

text-to-icon

Designing in the Browser versus Adobe Illustrator! Try http://symbolset.com/ Turn words into Icon’s like a magic Symbolset uses font magic to change words into icons. Made with love for computers and people. View: http://symbolset.com/

Continue Reading

Create spreadsheet with AngularJS

Angular makes it incredibly easy to bind model data to your HTML, and to propagate changes to your view. This, it turns out, makes developing something like a spreadsheet very easy. Cells in the spreadsheet can depend on each other, and Angular will handle propogating the necessary changes. http://thomasstreet.net/blog/spreadsheet.html

Continue Reading

Hikikomori’s guide to JavaScript

There was a time when no one knew how to write JavaScript, but those times are long since gone. People know how to write JavaScript now (some), and that’s good!!1ELEVEN! Unfortunately, there’s still a large portion of people who don’t know how to write applications1 http://killdream.github.io/blog/2013/04/the-hikkikomoris-guide-to-javascript/

Continue Reading

Closure Compiler Service for JavaScript by Google

closure-compiler

Closure compiles your Javascript code into high performance code. How about trying it here : http://closure-compiler.appspot.com/home A JavaScript optimizer The Closure Compiler compiles JavaScript into compact, high-performance code. The compiler removes dead code and rewrites and minimizes what’s left so that it downloads and runs quickly. It also checks syntax, variable references, and types, and [...]

Continue Reading

CSS Wife tells you “Another 10 things you may not know about CSS3″

If you are a web devel­op­er or designer wanting to hear the latest news on HTML5, CSS, the open web platform and your place in it.. watch this video on CSS3 @W3 by Lea Verou.

Continue Reading

jQuery Internet explorer blocker popup

This script will detect if user is using Internet explorer 6 or IE7, if so It will display an Lighbox Popup window on screen and force them to download Firefox or Chrome browser. You can copy below script into a JS file and link it after jquery.

Continue Reading