<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="0.92">
<channel>
	<title>AjaxApp.com, ajax app and cool web app!</title>
	<link>http://www.ajaxapp.com</link>
	<description>about ajax, javascript, DHTML, CSS, web app, MySQL, PHP, JSP, Java, Oracle</description>
	<lastBuildDate>Thu, 10 Apr 2008 05:05:51 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Canvas2Image - converts what you draw on WHATWG canvas to downloadable images on the fly</title>
		<description><![CDATA[Here comes a small JavaScript library, Canvas2Image that you could include on your web page, and it allows those lines and boxes that you draw on a WHATWG canvas (made using new HTML &#60;canvas&#62;&#60;/canvas&#62; tag pair) to be converted into images on the fly for download.

]]></description>
		<link>http://www.ajaxapp.com/2008/04/09/canvas2image-converts-what-you-draw-on-whatwg-canvas-to-downloadable-images-on-the-fly/</link>
			</item>
	<item>
		<title>SQL command to show code of stored procedure in Oracle</title>
		<description><![CDATA[If you ain&#8217;t have a good Oracle tool, such as Toad, and you wish to view or print a stored procedure in the Oracle database, you can check the all_source table.

]]></description>
		<link>http://www.ajaxapp.com/2008/04/08/sql-command-to-show-code-of-stored-procedure-in-oracle/</link>
			</item>
	<item>
		<title>AjaxSwing 2.0 - Swing front end for Ajax apps</title>
		<description><![CDATA[A new version of webcream, now has been renamed and launched as AjaxSwing 2.0. It&#8217;s a framework that does communication with web server purely using asynchronous JavaScript and uses partial page update to refresh web browser.

]]></description>
		<link>http://www.ajaxapp.com/2008/01/09/ajaxswing-20-swing-front-end-for-ajax-apps/</link>
			</item>
	<item>
		<title>Google Gears will include Image manipulation API</title>
		<description><![CDATA[Google Gears will have a set of API for manipulating images. Such as cropping, resizing and composing images etc on the client-side using JavaScript.

]]></description>
		<link>http://www.ajaxapp.com/2008/01/09/google-gears-will-include-image-manipulation-api/</link>
			</item>
	<item>
		<title>Anvil Framework for developing GUI-based Ruby apps</title>
		<description><![CDATA[Anvil, a ruby framework that uses GUI toolkit for building GUI Ruby apps. Installation instruction as follows:

Installation

        $ sudo gem install anvil





]]></description>
		<link>http://www.ajaxapp.com/2008/01/09/anvil-framework-for-developing-gui-based-ruby-apps/</link>
			</item>
	<item>
		<title>Beware of remote code injection exploit in PHP!</title>
		<description><![CDATA[PHP is kind of convenient to build web pages that have common header and footer. This is the technique we normally use when coming to building corporate web sites to maintain same look and feel over the entire websites. For example in the following piece of code (index.php), it shows you how it&#8217;s used.


The index.php
&#60;?php
&#160;&#160;&#160;&#160;&#160;&#160;$page [...]]]></description>
		<link>http://www.ajaxapp.com/2007/11/29/beware-of-remote-code-injection-exploit-in-php/</link>
			</item>
	<item>
		<title>How well do you know Prototype? You should fully utilize it!</title>
		<description><![CDATA[
&#60;script type=&#8221;text/javascript&#8221; src=&#8221;prototype.js&#8221;&#62;&#60;/script&#62;
Juiry Zaytsev, someone who has used Prototype for almost a year for building dynamic web apps, has experienced many stupid questions raised on the Prototype discussion IRC channel. According to Juiry, that Prototype is only used at about 15% by most developers. Such as those include the 100KB Prototype.js in their web app, [...]]]></description>
		<link>http://www.ajaxapp.com/2007/11/16/how-well-do-you-know-prototype-you-should-fully-utilize-it/</link>
			</item>
	<item>
		<title>Method Overloading is possible in JavaScript!</title>
		<description><![CDATA[In a full-fledged Object Oriented Programming language such as Java, method overloading is the technique that you could use to create few functions or methods that having the same names but taking different arguments or parameters. Such as follows, the method findUser(), findUser(String), findUser(String, String) in Java.

public class Users
{
&#160;&#160;&#160;public Collection findUser()
&#160;&#160;&#160;{
   &#160;&#160;&#160;&#160;&#160;&#160;// the [...]]]></description>
		<link>http://www.ajaxapp.com/2007/11/15/method-overloading-is-possible-in-javascript/</link>
			</item>
	<item>
		<title>Prototype - a fantastic JavaScript Framework, simplifies Ajax coding</title>
		<description><![CDATA[What is Prototype? Prototype is a JavaScript framework that simplifies AJAX coding and extends the DOM structure. Prototype  comes with several short-cut coding methods and modules to allow you to shorten your AJAX coding and it&#8217;s browser-safe. Prototype is now available with the latest version, 1.6 for download.
To start using Prototype in your web [...]]]></description>
		<link>http://www.ajaxapp.com/2007/11/10/prototype-a-fantastic-javascript-framework-simplifies-ajax-coding/</link>
			</item>
	<item>
		<title>Welcome to AjaxApp.com</title>
		<description><![CDATA[Welcome to AjaxApp.com. AjaxApp.com is a blog about the fun in web development, which we will continously feed you with the latest technologies in web development such as AJAX, generic JavaScript, DHTML, CSS. And we also include tutorial and custom coding on topics that cover PHP, JSP, RDBMs such as MySQL and Oracle and even [...]]]></description>
		<link>http://www.ajaxapp.com/2007/11/10/welcome-to-ajaxappcom/</link>
			</item>
</channel>
</rss>
