<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.oreilly.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
    <title>O'Reilly News: Javascript</title>
    <link rel="alternate" type="text/html" href="http://oreilly.com/javascript/" />
    <id>tag:news.oreilly.com,2008-09-16://44</id>
    <updated />
    <subtitle>JavaScript news and articles from O'Reilly Media</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 4.21-en</generator>




<link rel="self" href="http://feeds.oreilly.com/oreilly/javascript" type="application/atom+xml" /><entry>
<title>iPhone Web Audio Playlist Hack</title>
    <link rel="alternate" type="text/html" href="http://feeds.oreilly.com/~r/oreilly/javascript/~3/gkGAswM6cAg/iphone-web-audio-playlistshtml.html" />
    <id>tag:broadcast.oreilly.com,2009://53.35430</id>

    <published>2009-04-23T20:31:11Z</published>
    <updated>2009-04-24T18:52:17Z</updated>

    <summary>Mobile Safari, the iPhone's web browser, has surprisingly weak audio support. But here's a hack I discovered to embed audio playlists.</summary>
    <author>
        <name>David Battino</name>
        <uri>http://digitalmedia.oreilly.com/pub/au/2032</uri>
    </author>
    
    <category term="audio" label="audio" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="iphone" label="iphone" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="javascript" label="javascript" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="webprogramming" label="web programming" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://broadcast.oreilly.com/">
        Mobile Safari, the iPhone's web browser, has surprisingly weak audio support. But here's a hack I discovered to embed audio playlists.
     &lt;img src="http://feeds.feedburner.com/~r/oreilly/javascript/~4/gkGAswM6cAg" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://broadcast.oreilly.com/2009/04/iphone-web-audio-playlistshtml.html</feedburner:origLink></entry>






<entry>
<title>jQuery/Server Side Tip on Detecting Ajax Calls</title>
    <link rel="alternate" type="text/html" href="http://feeds.oreilly.com/~r/oreilly/javascript/~3/nMpLLShBXKk/jqueryserver-side-tip-on-detec.html" />
    <id>tag:www.insideria.com,2009://34.35834</id>

    <published>2009-04-09T21:17:20Z</published>
    <updated>2009-04-09T22:55:34Z</updated>

    <summary>Can we detect when a request is made to our server via an Ajax-based call as opposed to a 'normal' request? In this entry I talk about how you can accomplish such a task with jQuery and ColdFusion.</summary>
    <author>
        <name>Raymond Camden</name>
        <uri>http://www.coldfusionjedi.com</uri>
    </author>
    
        <category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="ajax" label="ajax" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="coldfusion" label="coldfusion" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="development" label="development" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="javascript" label="javascript" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="jquery" label="jquery" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
        Can we detect when a request is made to our server via an Ajax-based call as opposed to a 'normal' request? In this entry I talk about how you can accomplish such a task with jQuery and ColdFusion.
     &lt;img src="http://feeds.feedburner.com/~r/oreilly/javascript/~4/nMpLLShBXKk" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://www.insideria.com/2009/04/jqueryserver-side-tip-on-detec.html</feedburner:origLink></entry>




<entry>
<title>Are we losing the Declarative Web?</title>
    <link rel="alternate" type="text/html" href="http://feeds.oreilly.com/~r/oreilly/javascript/~3/S5drL1G1E30/are-we-losing-the-declarative.html" />
    <id>tag:broadcast.oreilly.com,2009://53.35734</id>

    <published>2009-03-31T12:11:11Z</published>
    <updated>2009-03-31T15:06:08Z</updated>

    <summary>I saw something the other day that I was both intrigued and bothered by in equal measure. 'Mozilla and the Khronos Group Announce Initiative to Bring Accelerated 3D to the Web'. Apparently, the working group will look at exposing OpenGL capabilities within ECMAScript. The intriguing part is that, as a fan of 3D Computer Graphics and Animation this has got to be a good sign, especially if it is exposed in this way; but the bothersome bit is how people will end up using it because it has been exposed in this way. The crux of the problem for me is the question, JavaScript - what's it good for? Absolutely...</summary>
    <author>
        <name>Philip Fennell</name>
        
    </author>
    
    <category term="javascript" label="javascript" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="opengl" label="opengl" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="web" label="web" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="xml" label="xml" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://broadcast.oreilly.com/">
        I saw something the other day that I was both intrigued and bothered by in equal measure. 'Mozilla and the Khronos Group Announce Initiative to Bring Accelerated 3D to the Web'. Apparently, the working group will look at exposing OpenGL capabilities within ECMAScript. The intriguing part is that, as a fan of 3D Computer Graphics and Animation this has got to be a good sign, especially if it is exposed in this way; but the bothersome bit is how people will end up using it because it has been exposed in this way. The crux of the problem for me is the question, JavaScript - what's it good for? Absolutely...
     &lt;img src="http://feeds.feedburner.com/~r/oreilly/javascript/~4/S5drL1G1E30" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://broadcast.oreilly.com/2009/03/are-we-losing-the-declarative.html</feedburner:origLink></entry>





<entry>
<title>Mimicking Twitterfall's Short URL Replacement</title>
    <link rel="alternate" type="text/html" href="http://feeds.oreilly.com/~r/oreilly/javascript/~3/HWR5mSXEWs0/mimicing-twitterfalls-short-ur.html" />
    <id>tag:www.insideria.com,2009://34.35633</id>

    <published>2009-03-18T01:48:22Z</published>
    <updated>2009-03-24T17:05:09Z</updated>

    <summary>Since I discovered Twitterfall.com, I've become addicted to the site's constant stream of Twitter updates. The site works on a basic premise. Enter few search terms, and a 'waterfall' of matching tweets will slowly scroll down the screen. It is...</summary>
    <author>
        <name>Raymond Camden</name>
        <uri>http://www.coldfusionjedi.com</uri>
    </author>
    
        <category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="api" label="api" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="coldfusion" label="coldfusion" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="javascript" label="javascript" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="jquery" label="jquery" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="twitter" label="twitter" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
        Since I discovered Twitterfall.com, I've become addicted to the site's constant stream of Twitter updates. The site works on a basic premise. Enter few search terms, and a 'waterfall' of matching tweets will slowly scroll down the screen. It is...
     &lt;img src="http://feeds.feedburner.com/~r/oreilly/javascript/~4/HWR5mSXEWs0" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://www.insideria.com/2009/03/mimicing-twitterfalls-short-ur.html</feedburner:origLink></entry>












</feed>
