Skip to main content

Home/ iQ Web Team/ Group items tagged how

Rss Feed Group items tagged

Thu Tran

Adrian Cockcroft's Blog: How Netflix gets out of the way of innovation - 2 views

  •  
    Some insight on how netflix was able to build an innovative culture.
Chad Kipling

How Logical AND and OR Operators Actually Work in Javascript. - WebSymphony - 1 views

  •  
    An explanation of how exactly && and || works in javascript (which is not exactly as you'd expect).
Thu Tran

YSlow :: Add-ons for Firefox - 0 views

  •  
    An add-on to help you see how fast your page loads, and how you can better optimize your site.
Melissa Kendall

How To Write Effective Design Tutorials - 1 views

  •  
    How to write an effective tutorial. The article itself is a bit strange (possibly the author's first language is not English), but the ideology behind it is sound.
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
Michael Yagudaev

Umbraco CMS - 1 views

  • Assert.AreEqual(2, results.Count());
    • Michael Yagudaev
       
      Testing parser returned expected number of matches
  • Assert.AreEqual(2, parameters.Count); Assert.AreEqual("asdfasdfasdf", parameters["blah"]); Assert.AreEqual("234234234", parameters["erwerwer"]);
  • Assert.AreEqual(1, parameters.Count); Assert.AreEqual("asdfee", parameters["test"]);
  • ...1 more annotation...
  • Assert.AreEqual(2, results.Count());
  •  
    Umbraco is an Open Source .NET based CMS. As always open source projects can teach us a lot about how things can be done properly (usually). Here I opened one of the unit test files just to show how they do unit testing in that project. This project uses a lot of the same technologies we use. Should be helpful. Play around with it, you might just learn something :).
Chad Kipling

Quick Tip: How to Keep the Count with CSS | Nettuts+ - 0 views

  •  
    How to add content or a counter entirely in CSS.
Jordan Wood

How Real People Will Use Windows 8 | .NET Zone - 1 views

  •  
    A lot of people have voiced their concerns over Microsoft's use of "touch-based" UI with Windows 8. In an attempt to gauge how the "average" desktop user will engage and react to Windows 8's Metro design, lockergnome had his dad sit down and use Windows 8 without any previous instruction.
Chad Kipling

How to make the input placeholder more user friendly - CSS-Plus - 1 views

  •  
    A quick tutorial on how to improve placeholders for input boxes.
Thu Tran

The Rise of Developeronomics - Forbes - 2 views

  • The one absolutely solid place to store your capital today — if you know how to do it –  is in software developers’ wallets.
  • people who can invest in developers, developers, and everybody else
  •  
    Farshid posted this on Facebook, but in case anyone missed it, it's a good read on how Developers are going to rule the world
Trevor Sweetland

How Google's New Privacy Policy Could Affect You - 1 views

  •  
    Google's changing its privacy policy. How and why?
Chad Kipling

How Browsers Work: Behind the Scenes of Modern Web Browsers - 0 views

  •  
     A detailed and comprehensive guide on how web browsers work and render pages including order of operations and what exactly tags/styles will do.
Chad Kipling

HTML 5 Notification | Expert PHP Developer - 0 views

  •  
    Quick tutorial on how to add notifications from your site.
Cody Lee

CINEMETRICS - film data visualization - 1 views

  •  
    Cool project to visually "fingerprint" films to reveal their characteristics. Watch the video to see how it works.
Melissa Kendall

How I Met Your Robot Mother: a Qbo 'First' (video) -- Engadget - 2 views

  •  
    So creepy, yet so awesome
Chad Kipling

Clay Shirky: Why SOPA is a bad idea | Video on TED.com - 0 views

  •  
    A well-presented TED talk on the direction "copy protection" (SOPA/PIPA) is currently headed and a brief history of how we got here.
  •  
    Khan Academy gives the SOPA/PIPA bill a run-down: http://www.youtube.com/watch?v=tzqMoOk9NWc
Trevor Pries

How to Create a Clean Calendar in CSS3 & jQuery - 2 views

  •  
    I need to create a calendar module in iQuniversity soon and this gives me a bunch of options to start with!
Chad Kipling

Graceful Degradation and How It Tricks You | Web Builder Zone - 0 views

  •  
    Focus your time on the browsers/platforms the majority of users are using rather building for the newest and letting the rest settle. IMO, however, building for the newest promotes innovation and encourage users to upgrade.
Cody Lee

HTML5 Please - Use the new and shiny responsibly - 0 views

shared by Cody Lee on 01 Feb 12 - No Cached
  •  
    Look up HTML5, CSS3, etc features, know if they are ready for use, and if so find out how you should use them - with polyfills, fallbacks or as they are.
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.
1 - 20 of 74 Next › Last »
Showing 20 items per page