avocets
Avocets
rss 2.0 subscribe to this page
search


view all
•  projects
•  owners
•  tags

Custom Buttons² Firefox extension buttons can be written to do various tasks that the user may require. The buttons are coded in JavaScript. Many bookmarklets can easily be converted to buttons.

Extension developers will find this extension quite useful in the development cycle. JavaScript code can be prototyped in a custombutton, avoiding the reload chrome step till the code is proven. Then the code can be moved to the extension

tagged application_development javascript web2.0 by winkler4 ...and 1 other person ...on 05-AUG-08
tagged javascript programming sakai_fall_2007 by winkler4 ...on 05-DEC-07
tagged books javascript sakai_fall_2007 by winkler4 ...on 04-DEC-07
library that does things like moving columns...may handle pennvibes column moves
tagged javascript programming user_interface sakai_fall_2007 by winkler4 ...on 04-DEC-07

From the website:

jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.

tagged javascript programming sakai_fall_2007 user_interface by winkler4 ...on 04-DEC-07
tagged doi javascript penntags_development by winkler4 ...on 15-NOV-07
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
A useful and small javascript library for select box functions.
tagged javascript programming by winkler4 ...on 29-JAN-07
Tips for improving JS performance
tagged ajax application_development javascript by winkler4 ...on 16-SEP-06
Describes and links to several apps in Perl and Javascript that parse RSS for display
tagged ajax javascript application_development rss by winkler4 ...on 25-AUG-06
Great set of javascript / ajax widgets that includes image side-by-side viewers. 
tagged application_development javascript programming modules by winkler4 ...on 31-JUL-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.

tagged ajax javascript application_development open_source by winkler4 ...on 10-JUL-06

Nice javascript library that could be helpful.  It has a widget for date and time...

tagged application_development calendar javascript wic open_source by winkler4 ...on 10-JUL-06
Tweaks for multiple xmlhttprequest events
tagged ajax programming javascript homepage 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...
tagged ajax development javascript application_development by winkler4 ...on 06-JUN-06
Documentation for the prototype javascript library
tagged application_development development javascript documentation by winkler4 ...on 05-JUN-06

When it comes to testing and debugging sites, it seems that Firefox can’t be beaten. Not only does it have an inbuilt DOM Inspector and Javascript console to beat all others, but the plethora of useful extensions is unmatched. Everyone knows and uses Chris Pedericks Web Developer extension, along with any number other handy extras – Firebug, X-Ray, Aardvark, etc.

Other browsers have useful tools though, which gave me an idea for an ad-hoc series highlighting useful web development features, starting with Safari. While it doesn’t have an official plugin architecture like Firefox, that hasn’t stopped developers finding ways around it and providing excellent plugins.

tagged application_development javascript homepage debugging safari by winkler4 ...on 05-JUN-06
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
tagged javascript by delphine ...on 23-MAY-06
How to turn on the debug menu in Safari...
tagged javascript safari by winkler4 ...on 12-MAY-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. 

tagged ajax how_to programming web2.0 javascript by winkler4 ...on 17-MAR-06
Great site for figuring out cross-browser scripting.  Excellent tutorials and explainations of browser support and work-arounds for JS script functions.
tagged how_to javascript programming by winkler4 ...on 16-MAR-06
Gives some insight as to how to do the netvibes thing for penntags.
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 web_design javascript by winkler4 ...on 22-FEB-06

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

tagged ajax javascript sorting penntags by laallen ...on 09-FEB-06
suave!!!
tagged ajax programming javascript by winkler4 ...on 08-FEB-06
Good test tool for JS
tagged javascript programming by winkler4 ...on 29-JAN-06
PHP script to gen JS from RSS that can be plugged into Blackboard (and other things).  Instructions are at http://preetamrai.com/webtopics/wiki_blog/03rss_in_bb.htm .
tagged blackboard content_creation rss javascript by winkler4 ...on 25-JAN-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.

tagged ajax cgi programming javascript by winkler4 ...on 24-JAN-06
Article about reading bookmarks with ajax.  Also good links to other ajax resources...
tagged ajax programming javascript 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 xml web_services programming javascript by winkler4 ...on 29-DEC-05
I very good site for javascript programming.
tagged javascript programming by winkler4 ...on 29-OCT-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)
tagged ajax javascript xml by winkler4 ...on 09-OCT-05
script.aculo.us provides you with easy-to-use, compatible and, ultimately, totally cool JavaScript libraries
tagged javascript by winkler4 ...on 09-OCT-05