<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.3" -->
<rss version="0.92">
<channel>
	<title>codegeeks</title>
	<link>http://www.codegeeks.net</link>
	<description>pure coding!!!</description>
	<lastBuildDate>Sun, 16 Nov 2008 09:10:37 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Links for Sunday #4</title>
		<description>
	ASP.NET AJAX Control Toolkit
	10 Essential Principles of the Javascript Masters
	Useful Cheat Sheets for Web Designers
	33 Most Beautiful Javascript and Flash Galleries
	My Top 10 Source Code Search Engines
	RSS Tutorial for Content Publishers and Webmasters
	 50+ Gorgeous Navigation Menus
	MessageBox
	Ten Web Development Tips I Wish I'd Known Two Years Ago
	Regular-Expressions.info - Regex Tutorial, ...</description>
		<link>http://www.codegeeks.net/links-for-sunday-4</link>
			</item>
	<item>
		<title>Contact Grabber</title>
		<description>If you are a social media website developer , sometimes you might search for grabbing contacts from a particular email account if the password is given. I also did the same. In most of the cases it did not work properly. But recently i got a contact grabber from phpclasses.org ...</description>
		<link>http://www.codegeeks.net/contact-grabber</link>
			</item>
	<item>
		<title>Top 5 questions from stackoverflow</title>
		<description>As geeks you should always keep a watch on all the programming related websites. Stackoverflow.com is a must site for programmers (I know.. I know I need not mention that ;-) ). Here is a list of top 5 questions from stackverflow.

	Option Strict On and .NET for VB6 programmers
	Great programming ...</description>
		<link>http://www.codegeeks.net/top-5-questions-from-stackoverflow</link>
			</item>
	<item>
		<title>Create a simple Twitter IM bot</title>
		<description>Some time back I worte a post about a Twitter Google bot in www.crankup.net. As promised, here is how you can develop your own google talk bot which can post your messages to Twitter.



First, You need an imified account for your bot to work properly. Get one here. Once the ...</description>
		<link>http://www.codegeeks.net/create-a-simple-twitter-im-bot</link>
			</item>
	<item>
		<title>indiayellowpages.com coding standards</title>
		<description>My friend sent me this screenshot today. He tried to open www.indiayellowpages.com and this is what he got.


[Click the image for a bigger view]


	Option explicit commented out
	All the databse names are revealed. I was able to download a DB using google search. Shhh!! dont tell anyone
	Worst naming standards eg: main1.mdb,hitsfile1.txt
	Worst ...</description>
		<link>http://www.codegeeks.net/indiayellowpagescom-coding-standards</link>
			</item>
	<item>
		<title>Code quality =</title>
		<description>I saw this in makeuseof.com. Couldn't resist posting it. :)

ShareThis </description>
		<link>http://www.codegeeks.net/code-quality</link>
			</item>
	<item>
		<title>Captcha Using Asp.Net</title>
		<description>Here is a simple code to create a captcha image. This ASP.net code creates a bitmap image of a randomly selected string. I think this code is self explanatory. If you have any queries please post it as a comment I will reply.Below are some of the images generated by ...</description>
		<link>http://www.codegeeks.net/captcha-using-aspnet</link>
			</item>
	<item>
		<title>.NET Framework 3.5 Common Namespaces and Types Poster</title>
		<description>The .NET Framework 3.5 Common Namespaces and Types Poster is downloadable as XPS or PDF format. Print one and hang it on your wall :-) Download it here

ShareThis </description>
		<link>http://www.codegeeks.net/net-framework-35-common-namespaces-and-types-poster</link>
			</item>
	<item>
		<title>Ajax using post</title>
		<description>Here is a sample code which uses POST method in XMLHTTP request.
var url="ajaxpage.php";
var parms="name=bobby"; //Parameters
xmlHttp.open("POST", url, true);
xmlHttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
xmlHttp.setRequestHeader("Content-length", parms.length);
xmlHttp.setRequestHeader("Connection", "close");
xmlHttp.onreadystatechange = function() {
             //On ready state execute the below code
	     if(http.readyState == 4 &#124;&#124; ...</description>
		<link>http://www.codegeeks.net/ajax-using-post</link>
			</item>
	<item>
		<title>5 Ajax calendars you shouldn&#8217;t miss</title>
		<description>
	Vista Like Ajax calendar : The Vista-like Ajax Calendar (vlaCalendar) version 2 is a unobtrusive  web version of the slick and profound Windows Vista taskbar calendar, by using the mootools javascript framework, AJAX, XHTML, CSS and PHP. Read more here
	Aeron Calendar : Calendar is a Javascript class that adds accessible ...</description>
		<link>http://www.codegeeks.net/5-ajax-calendars-you-shouldnt-miss</link>
			</item>
</channel>
</rss>
