<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>GenusProject.com</title>
	
	<link>http://genusproject.com</link>
	<description>Blogsite that talks about web Programming experiences,techniques and ideas for ASP,PHP,ASP.NET and Javascript.</description>
	<pubDate>Wed, 02 Jul 2008 03:21:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/genusprojectcom" type="application/rss+xml" /><item>
		<title>Capturing Http Status Code/Response for AJAX Error Handling</title>
		<link>http://feeds.feedburner.com/~r/genusprojectcom/~3/324550203/capturing-http-status-coderesponse-for-ajax-error-handling.html</link>
		<comments>http://genusproject.com/general-javascript-programming/capturing-http-status-coderesponse-for-ajax-error-handling.html#comments</comments>
		<pubDate>Wed, 02 Jul 2008 02:37:50 +0000</pubDate>
		<dc:creator>Roy L. `dshiznitz Besiera</dc:creator>
		
		<category><![CDATA[General Javascript Programming]]></category>

		<category><![CDATA[How to Section]]></category>

		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[Http Status]]></category>

		<category><![CDATA[Http status codes]]></category>

		<category><![CDATA[Microsoft.XMLHTTP]]></category>

		<category><![CDATA[XMLHttpRequest]]></category>

		<guid isPermaLink="false">http://genusproject.com/?p=43</guid>
		<description><![CDATA[One dilemma I encounter when making AJAX based modules is when a fragment of JavaScript code makes a request and it seems like it is taking forever (the gif images progress bar is still there doing its job) and not displaying a response at all. Second dilemma is the response is written on the container [...]]]></description>
		<wfw:commentRss>http://genusproject.com/general-javascript-programming/capturing-http-status-coderesponse-for-ajax-error-handling.html/feed</wfw:commentRss>
		<feedburner:origLink>http://genusproject.com/general-javascript-programming/capturing-http-status-coderesponse-for-ajax-error-handling.html</feedburner:origLink></item>
		<item>
		<title>Optimizing webpage load time by using CSS Sprites and Suturing</title>
		<link>http://feeds.feedburner.com/~r/genusprojectcom/~3/287824924/optimizing-webpage-load-time-by-using-css-sprites-and-suturing.html</link>
		<comments>http://genusproject.com/web-standards-and-principles/optimizing-webpage-load-time-by-using-css-sprites-and-suturing.html#comments</comments>
		<pubDate>Sun, 11 May 2008 01:43:50 +0000</pubDate>
		<dc:creator>Roy L. `dshiznitz Besiera</dc:creator>
		
		<category><![CDATA[Web Standards and Principles]]></category>

		<category><![CDATA[css sprites]]></category>

		<category><![CDATA[css suturing]]></category>

		<category><![CDATA[javascript suturing]]></category>

		<category><![CDATA[optimization]]></category>

		<category><![CDATA[suturing]]></category>

		<guid isPermaLink="false">http://genusproject.com/?p=42</guid>
		<description><![CDATA[Last night my boss (at night) was giving me some orientation materials and gave me task to do some research about optimizing load time of a web page. I am obsess with optimizing load time of web pages. In fact i optimized this website that it&#8217;s load time is already 0.16 seconds. I Remove some [...]]]></description>
		<wfw:commentRss>http://genusproject.com/web-standards-and-principles/optimizing-webpage-load-time-by-using-css-sprites-and-suturing.html/feed</wfw:commentRss>
		<feedburner:origLink>http://genusproject.com/web-standards-and-principles/optimizing-webpage-load-time-by-using-css-sprites-and-suturing.html</feedburner:origLink></item>
		<item>
		<title>Utilizing Google API: Using AJAX Feed API</title>
		<link>http://feeds.feedburner.com/~r/genusprojectcom/~3/287824925/utilizing-google-api-using-ajax-feed-api.html</link>
		<comments>http://genusproject.com/general-javascript-programming/utilizing-google-api-using-ajax-feed-api.html#comments</comments>
		<pubDate>Sun, 04 May 2008 14:51:38 +0000</pubDate>
		<dc:creator>Roy L. `dshiznitz Besiera</dc:creator>
		
		<category><![CDATA[General Javascript Programming]]></category>

		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[ajax feed api]]></category>

		<category><![CDATA[ATOM]]></category>

		<category><![CDATA[displaying feeds]]></category>

		<category><![CDATA[feed api]]></category>

		<category><![CDATA[google api]]></category>

		<category><![CDATA[rest]]></category>

		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://genusproject.com/?p=40</guid>
		<description><![CDATA[I&#8217;m a fan of google. In fact i thought i couldn&#8217;t live without google. Google has been my best buddy specially when i am programming and i thought id make a saying out of it. And so, &#8220;With Google, nothing is impossible&#8221; (when programming that is)
I am enjoying a lot of client side programming lately [...]]]></description>
		<wfw:commentRss>http://genusproject.com/general-javascript-programming/utilizing-google-api-using-ajax-feed-api.html/feed</wfw:commentRss>
		<feedburner:origLink>http://genusproject.com/general-javascript-programming/utilizing-google-api-using-ajax-feed-api.html</feedburner:origLink></item>
		<item>
		<title>Making Cross Domain AJAX Calls using Server Side Mediator</title>
		<link>http://feeds.feedburner.com/~r/genusprojectcom/~3/287824926/35.html</link>
		<comments>http://genusproject.com/c-aspnet-programming/35.html#comments</comments>
		<pubDate>Sat, 26 Apr 2008 02:41:44 +0000</pubDate>
		<dc:creator>Roy L. `dshiznitz Besiera</dc:creator>
		
		<category><![CDATA[C#/ASP.NET Programming]]></category>

		<category><![CDATA[General Javascript Programming]]></category>

		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[ajax mediator]]></category>

		<category><![CDATA[cross-domain]]></category>

		<category><![CDATA[CURL]]></category>

		<category><![CDATA[HttpWebRequest]]></category>

		<category><![CDATA[intermediary ajax]]></category>

		<category><![CDATA[System.NET]]></category>

		<category><![CDATA[XMLHttpRequest]]></category>

		<guid isPermaLink="false">http://genusproject.com/?p=35</guid>
		<description><![CDATA[XMLHttpRequest is the heart of all rich and interactive AJAX based application. However some restriction apply when making request to the server. Cross-domain ajax calls to another domain is not possible due to security issues. But i came up with an idea to utilize server side request to defeat the imposed restrictions on cross domain [...]]]></description>
		<wfw:commentRss>http://genusproject.com/c-aspnet-programming/35.html/feed</wfw:commentRss>
		<feedburner:origLink>http://genusproject.com/c-aspnet-programming/35.html</feedburner:origLink></item>
		<item>
		<title>Unobtrusive Javascript Scripting</title>
		<link>http://feeds.feedburner.com/~r/genusprojectcom/~3/287824927/unobstrusive-javascript-scripting.html</link>
		<comments>http://genusproject.com/general-javascript-programming/unobstrusive-javascript-scripting.html#comments</comments>
		<pubDate>Sat, 19 Apr 2008 07:57:45 +0000</pubDate>
		<dc:creator>Roy L. `dshiznitz Besiera</dc:creator>
		
		<category><![CDATA[General Javascript Programming]]></category>

		<category><![CDATA[DOM Scripting]]></category>

		<category><![CDATA[event handlers]]></category>

		<category><![CDATA[unobtrusive javascript]]></category>

		<guid isPermaLink="false">http://genusproject.com/?p=30</guid>
		<description><![CDATA[I was reading through some book about javascript best practices and i was lucky enough to hit the jackpot. It&#8217;s called &#8220;Unobtrusive Javascript Scripting&#8220;. As always, i appreciate it when i learn new stuff though i am a bit late. But as they say &#8220;better late than never&#8221; (that saying doesn&#8217;t apply to me when [...]]]></description>
		<wfw:commentRss>http://genusproject.com/general-javascript-programming/unobstrusive-javascript-scripting.html/feed</wfw:commentRss>
		<feedburner:origLink>http://genusproject.com/general-javascript-programming/unobstrusive-javascript-scripting.html</feedburner:origLink></item>
		<item>
		<title>jQuery and Me</title>
		<link>http://feeds.feedburner.com/~r/genusprojectcom/~3/287824928/jquery-and-me.html</link>
		<comments>http://genusproject.com/general-javascript-programming/jquery-and-me.html#comments</comments>
		<pubDate>Sat, 12 Apr 2008 13:06:26 +0000</pubDate>
		<dc:creator>Roy L. `dshiznitz Besiera</dc:creator>
		
		<category><![CDATA[General Javascript Programming]]></category>

		<category><![CDATA[CSS Selectors]]></category>

		<category><![CDATA[Javascript Frameworks]]></category>

		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://genusproject.com/?p=27</guid>
		<description><![CDATA[The long search is over. I finally found what i am looking for and this one is for keeps. Im obviously talking about jQuery Javascript Library or others may call it Javascript framework. Im sure im just one of the many javascript programmers out there that share the same feeling or at least. Ive tried [...]]]></description>
		<wfw:commentRss>http://genusproject.com/general-javascript-programming/jquery-and-me.html/feed</wfw:commentRss>
		<feedburner:origLink>http://genusproject.com/general-javascript-programming/jquery-and-me.html</feedburner:origLink></item>
		<item>
		<title>XML, Xpath and DOM</title>
		<link>http://feeds.feedburner.com/~r/genusprojectcom/~3/287824929/xml-xpath-and-dom.html</link>
		<comments>http://genusproject.com/php-programming/xml-xpath-and-dom.html#comments</comments>
		<pubDate>Wed, 09 Apr 2008 23:01:55 +0000</pubDate>
		<dc:creator>Roy L. `dshiznitz Besiera</dc:creator>
		
		<category><![CDATA[C#/ASP.NET Programming]]></category>

		<category><![CDATA[PHP Programming]]></category>

		<category><![CDATA[ATOM]]></category>

		<category><![CDATA[CURL]]></category>

		<category><![CDATA[DOM Scripting]]></category>

		<category><![CDATA[HttpWebRequest]]></category>

		<category><![CDATA[RSS]]></category>

		<category><![CDATA[simplexml_load_file]]></category>

		<category><![CDATA[XML]]></category>

		<category><![CDATA[Xpath]]></category>

		<guid isPermaLink="false">http://genusproject.com/?p=25</guid>
		<description><![CDATA[Once i was asked by my boss to automatically detect feeds on a given website URL. Of course you couldn&#8217;t say &#8220;no&#8221; to your boss and said &#8220;right away boss :p&#8221;. I always understand that when your boss asked you to do something he does not need to know if the task is hard for [...]]]></description>
		<wfw:commentRss>http://genusproject.com/php-programming/xml-xpath-and-dom.html/feed</wfw:commentRss>
		<feedburner:origLink>http://genusproject.com/php-programming/xml-xpath-and-dom.html</feedburner:origLink></item>
		<item>
		<title>So you have decided to use JSON over XML?</title>
		<link>http://feeds.feedburner.com/~r/genusprojectcom/~3/287824930/so-you-have-decided-to-use-json-over-xml.html</link>
		<comments>http://genusproject.com/general-javascript-programming/so-you-have-decided-to-use-json-over-xml.html#comments</comments>
		<pubDate>Thu, 03 Apr 2008 00:31:45 +0000</pubDate>
		<dc:creator>Roy L. `dshiznitz Besiera</dc:creator>
		
		<category><![CDATA[General Javascript Programming]]></category>

		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[Javascript]]></category>

		<category><![CDATA[JSON]]></category>

		<category><![CDATA[XML]]></category>

		<category><![CDATA[XMLHttpRequest]]></category>

		<guid isPermaLink="false">http://genusproject.com/?p=16</guid>
		<description><![CDATA[A few years ago i was very excited about this new technique to get content from another page without refreshing the browser. It is called AJAX. With AJAX (Asynchronous Javascript and XML), you can present data to your audience without interfering the behavior of the current page. It was the feeling that i discovered something [...]]]></description>
		<wfw:commentRss>http://genusproject.com/general-javascript-programming/so-you-have-decided-to-use-json-over-xml.html/feed</wfw:commentRss>
		<feedburner:origLink>http://genusproject.com/general-javascript-programming/so-you-have-decided-to-use-json-over-xml.html</feedburner:origLink></item>
		<item>
		<title>Semantics: The original way of doing presentations</title>
		<link>http://feeds.feedburner.com/~r/genusprojectcom/~3/287824931/semantics-the-original-way-of-doing-presentations-2.html</link>
		<comments>http://genusproject.com/web-standards-and-principles/semantics-the-original-way-of-doing-presentations-2.html#comments</comments>
		<pubDate>Tue, 01 Apr 2008 11:41:28 +0000</pubDate>
		<dc:creator>Roy L. `dshiznitz Besiera</dc:creator>
		
		<category><![CDATA[Web Standards and Principles]]></category>

		<category><![CDATA[Semantic Programming]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://genusproject.com/?p=9</guid>
		<description><![CDATA[Have you heard of semantic coding? If you have been reading a lot about web standards and accessibility, you might have read about it. Okay from here the gurus can stop reading about this but for some who do not even know the relevance of semantics on their documents I suggest you take a little [...]]]></description>
		<wfw:commentRss>http://genusproject.com/web-standards-and-principles/semantics-the-original-way-of-doing-presentations-2.html/feed</wfw:commentRss>
		<feedburner:origLink>http://genusproject.com/web-standards-and-principles/semantics-the-original-way-of-doing-presentations-2.html</feedburner:origLink></item>
		<item>
		<title>String Functions/Manipulations</title>
		<link>http://feeds.feedburner.com/~r/genusprojectcom/~3/287824932/string-functionsmanipulations.html</link>
		<comments>http://genusproject.com/asp-programming/string-functionsmanipulations.html#comments</comments>
		<pubDate>Tue, 01 Apr 2008 11:01:50 +0000</pubDate>
		<dc:creator>Roy L. `dshiznitz Besiera</dc:creator>
		
		<category><![CDATA[ASP Programming]]></category>

		<category><![CDATA[String Functions]]></category>

		<category><![CDATA[VBscript]]></category>

		<guid isPermaLink="false">http://genusproject.com/?p=5</guid>
		<description><![CDATA[1. Determine the lenght of a string

&#60;%
   Dim strMyString
   strMyString="hello world"
   response.write len(strMyString)
%&#62;

Output: 11 including spaces.
2. Extracting substring from a String

&#60;%
  Dim strMyString
  strMyString="hello world"
  response.write left(strMyString,5)
%&#62;

Output: hello

The left function takes two arguments. The string first and an integer that determines how many character spaces the [...]]]></description>
		<wfw:commentRss>http://genusproject.com/asp-programming/string-functionsmanipulations.html/feed</wfw:commentRss>
		<feedburner:origLink>http://genusproject.com/asp-programming/string-functionsmanipulations.html</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 0.579 seconds --><!-- Cached page served by WP-Cache -->
