
mtrpcic/pathjs - GitHub flex-drag-n-drop-lib - Google Code If you are looking for drag n' drop functionality for your Flex RIA much like iGoogle then dNdLib is for you. dNdLib is very easy to use. Place any UIComponent child within your DnDContainers. In order to execute a drag n' drop, you have the dragable child do the following: Make sure your DnDContainers have, at the very least, a background color w. alpha set to 0 in order to properly work. note This library has dependencies on the mx_framework which means you will not be able to use this library for as3 flash-based projects.
Closure Compiler - Google Code What is the Closure Compiler? The Closure Compiler is a tool for making JavaScript download and run faster. 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. How can I use the Closure Compiler? You can use the Closure Compiler as: An open source Java application that you can run from the command line. To get started with the compiler, see "How do I start" below. What are the benefits of using Closure Compiler? Efficiency.
Graphics Content: graphics , computer games and game engines Definitions " Computer graphics are graphics created by computers and, more generally, the representation and manipulation of pictorial data by a computer." - Wikipedia Computer Graphics 22 October 2008 "A personal computer game (also known as a computer game or simply PC game) is a video game played on a personal computer, rather than on a video game console or arcade machine. Computer games have evolved from the simple graphics and gameplay of early titles like Spacewar! - Wikipedia Personal Computer Games 22 October 2008 Graphics Blender - 3D modelling, animation and rendering software includes python (Windows, MacOSX, Linux) (Free) Blender-manual (Free) Dia - free vector drawing software ~ requires GTK+ which is included in Gimp (Windows, MacOSX, Linux) (GPL) Dia-manual Gimp-manual
JavaScript: A Survey of the Language Douglas Crockford www.crockford.com © 2002 Douglas Crockford This document is an introduction to the JavaScript Programming Language for professional programmers. It is a small language, so if you are familiar with other languages, then this won't be too demanding. JavaScript is not Java. JavaScript is a regular language which won't take much time to learn. When JavaScript was first introduced, I dismissed it as being not worth my attention. JavaScript was developed by Brendan Eich at Netscape as the in-page scripting language for Navigator 2. This document describes ECMAScript Edition 3 (aka JavaScript 1.5). JavaScript contains a small set of data types. Boolean has two values: true and false. Number is 64-bit floating point, similar to Java's double and Double. String is a sequence of zero or more Unicode characters. 'This is a string.' "Isn't this a string? 'A' // The character A "" // An empty string Escapement is done with the \ character, like in Java. var s = "Hello World!" Objects Vars
birdeye - Google Code Overview BirdEye is a community project to advance the design and development of a comprehensive open source information visualization and visual analytics library for Adobe Flex. The actionscript-based library enables users to create multi-dimensional data visualization interfaces for the analysis and presentation of information. The project is based on development and the integration/adoption of related open source libraries (see credits and attributions). For status of development, refer to the wiki pages. Update A "next generation" development of BirdEye is underway. Contribute Want to contribute? Questions and Discussion You are invited to join the Group Support site to pose questions and discuss implementation of the library.
A re-introduction to JavaScript - MDC Why a re-introduction? Because JavaScript is notorious for being the world's most misunderstood programming language. It is often derided as being a toy, but beneath its layer of deceptive simplicity, powerful language features await. JavaScript is now used by an incredible number of high-profile applications, showing that deeper knowledge of this technology is an important skill for any web or mobile developer. It's useful to start with an overview of the language's history. Several months later, Microsoft released JScript with Internet Explorer 3. Because it is more familiar, we will refer to ECMAScript as "JavaScript" from this point on. Unlike most programming languages, the JavaScript language has no concept of input or output. Overview JavaScript is a multi-paradigm, dynamic language with types and operators, standard built-in objects, and methods. Let's start off by looking at the building blocks of any language: the types. And there are some built-in Error types as well. Numbers
ComponentList - flexlib - Google Code - The list of all the components currently in FlexLib. This wiki page contains a list of all components contained in the current build of flexlib. After adding new components to FlexLib, you should edit this page and include a short summary of the component and the links to the ASDoc documentation and the sample SWF file, if available. Include the names of contributors for each component. package: flexlib.controls Base64Image An image component that renders base-64 encoded images. Documentation | Example | Contributor: Stacy Young CanvasButton The CanvasButton is an extension of Button that lets you set the contents of the Button to any UI components, as opposed to only a single icon and label like the normal Button control allows. Documentation | Example | Contributor: Doug McCune CanvasButtonAccordionHeader The CanvasButtonAccordionHeader allows you to use a CanvasButton component as the header renderer of an Accordion, meaning you have full control over the header renderer and can add additional UI control, etc. ConvertibleTreeList Fire Highlighter
jQuery BlockUI Plugin (v2) The jQuery BlockUI Plugin lets you simulate synchronous behavior when using AJAX, without locking the browser[1]. When activated, it will prevent user activity with the page (or part of the page) until it is deactivated. BlockUI adds elements to the DOM to give it both the appearance and behavior of blocking user interaction. Usage is very simple; to block user activity for the page: $.blockUI(); Blocking with a custom message: Blocking with custom style: To unblock the page: $.unblockUI(); If you want to use the default settings and have the UI blocked for all ajax requests, it's as easy as this: $(document).ajaxStart($.blockUI).ajaxStop($.unblockUI); This page demonstrates how to block selected elements on the page rather than the entire page. Test link - click me! lorem ipsum dolor sit amet consectetuer adipiscing elit sed lorem leo lorem leo consectetuer adipiscing elit sed lorem leo rhoncus sit amet lorem ipsum dolor sit amet consectetuer adipiscing elit sed lorem leo Test link - click me!
Special Applications - Port List Special Applications - Port List Special Application Port List Messaging & Conferencing Audio & Video Games Common Servers Other (including remote control) TIP: There's a reference list of port definitions here if you're curious (WARNING: it is a very long page). Messaging & Conferencing Active Worlds (Watch out! [0000] Type=TCP Translation=NORMAL Port=5670 [0001] Type=TCP Translation=NORMAL Port=7777 [0002] Type=TCP Translation=NORMAL Port=7000-7100 [0003] Type=TCP Translation=NORMAL Port=3000 AIM Talk OUT TCP 4099 IN TCP 5190 Battlecom (Watch Out! Buddy Phone (Communication only. Calista IP phone OUT TCP 5190 IN UDP 3000 CuSeeMe (Watch Out! Delta Three PC to Phone (Watch Out! Dialpad OUT TCP 7175 IN UDP 51200 51201 IN TCP 51210 IN TCP 1584 1585 OUT TCP 8680 8686 Dwyco Video Conferencing (Watch Out! Go2Call IN UDP 2090 2091 IN TCP 2090 H.323 compliant video player, NetMeeting 2.0, 3.0, Intel Video Phone (Watch Out! ICUII Client (Watch Out! ICUII Client (Version 4.xx) (Watch Out! Games 1.
Javascript Progress / Percentage Bar with CSS by WebAppers Sometimes, when we are building websites and web applications, we need a percentage bar / progress bar to show the progress of a specific task. However, it is very difficult to find a working and easy solution without using Flash. Therefore WebAppers have created a simple Javascript based Percentage Bar / Progress Bar which is inspired by Bare Naked App. Bare Naked App taught us how to display Percentage Bar with 2 images only by using CSS. display(elementId, percentage, colorCode) Display the Percentage Bar int colorCode: 1 = Green int colorCode: 2 = Yellow int colorCode: 3 = Orange int colorCode: 4 = Red plus(elementId, percentage) Increment the Percentage Bar by the specified percentage minus(elementId, percentage) Decrement the Percentage Bar by the specified percentage setProgress(elementId, percentage) Set the Percentage Bar with the specified percentage fillProgress(elementId, percentage) Fill up the Percentage Bar with the specified percentage
[Mark Shepard] A Flex component for graph visualization « Flexed November 20, 2006 by Kumaran SpringGraph is a Adobe Flex 2.0 component that displays a set of items that are linked to each other. The component calculates the layout for the items using an organic-looking annealing algorithm based on the size and links of each item, and draws lines to represent the links. The component allows the user to drag and/or interact with individual items. Data can be provided in XML or as Actionscript objects. The Roamer component is an extension to SpringGraph for browsing large graphs of 10,000 items. Here are some sample applications that use SpringGraph. Spring Graph Component Tester Molecular Viewer Amazon Roamer [Read More | Download Source Sode ] Like this: Like Loading...