login/register

Snip!t channels - Alan Dix

Channels > techie > JavaScript

Order by: date | title | url | snip    Show: just this cat | subcats too
Page 2 of 4:   prev   1   2   3   4   next  

2016-10-19 17:19:45     StealJS

http://stealjs.com/

Futuristic JavaScript dependency loader and builder. Spe... load times. Works with ES6, CommonJS, AMD, CSS, LESS and... modular workflows.

view snip

/Channels/techie/JavaScript

2009-03-30 21:14:39     Gears API - Google Code

http://code.google.com/apis/gears/

Gears is an open source project that enables more powerf...
Features
Gears modules include:
LocalServer LocalServer Cache and serve application res ...
... performing resource-intensive operations asynchronously

view snip

/Channels/techie/JavaScript
/Channels/techie/web development

2009-12-20 09:54:53     Safari Dev Center: Safari Web Content Guide: Getting Geographic Locations

http://developer.apple.com/...GeographicalLocations.html#...

Getting Geographic Locations
iPhone OS Note: Geographic location classes are availabl ...
Use the JavaScript classes described in this chapter to ...

view snip

/Channels/techie/JavaScript
/Channels/techie/web development

2009-07-13 11:11:10     A JavaScript Module Pattern » Yahoo! User Interface Blog

http://yuiblog.com/blog/2007/06/12/module-pattern/

Global variables are evil. Within YUI, we use only two g... YAHOO_config. Everthing in YUI makes use of members with... object hierarchy or variables that are scoped to such a ... that you exercise similar discipline in your own applica...
Douglas Cro

view snip

/Channels/techie/JavaScript

2009-03-30 21:13:34     Google Web Toolkit 1.5 - Google Code

http://code.google.com/docreader/#p=google-web-toolkit-do...

Google Web Toolkit (GWT) makes it easier to write high-p... applications. You write your front end in the Java progr... and GWT compiles your source into highly optimized JavaS... Developer's Guide covers the information you need to kno... application

view snip

/Channels/techie/AJAX
/Channels/techie/JavaScript
/Channels/techie/web development

2011-09-10 13:19:27     How to embed the JavaScript engine - MDN

https://developer.mozilla.org/...embed_the_JavaScript_engine

Hello World sample embedding application
The following code is a very simple application that sho ...

view snip

/Channels/techie/JavaScript

2016-01-05 10:11:52    

http://www.codeproject.com/...The-Slow-Death-of-Bookmarklets

http://www.codeproject.com/Articles/494559/The-Slow-Death-of-Bookmarklets

view snip

/Channels/techie/JavaScript

2006-01-06 10:19:02     Code Examples -> Simple js test for a pop-up blocker

http://www.weberdev.com/get_example-4189.html

If you site needs pop-ups to work properly, this little ...
var popWin = window.open("","ptest","width=1,height=1,le ...
if (popWin) {
  popWin.blur();
... }

view snip

/Channels/techie/JavaScript

2010-05-17 21:55:21     A List Apart: Articles: Better JavaScript Minification

http://www.alistapart.com/...better-javascript-minification/

In the past few years, performance research has become m... thanks to research by the Yahoo! Exceptional Performance... Google’s Steve Souders. Most of that research studies ... HTML page, but the resources the page requires to displa...
Although bo

view snip

/Channels/techie/JavaScript

2009-01-13 10:51:42     » Including Javascript in XHTML: external, DOM created, CDATA & comments :: CSS, JavaScript and XHTML Explained

http://www.evotech.net/blo.../including-javascript-in-xhtml/

Including Valid Inline Javascript in XHTML
You may notice that your XHTML does not validate because ...
<script type="text/javascript">
//<![CDATA[
... ndering the page requires functions from the javascript.

view snip

/Channels/techie/JavaScript

2008-11-11 15:11:34     J4P5: Javascript For PHP 5

http://j4p5.sourceforge.net/

J4P5 is a JavaScript interpreter written in PHP 5, that ... untrusted scripts in a sandbox on your server. It aims t... of Ecma-262 3d edition.

view snip

/Channels/techie/JavaScript

2010-06-30 20:46:15     J4P5: Javascript For PHP 5

http://j4p5.sourceforge.net/index.php

J4P5 is a JavaScript interpreter written in PHP 5, that ... untrusted scripts in a sandbox on your server. It aims t... of Ecma-262 3d edition.

view snip

/Channels/techie/JavaScript

2007-12-31 17:23:11     phpied.com » Blog Archive » Javascript includes - yet another way of RPC-ing

http://www.phpied.com/javascript-include/

Javascript files can be included and executed on the fly... loading the page or in run-time. This means that HTTP re... without the use of XMLHttpRequest or iframes. This post ... of my experiments with the inclusion of external javascr...

view snip

/Channels/techie/AJAX
/Channels/techie/JavaScript

2008-11-22 17:31:40     jQuery UI - Home

http://ui.jquery.com/

jQuery UI provides abstractions for low-level interactio... themeable widgets, built on top of the jQuery JavaScript... can use to build highly interactive web applications.

view snip

/Channels/techie/JavaScript

2012-08-24 10:33:20     JS/UIX - Terminal

http://www.masswerk.at/jsuix/

JS/UIX is an UN*X-like OS for standard web-browsers, written
entirely in JavaScript (no plug-ins used). It comprises ...
tual machine, shell, virtual file-system, process-manage ...
and brings its own terminal with screen- and keyboard-ma ...

view snip

/Channels/just fun
/Channels/techie/JavaScript

2009-12-31 12:45:03     jsTree » Home

http://www.jstree.com/

jsTree is a javascript based, cross browser tree compone... as a jQuery plugin.
jsTree is absolutely free (licensed same as jQuery – u ...
Still, if you would like to help this project - click th ...
Various screens of jsTree in use

view snip

/Channels/techie/JavaScript

2022-09-11 09:02:44     Leaflet - a JavaScript library for interactive maps

https://leafletjs.com/#close

Leaflet is the leading open-source JavaScript library fo... interactive maps. Weighing just about 42 KB of JS, it h... features most developers ever need.
Leaflet is designed with simplicity, performance and usa ...

view snip

/Channels/maps and geography
/Channels/techie/JavaScript

2014-11-04 19:52:01     Lightweight javascript in-memory database: LokiJS

http://lokijs.org/#/

LokiJS is an in-memory database which prioritises perfor... everything *
LokiJS supports field indexing for faster document acces ...

view snip

/Channels/techie/JavaScript

2005-11-17 16:17:53     gemal.dk - Javascript escape()/unescape() NO LONGER suitable for URI manipulation

http://gemal.dk/...peunescape_no_longer_suitable_for_uri_ma/

old escape(): encode in page's charset, then %hh
new escape(): %hh, %uhhhh for everything over unicode 256.
encodeURIComponent(): encode in UTF-8, then %hh

view snip

/Channels/techie/JavaScript

2007-05-31 09:26:19     skypoet's world: On-demand JavaScript :: IE6/7 and Firefox 2.x

http://skypoetsworld.blogspot.com/...t-ie67-and-firefox.html

On-demand JavaScript :: IE6/7 and Firefox 2.x
Last year, there was a lot of talk about on-demand JavaS ...

view snip

/Channels/techie/JavaScript
/Channels/techie/Web2.0

2010-06-30 20:41:06     John Resig - Spicing Up Embedded JavaScript

http://ejohn.org/blog/spicing-up-embedded-javascript/

One thing that I absolutely adore is the sheer embeddabi...
Since JavaScript, alone, is so dumb (we've become spoile ...
We can start by taking a look at some of the most popula ...
One thing is the same in all the interpreter implementat ...
... it gen

view snip

/Channels/techie/JavaScript

2009-07-13 11:25:22     jQuery for JavaScript programmers

http://simonwillison.net/2007/Aug/15/jquery/

Over the past few months it’s become clear to me exact... jQuery is an exceptionally clever piece of engineering. ... encapsulates an extraordinary range of common functional... a clever plugin API for any functionality not included b...
Most introd

view snip

/Channels/techie/JavaScript

2010-07-02 17:59:45     Piggy Bank Scraper Risk - SIMILE

http://simile.mit.edu/wiki/Piggy_Bank_Scraper_Risk

Piggy bank runs scrapers it grabs from arbitrary third p... formal technical, as well as social rituals and supporti... mechanisms for controlling the risk this creates.
Formal technical mechanisms certainly means finding a wa ...
Social mechinisms (and

view snip

/Channels/techie/JavaScript

2009-12-20 07:51:12     Prism - MDC

https://developer.mozilla.org/en/Prism

Prism is a simple XULRunner-based browser that hosts web... without the normal web browser user interface. Prism is ... called Site-Specific Browsers (SSB). An SSB is designed ... with a single web application. It doesn’t have the men... other accou

view snip

/Channels/techie/JavaScript
/Channels/techie/web development

2006-01-05 12:45:07     Prototype JavaScript Framework: Class-style OO, Ajax, and more

http://prototype.conio.net/

Prototype is a JavaScript framework that aims to ease de... dynamic web applications. Featuring a unique, easy-to-us... class-driven development and the nicest Ajax library aro... quickly becoming the codebase of choice for Web 2.0 deve...

view snip

/Channels/techie/JavaScript

2013-01-26 16:21:01     Bootstrap Tour, easy product tours with Bootstrap from Twitter

http://sorich87.github.com/bootstrap-tour/index.html

Quick and easy way to build your product tours with Twit... Popovers.

view snip

/Channels/techie/JavaScript

2008-11-21 15:21:03     Sortable Table JavaScript: Sort your tables easily!

http://yoast.com/articles/sortable-table/

Ramon Eijkemans pointed me to a script written by Stuart... unobtrusive table sorting script was awesome, offering s... text, numbers, dates and currencies, by simply adding an... a page and a class to a table!
However, it lacked a few things, most imp

view snip

/Channels/techie/JavaScript

2009-12-27 17:05:53     Reflection.js

http://cow.neondragon.net/stuff/reflection/

Reflection.js allows you to add reflections to images on... uses unobtrusive javascript to keep your code clean.
It works in all the major browsers - Internet Explorer 5 ...

view snip

/Channels/techie/JavaScript

2006-10-28 21:11:11     selection Object (document)

http://msdn.microsoft.com/workshop/auth.../obj_selection.asp

Represents the active selection, which is a highlighted ... and/or other elements in the document on which a user or... carry out some action.

view snip

/Channels/techie/JavaScript

2012-12-30 13:18:21     API Guide | restify

http://mcavage.github.com/node-restify/

restify is a node.js module built specifically to enable... correct REST web services. It borrows heavily from expre... as that is more or less the de facto API for writing web... top of node.js.

view snip

/Channels/techie/APIs
/Channels/techie/JavaScript
/Channels/techie/web development

Order by: date | title | url | snip    Show: just this cat | subcats too
Page 2 of 4:   prev   1   2   3   4   next