<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" 
     xmlns:dtvmedia="http://participatoryculture.org/RSSModules/dtv/1.0" 
     xmlns:media="http://search.yahoo.com/mrss"	
     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/" 
     version="2.0">

<channel>
	<title>WebGuru Web Programming</title>
	<link>http://webguru.mathgurusonline.com</link>
	<description></description>
	<pubDate>Sun, 26 Nov 2006 18:24:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>
	<language>en-us</language>

			<copyright> 2003-2006</copyright>
	<managingEditor> ()</managingEditor>
	<webMaster></webMaster>
	<category></category>
	<ttl></ttl>
	<itunes:keywords></itunes:keywords>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary></itunes:summary>
	<itunes:author></itunes:author>    
	<itunes:owner>
		<itunes:name></itunes:name>
		<itunes:email></itunes:email>
	</itunes:owner>
	<itunes:explicit></itunes:explicit>
	<itunes:image href="" />	
	<image>
		<url></url>
		<title>WebGuru Web Programming</title>
		<link>http://webguru.mathgurusonline.com</link>
		<width>144</width>
		<height>144</height>
	</image>
    
	 
	<item>
		<title>A Knowledge Treasure On AJAX</title>
		<link>http://webguru.mathgurusonline.com/2006/11/26/a-knowledge-treasure-on-ajax/</link>
		<comments>http://webguru.mathgurusonline.com/2006/11/26/a-knowledge-treasure-on-ajax/#comments</comments>
		<pubDate>Sun, 26 Nov 2006 18:00:26 +0000</pubDate>
		<dc:creator>Priya Venkatesh</dc:creator>
		    
		
	<category>Programming</category>
	<category>Ajax tips</category>
		<guid>http://webguru.mathgurusonline.com/2006/11/26/a-knowledge-treasure-on-ajax/</guid>
					<description><![CDATA[	When I happened to browse the Internet on AJAX, I came across a knowledge treasure on Ajax technology. Brett McLaughlin, O&#8217; Reilly Media Inc, has come up with a series of articles on &#8220;Mastering Ajax&#8221;.

	
	Part 1 of the series gives unambiguous explanation on the rudiments of AJAX technology.
	Part 2 of this series introduces you to [...]]]></description>
				<wfw:commentRSS>http://webguru.mathgurusonline.com/2006/11/26/a-knowledge-treasure-on-ajax/feed/</wfw:commentRSS>
			
			</item>
		<item>
		<title>Preamble To New Computer Programming Tutorial Series</title>
		<link>http://webguru.mathgurusonline.com/2006/08/04/preamble-to-new-computer-programming-tutorial-series/</link>
		<comments>http://webguru.mathgurusonline.com/2006/08/04/preamble-to-new-computer-programming-tutorial-series/#comments</comments>
		<pubDate>Sat, 05 Aug 2006 04:44:41 +0000</pubDate>
		<dc:creator>Raj Dash</dc:creator>
		    
		
	<category>General</category>
	<category>Programming</category>
	<category>Data manipulation</category>
		<guid>http://webguru.mathgurusonline.com/2006/08/04/preamble-to-new-computer-programming-tutorial-series/</guid>
					<description><![CDATA[	Since so many of the search engine queries that lead readers to this site have to do with manipulating the columns in a text data file, it&#8217;s probably worthwhile discussing column manipulation. Given that there&#8217;s actually quite a few scenarios, I&#8217;ll have to spread the discussion out over several postings (and unfortunately, several months).
	
	Back in [...]]]></description>
				<wfw:commentRSS>http://webguru.mathgurusonline.com/2006/08/04/preamble-to-new-computer-programming-tutorial-series/feed/</wfw:commentRSS>
			
			</item>
		<item>
		<title>What Is Ajax?</title>
		<link>http://webguru.mathgurusonline.com/2006/05/04/what-is-ajax/</link>
		<comments>http://webguru.mathgurusonline.com/2006/05/04/what-is-ajax/#comments</comments>
		<pubDate>Thu, 04 May 2006 18:09:07 +0000</pubDate>
		<dc:creator>Raj Dash</dc:creator>
		    
		
	<category>XML tips</category>
	<category>Software</category>
	<category>Ajax tips</category>
	<category>Interfaces</category>
	<category>Internet Applications</category>
	<category>TIBCO</category>
	<category>ARIA</category>
	<category>RIA</category>
		<guid>http://webguru.mathgurusonline.com/2006/05/04/what-is-ajax/</guid>
					<description><![CDATA[	The question in the title of this post might surprise you if you&#8217;re already familiar with AJAX. For many non-technical people, especially end-users, AJAX means a web-based application with a rich interface that looks and feels like a desktop app, and doesn&#8217;t make you wait for a browser redraw. But according to Kevin Hakman of [...]]]></description>
				<wfw:commentRSS>http://webguru.mathgurusonline.com/2006/05/04/what-is-ajax/feed/</wfw:commentRSS>
			
			</item>
		<item>
		<title>Converting Perl To PHP</title>
		<link>http://webguru.mathgurusonline.com/2006/03/27/converting-perl-to-php/</link>
		<comments>http://webguru.mathgurusonline.com/2006/03/27/converting-perl-to-php/#comments</comments>
		<pubDate>Mon, 27 Mar 2006 06:33:22 +0000</pubDate>
		<dc:creator>Raj Dash</dc:creator>
		    
		
	<category>Perl tips</category>
	<category>PHP tips</category>
	<category>Programming</category>
	<category>mySQL tips</category>
		<guid>http://webguru.mathgurusonline.com/2006/03/27/converting-perl-to-php/</guid>
					<description><![CDATA[	Dr. Robert Kline, of West Chester University, has created a very handy two-column, single-page comparison of Perl and PHP, ideal for those of you that need to convert some code. Not only does he give you simple coding examples for both languages, he also shows how to use mySQL in both languages.
	
	Nice work, Dr. Kline. [...]]]></description>
				<wfw:commentRSS>http://webguru.mathgurusonline.com/2006/03/27/converting-perl-to-php/feed/</wfw:commentRSS>
			
			</item>
		<item>
		<title>Do I Look Fat In This - The New Internet Fat Client Applications</title>
		<link>http://webguru.mathgurusonline.com/2006/03/20/do-i-look-fat-in-this-the-new-internet-fat-client-applications/</link>
		<comments>http://webguru.mathgurusonline.com/2006/03/20/do-i-look-fat-in-this-the-new-internet-fat-client-applications/#comments</comments>
		<pubDate>Tue, 21 Mar 2006 03:47:58 +0000</pubDate>
		<dc:creator>Raj Dash</dc:creator>
		    
		
	<category>XML tips</category>
	<category>Ajax tips</category>
	<category>IDE</category>
	<category>Interfaces</category>
	<category>Internet Applications</category>
	<category>Backbase</category>
	<category>TIBCO</category>
	<category>ARIA</category>
	<category>RIA</category>
		<guid>http://webguru.mathgurusonline.com/2006/03/20/do-i-look-fat-in-this-the-new-internet-fat-client-applications/</guid>
					<description><![CDATA[	In a previous post, I mentioned Backbase&#8217;s easy to use Ajax IDE for building RIAs (Rich Internet Applications), aka fat clients. They&#8217;re not the only game town. TIBCO and Morfik also have Ajax IDEs. No doubt there are others that I haven&#8217;t come across yet.
	
	I&#8217;d originally signed up as a Morfik developer, however because of [...]]]></description>
				<wfw:commentRSS>http://webguru.mathgurusonline.com/2006/03/20/do-i-look-fat-in-this-the-new-internet-fat-client-applications/feed/</wfw:commentRSS>
			
			</item>
		<item>
		<title>Backbase Ajax RSS Reader - Damn I&#8217;m Sexy</title>
		<link>http://webguru.mathgurusonline.com/2006/03/18/backbase-ajax-rss-reader-damn-im-sexy/</link>
		<comments>http://webguru.mathgurusonline.com/2006/03/18/backbase-ajax-rss-reader-damn-im-sexy/#comments</comments>
		<pubDate>Sat, 18 Mar 2006 21:08:56 +0000</pubDate>
		<dc:creator>Raj Dash</dc:creator>
		    
		
	<category>XML tips</category>
	<category>Ajax tips</category>
	<category>RSS</category>
	<category>IDE</category>
	<category>Interfaces</category>
	<category>Internet Applications</category>
		<guid>http://webguru.mathgurusonline.com/2006/03/18/backbase-ajax-rss-reader-damn-im-sexy/</guid>
					<description><![CDATA[	If fake secret agent Austin Powers were to use an RSS reader to keep up on his spy assignments and the whereabouts of bad guys, he might just use Backbase&#8217;s Ajax-based RSS reader - quite possibly the sexiest RSS reader out there. Certainly the sexiest I&#8217;ve seen, Now, if the headlines weren&#8217;t doubled up, it [...]]]></description>
				<wfw:commentRSS>http://webguru.mathgurusonline.com/2006/03/18/backbase-ajax-rss-reader-damn-im-sexy/feed/</wfw:commentRSS>
			
			</item>
		<item>
		<title>Another Web Analytics Package</title>
		<link>http://webguru.mathgurusonline.com/2006/03/10/another-web-analytics-package/</link>
		<comments>http://webguru.mathgurusonline.com/2006/03/10/another-web-analytics-package/#comments</comments>
		<pubDate>Fri, 10 Mar 2006 08:53:04 +0000</pubDate>
		<dc:creator>Raj Dash</dc:creator>
		    
		
	<category>General</category>
	<category>Programming</category>
	<category>Web metrics+analytics</category>
		<guid>http://webguru.mathgurusonline.com/2006/03/10/another-web-analytics-package/</guid>
					<description><![CDATA[	As I&#8217;ve said at CodeProfessor, a promising new web metrics + analytics package is being released by the guys at Performancing. As the package has an API, to be released shortly, I have plans to write some blog plugins, with a collaborator, for hardcore blog traffic analysis.
	
	The statistical techniques I plan to use are rather [...]]]></description>
				<wfw:commentRSS>http://webguru.mathgurusonline.com/2006/03/10/another-web-analytics-package/feed/</wfw:commentRSS>
			
			</item>
		<item>
		<title>Status Report For Perl Tutorials</title>
		<link>http://webguru.mathgurusonline.com/2006/03/10/status-report-for-perl-tutorials/</link>
		<comments>http://webguru.mathgurusonline.com/2006/03/10/status-report-for-perl-tutorials/#comments</comments>
		<pubDate>Fri, 10 Mar 2006 07:39:05 +0000</pubDate>
		<dc:creator>Raj Dash</dc:creator>
		    
		
	<category>General</category>
	<category>Perl tips</category>
		<guid>http://webguru.mathgurusonline.com/2006/03/10/status-report-for-perl-tutorials/</guid>
					<description><![CDATA[	If you&#8217;ve read any of my first five Perl tutorials, you&#8217;ll know that Randal Schwartz graced the comments. For anyone familiar with Perl, you know that Randal is considered a god amongst Perl programmers, having worked with the language from its inception, and having written tons of books and articles about Perl, either in whole [...]]]></description>
				<wfw:commentRSS>http://webguru.mathgurusonline.com/2006/03/10/status-report-for-perl-tutorials/feed/</wfw:commentRSS>
			
			</item>
		<item>
		<title>Remove Blank Lines of Input - Pt 3 of Extracting Lines of Data - Perl Tutorials #005</title>
		<link>http://webguru.mathgurusonline.com/2006/03/03/remove-blank-lines-of-input-pt-3-of-extracting-lines-of-data-perl-tutorials-005/</link>
		<comments>http://webguru.mathgurusonline.com/2006/03/03/remove-blank-lines-of-input-pt-3-of-extracting-lines-of-data-perl-tutorials-005/#comments</comments>
		<pubDate>Fri, 03 Mar 2006 05:50:58 +0000</pubDate>
		<dc:creator>Raj Dash</dc:creator>
		    
		
	<category>Perl tips</category>
	<category>Programming</category>
	<category>Regular expressions</category>
	<category>Regexes</category>
		<guid>http://webguru.mathgurusonline.com/2006/03/03/remove-blank-lines-of-input-pt-3-of-extracting-lines-of-data-perl-tutorials-005/</guid>
					<description><![CDATA[	This tutorial is based on the last one. We read in a file and print out each line of data with a line number. However, this time, if a line is blank or contains only white space, we remove it. To show that the script works, the line numbering in the output will match that [...]]]></description>
				<wfw:commentRSS>http://webguru.mathgurusonline.com/2006/03/03/remove-blank-lines-of-input-pt-3-of-extracting-lines-of-data-perl-tutorials-005/feed/</wfw:commentRSS>
			
			</item>
		<item>
		<title>Read A Named Data File - Pt 2 of Extracting Lines of Data - Perl Tutorials #004</title>
		<link>http://webguru.mathgurusonline.com/2006/02/28/read-a-named-data-file-pt-2-of-extracting-lines-of-data-perl-tutorials-004/</link>
		<comments>http://webguru.mathgurusonline.com/2006/02/28/read-a-named-data-file-pt-2-of-extracting-lines-of-data-perl-tutorials-004/#comments</comments>
		<pubDate>Tue, 28 Feb 2006 19:26:23 +0000</pubDate>
		<dc:creator>Raj Dash</dc:creator>
		    
		
	<category>Perl tips</category>
	<category>Programming</category>
		<guid>http://webguru.mathgurusonline.com/2006/02/28/read-a-named-data-file-pt-2-of-extracting-lines-of-data-perl-tutorials-004/</guid>
					<description><![CDATA[	This tutorial is a variation of the last one. As before, we read in lines of a data file and print them out with line numbers. The difference is that in this version, we specify the filename in the commandline parameters instead of redirecting standard input. (Feel free to compare the output of this script [...]]]></description>
				<wfw:commentRSS>http://webguru.mathgurusonline.com/2006/02/28/read-a-named-data-file-pt-2-of-extracting-lines-of-data-perl-tutorials-004/feed/</wfw:commentRSS>
			
			</item>
	</channel>
</rss>
