Skip to main content

Home/ iQ Web Team/ Group items tagged coding

Rss Feed Group items tagged

Michael Yagudaev

Create a new Fiddle - jsFiddle - Online Editor for the Web (JavaScript, MooTools, jQuer... - 1 views

  •  
    A playground for your html, css and javascript code. You can use this to create a small experimental code to test across all browsers. You can also share you code with others and work off others code (forking)
Thu Tran

Writing CSS For Others - Smashing Magazine - 2 views

  • always code like you’re working in a team, even when you’re not
  • Write comments like you’re talking to a rubber duck! Good comments take care of 99% of what you hand over and — more importantly —  take care of your documentation. Your code should be the documentation. Comments are also an excellent way to show off. Ever wanted to tell someone how awesome a bit of your code is but never found the chance? This is that chance! Explain how clever it is, and just wait for people to read it. Egos aside, though, comments do force you to write nicer code. I’ve found that writing extensive comments has made me a better developer. I write cleaner code, because writing comments reminds me that I’m intending for others to read the code
  •  
    A discussion on how to write CSS for other developers and why it's important
Melissa Kendall

Writing Maintainable Code - 2 views

  • Before we can change any code, we have to understand what the code currently does, and whether it's supposed to do that.
  • Often, a quick piece of code isn't so quick after all, and you can easily find yourself surrounded by a baffling labyrinth of code in under a day.
  •  
    Great summary of what is taught in Comp 3350 (Soft. Eng. I)
Michael Yagudaev

Avoiding The Quirks: Lessons From A JavaScript Code Review - 2 views

  •  
    Getting your Javascript code reviewed
Trevor Sweetland

Code Review Checklist and Best practices - 1 views

  •  
    Some things to keep in mind whilst code reviewing. Excuse the Engrish.
Chad Kipling

self improvement - What is the single most effective thing you did to improve your prog... - 0 views

  •  
    A forum post asking on ways to improve coding skills.
  •  
    Working with people far smarter than myself Always listening to what others have to say, regardless if they're junior, intermediate, senior or guru. job title doesn't mean anything. Learning other frameworks/languages, and seeing how they do things, and compare that to stuff that I already know Reading about patterns, best practices, and then examining my old stuff and applying those patterns where necessary Pair programming Add Sticky Note | Remove Deciding TO be a 'Jack-of-all-Trades' never stop learning. Read code written by different people. Write documentation for code written by other people.
Melissa Kendall

Online Code Editor - Codeanywhere - Codeanywhere - 0 views

  •  
    Interesting concept. Worth keeping an eye on, if they add code highlighting and line numbers to their mobile App, it could be really worthwhile.
Andrea Chan

The Joel Test: 12 Steps to Better Code - 0 views

  •  
    Some things we should really do: have a bug database (kudos to Melissa for doing this), daily builds, one-step build process, fix bugs before you write new code.
Trevor Sweetland

10 "Best" Code Comments - 1 views

  •  
    Comment your code. (Especially if it's like this.) (Or even if it's not, see if I care.)
Chad Kipling

Chop - 0 views

shared by Chad Kipling on 28 Jul 11 - No Cached
  •  
    Share code snippets with syntax hilighting using a shortened URL.
Cody Lee

The Digital Slate that's also an Assistant Editor - 0 views

  •  
    Pretty awesome digital slate for iOS that uses QR codes so you can attach meta data to the clip afterwards.
Chad Kipling

Mozilla releases BrowserQuest for HTML5 gamers and warriors (video) -- Engadget - 0 views

  •  
     Its 2D tile graphics engine is powered by HTML5 Canvas, with browser-to-server communications handled by WebSockets. Sound effects, meanwhile, are powered by HTML5 audio APIs, and each player's progress is saved using localStorage. The game also supports lots of simultaneous players, thanks to a JavaScript-coded backend that runs on Node.js.
Chad Kipling

The Future Of CSS: Experimental CSS Properties - Smashing Coding - 1 views

  •  
    Some browser-specific  and lesser-known CSS properties.
Chad Kipling

The Guide To CSS Animation: Principles and Examples - Smashing Coding - 0 views

  •  
    A tutorial on how to create a better animation with CSS. Discuss principles of animation.
Chad Kipling

Web-Drawing Throwdown: Paper.js Vs. Processing.js Vs. Raphael | Smashing Coding - 0 views

  •  
    Paper.js, Processing.js and Raphaël are the leading libraries for drawing on the Web right now.This article covers the advantages and disadvantages of each, and the information you need to make the best choice.
Thu Tran

HTML5 Boiler Plate Hits 2.0 - 2 views

  •  
    Boiler plate is a good starting template when doing HTML5 code. It's entering its 2.0 version
Chad Kipling

jQuery Cheetsheet - 1 views

  •  
    A quick colour-coded jQuery cheatsheet.
Chad Kipling

jQuery Proven Performance Tips And Tricks (Slides) - 1 views

  •  
    A slideshow explaining a number of jQuery performance tips, tricks, and coding standards.
Chad Kipling

Google Chrome Beta Now Supports C/C++ - 1 views

  •  
    A beta release of Chrome allows native execution of C/C++ code. This allows more complicated applications to be run directly on the end-users machine rather than on the server.
1 - 20 of 45 Next › Last »
Showing 20 items per page