login/register

Snip!t channels - Alan Dix

Channels > techie > JavaScript

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

2016-01-05 10:08:54    

https://medium.com/...bookmarklets-are-dead-d470d4bbb626#...

The altered language significantly weakened the stance that browsers should bypass Content Security Policy for user-supplied add-ons, and suggests that providing the capability for users or add-ons to modify the Content Security Policy is o...

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

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

2021-12-26 13:42:01    

https://github.com/fabricjs/fabric.js

Fabric.js is a framework that makes it easy to work with HTML5 canvas element. It is an interactive object model on top of canvas element. It is also an SVG-to-canvas parser.

view snip

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

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

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

2006-03-18 20:27:13     AJAX:Getting Started - MDC

http://developer.mozilla.org/en/docs/AJAX:Getting_Started

This article guides you through the AJAX basics and give...
Contents [hide]
1 What's AJAX?
2 Step 1 – say "Please!" or How to Make an HTTP Request
... tep 4 – "The X-Files" or Working with the XML Response

view snip

/Channels/techie/JavaScript

2009-07-22 07:30:59     Anything Zoomer | Usage

http://css-tricks.com/examples/AnythingZoomer/use.html

This is a jQuery plugin, so you'll need to load the jQue... then the plugin file, then invoke the new function on th... have zooming.

view snip

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

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

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

2012-01-10 21:12:00     Backbone.js

http://documentcloud.github.com/backbone/#Introduction

When working on a web application that involves a lot of... the first things you learn is to stop tying your data to... too easy to create JavaScript applications that end up a... jQuery selectors and callbacks, all trying frantically t...
With Backbo

view snip

/Channels/HCI stuff/implementation and architecture
/Channels/techie/JavaScript
/Channels/techie/web development

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

2009-12-30 15:51:39     Closure Tools - Google Code

http://code.google.com/closure/

The Closure Compiler compiles JavaScript into compact, h... code. The compiler removes dead code and rewrites and mi... left so that it downloads and runs quickly. It also also... variable references, and types, and warns about common J... pitfalls. T

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

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

2011-06-19 19:41:37     CoffeeScript

http://jashkenas.github.com/coffee-script/

CoffeeScript is a little language that compiles into Jav... all of those embarrassing braces and semicolons, JavaScr... a gorgeous object model at its heart. CoffeeScript is an... the good parts of JavaScript in a simple way.

view snip

/Channels/techie/JavaScript

2013-10-20 19:06:53     Create a new fiddle - JSFiddle

http://jsfiddle.net/

view snip

/Channels/techie/JavaScript

2006-04-14 13:25:32     Cross-Browser.com

http://cross-browser.com/

What will you find here? Thousands of lines of cross-bro... all distributed under the terms of the GNU LGPL. I hope ... playing with my toys - I certainly had fun making them. ... listen to me talk a little bit - although I'm not usuall... talker. The

view snip

/Channels/techie/JavaScript

2010-01-11 17:34:50     Cross-domain communications with JSONP, Part 1: Combine JSONP and jQuery to quickly build powerful mashups

https://www.ibm.com/developerworks/library/wa-aj-jsonp1/

view snip

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

2009-06-21 19:18:26     CSS exploit allows detection of social site use

http://www.downloadsquad.com/...etection-of-social-site-use/

Web developer Aza Raskin knows we visit Digg, Del.icio.u... Facebook without even having to ask.
No, he isn't employing privacy violating hackery, but he ...
Raskin has wrapped this functionality in a script called ...

view snip

/Channels/techie/css
/Channels/techie/JavaScript

2011-03-01 12:35:40     d3.js

http://mbostock.github.com/d3/

D3 allows you to bind arbitrary data to a Document Objec... then apply data-driven transformations to the document. ... example, you can use D3 to generate a basic HTML table f... numbers. Or, use the same data to create an interactive ...
D3 is not a

view snip

/Channels/techie/JavaScript
/Channels/visualisation

2006-10-17 13:36:20     DOM Sample - Event:oncontextmenu

http://www.din.or.jp/~hagi3/JavaScript/JS.../contextMenu.htm

Event:oncontextmenu
Click a right mouse button on each layer( s11 - s14 ).

view snip

/Channels/techie/JavaScript

2006-10-28 21:10:31     DOM:Selection - MDC

http://developer.mozilla.org/en/docs/DOM:Selection

The class of the object returned by window.getSelection(... methods.

view snip

/Channels/techie/JavaScript
/Channels/techie/Mozilla

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

2022-03-02 07:59:07     Florin Pop - Pure CSS Tooltip

https://www.florin-pop.com/blog/2019/05/pure-css-tooltip/

We don't need a complicated HTML structure. We are only ... simple div, with a couple of class names, and we're goin... for each of the following positions: top, right, left, b...

view snip

/Channels/techie/css
/Channels/techie/JavaScript

2010-04-24 17:51:32     FullCalendar - Full-sized Calendar jQuery Plugin

http://arshaw.com/fullcalendar/

view snip

/Channels/techie/JavaScript

2009-01-07 12:59:52     Gears API - Google Code

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

What is the Gears API?
Gears is an open source project that enables more powerf ...
Features
Gears modules include:
... performing resource-intensive operations asynchronously

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

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

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