background preloader

Prototype JavaScript framework: a foundation for ambitious web applications

Prototype JavaScript framework: a foundation for ambitious web applications

http://prototypejs.org/

Related:  FRAMEWORKS & LIBRARIES JavaScript

ie7-js - A JavaScript library to make MSIE behave like a standards-compliant browser. IE7.js is a JavaScript library to make Microsoft Internet Explorer behave like a standards-compliant browser. It fixes many HTML and CSS issues and makes transparent PNG work correctly under IE5 and IE6. Current version: 2.1 beta4. Web Programming Step by Step, Chapter 9: Events and Prototype Chapter 9 Events and the Prototype Library Except where otherwise noted, the contents of this presentation are Copyright 2009 Marty Stepp and Jessica Miller. 9.1: The Prototype JavaScript Library 9.2: Event-Handling JavaScript is a powerful language, but it has many flaws: The DOM can be clunky to use The same code doesn't always work the same way in every browser code that works great in Firefox, Safari, ... will fail in IE and vice versa Many web developers work around these problems with hacks: if (navigator.appName === "Microsoft Internet Explorer") { ...

JavaScript Guide The JavaScript Guide shows you how to use JavaScript and gives an overview of the language. If you need exhaustive information about a language feature, have a look at the JavaScript reference. This Guide is divided into the following chapters. ContentFlow ContentFlow is a flexible CoverflowTM / ImageFlow like flow written in javascript, which can handle any kind of content. It supports all new and old major and not so major browsers. It's distributed under the MIT License. With ContentFlow it is now possible to have any number of flows within one web-page. Each separately configurable, satisfying different visual needs. Dropbear SSH server and client Dropbear is a relatively small SSH server and client. It runs on a variety of POSIX-based platforms. Dropbear is open source software, distributed under a MIT-style license. Dropbear is particularly useful for "embedded"-type Linux (or other Unix) systems, such as wireless routers.

jQuery UI Demos jQuery UI offers a combination of interaction, effects, widgets, utilities, and themes designed to work well together or on their own. Play with the demos, view the source, build a theme, read the API documentation and start using jQuery UI today. Interactions Interactions add basic mouse-based behaviors to any element. You can create sortable lists, resizable elements, drag & drop behaviors and more with just a few lines of code. Interactions also make great building blocks for more complex widgets and applications. JavaScript Reference This part of the JavaScript section on MDN serves as a repository of facts about the JavaScript language. Read more about this reference. Global objects This chapter documents all the JavaScript standard built-in objects, along with their methods and properties. Value properties These global properties return a simple value.

Announcing ncurses 5.9 Announcing ncurses 5.9 The Ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more. It uses Terminfo format, supports pads and color and multiple highlights and forms characters and function-key mapping, and has all the other SYSV-curses enhancements over BSD Curses. The ncurses code was developed under GNU/Linux. It has been in use for some time with OpenBSD as the system curses library, and on FreeBSD and NetBSD as an external package. It should port easily to any ANSI/POSIX-conforming UNIX. 100+ Best jQuery HTML5 Tutorial with Demos 2012 Trumbowyg : jQuery plugin for WYSIWYG HTML editor Simple HTML Editor field for the Silverstripe CMS that uses the Trumbowyg jquery plugin for WYSIWYG editing.Editor and generated code are optimized for HTML5 support. Compatible with all recents browsers like IE8+, Chrome, Opera and Firefox. WebSnowjq.js : Snow day using HTML5 & jQuery WebSnowjq.Js is a jQuery plugin made using HTML5 and javascript to create a virtual snow fall on a web page. WebSnowjq.Js is compatible with all browsers supporting HTML5.

JavaScript JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles. Read more about JavaScript.

ContentFlow - documentation First extract all files in the same directory. To run ContentFlow you only need : 'contentflow.js', 'contentflow.css' and the 'img' directory. Now load the ContentFlow script by adding the following code to the head of your html file: <script language="JavaScript" type="text/javascript" src="PATH/contentflow.js"></script> Where PATH is the path to the directory where you extracted ContentFlow to. Create the needed (X)HTML structure. The minimal (X)HTML structure needed is something like this: <div class="ContentFlow"><div class="loadIndicator"><div class="indicator"></div></div><div class="flow"><img class="item" src="someImageFile.jpg" title="Your_Image_Title"/> <!

JavaScript UI - w2ui What People Are Saying I have been using it quite substantially for a number of different projects now and must say that I absolutely love the way it works. - Soteri Panagou I've been using your grid on a couple of small projects and I've got to say it's an awesome piece of work. It's very easy to configure and offers a lot of features while staying really responsive.

OneX and QLxchange Here is the entire list: Stage One - Tier 1: Celebrate Exploding Your Business Celebrate exploding your business and your bank account with valuable education. Learn One-time, but use for a Life-time! With this lesson, you will learn about: Finding ProspectsBenefactoring, Why and HowHow to Find and Approach GroupsDeveloping InterestConvincing the ProspectBuilding DesireLead, Follow, or Get Out of The WayAll Businesses Are Based On NumbersMost of All, Be A Friend

Related:  GénéralesLibrairies JS