Pages tagged js:

DatePicker - jQuery plugin
http://www.eyecon.ro/datepicker/

interesting for SIFE?
Date Picker - jQuery plugin
10+ Most Interesting And Useful jQuery plugins - January 2009 | AjaxLine
http://www.ajaxline.com/10-most-interesting-and-useful-jquery-plugins-january-2009
e we review 10 latest and most interesting jQuery plugins of January 2009.
wilq32 - jQuery plugin: Wilq32.RotateImage
http://wilq32.googlepages.com/wilq32.rollimage222
Roter billeder vha. jQuery på almindelige HTML-sider
Rotação de imagens, imagens inclinadas
rotate images with jquery (+ animation!)
A List Apart: Articles: Advanced Debugging with JavaScript
http://www.alistapart.com/articles/advanceddebuggingwithjavascript
2008年に注目を集めた使えるJavaScriptライブラリ集:phpspot開発日誌
http://phpspot.org/blog/archives/2009/01/2008javascript.html
2008年に注目を集めた使えるJavaScriptライブラリ集が紹介されていました。 どれも非常に便利でサイト構築に役立ってくれるでしょう。
JavaScript Rocks! JavaScript Performance, Benchmarking and Tuning Ebook
http://javascriptrocks.com/performance/
Javascript performance book
Gekauft und nicht bereut!
50 Useful JavaScript Tools | Developer's Toolbox | Smashing Magazine
http://www.smashingmagazine.com/2009/02/08/50-extremely-useful-javascript-tools/
50 Useful JavaScript Tools : http://hellotxt.com/l/d1Wt
JavaScript Lab - Tools - JS Regex Generator
http://www.jslab.dk/tools.regex.php
JavaScript Regular Expression Generator
Regular expression generator for javascript
An Intensive Exploration Of jQuery - NETTUTS
http://nettuts.com/videos/screencasts/an-intensive-exploration-of-jquery/
JSLitmus
http://broofa.com/Tools/JSLitmus/
JSLitmus
A lightweight tool for creating ad-hoc JavaScript benchmark tests
JSLitmus is a lightweight tool for creating ad-hoc JavaScript benchmark tests. Features include ... * Single-file install (JSLitmus.js) * Works on Firefox, Opera, Safari, IE, Google Chrome, and iPhone browsers * Adaptive test cycles - tests take ~1-2 seconds, regardless of the operation * Google Chart + TinyUrl integration * Open Source MIT-style license (see source)
JSりとます:JSパフォーマンス計測ツール
[JS]わずか「12文字」でIEを判別するスクリプト | コリス
http://coliss.com/articles/build-websites/operation/javascript/js-detecting-ie-in-12-bytes.html
おお、まじか。
これは便利。JavaScriptで使用可能なブラウザ判別スクリプト。IE用。
BeautyTips Demo Page
http://www.lullabot.com/files/bt/bt-latest/DEMO/index.html
BeautyTips Demo Page
baloon popups
Ajax Fancy Captcha - jQuery plugin - WebDesignBeach.com
http://www.webdesignbeach.com/beachbar/ajax-fancy-captcha-jquery-plugin
Cool stuff
Ajax Fancy Captcha is a jQuery plugin that helps you protect your web pages from boys and spammers. We are introducing you to a new, intuitive way of completing “verify humanity” tasks. In order to do that you are asked to drag and drop specified item into a circle.
SIMPLY STUNNING jQuery CAPTCHA! NICE! I want to use this now!
JS charts – Examples
http://www.jscharts.com/examples
Un composant Javascript d'affichage de graphes (line/bar/pie chart)
xLazyLoader - ajaxsoft - Lightweight js, css and images loader - Google Code
http://code.google.com/p/ajaxsoft/wiki/xLazyLoader
xLazyLoader - ajaxsoft - Lightweight js, css and images loader - Google Code
This is a small (3 Kb) asynchron loader for javascripts, css and images. List of features: * load one or multiple files for each type * onload callback for javascript, CSS and images * prevents double loaded scripts or css files * method to remove scripts/css by using group name * method to disable/enable css files by using group name, so you can use this plugin like a css switcher * Tested in IE6, IE7, FF2/3, Opera 9, Safari 3, Chrome I have designed this plugin to lazyload a whole UI extension with javascript, images, css files and get a callback when all files are loaded.
This is a small (3 Kb) asynchron loader for javascripts, css and images. List of features: * load one or multiple files for each type * onload callback for javascript, CSS and images * prevents double loaded scripts or css files * method to remove scripts/css by using group name * method to disable/enable css files by using group name, so you can use this plugin like a css switcher * Tested in IE6, IE7, FF2/3, Opera 9, Safari 3, Chrome
zeroclipboard - Google Code
http://code.google.com/p/zeroclipboard/
The Zero Clipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie, and a JavaScript interface. The "Zero" signifies that the library is invisible and the user interface is left entirely up to you.
mParallax
http://www.piksite.com/mParallax/
mParallax is an adaptation for MooTools framework of jParallax whose its author, Stephen Band, describes it like "jParallax turns a selected element into a 'window', or viewport, and all its children into absolutely positioned layers that can be seen through the viewport. These layers move in response to the mouse, and, depending on their dimensions (and options for layer initialisation), they move by different amounts, in a parallaxy kind of way".
20 Most interesting jQuery Plugins - February 2009 | AjaxLine
http://www.ajaxline.com/20-most-interesting-jquery-plugins-february-2009
Ajaxian » Designing a JavaScript client for a REST API
http://ajaxian.com/archives/designing-a-javascript-client-for-a-rest-api
So you want to write a script that sites all over the web can use to access your REST API, eh? Well, that would be pretty straightforward if it weren’t for two things: 1. browser same-origin restrictions on XMLHttpRequests (XHRs) and inter-window/frame access 2. the lack of wide browser support for HTML 5-style message passing between windows. The Same-Origin Policy and its minor browser-specific variations are detailed elsewhere, so I’ll just summarize it with a few key points. I use the term window to mean window object, which can be a top-level page or reside inside a frame or iframe.
So you want to write a script that sites all over the web can use to access your REST API, eh? Well, that would be pretty straightforward...
A comprehensive article outlining an approach on how to create a RESTful JavaScript client. The article explains not only how to create a client for your own RESTful services, but also interacting with cross-domain ones. There is also code posted on Google Code which implements the concepts presented in the article.
John Resig - JavaScript Function Call Profiling
http://ejohn.org/blog/function-call-profiling/
With jQuery 1.3.2 out the door I've been looking for more ways to profile and optimize jQuery. Previously I did a survey of jQuery-using sites to figure out which selectors they were using. This led to the construction of the new Sizzle Selector Engine which targeted those selectors for improvement. Additionally, I constructed a deep profiling plugin for jQuery which helped to spot methods that were taking a long time to run in live jQuery sites. This helped bring about the improvements in jQuery 1.2.6, 1.3, and 1.3.2.
Programatically profile functions, allowing you to analyse the output easily and pinpoint bottlenecks.
jQueryのコードを良くする5つのTIPS[to-R]
http://blog.webcreativepark.net/2008/11/19-002414.html
知ってるかもしれないけど、ここのTIPSは使える。 livequeryは超便利。
sevenup - Google Code
http://code.google.com/p/sevenup/
Just might be a good idea
Help rid the world of IE6 with one line of javascript!
IE6をIE7として動作させるJavaScript
With this code installed, a user with IE6 will receive a dialogue box that tells them their browser is outdated and how to get a newer version.
8 Javascript solutions to common CSS problems
http://www.catswhocode.com/blog/8-javascript-solutions-to-common-css-problems
8 สคริปต์แก้ CSS
Accordion Script With Multi-Level Support - Web Development Blog
http://www.leigeber.com/2009/03/accordion/
入れ子のパネルをスライドさせるアコーディオンの超軽量スクリプト
Accordeon ajax multi-niveau
untitled
http://nakajima.github.com/jquery-glow/
bueno
"tagged jquery"
jspdf - Google Code
http://code.google.com/p/jspdf/
jsPDF generates PDF documents using nothing but Javascript. You can use it in a Firefox extension, in Server Side Javascript and with Data URIs in some browsers.
Minimalist jQuery: 11 useful plugins under 4K | jQuery Plugins | TRIF3CTA | Austin, TX
http://trif3cta.com/blog/entry/jquery-plugins-under-4k/
"jQuery makes our lives easier. So much so that it's tempting to use it all the time, inadvertently slowing our page load times (cue YSlow and Hammerhead). Combining, compressing, and delivering scripts at the end of your page helps in the HTTP request department. On the file size front, below are jQuery plugins that give solid bang for your performance buck."
Plugins JQuery en menos de 4k: tabs, carrusel, loader, dropdown...
Useful scripts and resources Facebook-inspired for web developers
http://woork.blogspot.com/2009/04/useful-scripts-and-resources-facebook.html
Quis Nostrud
http://www.sawmac.com/missing/javascript/tutorials/examples/index.html
Tutorials for learning the JavaScript language.
Collection of simple JS tutorials
Chapter 1 * Hello World (1.1.html) * Writing to the document window (1.2.html) * Striped Tables (1.3.html) Chapter 2 * Using a variable (2.1.html) * Using a variable, part II (2.2.html) * Creating Arrays (2.3.html) * Array Methods Test Page Chapter 3 * Using conditional statements (3.1.html) * A basic function (3.2.html) * A simple quiz (3.3.html) * Do/While Loop Chapter 4 * Today's date (4.1.html) * Date to String Script * Print Current Time * Regular Expression Tester * Sample Regular Expressions Chapter 5 * A simple quiz revisited (5.1.html) * jQuery Enhanced Headlines (5.2.html) * Auto Pull-Quotes (5.3.html) * jQuery Selectors Test Bed * jQuery Content Functions Test Bed Chapter 6 * Striped tables with rollover (6.1.html) * One page FAQ (6.2.html) * Events Test Bed Chapter 7 * Image Rollovers (7.1.html) * Photo Gallery (7.2.html) * Photo Gallery -- Advanced (7.2.
15 Excellent jQuery Navigation Techniques and Solutions | Web Design Ledger
http://webdesignledger.com/tutorials/15-excellent-jquery-navigation-techniques-and-solutions
15 Excellent jQuery Navigation Techniques and Solutions
Along with content, most would agree that navigation is one of the most important aspects of any website. That's why it's crucial to make site navigation
James Smith • loopj.com » Blog Archive » jQuery Plugin: Tokenizing Autocomplete Text Entry
http://loopj.com/2009/04/25/jquery-plugin-tokenizing-autocomplete-text-entry/
This is a jQuery plugin to allow users to select multiple items from a predefined list, using autocompletion as they type to find each item. You may have seen a similar type of text entry when filling in the recipients field sending messages on facebook.
Autocomplete with multiple items per input.
jPlayer : the only CSS styleable jQuery mp3 player plugin
http://www.happyworm.com/jquery/jplayer/
jPlayer is a jQuery plugin that allows you to: * play and control mp3 files in your webpage * create and style an mp3 player using just HTML and CSS * add sound effects to your jQuery projects All of this with no visible Flash.
jPlayer is a jQuery plugin that allows you to: * play and control mp3 files in your webpage * create and style an mp3 player using just HTML and CSS * add sound effects to your jQuery projects All of this with no visible Flash.
mp3
NealGrosskopf.com l CSS Template Layouts: A Simpler CSS Layout System, Now Possible With JQuery
http://www.nealgrosskopf.com/tech/thread.asp?pid=46
A new layout system to replace floats or display:table or html tables. Based on the W3C's proposed 'CSS Template Layout Module' for CSS3
27+ Handy Javascript Techniques for Web Designer | Desizn Tech
http://desizntech.info/2009/05/27-handy-javascript-techniques-for-web-designer/
Quick Tip: Prevent Animation Queue Buildup » Learning jQuery - Tips, Techniques, Tutorials
http://www.learningjquery.com/2009/01/quick-tip-prevent-animation-queue-buildup
Asual | jQuery Address - Deep linking plugin
http://www.asual.com/jquery/address/
Functions overview - PHP.JS
http://phpjs.org/functions/index
Use PHP functions in JavaScript
php functions converted to js
APE (Ajax Push Engine) :: Real time data streaming
http://www.ape-project.org/en/home.html
Comet & Reverse AJAX push
Introducing MooTools ScrollSpy
http://davidwalsh.name/scrollspy
MooTools ScrollSpy
I’ve been excited to release this plugin for a long time. MooTools ScrollSpy is a unique but simple MooTools plugin that listens to page scrolling and fires events based on where the user has scrolled to in the page. Now you can fire specific functionality with just a few simple parameters.
ลูกเล่น เจ๋งๆ
跟踪浏览器滚动条
Plugin per MooTools che intercetta lo scrolling della pagina ed è in grado di attivare specifici eventi in base alla posizione in cui si trova l’utente nell’operazione di scorrimento.
jQuery Infinite Carousel | jQuery for Designers - Tutorials and screencasts
http://jqueryfordesigners.com/jquery-infinite-carousel/
Posted on 11th June 2009 — With jQuery for Designer’s redesign I decided to add a scrolling carousel that worked in the same way the carousel worked on the Apple Mac ads page. This tutorial will walk through the fundamentals of the effect and how to recreate it.
With jQuery for Designer’s redesign I decided to add a scrolling carousel that worked in the same way the carousel worked on the Apple Mac ads page. This tutorial will walk through the fundamentals of the effect and how to recreate it.
Processing.js
http://processingjs.org/exhibition
a port of the Processing Visualization Language
Processing.js is an open programming language for people who want to program images, animation, and interactions for the web without using Flash or Java applets. Processing.js uses Javascript to draw shapes and manipulate images on the HTML5 Canvas element.
Named function expressions demystified
http://yura.thinkweb2.com/named-function-expressions/
An article about named function expressions in Javascript
different ways of defining functions
Theoretical and practical aspects of Javascript's named function construct
Surprisingly, a topic of named function expressions doesn’t seem to be covered well enough on the web. This is probably why there are so many misconceptions floating around. In this article, I’ll try to summarize both - theoretical and practical aspects of these wonderful Javascript constructs; the good, bad and ugly parts of them.
10 Really Interesting jQuery Plugins | Queness
http://www.queness.com/post/295/10-really-interesting-jquery-plugins
I handpicked these plugins from jQuery website. I found them really cool and some of them simply a good stuff to enhance website frontend user interface, usability and capability. Awesome plugins I must say.
Author: kevin | Source: queness | Date: 23 Jun 2009 javascript, usability
» Top10 Simplest jQuery Tutorials WebAir Blog
http://www.webair.it/blog/2009/06/22/top10-simplest-jquery-tutorials/
シンプルなjQueryの効果
Edit-in-place with contentEditable property
http://valums.com/edit-in-place/
Edit in place property in jQuery
Firefox 3 was released on June 17, 2008, and from that time, Firefox 2 browser share is quickly dropping. Very soon it will become inefficient to continue supporting it. And we will be able to use a lot of new Firefox 3 features, such as canvas support, CSS and DOM improvements and other. I am really glad that Firefox3 supports the “contentEditable” property. Setting this attribute to “true” allows you to make parts of a document editable. This attribute was already supported by IE6/7/8, Safari, Chrome and Opera. So now we can start using it in our applications.
was
Modernizr
http://www.modernizr.com/
Version 0.9 is the initial public release of Modernizr. It includes tests for a variety of CSS 3 features and an HTML 5 element styling enabler.
Have you ever wanted to do if-statements in your CSS for the availability of cool features like border-radius? Well, with Modernizr you can accomplish just that!
Modernizr — это небольшая простая Javascript-библиотека, которая поможет получить ответ на вопрос поддерживает ли браузер пользователя такие технологии как: HTML5 Canvas rgba() hsla() border-image border-radius box-shadow Множественные фоновые изображения Прозрачность CSS-анимацию Столбцы Градиенты Отражения CSS-трансформацию CSS-перехды
Test Swarm
http://testswarm.com/
Distributed Continuous Integration for JavaScript
TestSwarm is a way for distributing JavaScript test suites to many browsers on many platforms - so you can get your results in a distributed manner.
Rounding Up the Top 10 jQuery Lightbox Scripts
http://line25.com/articles/rounding-up-the-top-10-jquery-lightbox-scripts
So many choices, so little time.
BBC - Glow JavaScript Library
http://www.bbc.co.uk/glow/
GeoFill - automatically filling form data with geo information
http://icant.co.uk/geofill/index.php?demo=suggestion
automatically filling form data with geo information
GeoFill - automatically filling form data with geo information
geo-location-javascript - Google Code
http://code.google.com/p/geo-location-javascript/
The geo-location-javascript framework gives access to mobile web users location via javascript. It hides the underlying platform specific implementation through a simple unified interface.
"javascript geo location framework for the mobile web"
A geo location javascript which determines user location in mobile web. Interesting piece of technology.
Jquery Inline Form Validation Engine
http://www.position-relative.net/creation/formValidator/
Jquery Inline Form Validation Engine
JavaScriptツール&ライブラリ50選 | エンタープライズ | マイコミジャーナル
http://journal.mycom.co.jp/news/2009/06/23/018/index.html
とりあえず
narwhal
http://narwhaljs.org/
jack + , package manager, virtualenv風?
A general purpose JavaScript platform
serverside javascript
server-side javascript framework
A general purpose JavaScript platform - JS without browser, with standardized modules to access system resources, can be used for a server-side application, or a desktop scripting.
9 Useful Javascript Syntax Highlighting Scripts
http://www.webdesignbooth.com/9-useful-javascript-syntax-highlighting-scripts/
Syntax highlighting is very important especially when we want to show our code example on the blog. By enabling the syntax highlighting on the blog, readers can read the code blocks easier. There are a lot of free and useful syntax highlighting scripts around us. Most of the scripts are written using Javascripts, though some of them are powered by other programming languages such as Phyton or Ruby. Today, we are going to look into 9 Syntax Highlighting Scripts that powered by Javascript.
9 Useful Javascript Syntax Highlighting Scripts
Today we are going to look into 9 Javascripts Syntax Highlighting Scripts. Syntax highlighting is very important especially you run a tutorial blog that has a lot of code examples. Proper highlighting your code will make your readers read your code easily.
Справочник
http://javascript.ru/manual
http://javascript.ru/manual JavaScript 4 javamanual russia 44
jCryption - JavaScript data encryption
http://www.jcryption.org/
In short words jCryption is a javascript HTML-Form encryption plugin, which encrypts the POST/GET-Data that will be sent when you submit a form. It uses the Multiple-precision and Barrett modular reduction libraries for the calculations and jQuery for the rest.
** Posted using Viigo: Mobile RSS, Sports, Current Events and more **
In short words jCryption is a javascript HTML-Form encryption plugin, which encrypts the POST/GET-Data that will be sent when you submit a form. It uses the Multiple-precision and Barrett modular reduction libraries for the calculations and jQuery for the rest. jCryption is completly free and dual licensed under the MIT and GPL licenses like jQuery.
A List Apart: Articles: JavaScript MVC
http://www.alistapart.com/articles/javascript-mvc/
Once a bit player, JavaScript increasingly takes center stage. Its footprint—the space it takes up on our servers and in our development schedules—continues to grow. So how can we make our JavaScript more reusable and easier to maintain? Perhaps MVC will offer some clues. While MVC is a familiar term to those in back-end application development—using frameworks such as Struts, Ruby on Rails, and CakePHP—MVC’s origin in user interface development lends itself to structuring client-side applications. Let’s examine what MVC is, see how we can use it to rework an example project, and consider some existing MVC frameworks.
JavaScript: Bad Practices - James Padolsey
http://james.padolsey.com/javascript/javascript-bad-practices/
Más práticas de Javascript
9 Most Useful jQuery Plugins.
http://9lessons.blogspot.com/2009/08/9-most-useful-jquery-plugins.html
9lessons is a popular programming blog maintained by from Srinivas Tamada. Topics focus on programming, tutorials, jquery, ajax, php, mysql, javascript, jsp, database, java and resources 9 lessons.
VanadiumJS
http://vanadiumjs.com/
Validació de formularis
Javascript Validation Library
Simple, intuitive yet powerful client side validation. No need for coding, easily extendable and customizable.
表单验证
40 Super-Neat JavaScript Plugins - Nettuts+
http://net.tutsplus.com/articles/web-roundups/40-super-neat-javascript-plugins/
Custom Checkboxes Images Lightbox Youíre probably very familiar with Lightbox. If not, this is used to display overlay images on the current page.
jQueryを使い始めたときに感じる13の疑問 : tech.kayac.com - KAYAC engineers' blog
http://tech.kayac.com/archive/jquery-first-questions.html
Object-Oriented programming with JavaScript. OO Concept in JavaScript - ViralPatel.net
http://viralpatel.net/blogs/2009/07/object-oriented-programming-with-javascript.html
this.setSpeed(mph);
Quick and Easy Filtering with jQuery - Nettuts+
http://net.tutsplus.com/videos/screencasts/quick-and-easy-filtering-with-jquery/
jQuery Tutorial
By http://bit.ly/Tweets2Delicious
Caffeinated Simpleton » Blog Archive » An Introduction to JavaScript’s “this”
http://justin.harmonize.fm/index.php/2009/09/an-introduction-to-javascripts-this/
In many languages (all the good ones, if you ask me),  lexical scoping is supported. Lexical scoping basically allows you to access local variables in a parent function. If a function is defined within another function, it can access its own local variables as well as those of the function it was defined within. Time for another example.function drinkBeer() { var beer = "Big Daddy IPA"; function pour() { var glass = "Pint Glass"; return "Poured " + beer + " into a " + glass; } function drink() { beer = null; return "Beer is all gone"; } pour(); drink(); } drinkBeer();This works just fine. drinkBeer cannot access glass, but pour and drink can access beer. //// /*<!--<a href="http://justin.harmonize.fm/index.php/2009/09/an-introduction-to-javascripts-this/">Caffeinated Simpleton » Blog Archive » An Introduction to JavaScript’s “this”</a>-->*/
素晴らしいjQueryチュートリアル集 | CREAMU
http://blog.creamu.com/mt/2009/09/jquery_19.html
Improve your jQuery – 25 excellent tips | Listelog
http://www.listelog.com/improve-your-jquery-25-excellent-tips/
6 Advanced JavaScript Techniques You Should Know
http://sixrevisions.com/javascript/6-advanced-javascript-techniques-you-should-know/
gRaphaël—Charting JavaScript Library
http://g.raphaeljs.com/
gRaphaël’s goal is to help you create stunning charts on your website. It is based on Raphaël graphics library. Check out the demos to see static and interactive charts in action.
raphael.js and any (or all) of g.line.js, g.bar.js, g.dot.js and g.pie.js into your HTML page, then use it as simple as:
gRaphaël’s goal is to help you create stunning charts on your website. It is based on Raphaël graphics library. Check out the demos to see static and interactive charts in action. gRaphaël currently supports Firefox 3.0+, Safari 3.0+, Opera 9.5+ and Internet Explorer 6.0+.
gRaphaël’s goal is to help you create stunning charts on your website. It is based on Raphaël graphics library.
jsSO - Flash Shared Objects in Javascript - Pro-Web
http://pro-web.at/projects/jsso
Client client communication with shared objects and flash js communication
javascriptからsharedobjectが操作できるらしい?後で試してみよう!
Lately I was discussing about programming a flash-based multiuser game using sharedObjects. I’m not so fond of Flash so I thought: Flash can communicate with Javascript. So why not implement the game in Javascript and do only the multiplayer-communication in flash? I created jsSO to allow the clients to push data to the server and notify other clients immediately about changes. So this library allows programming of realtime games, chats etc.
TinyBox - JavaScript Popup Script
http://sandbox.leigeber.com/tinybox/
Javascript popup pop up
Building a jQuery/PHP Powered Chat Room | CSS-Tricks
http://css-tricks.com/jquery-php-chat/
Building a jQuery/PHP Powered Chat Room
CHAT BÁSICO!
Introducing Sprockets: JavaScript dependency management and concatenation - (37signals)
http://www.37signals.com/svn/posts/1587-introducing-sprockets-javascript-dependency-management-and-concatenation
Sprockets is a Ruby library that preprocesses and concatenates JavaScript source files. It takes any number of source files and preprocesses them line-by-line in order to build a single concatenation. Specially formatted lines act as directives to the Sprockets preprocessor, telling it to require the contents of another file or library first or to provide a set of asset files (such as images or stylesheets) to the document root. Sprockets attempts to fulfill required dependencies by searching a set of directories called the load path.
Reading about Sprockets: http://tinyurl.com/ajv466 Looks useful. [from http://twitter.com/blueroot/statuses/1227709183]
"Sprockets is a Ruby library that preprocesses and concatenates JavaScript source files. It takes any number of source files and preprocesses them line-by-line in order to build a single concatenation."
Mu — Mu Connect
http://mu.daaku.org/docs/index.html
This guide is for using the Mu JavaScript library to access the above on your site. Mu is a very small library which you can use along with your favourite JavaScript library such as Dojo, jQuery, MooTools, Prototype or YUI.
Underscore.js
http://documentcloud.github.com/underscore/
Underscore provides 44-odd functions that support both the usual functional suspects: map, select, invoke — as well as more specialized helpers: function binding, javascript templating, deep equality testing, and so on. It delegates to built-in functions, if present, so Javascript 1.6 compliant browsers will use the native implementations of forEach, map, filter, every, some and indexOf. Underscore includes a complete Test & Benchmark Suite for your perusal. The unabridged source code is available on GitHub.
Underscore is a utility-belt library for Javascript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in Javascript objects. It's the tie to go along with jQuery's tux. Underscore provides 44-odd functions that support both the usual functional suspects: map, select, invoke — as well as more specialized helpers: function binding, javascript templating, deep equality testing, and so on. It delegates to built-in functions, if present, so Javascript 1.6 compliant browsers will use the native implementations of forEach, map, filter, every, some and indexOf.
http://slideshowjs.com/
http://slideshowjs.com/
jQueryのプラグイン。フェードで切り替わる、アクセシブルな画像ギャラリー。
スライドショーJS。
Software is hard | Eventbug (alpha) Released
http://www.softwareishard.com/blog/firebug/eventbug-alpha-released/
Alguma coisa relacionada à eventos controlados pelo firebug, ainda não li
Plugin for firefox to show event handlers, and more
This extension brings a new Events panel that lists all of the event handlers on the page grouped by event type. The panel also nicely integrates with other Firebug panels and allows to quickly find out, which HTML element is associated with specific event listener or see the Javascript source code.
hafriedlander's jquery.concrete at master - GitHub
http://github.com/hafriedlander/jquery.concrete
Binds functions to DOM elements.
Concrete tries to provide a new model of code organisation – a replacement for Object Oriented programming that is focused on adding functions to groups of DOM elements based on the structure and contents of those DOM elements. It’s a merging of the model and view layer that initially seems weird, but can give very powerful results. We’re standing on the shoulders of giants here – combining ideas from Prototype’s behaviour & lowpro and jQuery’s effen & livequery (who themselves stole ideals from Self’s Morphic UI and others), but extending & combining the concepts presented in those tools to provide a complete alternative to traditional OO concepts – self-aware methods, inheritance, polymorphisim and namespacing without a single class definition.
Concrete – Support for ConcreteUI programming in jQuery
Concrete tries to provide a new model of code organisation – a replacement for Object Oriented programming that is focused on adding functions to groups of DOM elements based on the structure and contents of those DOM elements. It’s a merging of the model and view layer that initially seems weird, but can give very powerful results.
Closure Compiler - Google Code
http://code.google.com/closure/compiler/
"The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. Efficiency. The Closure Compiler reduces the size of your JavaScript files and makes them more efficient, helping your application to load faster and reducing your bandwidth needs. Code checking. The Closure Compiler provides warnings for illegal JavaScript and warnings for potentially dangerous operations, helping you to produce JavaScript that is less buggy and and easier to maintain."
is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript.
Closure Compiler Service
http://closure-compiler.appspot.com/home
Compressore Javascript Google
Google JavaScript Compiler
An Introduction to the Raphael JS Library - Nettuts+
http://net.tutsplus.com/tutorials/javascript-ajax/an-introduction-to-the-raphael-js-library/
An Introduction to the Raphael JS Library - Nettuts+
Tutorial on using Raphael js framework to draw vector graphics on a webpage.
Closure Library API Documentation (Closure Library API Documentation - JavaScript)
http://closure-library.googlecode.com/svn/trunk/closure/goog/docs/index.html
libreria javascript google
@igrigorik: "closure is 'yet another JS library', but this one is worth investigating (from Google: GMail, etc): http://bit.ly/1ysjda" (from http://twitter.com/igrigorik/status/5525342012)
closure API
17 Hours of JavaScript from the Masters - Nettuts+
http://net.tutsplus.com/articles/web-roundups/17-hours-of-javascript-from-the-masters/
rs of JavaScript from the Mast
Extreme JavaScript Performance
http://www.slideshare.net/madrobby/extreme-javascript-performance
node.js
http://nodejs.org/
Node's goal is to provide an easy way to build scalable network programs. In the above example,
Evented I/O for V8 javascript
The Basics of Object-Oriented JavaScript - Nettuts+
http://net.tutsplus.com/tutorials/javascript-ajax/the-basics-of-object-oriented-javascript/
Over recent years, JavaScript has increasingly gained popularity, partly due to libraries that are developed to make JavaScript apps/effects easier to create for those who may not have fully grasped the core language yet. While in the past it was a common argument that JavaScript was a basic language and was very 'slap dash' with no real foundation; this is no longer the case, especially with the introduction of high scale web applications and 'adaptations' such as JSON (JavaScript Object Notation).
Google Closure: How not to write JavaScript
http://www.sitepoint.com/blogs/2009/11/12/google-closure-how-not-to-write-javascript/
What if Google released a JavaScript library that sucked, and no one noticed? JavaScript expert Dmitry Baranovskiy has peeked under the hood of Google’s new Closure Library, and he doesn’t like what he sees. Follow along as he points out a few of the library’s many failings, and why the Web deserves better from Google.
How To Display Your Last Tweet Using Javascript And The Twitter API | Web Design Tutorials | Creating a Website | Learn Adobe Flash, Photoshop and Dreamweaver
http://www.webdesigndev.com/programming/how-to-display-your-last-tweet-using-javascript-and-the-twitter-api
Para mostrar el ultimo twiteo en tu sitio usando Javascript
How to show latest tweet with js and css
This tutorial will teach you how to display your last twitter tweet, without the use of any plugins. Infact it only uses 2 lines of JavaScript, and 1 line of HTML.
10 JavaScript Quick Tips and Best Practices | Impressive Webs
http://www.impressivewebs.com/10-javascript-quick-tips-and-best-practices/
10 JavaScript Quick Tips and Best Practices
jQuery, Ajax, PHP and MySQL Projects.
http://9lessons.blogspot.com/2008/08/jquery-ajax-and-php-projects-9lessons.html
Lawnchair
http://brianleroux.github.com/lawnchair/
A client side JSON document store. Want to see this in Node.JS.
Sorta like a couch except smaller and outside, also, a client side JSON document store. Perfect for webkit mobile apps that need a lightweight, simple and elegant persistence solution.
"Sorta like a couch except smaller and outside, also, a client side JSON document store. Perfect for webkit mobile apps that need a lightweight, simple and elegant persistence solution."
30 Ajax Lightboxから使えそうなものを9個ピックアップ*ホームページを作る人のネタ帳
http://e0166.blog89.fc2.com/blog-entry-677.html
MITlicense
You Don’t Know Anything About Regular Expressions: A Complete Guide - Nettuts+
http://net.tutsplus.com/tutorials/javascript-ajax/you-dont-know-anything-about-regular-expressions/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+nettuts+%28NETTUTS%29&utm_content=Google+Reader
Learn regular expressions once and for all
a detailed overview of regex
Highcharts - Interactive JavaScript charts for your webpage
http://www.highcharts.com/
ota
Google Code Blog: Google Analytics Launches Asynchronous Tracking
http://googlecode.blogspot.com/2009/12/google-analytics-launches-asynchronous.html
Beginners guide to Jquery + Ruby On Rails | Not Geekly Correct
http://www.notgeeklycorrect.com/english/2009/05/18/beginners-guide-to-jquery-ruby-on-rails/
EffectGames.com
http://www.effectgames.com/effect/
meget små spil som kan spilles
web-based toolkit for making and sharing hosted JS games
Toda uma plataforma que permite usar javascript e dhtml para criar jogos excelentes que rodam em qualquer browser. Permite acessar teclado, mouse, joystick, tocar som, e com sistema de colisões, deformação, camadas, etc.
this is a weird duck: game development library/hosting (?!) that abstracts away the DOM for writing sprite/tile-based games (doesn't use html5 canvas!). I think it's sort of limited by the fact that your games *must* be hosted on their site, and the engine itself doesn't seem to be open source. wonder if they're going to try to license it...?
dygraphs JavaScript Visualization Library
http://www.danvk.org/dygraphs/
See downloads, gallery and open issues dygraphs is an open source JavaScript library that produces produces interactive, zoomable charts of time series. It is designed to display dense data sets and enable users to explore and interpret them.
haded areas show its m
the cool
[JS]jQueryのプラグイン33+1選 -2009年1月 | コリス
http://coliss.com/articles/build-websites/operation/javascript/jquery-plugins-best-2009-jan.html
恒例のコリスさんのjQueryプラグイン33+1選。
jQueryのプラグイン集。画像ごと一覧になっているのでイメージがつかみやすく、見やすくなってます。
10 jQuery snippets for efficient developers
http://www.catswhocode.com/blog/10-jquery-snippets-for-efficient-developers
image load detection
tips and trick code
jQuery is by far my favorite Javascript framework, which allows developers to create stunning visual effects, manipulate data properly, and much more. In this article, I have compiled 10 extremely useful jQuery snippets.
jQuery snippets for web developers
YUI Doc: A New Tool for Generating JavaScript API Documentation » Yahoo! User Interface Blog
http://yuiblog.com/blog/2008/12/08/yuidoc/
drops
http://the389.com/works/drops/
form art
via cpb
JavaScript初心者におくる24のグレイトなtips - 三等兵
http://d.hatena.ne.jp/sandai/20091213/p1
jslintつかえ というのは、忘れてた。 good partsとかなりかぶるよね たまには読み返せということか console.time("hogehoge") console.timeEnd("hogehoge") これは知らんかった。
翻訳がわかりにくいような…
jsCrypto
http://crypto.stanford.edu/sjcl/
Encrypt data sentback to a server - quickly
We offer a fast, small symmetric encryption library written in Javascript. Though several such libraries exist, jsCrypto offers several advantages.
MooEditable
http://cheeaun.github.com/mooeditable/
rich text editor
CoffeeScript
http://jashkenas.github.com/coffee-script/
CoffeeScript is a little language that compiles into JavaScript. Think of it as JavaScript's less ostentatious kid brother — the same genes, roughly the same height, but a different sense of style. Apart from a handful of bonus goodies, statements in CoffeeScript correspond one-to-one with their equivalent in JavaScript, it's just another way of saying it.
"CoffeeScript is a little language that compiles into JavaScript. Think of it as JavaScript's less ostentatious kid brother — the same genes, roughly the same height, but a different sense of style. Apart from a handful of bonus goodies, statements in CoffeeScript correspond one-to-one with their equivalent in JavaScript, it's just another way of saying it."
transm.js (javascript programmable image transitions)
http://www.netzgesta.de/transm/
jQuery and Ajax Best Demos Part-3
http://9lessons.blogspot.com/2009/08/jquery-and-ajax-best-demos-part-3.html
Part 3
Super Gestures jQuery Plugin | EvanBot
http://www.evanbot.com/article/super-gestures-jquery-plugin/22
EvanBot.com is the home to Evan Byrne who is a website designer from Lapeer, MI.
Getting Started with jQuery
http://sixrevisions.com/javascript/getting-started-with-jquery/
Getting Started with jQuery
Jquery starter tutorial and resources
Some Useful JavaScript & jQuery Snippets | Codrops
http://tympanus.net/codrops/2010/01/05/some-useful-javascript-jquery-snippets/
jQuery для начинающих / Jquery / Хабрахабр
http://habrahabr.ru/blogs/jquery/38208/
Perfection kills » Understanding delete
http://perfectionkills.com/understanding-delete/
A couple of weeks ago, I had a chance to glance through Stoyan Stefanov’s Object-Oriented Javascript. The book had an exceptionally high rating on Amazon (12 reviews with 5 stars), so I was curious to see if it was something worth recommending. I started reading through chapter on functions, and really enjoyed the way things were explained there; the flow of examples was structured in such nice, progressive way, it seemed even beginners would grasp it easily. However, almost immediately I stumbled upon an interesting misconception present throughout the entire chapter — deleting functions. There were some other mistakes (such as the difference between function declarations and function expressions), but we aren’t going to talk about them now. The book claims that “function is treated as a normal variable—it can be copied to a different variable and even deleted.”. Following that explanation, there is this example:
Description of the delete statement in Javascript and how it really works.
Shell Editor | jsFiddle | to test your JavaScript code
http://www.jsfiddle.net/
Some Useful JavaScript & jQuery Snippets - Part 2 | Codrops
http://tympanus.net/codrops/2010/01/07/some-useful-javascript-jquery-snippets-part-2/
JavaScriptとjQueryのちょっとした便利なコード集です。
jQueryスニペット集(Toggle all checkboxes:チェックボックス全ON/OFF切り替え…etc)
http://paulirish.com/work/gordon/demos/
http://paulirish.com/work/gordon/demos/
http://github.com/tobeytailor/gordon/
Wow, a flash runtime for the iphone - in javascript and svg no less! cool!
javascript flash implementation
Wow. Flash in Javascript.
jQuery 1.4 Released: The 15 New Features you Must Know | Nettuts+
http://net.tutsplus.com/tutorials/javascript-ajax/jquery-1-4-released-the-15-new-features-you-must-know/
[JS]jQueryのプラグイン33+1選 -2009年4月 | コリス
http://coliss.com/articles/build-websites/operation/javascript/jquery-plugins-best-2009-apr.html
紹介済みから未紹介のものまで、jQueryのプラグイン34選です。 デモのキャプチャ GalleryView さまざまなインターフェイスを備えた画像ギャラリー。 デモのキャプチャ Image Slide Show with Semi-Transparent Caption 半透明のキャプション表示がかっこいい画像ギャラリー。 デモのキャプチャ Pikachoose 画像ギャラリー。 デモのキャプチャ Smooth Div Scroll 水平にスクロール表示する画像ギャラリー。 デモのキャプチャ Image Strip 横長の一枚画像をスライドするギャラリー。 デモのキャプチャ SlideySlide, jQuery mini image gallery 画像がスライド表示するミニギャラリー。 デモのキャプチャ Creating a polaroid photo viewer with CSS3 ポラロイド写真を散らかしたようなギャラリー。傾きはSafari, Chromeのみ。 デモのキャプチャ z-index gallery 画像の重なり順を変更する画像ギャラリー。 デモのキャプチャ ImageSwitch 画像をさまざまなアニメーションで切り替え。 デモのキャプチャ jCaption 画像のキャプションをスライド表示。 デモのキャプチャ Super Box Lightbox風に画像を拡大表示。 デモのキャプチャ SimpleModal シンプルなモーダルボックス。 デモのキャプチャ qTip デザインも豊富でカスタマイズに優れたツールチップ。 デモのキャプチャ ezpz tooltip div要素を表示するツールチップ。 デモのキャプチャ Better Tooltip 表示のアニメーションがかわいいツールチップ。 デモのキャプチャ Easy Tooltip 複雑なコンテンツも簡単に設置できるツールチップ。 デモのキャプチャ Image-free CSS Tooltip Pointers 画像を使用しないツールチップ。 デモのキャプチャ wTooltip 軽量でシンプルなツールチップ。 デモのキャプチャ jQuery and CSS menu this is really simply one 選択項目が拡大するシンプルなナ
コリスはデザインお役立ちサイト
画像ギャラリー、ツールチップ、パネルなどのまとめ @ツールチップの良さげなのは別にデリした
Demo : ThemeRoller Version (jPlayer 0.2.2)
http://www.happyworm.com/jquery/jplayer/0.2.2/demo-07.htm
ThemeRoller version !
JavaScript grid editor: I want to be Excel « Eltit Golb
http://roberto.open-lab.com/2010/01/18/javascript-grid-editor-i-want-to-be-excel/
A short list of my favorite JavaScript grid components. How many times did you hear users asking you: “something simple, a grid like excel”?
Comparison of jQuery grids.
jquery-transmit - Project Hosting on Google Code
http://code.google.com/p/jquery-transmit/
Find The Right JavaScript Solution With A 7-Step Test - Smashing Magazine
http://www.smashingmagazine.com/2010/01/21/find-the-right-javascript-solution-with-a-7-step-test/
javas
By far the most important item here is how well the solution works with JavaScript turned off. Too many developers do not think about this. How well are styles ingrained with the code? If a look and feel change requires a JavaScript change, that's a dealbreaker (sorry, Tina). Is the JS code usable without a mouse; is keyboard navigation fully available? (this isn't just an accessibility issue, it's also power user productivity enhancer). Also, KNOW THE CODE.
sexyCycle
http://suprb.com/apps/sexyCycle/
$("#box4").sexyCycle({ speed: 500, next: '.next3', prev: '.prev3', stop: '.stop', interval: 800 });
snappy cycle plugin
Highcharts Demo Gallery
http://highcharts.com/demo/
gráficas chart usando javascript
25 jQuery Plugins for Working with Forms – DesignM.ag
http://designm.ag/resources/jquery-form-plugins/
Stunning jQuery animations - Webexpedition18
http://webexpedition18.com/articles/stunning-jquery-animations/
jQAPI - Alternative jQuery Documentation
http://jqapi.com/
jQuery source viewer
http://james.padolsey.com/jquery/
I was sick and tired of having to scroll through a raw copy of jQuery everytime I wanted to view a me
JavaScript基礎文法最速マスター - なんとなく日記
http://d.hatena.ne.jp/gifnksm/20100131/1264934942
gMap - Google Maps Plugin For jQuery | About
http://gmap.nurtext.de/index.html
Sieht nach einem sehr coolen Google Maps Plugin für jQuery aus. Sehr einfach zu nutzen...
JSLab PlotTool 1.0.0 beta
http://www.jslab.dk/plottool.htm
Javascript 开发的数学绘图工具
웹기반 그래프 작성
plotter, graficador de funciones, hecho en javascript
jQuery Easy Slides v1.0 - Possibly the easiest to use jQuery plugin for making slideshows
http://dev.daledavies.co.uk/easyslides/
Possibly the easiest to use jQuery plugin for making slideshows!
Skyrocket Labs | Web site design, development, blogging, social media, XHTML/CSS templates, jQuery, PHP | Ottawa, Ontario, Canada
http://www.skyrocketlabs.com/articles/jdiv-a-jquery-navigation-menu-alternative.php
Nice "mega-menu" style plugin for jQuery
An horizontal navigation menu written in jQuery, with an useful space for secondary content coming out on rollover.
Memory leak patterns in JavaScript
http://www.ibm.com/developerworks/web/library/wa-memleak/
Plugging memory leaks in JavaScript is easy enough when you know what causes them. In this article authors Kiran Sundar and Abhijeet Bhattacharya walk you through the basics of circular references in JavaScript and explain why they can cause problems in certain browsers, especially when combined with closures. After seeing some of the common memory leak patterns you should watch out for, you'll learn a variety of easy ways to work around them.
Memory Leaks in Javascript -> wie wo was warum erklärt dieser Artikel ganz nett
Perfection kills » Javascript quiz
http://perfectionkills.com/javascript-quiz/
Interesting JavaScript quiz based around closures and orders of evaluation. Some of the questions are quite mindbending.
Great quiz and comments.
Function’less event handlers in jQuery - James Padolsey
http://james.padolsey.com/javascript/functionless-event-handlers-in-jquery/
s
*
RT @jquery: Tutorial: Function’less event handlers in jQuery - http://ping.fm/9Lf17 [nice article!] [from http://twitter.com/behi_at/statuses/1728931636]
wtfjs
http://wtfjs.com/
JavaScript is a language we love despite it giving us so much to hate. This is a collection of those very special irregularities, inconstancies and just pain unintuitive moments for the language of the web.
JavaScript is a language we love despite it giving us so much to hate. This is a collection of those very special irregularities, inconstancies and just pain unintuitive moments for the language of the web.
"JavaScript is a language we love despite it giving us so much to hate. This is a collection of those very special irregularities, inconstancies and just pain unintuitive moments for the language of the web."
JSINQ - LINQ to Objects for JavaScript - Home
http://www.codeplex.com/jsinq
There are side-benefits to immersing yourself in MS-land. Like finding really solid data manipulation libraries written in javascript.
JSINQ is a complete implementation of LINQ to Objects for JavaScript. It allows you to write SQL-like queries against arrays, DOM node lists or your own custom enumerable types.
JSINQ is the JavaScript library that allows you to write SQL-like queries against arrays and DOM node lists. JSINQ is a complete implementation of LINQ to Objects in JavaScript. What that means is that if you know LINQ and you know JavaScript, you know JSINQ. JSINQ is both an API-compatible implementation of System.Linq.Enumerable and a complete query-expression compiler. That's right: you can write LINQ-style queries in JavaScript. And if that isn't enough: JSINQ is also very liberally licensed, well-document, reasonably well-tested (the Enumerable-part) and currently in beta. So give it a go!
The Messy Notebook » Javascript Tetris Pt 1: Rationale
http://kjeldahlnilsson.net/blog/?p=71
Ya it's the classically Tetris implemented in javascript:)
Good Software Engineering Applied To A Javascript Tetris Game
JavaScript WYSIWYG Editor – TinyEditor - Web Development Blog
http://www.leigeber.com/2010/02/javascript-wysiwyg-editor/
BitTorrent visualization in processing.js
http://mg8.org/processing/bt.html
Visualizador del proceso de compartición de archivos por BitTorrent
Per entendre el funcionament del P2P.
Ajax Availability Calendar - an Availability Calendar to show your day-to-day availability
http://www.ajaxavailabilitycalendar.com/
The Ajax Availability Calendar is a php script designed to show availability of whatever you might need it for (eg. holiday cottage, hotel rooms etc.).
The Ajax Availability Calendar is a php script designed to show availability of whatever you might need it for (eg. holiday cottage, hotel rooms etc.). Free to use on your website or application and is currently being used (v.2) by hundreds, if not thousands, of websites around the world.
Availability calendar for hotels, apartments, holiday homes The Ajax Availability Calendar is a php script designed to show availability of whatever you might need it for (eg. holiday cottage, hotel rooms etc.). Free to use on your website or application and is currently being used (v.2) by hundreds, if not thousands, of websites around the world.
Andrew Hoyer | Cloth Simulation
http://www.andrew-hoyer.com/experiments/cloth
http://www.andrew-hoyer.com/exp_src/cloth_JS/cloth.js - code is here
is simulation. A lot of the concepts discussed by Thomas Jacobse
10 Small Things You May Not Know About Javascript | samuli.hakoniemi.net
http://samuli.hakoniemi.net/10-small-things-you-may-not-know-about-javascript/
rikrikrik.com - jQuery magicpreview plug-in
http://www.rikrikrik.com/jquery/magicpreview/#examples
Muito bom JQuery para forms interativos
fingernails in oatmeal, Metaprogramming: Ruby vs. Javascript
http://fingernailsinoatmeal.com/post/292301859/metaprogramming-ruby-vs-javascript
JSPatterns.com
http://www.jspatterns.com/
Good resource on javascript
ejacs - Google Code
http://code.google.com/p/ejacs/
Ejacs is an Ecma-262 compliant JavaScript interpreter written entirely in Emacs Lisp. It should work in GNU Emacs versions 22 and higher.
Ejacs is an Ecma-262 compliant JavaScript interpreter written entirely in Emacs Lisp
JavaScript in emacs
ELispで書かれたEcma-262 インタプリタ。Emacs22以降で動くらしい
emacsでjsインタプリタ。alertとかDocument.writeとかが使えないから微妙
[JS]Firefox 2/3, Safariも判別する1行のスクリプト | コリス
http://coliss.com/articles/build-websites/operation/javascript/js-detecting-firefox-and-safari-in-a-line.html
昨日紹介した「わずか「12文字」でIEを判別するスクリプト」に続いて、Firefox 2/3, Safariを判別する1行のスクリプトをThe Spannerから紹介します。 FF=/a/[-1]=='a' FF3=(function x(){})[-5]=='x' FF2=(function x(){})[-6]=='x' Saf=/a/.__proto__=='//'
Most Promising Free Javascript Charting Libraries and Plugins | INSIC 2.0 Web Development & Design Blog
http://blog.insicdesigns.com/2009/06/most-promising-free-javascript-charting-libraries-and-plugins/
Most Promising #Javascript Charting Libraries & Plugins http://j.mp/deWvyn
most promising Free javascript charting libraries and plugins. - 10 of them
JSON Visualization
http://chris.photobooks.com/json/default.htm
Simple, easy method to visually inspect a JSON-encoded string.
Adequately Good - JavaScript Module Pattern: In-Depth
http://www.adequatelygood.com/2010/3/JavaScript-Module-Pattern-In-Depth
core
Cross Browser CSS Transforms – even in IE
http://www.useragentman.com/blog/2010/03/09/cross-browser-css-transforms-even-in-ie/
3d Html Eleman Yapımı
PEG.js – Parser Generator for JavaScript
http://pegjs.majda.cz/
enter your own lexer
Cross-domain communications with JSONP, Part 1: Combine JSONP and jQuery to quickly build powerful mashups
http://www.ibm.com/developerworks/library/wa-aj-jsonp1/?ca=dgr-jw22JSONP-jQuery&S_TACT=105AGX59&S_CMP=grsitejw22
&callback=?
Color Picker — Raphaël
http://raphaeljs.com/picker/
jQuery Presentation Plugin: Say NO to Keynote! | Viget Inspire
http://www.viget.com/inspire/jquery-presentation-plugin/
Bonito plugin de jQuery, para realizar presentaciones...
I’m giving my presentation next week and will talk about CSS3 transforms and transitions. Obviously, I will be providing a lot of code samples and examples, so if I were to use Keynote, I would be going back and forth between the browser and Keynote. Yeah, no thanks. So, I wrote this small jQuery plugin that gives you an interface in a browser to give a presentation. If you are getting antsy, take a look at a demo or download it from github.
Express - Node.js Web Development Framework
http://expressjs.com/
High performance, high class web development for Node.js
Fast (and small) server-side JavaScript web development framework built on node.js and the V8 JavaScript engine.
[JS]高さの異なるカラムを揃えるスクリプト -equalHeights.js | コリス
http://coliss.com/articles/build-websites/operation/javascript/1552.html
高さの異なるカラムを揃えるスクリプト
The Ol' Switcheroo - Snook.ca
http://snook.ca/archives/javascript/jquery-plugin-switcheroo/
finally!
You have an element and within that element you want an item to be clicked on and set as active. Then you want to click on another item and have it to be set as active. Maybe it's navigation, maybe it's tabs. This is a common pattern. So much so, that I've rewritten this code a few times but keep losing track of it. This is a jQuery plugin that does the ol' switcheroo and is very simple. When you click on an element, it'll set it as active. When you click on another, it'll remove the active class from the currently active item and then enable the active item. Super simple, nothing more, nothing less.
Handy javascript for addingremiving classes to things like navigation.
active state navigation with javascript
You have an element and within that element you want an item to be clicked on and set as active. Then you want to click on another item and have it to be set as active. Maybe it's navigation, maybe it's tabs. This is a common pattern. Snook.ca
[JS]jQueryのプラグイン33+1選 -2009年2月 | コリス
http://coliss.com/articles/build-websites/operation/javascript/jquery-plugins-best-2009-feb.html
コリスさん恒例のjQueryのプラグイン33+1選です。
jStorage - simple JavaScript plugin to store data locally
http://www.jstorage.info/
Ajaxify - jQuery plugin
http://max.jsrhost.com/ajaxify/demo.php
Seven JavaScript Things I Wish I Knew Much Earlier In My Career - Smashing Magazine
http://www.smashingmagazine.com/2010/04/20/seven-javascript-things-i-wish-i-knew-much-earlier-in-my-career/
Smashing Magazine | JS tips
RossBoucher.Com » Funk Rock » Blog Archive » iPhone Touch Events in JavaScript
http://rossboucher.com/2008/08/19/iphone-touch-events-in-javascript/
iPhone Touch Events in JavaScript
iphone touch event lib. (multitouch)
Index - How To Node
http://howtonode.org/
HowToNode.org is a community supported blog created by Tim Caswell. The purpose of the blog is to teach how to do various tasks in node.js as well as teach fundamental concepts that are needed to write effective code.
Tim Caswell’s open blog for how to learn Node.js.
A Blog dedicated to node.js programming
CSS CLOCK - "Tick Tock" - A CSS & JS Experiment
http://www.sohtanaka.com/web-design/css-clock-a-css-javascript-experiment/
This clock was created using a combination of CSS and Javascript. The Javascript gets the user’s local time (you could use PHP, but that would be server time) and updates the CSS <div> tags with the appropriate hour and minute classes.
budik
JavaScript 内で無圧縮 ZIP を作って Data URI を生成するライブラリを作りました - IT戦記
http://d.hatena.ne.jp/amachang/20081130/1228029751
ソースとかダウンロードさせる際にzipで圧縮すんの面倒くせぇって時に使うのかしら?
Pure Javascript ZIP file generation
amachangオリジナル。
JSでzip.
mrdoob's three.js at master - GitHub
http://github.com/mrdoob/three.js
three.js Javascript 3D Engine
3D js 库 html5
Javascript 3D Engine
What is "this"? - How To Node
http://howtonode.org/what-is-this
Most people that learn JavaScript are coming from a background in another language. This brings with it a view of how the world works that may be different from how it really works in JavaScript. For this and other reasons, JavaScript is often misunderstood. It's not entirely our fault, the language was designed to work like one thing (scheme-like), but look like another (c-like). This article will describe lexical scope and the "this" variable and how to control them rather than be controlled by them when in coding JavaScript.
Everything you ever wanted to know about scopes in Javascript. Closures are key.
9lessons: Draw Charts with Google Visualization API.
http://9lessons.blogspot.com/2009/05/draw-charts-with-google-visualization.html
Useful jQuery Plugin for UI Developers | denbagus blog
http://www.denbagus.net/jquery-ui-developers/
Mind-blowing JavaScript Experiments | INSIC DESIGNS
http://blog.insicdesigns.com/2010/02/mind-blowing-javascript-experiments/
amazing javascript experiments for safari / chrome browsers
Video JS | HTML5 Video Player
http://videojs.com/
Another JavaScript library for dealing with the video support shenanigans across browsers.
looks like a nice player.
Video JS is a javascript-based video player that uses the HTML5 video functionality built into advanced browsers. In general, the benefit of using an HTML5 player is a consistent look between browsers.
Gallery | Spritely
http://www.spritely.net/gallery/
Tell us where you're using Spritely Spritely is fairly new (March 2010), so there's not much to see yet, but if you start using spritely to sprite up your web...
Animations with no Flash.
movimiento de pájaros y de fondos
Ajaxian » GeoFill - find users by IP or lookup and prefill forms for them
http://ajaxian.com/archives/geofill-find-users-by-ip-or-lookup-and-prefill-forms-for-them
G
根据ip查找用户信息
[JS]わずか1.3KBの軽量で、快適に動作するアコーディオンのスクリプト | コリス
http://coliss.com/articles/build-websites/operation/javascript/1569.html
他のライブラリ不要。アニメーションするアコーディオンのスクリプト
アコーディオン
Accordion V2はjQueryやPrototypeなどの他のスクリプトに依存することなく、単独で動作するスクリプトで、対応ブラウザはIE6, 7, 8, Fx2, 3, Op, Safari, Chromeとなっています。
[JS]オルトを利用して、画像にキャプションをかっこよく表示するスクリプト -Captify | コリス
http://coliss.com/articles/build-websites/operation/javascript/jquery-plugin-captify.html
簡単に実装できて面白いし、JavaScriptオフの人には適用されなくてもまあ平気なところがいいですね。
画像のAltを使って綺麗なキャプションを表示する
やってみる
『これが良い!』表示位置(上・下)、表示のスピード、不透明度、表示方法(フェード・スライド・常設)など設定できる画像キャプション
これはかっこいい
BaseJS: A Mobile (Safari) Javascript Framework | iPhoneized
http://iphoneized.com/2009/04/basejs-mobile-safari-javascript-framework/
When Paul Armstrong started searching for Javascript frameworks for iPhone optimized web development, he wasn't satisfied with what was available. While the
JSでアニメーションするならコレかもというぐらい多機能な「GX」ライブラリ:phpspot開発日誌
http://phpspot.org/blog/archives/2009/03/jsgx.html
jQuery用のアニメーションフレームワーク「GX」の紹介とサンプル。
JSでアニメーションするならコレかもというぐらい多機能な「GX」ライブラリ。 jQueryと組み合わせて使うアニメーションライブラリです。
カラーアニメーションにも対応。
jQuery - 35+ praktycznych przykładów! | Create WWW
http://blog.createwww.pl/2009/01/24/jquery-35-praktycznych-przykladow/
AviaSlider - a unique jQuery Image slideshow plugin
http://aviathemes.com/aviaslider/
beautiful
Stanford Javascript Crypto Library
http://bitwiseshiftleft.github.com/sjcl/
App Engine JavaScript SDK
http://www.appenginejs.org/
用 JavaScript 寫 GAE 程式
SQLike - a small query engine
http://www.thomasfrank.se/sqlike.html
SQLike is a small (10 kB) query engine for JavaScript and ActionScript. Its functionality and syntax is similar to that of SQL and it can be used to query arrays of objects or arrays of arrays.
Dragdealer JS
http://code.ovidiu.ch/dragdealer/
Dragdealer JS http://ow.ly/1Ynv1 // this is very nice
24 Irresistible jQuery Tips to Power Up Your JavaScript Skills | tripwire magazine
http://www.tripwiremagazine.com/2010/04/24-irresistible-jquery-tips-to-power-up-your-javascript-skills.html
HTML5 Apps: Positioning with Geolocation | Mobiletuts+
http://mobile.tutsplus.com/tutorials/html5/html5-apps-positioning-with-geolocation/
At the heart of every location-based application is positioning and geolocation. In this tutorial you will learn the geolocation capabilities of HTML5 and the basic principles needed to take advantage of them in your next HTML5 app!
HTML5 Apps: Positioning with Geolocation
Jo JavaScript Application Framework for HTML5
http://grrok.com/jo/
jo is a lightweight JavaScript framework designed for HTML5 apps. jo does * Embrace JavaScript's object model and loosely typed nature * Leverage CSS3 to handle as much of the pretty presentation and animation as possible * Provide a consistent and modular event model between objects * Wrap DOM and device-specific events into a cohesive gesture system * Insulate developers from different persistent storage solutions * Play nicely with other libraries like PhoneGap jo doesn't * Use a lot of resources * Depend on other frameworks * Have a lot of browser dependent code * Require detailed knowledge of the DOM * Force you to deeper into its framework than you want to go * Use $ and other arcane looking symbols in place of proper identifiers Author Dave Balmer: davebalmer.wordpress.com, follow @balmer on Twitter, or email dbalmerjr@gmail.com Downloads Available from GitHub as a git repo or a zip file. Philosophy If you want to jam an exi
Sencha — Ext JS and Ext GWT frameworks
http://www.sencha.com/
jsdo.it - share JavaScript, HTML5 and CSS
http://jsdo.it/
かっこいい
JavaScript、HTML5、 CSSの投稿共有コミュニティサイト
10 Things I Learned from the jQuery Source « Paul Irish
http://paulirish.com/2010/10-things-i-learned-from-the-jquery-source/
If jQuery is just the "magic black-box" to you, have a watch of this brilliant screen cast -> http://bit.ly/dxS69t – Oliver Gosling (goslingoweb) http://twitter.com/goslingoweb/statuses/16457270950
Less.js Will Obsolete CSS
http://fadeyev.net/2010/06/19/lessjs-will-obsolete-css/
If you design websites you may have heard of interesting tools called CSS pre-processors. A couple of great ones are LESS and SASS. I helped Alexis, the creator of LESS with the design of the language and built the public site.
FrontPage - マンガで分かる JavaScriptプログラミング講座
http://crocro.com/write/manga_javascript/wiki.cgi
思った以上に内容よくて逆にうける
"2010年5月10日 18時39分 第1版完成しました"
pdf.js - create basic pdf files in the browser and node.js
http://maraksquires.com/pdf.js/
pdf
pdf.js - create basic pdf files in the browser and node.js - http://maraksquires.com/pdf.js/
Para crear pdf usando el navegador
JavaScriptコーディング等を書く上でのパフォーマンス確認事項30:phpspot開発日誌
http://phpspot.org/blog/archives/2010/06/javascript_87.html
JavaScriptコーディング等を書く上でのパフォーマンス確認事項30:phpspot開発日誌30 best practices to boost your web application performance - Web User Interface Architect JavaScriptコーディング等を書く上でのパフォーマンス確認事項30。 自分へのインプット&メモがてらにちょっとま
# 静的なコンテンツはHTTPヘッダでキャッシュさせよう(サーバサイドスクリプトの話) # CSS, JS ファイルはgzipしよう。ただし、(CPU使用率とのバランスは重要です) # JavaScript は minify して転送量を下げる
JavaScriptコーディング等を書く上でのパフォーマンス確認事項30:phpspot開発日誌 http://ow.ly/17LULE – Javascript News (del_javascript) http://twitter.com/del_javascript/statuses/16368876741
wu.js
http://fitzgen.github.com/wu.js/
Wu.js is a library for lazy, functional programming in Javascript. Works great in the browser, and also with CommonJS (including node and Narwhal). The largest part of wu is dedicated to iterators. Iterators are lazy sequences with a number of methods that encourage functional programming.
map reduce, iterator, range and more functional language feature
Wu.js is a library for lazy, functional programming in Javascript. Works great in the browser, and also with CommonJS (including node and Narwhal). The largest part of wu is dedicated to iterators. Iterators are lazy sequences with a number of methods that encourage functional programming. What does it mean to be lazy? Many people might expect the following code to log "1 squared is 1", "2 squared is 4", and "3 squared is 9" immediately.
Interesting lazy functional library for javascript.
Wu.js is a library for lazy, functional programming in Javascript. Works great in the browser, and also with CommonJS (including node and Narwhal).
Wu.js is a library for lazy, functional programming in Javascript.
Vows « Asynchronous BDD for Node
http://vowsjs.org/
Node.js testing. Inspirational site!
Vows is a behavior driven development framework for Node.js. Vows was built from the ground up to test asynchronous code. It executes your tests in parallel when it makes sense, and sequentially when there are dependencies. Emphasis was put on speed of execution, clarity and user experience.
brain - javascript neural networks
http://harthur.github.com/brain/
A neural network API in Javasript
marcuswestin's store.js at master - GitHub
http://github.com/marcuswestin/store.js
localStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood
store.js uses localStorage when available, and falls back on globalStorage for earlier versions of Firefox and the userData behavior in IE6 and IE7. No flash to slow down your page load. No cookies to fatten your network requests.
localStorage wrapper for all browsers without using cookies. Uses localStorage, globalStorage, and userData behavior under the hood — Read more Save Cancel http://marcuswest.in
How to Create a jQuery Bookmarklet | Latent Motion
http://www.latentmotion.com/how-to-create-a-jquery-bookmarklet/
marcuswestin's store.js at master - GitHub
http://github.com/marcuswestin/store.js
localStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood
store.js uses localStorage when available, and falls back on globalStorage for earlier versions of Firefox and the userData behavior in IE6 and IE7. No flash to slow down your page load. No cookies to fatten your network requests.
How to Create a jQuery Bookmarklet | Latent Motion
http://www.latentmotion.com/how-to-create-a-jquery-bookmarklet/
Not Using jQuery JavaScript Templates? You’re Really Missing Out. - Rey Bango
http://blog.reybango.com/2010/07/09/not-using-jquery-javascript-templates-youre-really-missing-out/
jQuery color plugin xcolor - Website and Application Intelligence
http://www.xarg.org/project/jquery-color-plugin-xcolor/
jquery color expressions
jQuery color plugin xcolor - Website and Application Intelligence http://bit.ly/96k7hW – Delicious Popular (twittilicious) http://twitter.com/twittilicious/statuses/18356137255
Position Absolute, web apps and front-end stuff - Optimizing javascript/jQuery loading time, a beginner’s guide «
http://www.position-absolute.com/articles/optimizing-javascriptjquery-loading-time-a-beginners-guide/
Ladezeitenoptimierung mit und für jQuery
竹取 JS
http://taketori.org/js.html
nehan意外にも縦書きjsあった
竹取 JS http://dlvr.it/2XXtN
JavaScript で指定されたブロックを縦書きに変換するJS
縦書き
Google JavaScript Style Guide 和訳 — Google JavaScript Style Guide 和訳 v0.1 documentation
http://cou929.nu/data/google_javascript_style_guide/
GoogleのJSコーディング規約
50 Useful JavaScript and jQuery Techniques and Plugins - Noupe Design Blog
http://www.noupe.com/javascript/50-useful-javascript-and-jquery-techniques-and-plugins.html
50 Useful JavaScript and jQuery Techniques and Plugins - Noupe Design Blog
http://www.noupe.com/javascript/50-useful-javascript-and-jquery-techniques-and-plugins.html
50 Useful JavaScript and jQuery Techniques and Plugins - Noupe Design Blog
http://www.noupe.com/javascript/50-useful-javascript-and-jquery-techniques-and-plugins.html
Content assist for