Wednesday, May 25, 2005

AJAX resources

Architecture and Philosophy

script.aculo.us
http://script.aculo.us/

Adaptive Path
http://www.adaptivepath.com/publications/essays/archives/000385.php

Ajax Patterns
http://www.ajaxpatterns.org/index.php?title=Main_Page

Java Blueprints
https://bpcatalog.dev.java.net/nonav/ajax/index.html
·Auto-Complete: Provide a simplifed means of data navigation as the user enters a request in an HTML form.
·Progress Bar:
Track the progress on the client of a server-side operation without refreshing the HTML page.
· Realtime Form Validation: Perform server-side validation of form data in an HTML page without refreshes.
·Refreshing Data: Provide up to date data to the an HTML page.

Degradable Validation
http://particletree.com/features/smart-validation-with-ajax

Examples
CSS, and basic JS tricks.
http://www.uptodata.com/css/

Backbase movable portlets
http://projects.backbase.com/RUI/portal.html

Edit-in-place, Dragable layers, and drag-and-drop sort.
http://tool-man.org/examples/index.html

Fade, rollover, and disappear effects.
http://mir.aculo.us/demos/effects/demo1.html

Spell check
http://www.broken-notebook.com/spell_checker/

Magnetic Poetry
http://www.broken-notebook.com/magnetic/

Sample finance app
http://www.ajaxadvocates.com/

Rich code-viewer
http://code.communityserver.org/

Task List
http://confluence.atlassian.com/display/DOC/Dynamic+Tasklist+Macro

Tools
qooxdoo
A really cool widget platform
http://qooxdoo.sourceforge.net/

Dojo
http://dojotoolkit.org/

libXmlRequest
http://www.whitefrost.com/servlet/connector?file=reference/2003/06/17/libXmlRequest.html

SAJAX
http://www.modernmethod.com/sajax/

Thursday, March 31, 2005

Cool Websites

43 thing to acomplish in your life..
http://www.43things.com/

Good quotes
http://www.sixfingeredman.net/

Friday, March 25, 2005

Rich Web Client Scratch Pad

Laszlo
http://today.java.net/pub/a/today/2005/03/22/laszlo.html?page=1
http://www.laszlosystems.com/
http://www.openlaszlo.org/

XUL
http://www.xulplanet.com/

XAMJ (????)
http://html.xamjwg.org/index.jsp

MXML (Flex)
http://www.macromedia.com/devnet/flex/articles/paradigm.html
http://www.macromedia.com/software/flex/

XAML
http://www.ondotnet.com/pub/a/dotnet/2004/01/19/longhorn.html
http://www.xamlblogs.com/

Thursday, March 24, 2005

Learning Language

StarLogo.. AnyOthers?

add #x to #y { answer }

what is #question

remember { add {first} and {second} is { first + second } }

remember { subtract {first} from {second} is { first - second } }

what is { add {1} and {2} }

Wednesday, March 23, 2005

Other Languages To see

Haskell HUGS

http://www.haskell.org/hugs/

http://en.wikipedia.org/wiki/Haskell_programming_language