Skip to main content

Home/ iQ Web Team/ Group items tagged programming

Rss Feed Group items tagged

Matt Haines

communication - New programming jargon you coined? - Stack Overflow - 4 views

  •  
    What programming terms have you coined that have taken off in your own circles (i.e. have heard others repeat it)? It might be within your own team, workplace or garnered greater popularity on the Internet. This question serves in the spirit of communication among programmers through sharing of terminology with each other, to benefit us by its propagation within our own teams and environments.
  •  
    Pokemon Exception Handling ftw
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.
Matt Haines

Team Treehouse - 1 views

  •  
    Learn web design and programming (or iOS programming) in an online interactive environment.
Chad Kipling

Adobe Edge - 1 views

  •  
    Program to create animations using HTML, CSS, and javascript.
Andrew Schonhoffer

Asynchronous Programming in JavaScript with "Promises" - 2 views

  •  
    This is an easy to understand article about the Promise pattern for Javascript. It is a way to have a 'continue with this function when this previous one succeeds' that doesn't involve nesting functions. The jqXHR objects returned by $.ajax() as of jQuery 1.5 implement the Promise interface, giving them all the properties, methods, and behavior of a Promise.
Trevor Sweetland

What's wrong with this code, really? - 2 views

  •  
    An interesting article that discusses why exactly lazy programming is bad. Bad, I say!
Andrea Chan

Facebook's Co-founder's Startup Asana Launches Publicly - 0 views

  •  
    Cool task manager program launches publicly after being in private beta for a year. Real-time and very easy to edit tool.
  •  
    Basecamp's task management program: http://www.youtube.com/watch?v=p-GIZ5sFak4 (start at 2:30)
Michael Yagudaev

Getting Reliable z-index Cross-Browser - 0 views

  •  
    An explanation of how to get an accurate z-index reading in all major browsers using javascript.
Chad Kipling

Google Dart hits a bull's-eye for Web developers | Application Development - InfoWorld - 1 views

  •  
    Google announces a new programming language (Dart) as a possible javascript alternative.
Trevor Sweetland

Who Says the iPad Isn't For Programming? Meet Codify - 3 views

  •  
    An iPad app for coding? Looks kind of cool.
1 - 11 of 11
Showing 20 items per page