Projects tagged ‘ajax’ and ‘event’


Jump to tag:

Projects tagged ‘ajax’ and ‘event’

Filtered by Project Tags ajax event

Refine results Project Tags javascript (8) php (3) framework (3) library (2) server (2) web (2) animation (2) dom (2) jquery (2) async (2) plugin (2) js (2)

[13 total ]

0 Users

GWT-Stuff is a collection of modules and components for the Google Web Toolkit. June 10, 2007:You need to download the appropiate GWT-Stuff for your version of GWT. The GWT 1.4.10RC indtroduced some ... [More] changes that necessitated some changes to the internals of the GWT-Stuff widgets. You are encouraged to use the following links to find the appropriate download: GWT-Stuff for GWT-1.3 GWT-Stuff for GWT-1.4 March 7, 2007:Significant release: the major highlight is ObjectListTable no longer crashes some versions of IE6. The IE6 workaround necessitated some incompatible API changes. These changes shouldn't affect many people but hey may require you to refactor the way you do things such as using the AttachRenderer if your table is very dynamic. ObjectListTable got a new feature in the ColSpecRenderer, this allows you to better control the column widths for more advanced table layouts. The ColSpecRenderer and related classes are still young and may change in incompatible ways if you choose to use them. Other changes include smaller bug fixes to both the EventList module and the Table module. Finally many helpful assert statements have been added to provide additional info as to why something may not behaving as expected. Be sure to add '-ea' to your java launch command to enable assertions in hosted mode. Doing this will save you time in the future. February 27, 2007The ObjectListTable widget recently got a significant update including some bug fixes and performance improvements. The EventList library has received some significant work and now has a more complete API. Expect some activity on the EventList module as the API is matured and stabilized. [Less]
Created 12 months ago.

0 Users

z.base.js is a base javascript library providing dom selectors,event solutions,ajax supports and so on..
Created 24 days ago.

0 Users

This calendar lets you display a small calendar that connects to your database and retrives event information in your webpage.
Created 11 months ago.

0 Users

Another JS library? Really?There is good and bad in every library, mainly brought about by the goals of their core developers. Jelo was built to meet the following needs: High performance. ... [More] Libraries must be fast and reliable, the whole point is to shorten development time. Small filesize. No bulky widgets or code you'll rarely use. This saves both bandwidth and download time. Throw errors (when appropriate). Libraries that advertise "no errors!" can be a nightmare to debug. If you don't know what you did wrong, you can't fix it. Developers can (and should) use try / catch blocks to hide errors from end users in production, but must be able to rely on informational errors during development. Work with JavaScript, not against it. Jelo makes writing cross-browser compatible JavaScript easy, but it doesn't require you to learn a completely new syntax or language. Rather than changing the way JavaScript works, Jelo uses the natural features of the language to smooth the learning curve. How do I execute code as soon as the page is done loading?Jelo.onReady(fn) adds a function to be executed immediately when the page is done loading. You can call Jelo.onReady more than once; each function will be executed in the order it was added. Jelo.onReady(function() { alert("the document is loaded"); }); var myFunction = function() { alert("both functions will execute on page load"); }; Jelo.onReady(myFunction);How do I grab stuff on the page?Jelo uses the "dollar sign function", like most JavaScript libraries. $(selector) is shorthand for Jelo.Dom.selectNode, which returns the first matching element. $$(selector) (short for Jelo.Dom.select) works the same way, but returns an array of matching elements. You can use any valid CSS selector, for example: $$('img') matches ALL images on the page $('img') matches the FIRST image on the page. $$('img.thumbnail') matches all images with the class "thumbnail" $('#navigation a") matches the first link INSIDE the element with id "navigation" $$('inputtype=text') matches all textfields (input elements whose type attribute is "text"). Who's the author?I'm HB Stone, a Senior Applications Developer in Palm Desert, CA. My languages of choice are JavaScript and PHP, but I'm familiar with several other web and desktop programming languages. I mostly write custom software solutions for projects such as touchscreen vending machines, multifunction ATMs, educational and commercial kiosks. I also do my fair share of graphic design, web design, web development, and SEO. [Less]
Created 26 days ago.

0 Users

Es un editor sencillo para programar en el framework PHP Prado. Principales Características Permite crear un proyecto PHP Prado, generando una estructura básica de directorios necesarios para ... [More] trabajar con Prado (assests, protected, themes, layouts, pages, runtime), adicionalmente crea la estructura para los archivos index.php y application.xml. Agradecimientos. En primer lugar agradezco a el equipo de Prado www.pradosoft.com que comparten con la comunidad este excelente framework. Para mayor información visite http://www.pradosoft.com/ [Less]
Created about 1 month ago.

0 Users

Prototype+ is lightweight javascript library that depends on protype 1.6 and script.aculo.us library deeply. As far as the name means, it provides more functions to plus the prototype framework's ... [More] value. We uses the OOP style to make the code more modular and readable. Clean code and high performance is kept in our mind. Many similar javascript libraries are provided in open source world, but maybe you will like this one. Feature: 1. Subscribe/Publish Event System. 2. More utils e.g.. 3. Cool Widgets (e.g. Dialog, Titlepane, Tabpane, Menu...). [Less]
Created 11 months ago.

0 Users

Asynx Javascript Framework
Created 12 months ago.

0 Users

Camp information management system, including event registration, lodging, donor giving, mailings, rental management, and more. Providing a complete camp data management solution.CampDMS began as an ... [More] internal project at Inspiration Point Christian Camp & Retreat Center. Many hours were poured into the development of an MS Access database application that could provide a complete solution to manage all of the camps data management needs. Early DevelopmentAfter a few years of being bound by the development environment of MS Access the project development turned to VisualBasic, ODBC, and MySQL. Due to unforeseen obstacles the development ceased after only a couple years. A great deal of time had been put into planning for future enhancements and better data handling. Even though development had ceased, the ideas and plans that were made are still valid today. The Project FutureThe past few years has seen little development, but there has been great interest in the project from potential users that found the SourceForge project. The lead developer, Timothy J Nolte, has begun looking at new web-based technologies as the roadmap for new development. The first milestone is to have a shell working environment available by the start of 2009. Developers NeededCurrently the project is being headed up by one man. There is a great need for additional web developers to help with the coming work-load. The door is open for anyone interested in being a part of this project. Nolte Digital Solutions 775-593-0871 p. 973-201-1097 f. 2722 Forest Grove Ave SW Wyoming, MI 49519 [Less]
Created 12 months ago.

0 Users

GenerEEK is a web framework build to make new web technology simple and funky. Most of the web framework are difficult to use (if you don't know very well development method's) or too simple to do ... [More] everything you want. So even if you are a good developer that take time to develop new application. Some new move are very interesting (like AIR, Silverlight or JavaFX) but it's counting on setup an external program/plugin. More you have program's on your computer more you risk to have security issues. Here we propose a system to use all the good part of the new technology. The framework load (download) only a basic system environment and load (download) step by step others modules/templates if you need it. Made in Javascript, only running in client environment Working on 99% of browsers Cross domain Ajax Technology Describe your application in XML ... nothing else Nothing to install on the client side, open your browser and GO Ajax, motion and event system 100% managed from XML Cross Language ? Actually supporting PHP but this framework needs only 10 line of PHP, so its really simple to use it with others language So light ... You can use others new technology too with external program/plugin, but you don't need it to make some funky application ... ... watch the demo and enjoy [Less]
Created 12 months ago.