<?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>Blogsite that talks about web Programming experiences,techniques and ideas for ASP,PHP,ASP.NET and Javascript and a little bit of JAVA.</title>
	<atom:link href="http://genusproject.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://genusproject.com</link>
	<description>Blogsite that talks about web Programming experiences,techniques and ideas for ASP,PHP,ASP.NET and Javascript and a little bit of JAVA.</description>
	<lastBuildDate>Mon, 30 Aug 2010 12:43:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Posting Binary Data using CURL</title>
		<link>http://genusproject.com/php-programming/posting-binary-data-using-curl/</link>
		<comments>http://genusproject.com/php-programming/posting-binary-data-using-curl/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 12:34:00 +0000</pubDate>
		<dc:creator>Roy Besiera</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[CURL]]></category>
		<category><![CDATA[post binary]]></category>
		<category><![CDATA[post picture PHP]]></category>

		<guid isPermaLink="false">http://genusproject.com/?p=205</guid>
		<description><![CDATA[I have been banging my head for the past few days trying to get the API working for a feature on a website I am working on. It’s a document management application with lots of stuff in it. I am working on a way for users to send their documents directly to the fax machines [...]]]></description>
		<wfw:commentRss>http://genusproject.com/php-programming/posting-binary-data-using-curl/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Calling Javascript function from Java and Vice Versa</title>
		<link>http://genusproject.com/java-programming/calling-javascript-function-from-java-and-vice-versa/</link>
		<comments>http://genusproject.com/java-programming/calling-javascript-function-from-java-and-vice-versa/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 11:24:22 +0000</pubDate>
		<dc:creator>Roy Besiera</dc:creator>
				<category><![CDATA[Java Programming]]></category>
		<category><![CDATA[Java Liveconnect]]></category>
		<category><![CDATA[java to javascript]]></category>
		<category><![CDATA[java.security.AccessControlException]]></category>
		<category><![CDATA[javascript to java]]></category>
		<category><![CDATA[JSOBject]]></category>

		<guid isPermaLink="false">http://genusproject.com/?p=174</guid>
		<description><![CDATA[I really thought this one does not exist. But apparently this one has been around for ages. With the latest JDK (Java Development Kit) and the ideas that&#8217;s all playing in my mind, it leads me to the discovery of what is called &#8216;LiveConnect&#8217;. To put this into action, i have made a small applet [...]]]></description>
		<wfw:commentRss>http://genusproject.com/java-programming/calling-javascript-function-from-java-and-vice-versa/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ClassNotFoundException, wait what??</title>
		<link>http://genusproject.com/java-programming/classnotfoundexception-wait-what/</link>
		<comments>http://genusproject.com/java-programming/classnotfoundexception-wait-what/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 14:40:47 +0000</pubDate>
		<dc:creator>Roy Besiera</dc:creator>
				<category><![CDATA[Java Programming]]></category>

		<guid isPermaLink="false">http://genusproject.com/?p=153</guid>
		<description><![CDATA[A month ago, i started my undertaking in the world of Java Programming. When i was still in the early development, i have never encountered this exception ClassNotFoundException. It was because i have never used packages to organize my classes. Turns out, you have to call the main class in its full qualified path like [...]]]></description>
		<wfw:commentRss>http://genusproject.com/java-programming/classnotfoundexception-wait-what/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Dual Boot Android 2.2 on HTC HD2 (Latest build)</title>
		<link>http://genusproject.com/mobile-development-2/dual-boot-android-2-2-on-htc-hd2-latest-build-boot-android-on-htc-hd2/</link>
		<comments>http://genusproject.com/mobile-development-2/dual-boot-android-2-2-on-htc-hd2-latest-build-boot-android-on-htc-hd2/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 17:21:41 +0000</pubDate>
		<dc:creator>Roy Besiera</dc:creator>
				<category><![CDATA[Mobile Development]]></category>
		<category><![CDATA[Android on HTC HD2]]></category>
		<category><![CDATA[Dual Boot Android]]></category>
		<category><![CDATA[Run Android on Windows Mobile]]></category>

		<guid isPermaLink="false">http://genusproject.com/?p=137</guid>
		<description><![CDATA[I am really excited with what is going on at XDA regarding booting Android from Windows mobile (Particularly HTC HD2 device). I have been following the development of this challenging task. It was a few months ago (if i am not mistaken), that porting android to HTC HD2 is a little difficult because of some [...]]]></description>
		<wfw:commentRss>http://genusproject.com/mobile-development-2/dual-boot-android-2-2-on-htc-hd2-latest-build-boot-android-on-htc-hd2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bind, Live and Delegate Event Handlers in JQuery</title>
		<link>http://genusproject.com/general-javascript-programming/bind-live-and-delegate-event-handlers-in-jquery/</link>
		<comments>http://genusproject.com/general-javascript-programming/bind-live-and-delegate-event-handlers-in-jquery/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 07:02:10 +0000</pubDate>
		<dc:creator>Roy L. dshiznitz Besiera</dc:creator>
				<category><![CDATA[General Javascript Programming]]></category>
		<category><![CDATA[How to Section]]></category>
		<category><![CDATA[bind()]]></category>
		<category><![CDATA[delegate()]]></category>
		<category><![CDATA[difference between live and delegate]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[live()]]></category>

		<guid isPermaLink="false">http://genusproject.com/?p=126</guid>
		<description><![CDATA[One of the features I loved with using jQuery is the event handlers and its implementation. For me it is clear-cut and easy to learn when you put It in action. 1. bind() The code below registers the element with an ID of ‘selector’ to handle the event ‘click’. We usually call this as ‘listen’. [...]]]></description>
		<wfw:commentRss>http://genusproject.com/general-javascript-programming/bind-live-and-delegate-event-handlers-in-jquery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Do not lose that Private KEY! (installing SSL Certificate on Linux/Apache)</title>
		<link>http://genusproject.com/uncategorized/do-not-lose-that-private-key-installing-ssl-certificate-on-linuxapache/</link>
		<comments>http://genusproject.com/uncategorized/do-not-lose-that-private-key-installing-ssl-certificate-on-linuxapache/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 11:15:11 +0000</pubDate>
		<dc:creator>Roy L. dshiznitz Besiera</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Certificate Signing Request]]></category>
		<category><![CDATA[CSR]]></category>
		<category><![CDATA[private key]]></category>
		<category><![CDATA[public key]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[SSL certificate]]></category>

		<guid isPermaLink="false">http://genusproject.com/?p=122</guid>
		<description><![CDATA[I have had the opportunity to install a SSL certificate over a production server using Linux/Apache and PHP. It was my first time to install it on a linux machine running apache so initially I have no clue how to do it. Situation like this doesn’t prevent me from not doing it but I usually [...]]]></description>
		<wfw:commentRss>http://genusproject.com/uncategorized/do-not-lose-that-private-key-installing-ssl-certificate-on-linuxapache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advantage of loading external Page Specific CSS and JavaScript</title>
		<link>http://genusproject.com/php-programming/advantage-of-loading-external-page-specific-css-and-javascript/</link>
		<comments>http://genusproject.com/php-programming/advantage-of-loading-external-page-specific-css-and-javascript/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 09:47:47 +0000</pubDate>
		<dc:creator>Roy L. dshiznitz Besiera</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Adavantage Javascript]]></category>
		<category><![CDATA[Advantage CSS]]></category>
		<category><![CDATA[CSS Optimization]]></category>
		<category><![CDATA[Javascript Optimization]]></category>
		<category><![CDATA[page specific css]]></category>
		<category><![CDATA[page specific javascript]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://genusproject.com/?p=105</guid>
		<description><![CDATA[Advantage of loading external “Page Specific CSS and JavaScript”. Inline, embedding and External. Inline styling is the most basic type of styling elements in a page. It’s direct and straightforward. Though they provide the highest priority in the cascade, they pose a huge problem with manageability of the codes and they are only specific to [...]]]></description>
		<wfw:commentRss>http://genusproject.com/php-programming/advantage-of-loading-external-page-specific-css-and-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with SSL Certificates and Automatically switch between https and http and vice versa Part I</title>
		<link>http://genusproject.com/casp-net-programming/working-with-ssl-certificates-and-automatically-switch-between-https-and-http-and-vice-versa/</link>
		<comments>http://genusproject.com/casp-net-programming/working-with-ssl-certificates-and-automatically-switch-between-https-and-http-and-vice-versa/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 14:06:24 +0000</pubDate>
		<dc:creator>Roy L. dshiznitz Besiera</dc:creator>
				<category><![CDATA[C#/ASP.NET Programming]]></category>
		<category><![CDATA[Developing SSL Locally]]></category>
		<category><![CDATA[Importance of SSL]]></category>

		<guid isPermaLink="false">http://genusproject.com/?p=44</guid>
		<description><![CDATA[I was working with a website recently (rossnut.com) thats sells items on the web. One of the core functionality i was working with is the shopping cart. it was an upgrade from ASP 3.0 to ASP.NET 3.5. One of the things i am excited about sharing is Working with SSL and how to aquire a [...]]]></description>
		<wfw:commentRss>http://genusproject.com/casp-net-programming/working-with-ssl-certificates-and-automatically-switch-between-https-and-http-and-vice-versa/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Watch out for that &quot;hidden characters&quot; when loading an XML to a DOM Document.</title>
		<link>http://genusproject.com/php-programming/watch-our-for-that-hidden-characters-when-loading-an-xml-to-a-dom-document/</link>
		<comments>http://genusproject.com/php-programming/watch-our-for-that-hidden-characters-when-loading-an-xml-to-a-dom-document/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 09:41:29 +0000</pubDate>
		<dc:creator>Roy L. dshiznitz Besiera</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[domdocument]]></category>
		<category><![CDATA[Xpath]]></category>

		<guid isPermaLink="false">http://genusproject.com/?p=85</guid>
		<description><![CDATA[I think this is very interesting information to post. Earlier this morning a friend of mine was troubleshooting things about loading and reading an XML document from a remote web service. The problem was when he tries to retrieve a nodelist by using an xpath expression, the children of each nodelist is not returning the [...]]]></description>
		<wfw:commentRss>http://genusproject.com/php-programming/watch-our-for-that-hidden-characters-when-loading-an-xml-to-a-dom-document/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic Binding and Triggering Custom events in jQuery</title>
		<link>http://genusproject.com/general-javascript-programming/dynamic-binding-and-triggering-custom-events-in-jquery/</link>
		<comments>http://genusproject.com/general-javascript-programming/dynamic-binding-and-triggering-custom-events-in-jquery/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 12:54:07 +0000</pubDate>
		<dc:creator>Roy L. dshiznitz Besiera</dc:creator>
				<category><![CDATA[General Javascript Programming]]></category>
		<category><![CDATA[Binding Custom Events in jQuery]]></category>
		<category><![CDATA[Create Elements on the Fly]]></category>
		<category><![CDATA[jQuery Pros]]></category>
		<category><![CDATA[Reusable Ajax jQuery]]></category>
		<category><![CDATA[Trigger Custom events in jQuery]]></category>

		<guid isPermaLink="false">http://genusproject.com/?p=61</guid>
		<description><![CDATA[Well its been a long time. I should punish myself for not writing something that could be in any way helpful to other individuals with enthusiasm on web development particularly web programming. All my write ups are all based on my experiences as i encounter specific problems or if i notice a redundancy in my [...]]]></description>
		<wfw:commentRss>http://genusproject.com/general-javascript-programming/dynamic-binding-and-triggering-custom-events-in-jquery/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->