Get flash to fully experience Pearltrees
More and more websites are realizing the power of client side scripting and AJAX to bring their site to the next level of interaction as JavaScript is becoming a second hand language to almost every serious web developer today. Here is our collection of 10 must have JS cheat sheets to help you along on your web developing adventures. I hope you enjoy and find this as useful as many developers did! Related Posts: 1. QuicklyCode – Cheat Sheets and Programming Stuff
This article first appeared in issue 224 of .net magazine – the world's best-selling magazine for web designers and developers. We’re going to build a 360 view image slider . What can you use it for?
StyleDocco StyleDocco (GitHub: jacobrask / styledocco , License: MIT , npm: styledocco ) by Jacob Rask generates documentation and style guides from stylesheets. It’s distributed as a command-line tool, and can be installed using npm: npm install -g styledocco Adding descriptive comments is enough for StyleDocco to generate its results.
Everyone loves old school arcade games (if they say they don’t, they’re probably lying). The only real problem with them is that unless you’re Billy Mitchell it’s quite difficult to get away with finding an excuse to play them for as long as you’d like to. Z-Type comes to the rescue. It’s a very addictive space shoot-em-up where you destroy the bad guys by learning to type. That’s a pretty cool way to learn! The game is written using the impact.js game library (costing $99) which takes care of all of the boring stuff like audio and key presses, meaning that you can spend all of your time coding the fun game logic bits.
Well the title pretty much says it all, but I thought I’d let everyone know that the JSConf 2012 videos are beginning to be released . JSConf is one of the premier JavaScript conferences that always sells out within a few seconds, so if you didn’t make it this year, you’re in luck because they always record the talks and release them for free after the event. I wasn’t there this year, but I heard excellent things about the talks and the rest of the event as well. I’m sure more videos will be released over the coming days and weeks so watch the website and Twitter for details! <p style="text-align:right;color:#A8A8A8"></p>
Before we start, I’d like to pose a question: when was the last time you asked someone to review your code? Reviewing code is possibly the single best technique to improve the overall quality of your solutions, and if you’re not actively taking advantage of it, then you’re missing out on identifying bugs and hearing suggestions that could make your code better. None of us write 100% bug-free code all of the time, so don’t feel there’s a stigma attached to seeking help.