Skip to main content

Home/ javascript/ Group items tagged http

Rss Feed Group items tagged

Javier Neira

Accessing a MySQL database from Node.JS « Devthought - 2 views

  •  
    connection.query("SELECT * FROM TABLE").addCallback(function(result){ for (var i = 0, l = result.ROWS.length; i < l; i++){ var row = result.ROWS[i]; // do something with the data } });
yc c

JS Minifier - 1 views

  •  
    Minimal: original algorithm but keep linefeeds if single - Conservative: original algorithm - Agressive: remove more linefeed than the original algorithm but can be regressive
Javier Neira

Interesante curiosidad javascript | aNieto2K - 0 views

  • NodeList objects in the DOM are live.
  • Tener unas cuantas referencias a NodeList es como tener un puñado de zombies a las puertas de tu casa.
Javier Neira

Ajaxian » ECMAScript Edition 5: WebKit JavaScriptCore Progress - 0 views

  •  
    * Object.getPrototypeOf * Object.getOwnPropertyDescriptor * Object.keys * Object.defineProperty * Object.defineProperties * Object.create * Object.getOwnPropertyNames * JSON.stringify * JSON.parse * Date.now: Has been in JSC for a long time. * Date.prototype.toISOString * Date.prototype.toJSON * String.prototype.trim * "Array extras": Array.prototype.{indexOf,lastIndexOf,every,some,forEach,map,filter,reduce,reduce
yc c

YvoSchaap.com - Easy AJAX inline text edit 2.0 - 1 views

  •  
    This script works in Internet Explorer, Firefox, Chrome, Opera and Safari.
Javier Neira

Jaml: beautiful HTML generation for JavaScript : Ed Spencer - 0 views

  •  
    01.div( 02. h1("Some title"), 03. p("Some exciting paragraph text"), 04. br(), 05. 06. ul( 07. li("First item"), 08. li("Second item"), 09. li("Third item") 10. ) 11.);
yc c

Cross Browser Copy To Clipboard - 1 views

  •  
    This has been tested with Firefox 3.5.5, IE 8 (8.0.6001.18702), Google Chrome 3.0.195.33, and Safari (Win) 4.0.4 (531.21.10). For web spiders, no content is hidden from them so it matters not whether they support Flash or JavaScript.
yc c

Reflect-o-matic - 1 views

  •  
    Reflection.js works well with logos, icons and dynamic image content such as forum avatars. Reflection.js comes into it's own with forum avatars; you can apply a reflection effect to every avatar on your forum or blog without any additional server work.
yc c

moo.fx - size does matter - 1 views

  •  
    moo.fx is a superlightweight, ultratiny, megasmall javascript effects library, to be used with prototype.js or the mootools framework. It's very easy to use, blazing fast, cross-browser, standards compliant, provides controls to modify any CSS property of any HTML element, including colors, with builtin checks that won't let a user break the effect with multiple, crazy clicks. Optimized to make you write the lesser code possible, the new moo.fx is so modular you can create any kind of effect with it. moo.fx is open source, released under the very liberal MIT License, so feel free to do anything you want with
Raja uk

moochart | Draws bubble diagrams on the canvas tag | Ajaxmint.com - 0 views

  •  
    moochart is a plugin for MooTools 1.2 that draws bubble diagrams on the canvas tag. Future versions might include pie, bar & line graphs.
« First ‹ Previous 401 - 420 of 657 Next › Last »
Showing 20 items per page