JavaScript/AJAX

Prototype JavaScript framework: Prototype hosted on Google’s servers

May 27th, 2008  |  Published in Blogroll, Code Development, JavaScript/AJAX

Prototype JavaScript framework: Prototype hosted on Google’s servers

The AJAX Libraries API is a content distribution network and loading architecture for the most popular open source JavaScript libraries. By using the Google AJAX API Loader’s google.load() method, your application has high speed, globaly available access to a growing list of the most popular JavaScript open source libraries including:

  • jQuery
  • prototype
  • script.aculo.us
  • MooTools
  • dojo

A date parsing ninja of a javascript

January 22nd, 2008  |  Published in JavaScript/AJAX

A date parsing ninja of a javascript: “”

Really nice parsing of things like

today           tomorrow    July 2008
next friday     last April  2004.08.07
6/4/2005        8:15 PM     22:30:45
+5years      

(Via .)

Server Switcher :: Firefox Add-ons

November 20th, 2007  |  Published in Blogroll, Code Development, HTML, JavaScript/AJAX

Server Switcher :: Firefox Add-ons

Server Switcher is a navigational help tool for web developers. It allows you to easily switch between sites on your development and live servers, so that you can immediately see the differences…

Great tool for developing sites

(Via Koke.)

Prototype 1.6.0 and script.aculo.us 1.8.0 released

November 7th, 2007  |  Published in Code Development, JavaScript/AJAX

Prototype 1.6.0 and script.aculo.us 1.8.0 released: “

New versions of the JavaScript libraries that ship with Rails, Prototype 1.6.0 and script.aculo.us 1.8.0, have been released. You can find out about the numerous changes on the Prototype blog and on mir.aculo.us. If you’re running Edge Rails, just svn up and run rake rails:update:javascripts to install the latest versions into your application automatically.

Also of note: Christophe Porteneuve’s Prototype & script.aculo.us book is now out of beta and available for purchase from the Pragmatic Programmers. It’s up-to-date with all of the new features in both libraries, so be sure to check it out if you’re using Prototype and script.aculo.us in your applications.

(Via Riding Rails.)

PopBox! - A Javascript Image Magnifier

November 5th, 2007  |  Published in JavaScript/AJAX

<

p>PopBox! - A Javascript Image Magnifier: “

WebAppers has a nice post about a JavaScript image magnifier called PopBox!:

<blockquote><p>PopBox is an image magnification javascript solution for dynamically moving and resizing images on your web page. Javascript? Yes - I know it’s nothing new and that you’ve been able to move and resize things in Javascript for years, but only now is there a prepackaged solution that makes it as easy as 3 lines of HTML without knowing a lick about positioning!</p></blockquote>

nice simple for zooming up a little image to big,

(Via Ajaxian Blog.)

New UI library for Prototype in the works

November 5th, 2007  |  Published in Blogroll, CakePHP, HTML, JavaScript/AJAX

<

p>New UI library for Prototype in the works: “

Sébastien Gruhier, author of the VERY cool Prototype Window class has started a new initiative to build a complimentary UI library for Prototype. Accompanied by Samuel Lebeau, Juriy Zaytsev and Vincent Le Moign, the team aims to build easy to implement UI components that will enhance the user experience in web applications.

<blockquote><p>At the beginning of the project, it was only a full rewrite of Prototype Window but it became quickly a UI library based on <a href="http://prototypejs.org/">Prototype 1.6</a> and <a href="http://script.aculo.us/">script.aculo.us 1.8</a> to include all my previous components like <a href="http://prototype-carousel.xilinus.com/">Prototype Carousel</a> ….</p></blockquote>
<p>The current version is still in early stages but already provides some nice components:</p>
<ul>
<li>window
<ul>
<li>skinnable</li>
<li>shadowing system independent from window and skinnable</li>
<li>div based</li>
<li>resizable from all borders and corners</li>
<li>custom buttons</li>
<li>Dialogs (like it’s done in <span class="caps">PWC</span>) are not yet implemented but will be done soon</li>
</ul>

  • carousel: only HTML content (no Ajax content)
  • dock (experimental)
  • shadow: a simple class to add shadow on any element with a absolute position.
<p>Full details of the project can be found on <a href="http://blog.xilinus.com/2007/11/4/prototype-ui-beta-version-pwc-reloaded">Sébastien’s blog</a>.

This looks like a great start for those of us who like to use stuff that just works

(Via Ajaxian Blog.)

Multi-Safari: Testing with 10 versions of Safari at once

October 8th, 2007  |  Published in Blogroll, CSS, Code Development, HTML, JavaScript/AJAX

Multi-Safari: Testing with 10 versions of Safari at once:

Michel Fortin has created special versions of Safari that allow you to run them all on the same machine. This allows you to test your Ajax application in a variety of versions.

There are similar things for explorer and firefox so this is a great addition to the developers tool box…

(Via Ajaxian Blog.)

jMaki 1.0 Final Release: Ajax for Java and PHP

September 26th, 2007  |  Published in JavaScript/AJAX

jMaki 1.0 Final Release: Ajax for Java and PHP:

Greg Murray has put the stake in the ground and released jMaki 1.0. The release comes with “bundles” for PHP and Java which you can choose on the download area.

Included in the bundles:

  • The core jMaki framework.
  • Sample applications.
  • Ant task for creating applications and adding widgets and necessary dependencies to those applications.
  • All the scripts and widget libraries.

To see more, check out the jMaki Samples.

Interesting maybe, overkill probably (examples ugly… to me)

(Via Ajaxian Blog.)