Archive for 'Ajax'
Build Ajax apps using the first real Ajax server: Jaxer
August 28, 2008 | Filed under: Ajax
Discover Jaxer, the first true Asynchronous JavaScript + XML server. Jaxer makes it possible to execute JavaScript code, Document Object Model, and HTML on the server side as well as giving you the ability to access server-side functions asynchronously from the client side. This article describes the features of Jaxer and shows the great potential
AJAX JAVASCRIPT - Open Source Scripts and Programs
August 28, 2008 | Filed under: Ajax
More than 700 Open Source Scripts and Programs for AJAX JAVASCRIPT.Also JavaScript snippets ,Ajax tutorials tips & tricks
Popular AJAX & JavaScript programs for development
August 28, 2008 | Filed under: Ajax
While programming an application Ajax should be used upto a level where it doesn’t confuse the users by offering too many controls to deal with. Ajax should be used in Interactive solutions for lightboxes, form validation, navigation, search, tooltips and tables are developed using Ajax libraries and nifty Ajax scripts.
The State of SVG Browser Support + Using Flash for SVG in Internet Explorer
August 28, 2008 | Filed under: Ajax
As part of the Open Web Advocacy work I’ve started with Dion and others at Google, one of my goals right now is to help increase awareness and support around doing 2-D/vector graphics on the open web. This includes tools such as the Canvas tag, SVG (Scalable Vector Graphics, an XML markup language for vector graphics), and …
GALGWT 1.0… it isn’t a land next to Mordor
August 28, 2008 | Filed under: Ajax
GWT has long had a project that aimed to give rich support for Google APIs called GALGWT, or “Google API Libraries for Google Web Toolkit”.
This project has stepped up to higher gear recently, and we have seen the GALGWT 1.0 release candidate appear.
What is in GALGWT?
The project is a collection of libraries that provide Java language bindings
and …
Multiple Dictionary Word Lookup [Ajax/PHP]
August 27, 2008 | Filed under: Ajax
This cool javascript application allows you to look up many words at the same time and easily print it out. Great for students!
Internet Explorer 8 Beta 2 and Web Standards
August 27, 2008 | Filed under: Ajax
Internet Explorer 8 Beta 2 was released today. There are several cool UI enhancements that this beta brings to the table that I won’t cover in this post, but you can learn more about them on the IEBlog. Instead, I want to talk about how beta 2 affects IE’s relationship to web standards.
First, CSS Expressions are no longer …
YouTube Uploader now using Gears, and what people missed in Gears 0.4
August 27, 2008 | Filed under: Ajax
While we posted about the Gears 0.4 features a lot of the press only really talked about the Geolocation piece.
I think that is important, and posted on that too, but Brad’s piece discussed the full gamut including the Blob API, resummable HTTP, and Desktop API improvements to allow controlled file system access. …
JavaScript consultant | softyram.com
August 27, 2008 | Filed under: Ajax
Softyram.com is a site which belongs to Mr. Ram Kumar a committed independent freelancer whose web-based marketplace directly connects businesses with more than of 350 clients having professionals with skills in PHP, LAMP, MySQL ,AJAX and Ruby on Rails .Through the free service, employers find top freelance and contract talent locally.
AJAX Library API: la globalizzazione nei framework javascrip
August 27, 2008 | Filed under: Ajax
La globalizzazione entra anche nello sviluppo web con l’aiuto di Google, tramite le AJAX Library API. Questa nuova libreria consente di caricare il proprio framework javascript preferito in semplicità apportando inoltre alcuni vantaggi insostituibili.
Best use of the MooTools Javascript/AJAX Library
August 27, 2008 | Filed under: Ajax
LightBox, Image Menus, and SlideShow….by far, the best use of the MooTools library.
Codeline
August 26, 2008 | Filed under: Ajax
Examples and code for web developer, ajax, javascript, mootols etc.
Firebug Group Releases 1.2
August 26, 2008 | Filed under: Ajax
John Resig, a member of Mozilla’s Firebug development team, announced yesterday that the final version of Firebug 1.2 had been released. Firebug is a debugger for HTML, CSS, and JavaScript that sits within the Firefox Web browser. It has become an essential tool for Web developers, particularly those who use Ajax
navigator.geolocation: Using the W3C Geolocation API today
August 26, 2008 | Filed under: Ajax
Last week I wrote a simple WhereAreYou? application that used the Google Ajax APIs ClientLocation API to access your location via your IP address.
At the same time, we announced support for the Gears Geolocation API that can calculate your address using a GPS device, WiFi info, cell tower ids, and IP address lookups.
Add to all of that, …
Want a Free Pass to The Ajax Experience?
August 25, 2008 | Filed under: Ajax
That’s right, a free pass! We are raffling off one free pass to The Ajax Experience show in Boston, September 29 – October 1. That means that you can attend the $1495 event for free, courtesy of Ajaxian.com.
There’s no catch. We are giving away one free pass to The Ajax Experience. The free pass only includes entrance to the …
Razor Profiler: Check out your Ajax code
August 25, 2008 | Filed under: Ajax
Razor Profiler is a web-based Ajax profiling tool to help web developers understand and analyze the runtime behavior of their JavaScript code in a cross-browser environment. Razor Profiler can be access either online as a service; or be downloaded to run locally, and was created by Coach Wei who has done a lot of work for Nexaweb and Apache.
Razor …
JavaScript JIT: The Dream Gets Closer (in Firefox)
August 22, 2008 | Filed under: Ajax
For years, many of us have been salivating over the idea of JIT’ed JavaScript in the browser. Adobe’s JIT’ing Flash VM showed a preview of tremendous speed gains to be had, but we’ve had to wait until SquirrelFish from WebKit to see anything dramatic happen in the browser.
Until now.
Mozilla just let the cat out …
RevoTech - AJAX: Javascript Libraries
August 22, 2008 | Filed under: Ajax
As more and more developers delve into Web 2.0 the need for AJAX is becoming greater.The most popular method of using AJAX is a Javascript Library…
Gears 0.4 + Mashup of Gears and Google App Engine
August 22, 2008 | Filed under: Ajax
Hi folks, this is my first guest blog post here on Ajaxian. It’s great to join the team.
Gears, the open source browser plugin that teaches web browsers new tricks, has pushed out a new 0.4 release.
Andrei Popescu from the Gears team lets us in on some of the nifty new features:
We have added a new Geolocation API, …
The Ajax Experience: Early Bird Deadline is Today!
August 22, 2008 | Filed under: Ajax
The $100 early bird discount for The Ajax Experience expires today, August 22! Don’t wait! Register now to reserve your spot at the lowest price.
The Ajax Experience conference takes place September 29 – October 1 in Boston. Register today to save $100 with the early bird rate.
The Ajax Experience is the original and most in-depth …
HTML 5: The event loop, hashchange, and more
August 22, 2008 | Filed under: Ajax
Mark Pilgrim continues to keep us up to date with news in HTML 5 land. This week he talks to us about the birth of the event loop, and the hashchange event.
I saw this just after posting about the cross browser hashchange example by Zach Leatherman. In the future we will see a nice, standard way to do …
Emulating onhashchange without setInterval
August 22, 2008 | Filed under: Ajax
IE 8 has an onhashchange event, and Ajax history / bookmark management has been a long time problem of choice for developers.
Zach Leatherman has revisited the problem and has another solution that doesn’t require setInterval to check on the location.
On initialization, we load an iframe onto the page that is positioned absolutely at -500px,-500px so the user can’t …
Ajax Head Pattern; Unobtrusive Rails Apps
August 21, 2008 | Filed under: Ajax
Ken Collins has rewritten his Homemarks application, a Rails app that “allows you to dynamically create and sort Columns, Boxes, and Bookmarks into your own custom start page.”
What is interesting about the rewrite is the new approach that Ken took; the Ajax Head Pattern as he described it:
HomeMarks was built using the Ruby on Rails framework with a …
New Object-Orientated JavaScript Book Published
August 21, 2008 | Filed under: Ajax
A new book has been released by Packt Publishing, which promises to teach the reader how to think in JavaScript, and make Object-oriented programming accessible and understandable to web developers. Written by Yahoo! Web developer, Stoyan Stefanov, the book also includes AJAX and JSON tutorials.
Wolverine Hacks
August 21, 2008 | Filed under: Ajax
Wolverine hacks is a blog for all kind of bloggers, be it newbie or an expert. Here you will find tips and tricks, templates, hacks, widgets, gadgets, applications and learn Ajax, javascript, HTML, CSS coding and much more..
[CoD4] PHP Rcon Version 1.9
August 20, 2008 | Filed under: Ajax
Requirements:Server side: Apache webserver with session and PHP5 supportClient side: Javascript, AJAX and cookies enabled browser (Opera, Firefox,IE6/7)This is a PHP interface for remote console administration to Call Of Duty 2 andCall Of Duty 4. My set of scripts gives you a list of players currently on theserver along with colors - rcon status. Y
WaveMaker 4: Point and Click Ajax
August 20, 2008 | Filed under: Ajax
WaveMaker Studio 4.0 the Ajax based visual development platform for creating web applications has been released. Version 4.0 includes a new look and feel, usability improvements, and a host of new features.
Building applications has been made easier by a syntax highlighting code editor, improved widget drag and drop, undo, simplified data binding, more flexible css styling, and numerous usability tweaks.
Working …
Ra Ajax: Ajax for .NET
August 20, 2008 | Filed under: Ajax
Thomas Hansen is a vocal member of the community, and worked on Gaia Widgets in the past. Now he has moved on to create his own opensource library Ra Ajax, an Ajax library for .NET. (He has posted the bloody details of how he “left”).
He is experimenting, and writing up a series of “how to write an Ajax …
Accordition Menus
August 19, 2008 | Filed under: Ajax
Since I started developing this blog I also learning new scripts. And part of it are Javascript and AJAX. I found on Dynamicdrive.com a type of menu that be hide if its use or click by the user. This help my site more functionality on browsing my pages easily.
iPhone hackers go too far get shut down
August 18, 2008 | Filed under: Ajax
was all set to give this week’s column over to a new register-direct implementation of a JavaScript interpreter that’s many times faster than all currently available implementations. It’s not exactly growing hair on a billiard ball, but a nitro-boosted JavaScript will put a shine on AJAX and keep my most beloved language on track to becoming…
Ajax: How to display XML file - www.itechcollege.com
August 15, 2008 | Filed under: Ajax
We can use AJAX to request data from a XML file. This tutorial will show you how to do it. Free and easy online courses: Learn Javascript, HTML, CSS, PHP, ASP, ASP.NET, JSP, SQL, XML, and more from www.itechcollege.com. Absolutely Free! Learn a programming language in one day!
Ajax For Beginners - Free courses from iTechCollege.com
August 15, 2008 | Filed under: Ajax
AJAX stands for Asynchronous JavaScript and XML. AJAX uses a combination of Javascript and XML to allow web pages to be updated with new data from the server. It consists of HTML, JavaScript, DHTML, and DOM. This is a free online course. Learn PHP, ASP, JSP, ASP.NET, HTML, Javascript, Ajax, XML, SQL and more from www.itechcollege.com. Easy courses!
Custom events as API end points for key bindings and more
August 15, 2008 | Filed under: Ajax
Inspired by the Gmail team and how they created well known Greasemonkey endpoints and the custom events work that I have been doing, I was lead to play with custom events as a way to tie into key bindings. This lead to the following post on my blog:
On the back of my example enjoying the Observer …
Easy Ajax and DOM scripting with jQuery
August 14, 2008 | Filed under: Ajax
jQuery is a JavaScript library that helps simplify your JavaScript and Asynchronous JavaScript + XML (Ajax) programming. Unlike similar JavaScript libraries, jQuery has a unique bag of tricks that allows you to express common complex code succinctly. Use it to perform some common Ajax tasks much easier.
How to Create an Ajax Autocomplete Text Field: Part 11
August 14, 2008 | Filed under: Ajax
So far in this series we learned about the Eclipse IDE, the Eclipse Web Project, JSP pages, how to add a Tomcat server to the IDE, JavaScript, Ajax, JSON and CSS. We will wrap up the series by adding code to process ENTER and TAB keystrokes, and keeping the list open when returning from another page.
Cool Javascript, Design, UI, Ajax, CSS, OOP, Php, help
August 14, 2008 | Filed under: Ajax
Javascript, Design, UI, Ajax, CSS, OOP, Php, Web2.0
DevSnippets has Officially Launched
August 13, 2008 | Filed under: Ajax
Devsnippets.com as the name suggests Devsnippets.com serves as a public gallery about everything has to do with design and development stages, from HTML/CSS to javascript and ajax to things like WordPress hacks.
Using the var keyword | Ajax Example and JavaScript
August 13, 2008 | Filed under: Ajax
Funny introductory article on using the var keyword in Ajax/JavaScript
Ajax Forms with jQuery
August 11, 2008 | Filed under: Ajax
There are so many different javascript frameworks out there, but I have recently started to use jQuery, and I love it. Not only is the library much smaller than others, but it is so simple to use. I wanted to show how easy it is to turn a regular form into a AJAX form.
Neil Roberts has a Squidoo Page
August 11, 2008 | Filed under: Ajax
Neil Roberts of the Dojo Toolkit filters news and blogs posts on JavaScript, Ajax, web-development
Tombs of Asciiroth: GWT, Gears, and AIR enabled RPG Game
August 8, 2008 | Filed under: Ajax
Alx Dark has created The Tombs of Asciiroth a fully functional roguelike-meets-puzzle-arcade game.
Asciiroth is a a complete, functional, open source game, written using GWT, and distributed either as an Adobe AIR application, or as a game you can play over the web. In the latter case, it uses Gears to …
AIRing out your Lingerie; Running applications for the articles
August 7, 2008 | Filed under: Ajax
I was wary about posting on this one, as it does involve scantily clad women. If that offends you, skip now, and please accept my apologies, and I know that this probably fits better for a Friday Fun posting, but let’s get to it:
Ok, so when I was on the Adobe AIR tour, some folks showed me an AIR app …
Enjoying the Observer pattern with custom events
August 7, 2008 | Filed under: Ajax
I created an introductory example discussing custom events as an implementation of the Observer pattern. I posted this on my personal blog first and quickly got a port from my Prototype version to Malte’s jQuery port (and now we have a DOMAssistant and Appcelerator versions). I hope others keep them coming so we can …
CSS, Ajax/Javascript Books with Examples
August 6, 2008 | Filed under: Ajax
Its a Hub where anyone can find the reference books related with AJAX and javascript programming. It also provides easy downloading e-books
Freelance programming services
August 5, 2008 | Filed under: Ajax
Freelance services are currently run by Tyler Diaz.Diaz is experienced in the following programming knowledge: * Server-side scripting * MySQL * Making custom forum boards and admin panels * Javascript * AJAX * PHP * Ruby …
Safer Ajax Web form validation with DOM and JSP
August 5, 2008 | Filed under: Ajax
In this article, you’ll learn how to develop client-side validators based on JavaScript as well as server-side validators, which are implemented as JSP tag files backing up their JavaScript counterparts. You’ll also learn how to use resource-bundles that are reloaded automatically when changed, without requiring the restart of the application.
Django and ExtJS Grids with Filters
August 4, 2008 | Filed under: Ajax
Are you an ExtJS and Django user? If so, you will want to check out this article by Matt of Tangible Worldwide on Using ExtJS’s Grid Filtering with Django.
He goes into detail on how to tweak the grid filtering system that is aimed at PHP, and getting it to work in a way that allows you to write this …
Marcel Duran’s WebDevTechBlog
August 4, 2008 | Filed under: Ajax
Web technology articles including Javascript, AJAX, Web 2.0, Web Standards and Performance
Search Scripts - AJAX, PHP, ASP.Net, Javascript Scripts
August 4, 2008 | Filed under: Ajax
Search-Scripts.com is SEO-friendly directory of ready to use scripts and programs both free and commercial for webmasters and developers. Categorized database of PHP scripts and programs, AJAX Scripts, Flash components, JavaScript, ASP.Net codes.
Why did Javascript/AJAX mop the floor with Java and Flash
August 3, 2008 | Filed under: Ajax
It’s not always true that the neatest, most advanced technology ends up winning most of the market share. There are other reasons which get in the way.

