Skip to main content

Home/ iQ Web Team/ Group items tagged number

Rss Feed Group items tagged

Chad Kipling

5 Missing Javascript Number Format Functions | Queness - 2 views

  •  
    Code snippets for common number formatting.
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.
Chad Kipling

Layout generators - www.pagecolumn.com - 1 views

shared by Chad Kipling on 04 Jan 12 - Cached
  •  
    Quickly generate a layout with a number of different styles.
Chad Kipling

12 Killer Tips and Tricks for Building HTML Email - 1 views

  •  
    12 notes and suggestions for writing HTML for emails including a number of important, counter-intuitive points.
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

Yahoo! WebPlayer: The easy way to add video & audio to your site - 3 views

  •  
    A super quick and relatively nice media player for a number of different audio and video formats.
Chad Kipling

Cross-Browser Testing Tools - 2 views

  •  
    Reviews a number of different tools to test browser compatibility across a tonne of different browsers. Some are web-based, others are are installed locally.
Chad Kipling

The Shapes of CSS - 4 views

  •  
    create shapes in pure CSS
  •  
    CSS to make a number of different shapes, including speech bubbles, stars/badges, and many standard shapes. NOTE: Some of these fail in IE7 and 8.
Chad Kipling

CSS3 drop shadow generator - 2 views

  •  
    A simple tool to generate a number of stylish shadows in CSS3.
Jordan Wood

Release Histories for all Major Browsers | Impressive Webs - 0 views

  •  
    I thought it would be interesting to list the release history for major versions of each of the big browsers. Two factors that I believe will play a role in eventually abolishing browser version numbers are the rapid release schedule, and auto-updating -- both of which, if I'm not mistaken, are Google Chrome inventions.
Trevor Pries

For Your Script Loading Needs - 0 views

  •  
    As JavaScript usage has skyrocketed over the last few years, so has the sheer number of scripts that are being loaded in an average web page. With these script tags comes a lot of baggage, such as blocking and lack of dependency management.
Andrea Chan

20 JavaScript Frameworks Worth Checking Out | Nettuts+ - 3 views

  •  
    The number of web applications being created and used has grown rapidly since the new millenium. And importantly, so has the sheer complexity of them - specially on the front end. No more static pages, no sir!
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 :).
1 - 13 of 13
Showing 20 items per page