login/register

Snip!t channels - Alan Dix

Channels > techie > JavaScript

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

2006-09-30 19:29:30     Dynamic Drive DHTML(dynamic html) & JavaScript code library

http://www.dynamicdrive.com/

Dynamic Drive, the #1 place on the net to obtain free, o... Javascripts to enhance your web site!

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

2013-12-21 11:55:16     JavaScript Promises: There and back again - HTML5 Rocks

http://www.html5rocks.com/en/tutorials/es6/promises/

At their most basic, promises are a bit like event liste...
A promise can only succeed or fail once. It cannot s ...
If a promise has succeeded or failed and you later a ...
This is extremely useful for async success/failure, beca ...

view snip

/Channels/techie/JavaScript

2007-01-30 13:43:09     Getting Started with AJAX and the XMLHttpRequest Object > 2.1 XMLHttpRequest Overview

http://www.informit.com/articles/article.asp?p=667416&rl=1

The foundation that makes AJAX possible is the communica... server. The most complete option for performing this com... JavaScript XMLHttpRequest object. If XMLHttpRequest is n... you, hidden IFrames and cookies can also be used. We wil...
This chapte

view snip

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

2006-06-23 09:58:06     Q3 How do you change the URL of a frame by typing in the URL in a text box of a different frame?

http://www.irt.org/script/3.htm

<script language="JavaScript"><!-- function functionName() { parent.frameName2.location.href = window.document.formNa... return false; } //--></script>

view snip

/Channels/techie/JavaScript

2006-10-08 18:03:55     JavaScript Kit- Comprehensive JavaScript, DHTML, CSS tutorials and over 400+ free JavaScripts!

http://www.javascriptkit.com/

view snip

/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

2011-05-10 16:33:38     sorttable: Make all your tables sortable

http://www.kryogenix.org/code/browser/sorttable/

This is not a new trick, sorting a table using the DOM. ...
Now, how to use it. To make a table of your choice sorta ...
Download the Javascript library
Include the Javascript library, by putting a link to ...
... w have column sorting available

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

2007-02-08 19:38:02     OpenQA: Selenium

http://www.openqa.org/selenium/

Selenium is a test tool for web applications. Selenium t... in a browser, just as real users do. And they run in Int... Mozilla and Firefox on Windows, Linux, and Macintosh. No...
* Browser compatibility testing. Test your applicati ...
* Syste

view snip

/Channels/techie/JavaScript

2009-01-08 08:37:27     Small, standards compliant, Javascript WYSIWYG HTML control : Paul James

http://www.peej.co.uk/projects/wysiwyg.html

Small, standards compliant, Javascript WYSIWYG HTML control
The name says it all. This Javascript file can be added ...
Key features
Small
... a class name to turn a textarea into a WYSIWYG control.

view snip

/Channels/techie/JavaScript

2006-01-07 17:51:36     PHP Classes - Class: AJAX Edit In Place

http://www.phpclasses.org/browse/package/2801.html

This class can be used to edit and save a paragraph of t... page.
It associates the necessary Javascript event handling co ...
When the user finishes editing the generated Javascript ...

view snip

/Channels/techie/JavaScript

2009-03-29 16:55:48     SmartMarkUP Universal markup editor and platform!

http://www.phpcow.com/smartmarkup/

SmartMarkUP is a lightweight and powerful JavaScript lib... you to turn any textarea into a fancy markup editor. HTM... syntax, BBCode or any other desired markup language can ... and/or adjusted to your preferences and business needs. ... doesn't dep

view snip

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

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

2010-10-24 19:04:07     RGraph: HTML5 canvas graph library based on the HTML5 canvas tag

http://www.rgraph.net/

RGraph is a HTML5 canvas graph library. It uses features... available in HTML5 (specifically, the CANVAS tag) to pro... variety of graph types: bar chart, bi-polar chart (also ... frequency chart), donut chart, funnel chart, gantt chart... chart, LED

view snip

/Channels/techie/JavaScript
/Channels/visualisation

2008-08-08 11:02:10     SproutCore » About SproutCore

http://www.sproutcore.com/about/

SproutCore is a totally new way of building applications... Instead of following the typical web-driven model where ... things happen in the server, SproutCore applications spl... SproutCore application is a JavaScript application that ... the web bro

view snip

/Channels/techie/JavaScript

2013-10-20 08:44:29     Turbo Pascal

http://www.teamten.com/lawrence/projects/turbo_pasc.../demo/

view snip

/Channels/techie/JavaScript
/Channels/techie/programming

2006-10-17 13:35:07     XWeb Version 5.2

http://www.wdonline.com/dhtml/xwebmenu/default.aspx?...

This menu system is a combination of two older DHTML men... developed:
* The MouseMenu, which was based upon Microsoft's me ...
* The XWebMenu (old version), a traditional menu system.
Along with combining functionalities, new features have ...

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

2006-01-06 10:21:25     Code Examples -> Enchancing dd/mm/yyyy forms with unobtrusive javascript

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

********************************************************...
* title  : Enchancing dd/mm/yyyy forms with unobtrusive ...
*
* story  : Two javascript functions to enchance interact ...
... ********************************************************

view snip

/Channels/techie/JavaScript

2010-04-26 16:50:50     Dynamic Drag’n Drop With jQuery And PHP

http://www.webresourcesdepot.com/...rop-with-jquery-and-php/

Drag’n drop generally looks hard-to-apply but it is de... using JavaScript frameworks. Here is, how it is done by ... jQuery UI:

view snip

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

2006-09-30 19:28:51     Xin Calendar 2

http://www.yxscripts.com/xc2/index.html

Xin Calendar 2 is a package of the In-Page and Popup-Win... scripts as well as some plug-in scripts for extra features.

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-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

2018-06-02 09:31:24    

https://blog.bitsrc.io/...ou-should-know-in-2018-3646fb31ade

11 Useful Javascript utility libraries to speed your development.

view snip

/Channels/techie/JavaScript

2017-12-11 14:05:24     Stanford CS department updates introductory courses: Java is Gone | Computing Education Blog

https://computinged.wordpress.com/...urses-java-is-gone/?...

Stanford has decided to move away from Java in their int... Surprisingly, they have decided to move to JavaScript. ®.. that most top CS departments are moving to Python.  The... article linked below doesn’t address any other languag...
The SIGCSE-

view snip

/Channels/education/CS education
/Channels/techie/JavaScript

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

2009-12-20 09:53:19     HTTP access control - MDC

https://developer.mozilla.org/En/HTTP_Access_Control

The Web Applications Working Group within the W3C has pr... Access Control for Cross-Site Requests recommendation, w...
This access control standard is supported by Firefox 3.5 ...
* Invocations of the XMLHttpRequest API in a cross-s ...
* Web F

view snip

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

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

2015-08-07 21:27:11    

https://github.com/aheckmann/jquery.hook/b.../jquery.hook.js

* Provides the ability to hook into any jQuery.fn[method]
* with onbeforeMETHOD, onMETHOD, and onafterMETHOD.

view snip

/Channels/techie/JavaScript

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