<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Weblenium &#187; Javascript</title>
	<atom:link href="http://www.weblenium.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weblenium.com</link>
	<description></description>
	<lastBuildDate>Thu, 23 Jul 2009 18:29:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Play MP3s with Javascript</title>
		<link>http://www.weblenium.com/2009/07/play-mp3s-with-javascript/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.weblenium.com/2009/07/play-mp3s-with-javascript/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 17:58:56 +0000</pubDate>
		<dc:creator>phorner</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[scriptaculous]]></category>

		<guid isPermaLink="false">http://www.weblenium.com/?p=504</guid>
		<description><![CDATA[Flash has always been the software of choice for playing MP3s in a browser. This poses a problem, however, for those without the Flash Player plugin. Now there is a solution.
PIMP3 is a Javascript MP3 player that uses Scriptaculous and Prototype. All you have to do is provide an MP3 track list in JSON format [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-505" title="PIMP3" src="http://www.weblenium.com/wp-content/uploads/2009/07/pimp3.gif" alt="PIMP3" width="91" height="70" />Flash has always been the software of choice for playing MP3s in a browser. This poses a problem, however, for those without the Flash Player plugin. Now there is a solution.</p>
<p><a href="http://cssrevolt.com/upload/files/pimp3/" target="_blank">PIMP3</a> is a Javascript MP3 player that uses Scriptaculous and Prototype. All you have to do is provide an MP3 track list in JSON format (using AJAX and a server side script).</p>
<p>The look and feel of the PIMP3 is entirely skinnable by editing the CSS file. Features include configurable runtime options such as autostart and random playback order of tracks.</p>
<p>Will be interesting to see if this can be converted to use jQuery.</p>
<p>For more information: <a href="http://cssrevolt.com/upload/files/pimp3/" target="_blank">PIMP3</a></p>
<img src="http://www.weblenium.com/?ak_action=api_record_view&id=504&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.weblenium.com%2F2009%2F07%2Fplay-mp3s-with-javascript%2F&amp;linkname=Play%20MP3s%20with%20Javascript"><img src="http://www.weblenium.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.weblenium.com/2009/07/play-mp3s-with-javascript/feed/</wfw:commentRss>
		<slash:comments>170</slash:comments>
		</item>
		<item>
		<title>PHP functions in Javascript using PHP.JS</title>
		<link>http://www.weblenium.com/2009/05/php-functions-in-javascript-using-phpjs/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.weblenium.com/2009/05/php-functions-in-javascript-using-phpjs/#comments</comments>
		<pubDate>Thu, 28 May 2009 09:50:56 +0000</pubDate>
		<dc:creator>phorner</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://www.weblenium.com/?p=484</guid>
		<description><![CDATA[For those of you, like me, who use PHP and Javascript regularly, PHP.JS is a great enhancement. PHP.JS is an open source project where PHP functions are ported to Javascript. This means that the PHP functionality is executed client-side which reduces the load on the server.
Some of the functions that have already been ported are:

md5()
date()
base64_decode()

As [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-485" title="phpjs" src="http://www.weblenium.com/wp-content/uploads/2009/05/phpjs.png" alt="phpjs" width="170" height="90" />For those of you, like me, who use PHP and Javascript regularly, <a href="http://phpjs.org/" target="_blank">PHP.JS</a> is a great enhancement. PHP.JS is an open source project where PHP functions are ported to Javascript. This means that the PHP functionality is executed client-side which reduces the load on the server.</p>
<p>Some of the functions that have already been ported are:</p>
<ul>
<li>md5()</li>
<li>date()</li>
<li>base64_decode()</li>
</ul>
<p>As the library has become too big to include at once, and having users copy-paste      functions to their projects can end up causing maintenance hell, the developers have created a     <a href="http://phpjs.org/packages/configure">compiler tool</a> that     allows programmers to select ONLY the functions they need, and wrap them     up in a single <em>php.js</em> file.</p>
<p>Another benefit from this library is that it enhances the functionality of Javascript by adding functions that don&#8217;t exist natively in Javascript.</p>
<p>Definitely a great tool for developers.</p>
<p>For more information: <a href="http://phpjs.org/" target="_blank">PHP.JS</a></p>
<img src="http://www.weblenium.com/?ak_action=api_record_view&id=484&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.weblenium.com%2F2009%2F05%2Fphp-functions-in-javascript-using-phpjs%2F&amp;linkname=PHP%20functions%20in%20Javascript%20using%20PHP.JS"><img src="http://www.weblenium.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.weblenium.com/2009/05/php-functions-in-javascript-using-phpjs/feed/</wfw:commentRss>
		<slash:comments>103</slash:comments>
		</item>
		<item>
		<title>jQuery Image Gallery that uses mouse gestures</title>
		<link>http://www.weblenium.com/2009/05/jquery-image-gallery-that-uses-mouse-gestures/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.weblenium.com/2009/05/jquery-image-gallery-that-uses-mouse-gestures/#comments</comments>
		<pubDate>Sat, 16 May 2009 22:32:02 +0000</pubDate>
		<dc:creator>phorner</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[image gallery]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mouse gestures]]></category>

		<guid isPermaLink="false">http://www.weblenium.com/?p=469</guid>
		<description><![CDATA[Here is an interesting take on navigating through an image gallery. jQuery-Gestures-Image Gallery uses mouse gesture combinations to perform certain navigation functionality. For example, holding the mouse button and moving the mouse to the left will go to the previous image in the gallery, holding the mouse button and moving the mouse to the right [...]]]></description>
			<content:encoded><![CDATA[<p>Here is an interesting take on navigating through an image gallery. <a href="http://random.friggeri.net/jquery-gestures/" target="_blank">jQuery-Gestures-Image Gallery</a> uses mouse gesture combinations to perform certain navigation functionality. For example, holding the mouse button and moving the mouse to the left will go to the previous image in the gallery, holding the mouse button and moving the mouse to the right will go to the next image in the gallery. You can even link together various direction combinations to perform special functionality.</p>
<p>The examples on the <a href="http://random.friggeri.net/jquery-gestures/" target="_blank">jQuery-Gestures-Image Gallery</a> page really help to show the possibilities. An intriguing idea. Will be interesting to see if this type of interaction gets adopted by the main stream.</p>
<p>For more information: <a href="http://random.friggeri.net/jquery-gestures/" target="_blank">jQuery-Gestures-Image Gallery</a></p>
<img src="http://www.weblenium.com/?ak_action=api_record_view&id=469&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.weblenium.com%2F2009%2F05%2Fjquery-image-gallery-that-uses-mouse-gestures%2F&amp;linkname=jQuery%20Image%20Gallery%20that%20uses%20mouse%20gestures"><img src="http://www.weblenium.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.weblenium.com/2009/05/jquery-image-gallery-that-uses-mouse-gestures/feed/</wfw:commentRss>
		<slash:comments>145</slash:comments>
		</item>
		<item>
		<title>Ext JS 3.0 RC1.1 brings a host of new features to the table</title>
		<link>http://www.weblenium.com/2009/05/ext-js-30-rc11-brings-a-host-of-new-features-to-the-table/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.weblenium.com/2009/05/ext-js-30-rc11-brings-a-host-of-new-features-to-the-table/#comments</comments>
		<pubDate>Tue, 12 May 2009 18:16:39 +0000</pubDate>
		<dc:creator>phorner</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[ext]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[release candidate]]></category>

		<guid isPermaLink="false">http://www.weblenium.com/?p=414</guid>
		<description><![CDATA[Ext JS 3.0 RC1.1 comes hot on the heels of the release of Ext JS Core 3.0. Ext JS 3.0 is built to sit on top of Ext JS Core 3.0. Ext 3.0 provides increased performance, consistency, flexibility and UI enhancements all without a significant size increase.
The new features of Ext JS 3.0 are:

New UI [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-158" title="EXT" src="http://www.weblenium.com/wp-content/uploads/2009/04/ext.jpg" alt="EXT" width="60" height="60" /><a href="http://extjs.com/blog/2009/05/04/ext-js-30-rc11-released/" target="_blank">Ext JS 3.0 RC1.1</a> comes hot on the heels of the release of <a href="http://www.weblenium.com/2009/04/ext-core-30-beta-a-cross-browser-consistent-api-library/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_self">Ext JS Core 3.0</a>. Ext JS 3.0 is built to sit on top of Ext JS Core 3.0. Ext 3.0 provides increased performance, consistency, flexibility and UI enhancements all without a significant size increase.</p>
<p>The new features of Ext JS 3.0 are:</p>
<ul>
<li>New UI components</li>
<li>Row Editor</li>
<li>List View</li>
<li>Charting</li>
<li>Button Groups</li>
<li>Grouped Tabs</li>
<li>Enhanced components</li>
<li>Buttons refactored to be a valid BoxComponent</li>
<li>Toolbar Overflow</li>
<li>Menu Overflow</li>
<li>Tooltips now support an anchor configuration</li>
<li>Buffered Gridview</li>
<li>Revamped Debug Console</li>
</ul>
<p><img class="alignleft size-full wp-image-425" title="Row Editor" src="http://www.weblenium.com/wp-content/uploads/2009/05/roweditor2.jpg" alt="Row Editor" width="600" height="368" />Other improvements include Ext.data package enhancements, Accessibility improvements, Ext.Direct and the refining of memory management within Ext.</p>
<p>For more information: <a href="http://extjs.com/blog/2009/05/04/ext-js-30-rc11-released/" target="_blank">Ext JS 3.0</a></p>
<img src="http://www.weblenium.com/?ak_action=api_record_view&id=414&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.weblenium.com%2F2009%2F05%2Fext-js-30-rc11-brings-a-host-of-new-features-to-the-table%2F&amp;linkname=Ext%20JS%203.0%20RC1.1%20brings%20a%20host%20of%20new%20features%20to%20the%20table"><img src="http://www.weblenium.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.weblenium.com/2009/05/ext-js-30-rc11-brings-a-host-of-new-features-to-the-table/feed/</wfw:commentRss>
		<slash:comments>431</slash:comments>
		</item>
		<item>
		<title>EXT Core 3.0 Beta &#8211; a cross-browser Javascript API Library</title>
		<link>http://www.weblenium.com/2009/04/ext-core-30-beta-a-cross-browser-consistent-api-library/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.weblenium.com/2009/04/ext-core-30-beta-a-cross-browser-consistent-api-library/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 14:49:58 +0000</pubDate>
		<dc:creator>phorner</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[cross-browser]]></category>
		<category><![CDATA[ext]]></category>

		<guid isPermaLink="false">http://www.weblenium.com/?p=156</guid>
		<description><![CDATA[I&#8217;ve been using EXT 2.0 for some time now having created reporting systems and even a full blown Administration System. EXT produces Web 2.0 styled content all within your browser. Now comes EXT Core 3.0 Beta,  a subset of the soon to be released EXT 3.0.
The developers of EXT 3.0 have gone through the code, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-158" title="EXT" src="http://www.weblenium.com/wp-content/uploads/2009/04/ext.jpg" alt="EXT" width="60" height="60" />I&#8217;ve been using EXT 2.0 for some time now having created reporting systems and even a full blown Administration System. EXT produces Web 2.0 styled content all within your browser. Now comes EXT Core 3.0 Beta,  a subset of the soon to be released EXT 3.0.</p>
<p>The developers of EXT 3.0 have gone through the code, stripping out everything except for the core functionality, optimised the code and gzipped it to bring it down to a modest 25kb in size. They have also changed the licensing to use the MIT License (which drew some ire from some developers but was generally accepted by the majority).</p>
<p>Some of the features of EXT Core 3.0 are:</p>
<ul class="features">
<li>DOM manipulation and traversal</li>
<li>CSS management</li>
<li>Event handling</li>
<li>Dimensions and Sizing</li>
<li>AJAX and JSON Support</li>
<li>Animations</li>
<li>Classical Inheritance Class System</li>
<li>Observable Class</li>
<li>Markup generation and Templating</li>
<li>Timed code execution</li>
<li>URL encoding and decoding</li>
</ul>
<p>EXT Core 3.0 Beta core functionality contains:</p>
<ul>
<li>Carousel</li>
<li>Lightbox</li>
<li>Menus</li>
<li>JSONP</li>
<li>Simple Tabs</li>
</ul>
<p>For those of you that need more extensive features, then EXT 3.0 is more your ticket. However, for anyone else who needs to put together a lightweight interface that has the Web 2.0 look and feel, then EXT 3.0 Core is definitely worth looking at.</p>
<p>For more information: <a href="http://extjs.com/blog/2009/04/04/ext-core-30-beta-released/" target="_blank">EXT Core 3.0 Beta</a></p>
<img src="http://www.weblenium.com/?ak_action=api_record_view&id=156&type=feed" alt="" /><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.weblenium.com%2F2009%2F04%2Fext-core-30-beta-a-cross-browser-consistent-api-library%2F&amp;linkname=EXT%20Core%203.0%20Beta%20%26%238211%3B%20a%20cross-browser%20Javascript%20API%20Library"><img src="http://www.weblenium.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.weblenium.com/2009/04/ext-core-30-beta-a-cross-browser-consistent-api-library/feed/</wfw:commentRss>
		<slash:comments>249</slash:comments>
		</item>
	</channel>
</rss>
