Friday, September 30th, 2005
Category: Editorial
We have setup Planet Ajaxian as a place to aggregate various Ajax and Web 2.0 content. If there are Ajax sources that you think should be added to the planet let us know. Ideally, the source will either be 100% Ajax, or have an Ajax category, as we don’t want to have content about someone’s Read the rest…
Category: Articles
Amit Klein has written up ideas on security issues to watch out for with XHR in his paper, Exploiting the XmlHttpRequest object in IE – Referrer spoofing, and a lot more… Introduction XmlHttpRequest is a Javascript object that allows a client side Javascript code to send almost raw HTTP requests to the origin host and Read the rest…
Category: Toolkit
The Japano Web Application Toolkit is a marriage of JSP taglibs and a core Javascript library. This means that you end up with code like below that sucks in the javascript, and uses the jpn taglibraries to dynamically load a partial page: <script language=”javascript” src=”${pageContext.request.contextPath}/japano.js”></script> <jpn:javascript> function loadIndex() { // load the part with the Read the rest…
Thursday, September 29th, 2005
Category: Dojo
, Showcase
A bunch of people have mentioned the announcement by Jot of Jotspot Live, which is a “Live, group note-taking” service built on Dojo. We checked out the service, and it was a pleasure to fool around editing things. A pretty seemless experience all around, and you can check out some screen shots below. We managed Read the rest…
Category: Showcase
Pluck is a new web based RSS reader. They are several forms (Firefox, IE, and web) but the simple web based version is what is interesting to us. It follows in the “application just via your browser” niche, like Yahoo! Mail. It was pretty nice to use, but it didn’t like my OPML file. Probably Read the rest…
Category: Examples
This should be filed under the quirky category :) Julien Lamarre has demonstrated doing Ajax-style callbacks not using XHR. Nor iframes. Nor Java. Nor Flash. He implemented it with images and CSS. Ajax using an image The client to server connection works by sending a request to the server using a dynamically created image with Read the rest…
Wednesday, September 28th, 2005
Category: Utility
Morfik is announcing a new Ajax development environment. Morfik IDE differs from other tools due to its JavaScript Synthesis Technology (‘JST’) that allows developers to use a visual design environment and a high-level language of their choice to create applications comprised purely of HTML and JavaScript. So, this sounds like they take your code written Read the rest…
Category: Examples
The Stickman posted a solution that lets you have one displayed <input type=”file” …>> that allows you to select multiple files (one by one), and then send them all up to the server. The implementation creates multiple file upload inputs, and keeps all but one hidden. Read about the solution Download the code
Tuesday, September 27th, 2005
Category: Showcase
An asian site, with a Tonga address, has created an interesting Ajax Photo Viewer named Piccy. The viewer has a cool slider that allows you to dynamically slide the size of the photos in the album, and then of the image that you actually click on. It also seems to have all of the tagging Read the rest…
Category: Articles
, Editorial
Dan Grossman, the VC that brought us Top 10 Ajax Apps, has now told us what is wrong with Ajax. He has brought out the old chestnuts: First Problem: User Interface Issues The back, stop, and refresh buttons don’t always work. Since Ajax applications generate pages dynamically, there generally aren’t static links available for bookmarking Read the rest…
Category: Utility
Joe Walker now has a new favourite JavaScript editor in JSEclipse. JSEclipse is obviously an Eclipse plugin, that has features such as: Code completion for JavaScript function and classes. Code completion for JavaDoc. Function and class names are displayed in the Outline panel for the currently open file. Open declaration Error reporting Warning reporting Code Read the rest…
Monday, September 26th, 2005
Category: Showcase
Tom Snyder of ForwardCenter, Inc. has released inetWord a fully functional HTML editor written using Ajax technology. Info The editor UI never reloads, even during document save, autosave, open, spell check, etc. This is great because coding a whole application in JavaScript takes a lot of code. The formatting dropdowns and dialog boxes are very Read the rest…
Category: Accessibility
Mike Davidson got together with a group of developers to work on a method to insert rich typography into web pages without sacrificing accessibility, search engine friendliness, or markup semantics. The method turned into sIFR (or Scalable Inman Flash Replacement): How it works sIFR is meant to replace short passages of plain browser text with Read the rest…
Category: CSS
Pete Freitag has whipped up 20 CSS Tips and Tricks: Rounded Corners Rounded Corners without images Creating a Netflix style star ratings Tableless forms Styling Lists with CSS 2 Column Layout Technique 3 Column Layout with CSS 3 Column Fixed width centered layout Printing with CSS Adding a CSS stylesheet to an RSS feed Footer Read the rest…
Category: Editorial
As I was watching “24 hour party people” on DVD, I heard the main character talk about the ebbs and flows of the music business. He is talking about the scene in Manchester at the end of the 70’s, and into the eighties. Moving from Joy Division to Happy Mondays and New Order. I think Read the rest…
Sunday, September 25th, 2005
Category: Prototype
, Toolkit
Both Prototype and Script.aculo.us have announced upgrades. Prototype Firstly, there is a new Prototype 1.4 available for download that: features JSON support, a nice new Range object and some other goodies. Including being able to do things like Generate sorta-kinda-UUIDs in JavaScript with Prototype 1.4.0_pre6 function UUID() { return [4, 2, 2, 2, 6].map(function(length) { Read the rest…
All Posts of September 2005