Skip to main content

Home/ iQ Web Team/ Group items tagged javascript

Rss Feed Group items tagged

Chad Kipling

PhotoBooth Style Live Video Effects in JavaScript and WebGL - Badass JavaScript - 1 views

  •  
    An awesome use of Javascript and WebGL to create a PhotoBooth-like site with realtime video, effects, photos, and settings.
Michael Yagudaev

Scalable JavaScript Application Architecture | Nettuts+ - 1 views

  •  
    Building a scalable javascript architecture
Chad Kipling

Create ZIP file in JavaScript. Generate Zip in JS. JS ZIP - 1 views

  •  
    JavaScript based API to generate Zip files on the fly.
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).
Chad Kipling

JavaScript Toolbox - Date Formatting And Format Validation Functions - 3 views

  •  
    Javascript plugin to convert any date string of date into a Date object. Can also validate and compare.
  •  
    Did you guys know you currently can't book time off on Intra from a Mac running OS X! there date time formats are different :)
Chad Kipling

Firefox 9 JavaScript performance will be improved by 20-30% | ExtremeTech - 2 views

  •  
    FIrefox's javascript performance will apparently be significantly improved by introducing type inference to the JS compiler.
Michael Yagudaev

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

  •  
    Getting your Javascript code reviewed
Thu Tran

7 Essential JavaScript Typography Resources - 3 views

  •  
    Beyond CSS Typography, Javascript Typography
Chad Kipling

JavaScript has problems. Do we need Dart to solve them? - 1 views

  •  
    In-depth article about how javascript works and compares to Dart.
  •  
    Dart Hello World = 17259 lines https://gist.github.com/1277224
Chad Kipling

Moment.js - A lightweight javascript date library - 1 views

  •  
    A lightweight javascript date library for parsing, manipulating, and formatting dates.
Chad Kipling

Dart Synonym: Translations from JavaScript - 1 views

  •  
    A reference table to translate javascript to Dart.
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)
Andrea Chan

10 Addictive Games You Wouldn't Believe They're Made With Javascript - 3 views

  •  
    WARNING: Addictive games alert, if you want to stay productive, do not click on any of these links. :P Few years back, most of the online games were made with Flash, nowadays, with powerful browsers and web technologies, you can create games with just HTML, CSS and Javascript!
Andrew Schonhoffer

Into the Ring with knockout.js | Nettuts+ - 2 views

  •  
    In the red corner, weighing in at just 29Kb (uncompressed), is knockout.js; a pure JavaScript library that simplifies the creation of dynamic user interfaces. Knockout is library agnostic, so it can easily be used with any of the most popular JavaScript libraries already available, but it works particularly well with jQuery, and uses jQuery.tmpl as its default templating engine.
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.
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

Create a Drawing App with HTML5 Canvas and JavaScript - 2 views

  •  
    Fun little tutorial explaining how to create a simple drawing app using HTML5 and JavaScript.
Chad Kipling

Stop Nesting Functions! (But Not All of Them) | Nettuts+ - 2 views

  •  
    A good tutorial on where you should define a function in javascript and why. Includes some major performances considerations. Basic takeaway: nested functions means tonnes of "identical" functions being creating.
Chad Kipling

ai/visibility.js · GitHub - 0 views

  •  
    Visibility.js allow you to determine whether your web page is visible to an user, is hidden in background tab or is prerendering. It allows you use the page visibility state in JavaScript logic and improve browser performance by disabling unnecessary timers and AJAX requests, or improve user interface experience (for example, by stopping video playback or slideshow when user switches to another browser tab).
Chad Kipling

sindresorhus/screenfull.js · GitHub - 1 views

  •  
    Simple wrapper for cross-browser usage of the JavaScript Fullscreen API, which lets you bring the page or any element into fullscreen. Smoothens out the browser implementation differences, so you don't have too.
1 - 20 of 121 Next › Last »
Showing 20 items per page