kostas + javascript   23

JavaScript - Strings
"On this page I explain what strings are and then give an overview of some useful things you can do with them."
javascript 
october 2010 by kostas
Video JS | HTML5 Video Player
"Video JS is a javascript-based video player that uses the HTML5 video functionality built into advanced browsers. In general, the benefit of using an HTML5 player is a consistent look between browsers."
javascript  html5 
may 2010 by kostas
High Performance Web Sites :: appendChild vs insertBefore
jQuery's method looks like the best. "Use insertBefore instead of appendChild to circumvent an IE6 bug. This arises when a base node is used (#2709 and #4378)."
javascript 
may 2010 by kostas
Javascript Tutorial - Using setInterval and setTimeout | Switch on the Code
"But it does have a significant drawback - there is no way to pass any arguments to the function you want called."
javascript 
may 2010 by kostas
YUI Compressor
"The YUI Compressor is written in Java (requires Java >= 1.4) and relies on Rhino to tokenize the source JavaScript file."
tools  optimize  javascript  css 
may 2010 by kostas
YUI 3 — Yahoo! User Interface Library
"YUI 3 is Yahoo!'s next-generation JavaScript and CSS library. It powers the new Yahoo! homepage and incorporates what we've learned in five years of dedicated library development. As of the 3.1.0 release, the YUI 3 Library has grown to include the core components, a full suite of utilities, the Widget Infrastructure, and a few Widgets."
javascript  css  reference 
may 2010 by kostas
HTML5 Geolocation with Fallback to Google Ajax API: HTML5
"Google Ajax API does location lookup, so it makes it a great fallback for the native HTML5 Gelocation API. Of course, the fallback will never get near the same accuracy as GPS lookup, because it does a lookup on your ISP, but it is at least able to get you in the ballpark as a fallback."
html5  javascript  location 
april 2010 by kostas
Date - MDC • Example: ISO 8601 formatted dates
"The following example shows how to format a date in an ISO 8601 format using UTC:"
javascript 
april 2010 by kostas
JavaScript Tutorial
"This JavaScript tutorial contains more than 200 examples!"
javascript 
april 2010 by kostas
JSON
"JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate."
javascript 
april 2010 by kostas
HTML5 presentation • Web Workers
Note to self: need to research this particular feature of HTML5.
javascript  html5 
april 2010 by kostas

Copy this bookmark:



description:


tags: