avocets
Avocets
rss 2.0 subscribe to this page
search


view all
•  projects
•  owners
•  tags
Perhaps instead of the CGI feedreader script we can use this. If we have to.
belongs to Feeds project
tagged ajax google javascript rss by katkins ...on 29-OCT-07
Describes and links to several apps in Perl and Javascript that parse RSS for display
tagged ajax application_development javascript rss by winkler4 ...on 25-AUG-06

The Tacos library project provides components and ajax behaviour for the Tapestry java web application framework. Most of the functionality is based on the exceptional dojo javascript library. Thanks dojo!

It's intent is to provide a library of high quality components that may be used in your tapestry application, as well as provide a core infrastructure for using ajax related logic in these and your own components and pages.

Tweaks for multiple xmlhttprequest events
tagged ajax homepage javascript programming by winkler4 ...on 24-JUN-06
Now that Ajax has pretty much become a mainstream phenomenon, I've decided to start putting together some pages on specific libraries. And this one is on prototype...
Javascript object for reading rss in an ajax manner.  Looks like you still need to have a server side get the xml piece so as to not encounter security issues on the client.  But nice compact code and looks to do the trick.  I'll swap the 'alert' for a listing thingie, but otherwise...
tagged ajax javascript rss by winkler4 ...on 01-JUN-06
Good site on programming with ajax. Lots of examples and good code library to use. I like this site since it cuts thru the evangelical zealotry of many ajax sites and gives the good, the bad, and the ugly...
tagged ajax javascript programming web2.0 by winkler4 ...on 06-MAY-06
Code examples and links to other Ajax code sites.  Good example of popups like on the homepage...
tagged ajax javascript web2.0 by winkler4 ...on 05-MAY-06

Site with tutorials on xmlhttprequest, drag and drop, forms, uploaders, image gallery, live search, and tabbed pages.

A must page. 

belongs to Web 2.0 programming with AJAX project
tagged ajax how_to javascript programming web2.0 by winkler4 ...on 17-MAR-06
Gives some insight as to how to do the netvibes thing for penntags.
belongs to Web 2.0 programming with AJAX project
tagged ajax how_to javascript by winkler4 ...on 08-MAR-06
Worthwhile summary of good web design sites, tools, and philosophy.  Nice article on CSS typography.
tagged ajax javascript web_design by winkler4 ...on 22-FEB-06

This list is how I imagine sorting posts in a project. Beautiful and simple.

tagged ajax javascript penntags sorting by laallen ...on 09-FEB-06
suave!!!
belongs to Web 2.0 programming with AJAX project
tagged ajax javascript programming by winkler4 ...on 08-FEB-06

CGI::Ajax is an object-oriented module that provides a unique mechanism for using perl code asynchronously from javascript- enhanced HTML pages. CGI::Ajax unburdens the user from having to write extensive javascript, except for associating an exported method with a document-defined event (such as onClick, onKeyUp, etc). CGI::Ajax also mixes well with HTML containing more complex javascript.

CGI::Ajax supports methods that return single results or multiple results to the web page, and supports returning values to multiple DIV elements on the HTML page.

Using CGI::Ajax, the URL for the HTTP GET/POST request is automatically generated based on HTML layout and events, and the page is then dynamically updated with the output from the perl function. Additionally, CGI::Ajax supports mapping URL's to a CGI::Ajax function name, so you can separate your code processing over multiple scripts.

Other than using the Class::Accessor module to generate CGI::Ajax' accessor methods, CGI::Ajax is completely self-contained - it does not require you to install a larger package or a full Content Management System, etc.

We have added support for other CGI handler/decoder modules, like the CGI::Simple manpage or the CGI::Minimal manpage, but we can't test these since we run mod_perl2 only here. CGI::Ajax checks to see if a header() method is available to the CGI object, and then uses it. If method() isn't available, it creates it's own minimal header.

A primary goal of CGI::Ajax is to keep the module streamlined and maximally flexible. We are trying to keep the generated javascript code to a minimum, but still provide users with a variety of methods for deploying CGI::Ajax. And VERY little user javascript.

belongs to Web 2.0 programming with AJAX project
tagged ajax cgi javascript programming by winkler4 ...on 24-JAN-06
Article about reading bookmarks with ajax.  Also good links to other ajax resources...
tagged ajax javascript programming by winkler4 ...on 11-JAN-06

Great tips on CSS, AJAX and other Web 2.0 thingies...

24 things refers to 24 things to do that will impress your friends. Things like:

  • rounded corners
  • ems
  • prototype.js
  • in-place editing!

 

tagged ajax css javascript programming by winkler4 ...on 30-DEC-05
A whole ezine dedicated to AJAX.  Cool!
tagged ajax javascript programming web_services by winkler4 ...on 30-DEC-05
A collection of resources that support use of AJAX to create web pages and services that improve user experience.
tagged ajax javascript programming web_services xml by winkler4 ...on 29-DEC-05

Asynchronous JavaScript and XML, or Ajax, is a web development technique for creating interactive web applications using a combination of:

  • HTML (or XHTML) and CSS for presenting information
  • The Document Object Model manipulated through JavaScript to dynamically display and interact with the information presented
  • The XMLHttpRequest object to exchange data asynchronously with the web server. (XML is commonly used, although any format will work, including preformatted HTML, plain text, JSON and even EBML)
belongs to Web 2.0 programming with AJAX project
tagged ajax javascript xml by winkler4 ...on 09-OCT-05