See what's hot on Bookmarks@MarkupDancing, or go to Poppular Tags.
saved on 2012-01-10 11:21:47
NowJS creates a magic namespace "now", accessible by server and client Functions and variables added to now are automatically synced, in real-time Call client functions from the server and server functions from client
saved on 2012-01-10 11:21:17
Socket.IO is a Node.JS project that makes WebSockets and realtime possible in all browsers. It also enhances WebSockets by providing built-in multiplexing, horizontal scalability, automatic JSON encoding/decoding, and more.
saved on 2011-10-25 16:59:53
The jQuery Standards Group exists to give web developers a voice in the standards process. It has three primary goals: Represent the web developer community, and especially jQuery users, to the standards bodies (W3C and TC39) with the intention of improving existing standards and standards in progress to better meet the needs of web developers. Represent the web developer community, and especially jQuery users, to browser vendors with the intent of helping them identify standards that they should prioritize for implementing, and proofs of concept that they can build. Help the jQuery project adopt new standards and browser features as appropriate.
saved on 2011-09-07 09:03:12
In this post, I’m going to tell you more about how we obfuscate JavaScript, which lets you test the ability of your network defenses to detect those attacks. And to make it more exciting, I’m going to make this a contest and give you a chance to win an iPad simply for demonstrating your own de-obfuscation chops.
saved on 2011-09-07 09:02:42
These days, many companies have locked down security for their servers pretty tightly. That has made the bad guys look for softer targets to hack into, especially Web browsers on client machines — such as the computer you’re reading this on. JavaScript, which is ubiquitous on Web pages, is a key vector for these attacks. As security devices get better about detecting malicious JavaScript, hackers are getting more clever about hiding these attacks with layers of obfuscations. We’ve just updated our own security attacks so you can test your equipment to find out how well it stops attacks that use JavaScript evasion techniques.
saved on 2011-07-11 14:02:35
The aim of this document is to get you started with developing applications for Node.js, teaching you everything you need to know about "advanced" JavaScript along the way. It goes way beyond your typical "Hello World" tutorial.
saved on 2011-06-24 23:16:36
jQueryのマイナーバージョンアップがリリースされて取り敢えずバージョンアップしましょう、みたいになる状況を想定してたんだけど1ヶ月以上経ってしまったのでブログに書きます。twitterなどでちょくちょく書いていたので知っている人は知っていると思いますが、jQueryにXSSを誘発しやすい問題があります。
saved on 2011-03-02 17:14:03
I have created a monkey patch for jQuery tested through 1.4.3 which enables you to independently set and/or animate both the scale and rotation of any HTML content with jQuery. This code uses the scale and rotate CSS transformations that are only supported by Webkit, Safari, Chrome, Firefox 3.5+, IE9 Platform Preview 7+, and some versions of Opera at this time.
saved on 2011-02-16 17:36:51
Provides an interface layer to map touch events to jQuery UI interface elements.Adds support for Clicking = tap Double Clicking = double tap Dragging = touch and move Right Click = touch and hold It is completely unobtrusive by using feature detection and can be added to any jQuery UI project to provide support for apples mobile devices.As per the issues this code does prevent default behavior such as pinch to zoom. To avoid that issue, you can apply the changes directly to the jQuery UI
saved on 2011-02-16 17:34:51
The dragNscale plugin makes selected elements draggable,scalable,rotatable by touching and pinching on mobile platform.