<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Vaibhav_bhalke&#039;s Blog</title>
	<atom:link href="http://vaibhavbhalke.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://vaibhavbhalke.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 05 Feb 2010 13:42:34 +0000</lastBuildDate>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='vaibhavbhalke.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Vaibhav_bhalke&#039;s Blog</title>
		<link>http://vaibhavbhalke.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://vaibhavbhalke.wordpress.com/osd.xml" title="Vaibhav_bhalke&#039;s Blog" />
	<atom:link rel='hub' href='http://vaibhavbhalke.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to Upload code on code.google.com</title>
		<link>http://vaibhavbhalke.wordpress.com/2010/01/30/13/</link>
		<comments>http://vaibhavbhalke.wordpress.com/2010/01/30/13/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 14:52:43 +0000</pubDate>
		<dc:creator>vaibhavbhalke</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vaibhavbhalke.wordpress.com/?p=13</guid>
		<description><![CDATA[Hello Friends Steps for uploading your code on code.google .com *You must have account on gmail &#38; sign in * Create new project http://code.google.com/hosting/createProject Fill up all information to create your Project Finally click on create project * Select source tab from tab page * copy following command on terminal [Command Prompt] For eg. svn [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vaibhavbhalke.wordpress.com&amp;blog=11111902&amp;post=13&amp;subd=vaibhavbhalke&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } 		H4 { margin-bottom: 0.21cm } 		A:link { so-language: zxx } -->Hello Friends</p>
<p><span style="color:#ff0000;"><span style="font-size:medium;"><span style="text-decoration:underline;"><strong> Steps for uploading your code on code.google .com</strong></span></span></span></p>
<p>*You must have account on gmail &amp; sign in</p>
<p>* Create new project</p>
<p><a href="http://code.google.com/hosting/createProject"> http://code.google.com/hosting/createProject</a></p>
<p>Fill up all information to create your Project</p>
<p>Finally click on <strong>create project</strong></p>
<p>* Select source tab from tab page</p>
<h4>* copy following command on terminal [Command Prompt]</h4>
<p>For eg.</p>
<p>svn checkout https://objectorientedjava.googlecode.com/svn/trunk/ objectorientedjava &#8211;username bhalke.vaibhav</p>
<p>wissen15@wissen15:~$ svn checkout https://objectorientedjava.googlecode.com/svn/trunk/ objectorientedjava &#8211;username bhalke.vaibhav</p>
<p>Authentication realm: &lt;https://objectorientedjava.googlecode.com:443&gt; Google Code Subversion Repository</p>
<p>Password for &#8216;bhalke.vaibhav&#8217;:</p>
<p><em>When prompted, enter your generated <a href="http://code.google.com/hosting/settings">googlecode.com password</a>.</em></p>
<p>generated pwd put here from code.google.com/hosting</p>
<p>* Then your new  project is created in your own folder which is initially empty[objectorientedjava ] then copy your src &amp; doc file from ur [workspace] project folder &amp; paste it in newly created project [objectorientedjava  ]</p>
<p>Checked out revision 1.</p>
<p>For eg.</p>
<p>wissen15@wissen15:~$ cd /home/wissen15/objectorientedjava</p>
<p>*  Add Source of your code into  newly created project</p>
<p>For eg.</p>
<p>wissen15@wissen15:~/objectorientedjava$ svn add src/</p>
<p>* Add Documentation of your code into  newly created project</p>
<p>For eg.</p>
<p>wissen15@wissen15:~/objectorientedjava$ svn add doc/</p>
<p>* Come to Home folder</p>
<p>For eg.</p>
<p>wissen15@wissen15:~/objectorientedjava$ cd ..</p>
<p>wissen15@wissen15:~$ svn commit objectorientedjava/</p>
<p>~ 	~</p>
<p>~	~</p>
<p>* Save ur process &amp; exit from your editor</p>
<p>For eg. Cmd for nano editor</p>
<p>ctrl+o	enter	 ctrl+x</p>
<p>Log message unchanged or not specified</p>
<p>(a)bort, (c)ontinue, (e)dit :</p>
<p>c</p>
<p>Transmitting file data &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.</p>
<p>Committed revision 2.</p>
<p>wissen15@wissen15:~$</p>
<p>Now you can view your uploaded code on code.google.com</p>
<p>check Your project code.google.com/p/urpojectname</p>
<p>For eg.</p>
<p><a class="aligncenter" title="http://code.google.com/p/objectorientedjava" href="http://code.google.com/p/objectorientedjava" target="_blank">code.google.com/p/objectorientedjava</a></p>
<p>click Source tab -&gt; Browse -&gt; trunk</p>
<p>In trunk folder, your Source &amp; Documnetation is placed.</p>
<p>For eg.</p>
<p><a href="http://code.google.com/p/objectorientedjava/source/browse/#svn/trunk/src/">http://code.google.com/p/objectorientedjava/source/browse/#svn/trunk/src/</a></p>
<p><a href="http://code.google.com/p/objectorientedjava/source/browse/#svn/trunk/doc/">http://code.google.com/p/objectorientedjava/source/browse/#svn/trunk/doc/</a></p>
<p>In this way you can publish your code on code.google.com</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vaibhavbhalke.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vaibhavbhalke.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vaibhavbhalke.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vaibhavbhalke.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vaibhavbhalke.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vaibhavbhalke.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vaibhavbhalke.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vaibhavbhalke.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vaibhavbhalke.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vaibhavbhalke.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vaibhavbhalke.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vaibhavbhalke.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vaibhavbhalke.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vaibhavbhalke.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vaibhavbhalke.wordpress.com&amp;blog=11111902&amp;post=13&amp;subd=vaibhavbhalke&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vaibhavbhalke.wordpress.com/2010/01/30/13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/749f4e3a9b2a425ed7d3d3fa7e44c89b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vaibhavbhalke</media:title>
		</media:content>
	</item>
		<item>
		<title>Wi-Fi</title>
		<link>http://vaibhavbhalke.wordpress.com/2009/12/28/wi-fi/</link>
		<comments>http://vaibhavbhalke.wordpress.com/2009/12/28/wi-fi/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 13:39:50 +0000</pubDate>
		<dc:creator>vaibhavbhalke</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vaibhavbhalke.wordpress.com/?p=8</guid>
		<description><![CDATA[10 Basic Things Related to Wi-Fi Wi-Fi is also referred to as 802.11 networking. No matter what you call it, it&#8217;s pretty flexible as far as Internet connections go: It requires no wires. Like cell phones, TVs and radios, a wireless network uses radio waves to transmit signals. Communication across wireless networks is pretty comparable [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vaibhavbhalke.wordpress.com&amp;blog=11111902&amp;post=8&amp;subd=vaibhavbhalke&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration:underline;"><strong>10 Basic Things Related to Wi-Fi</strong></span></p>
<ul>
<li>Wi-Fi is also referred to as 802.11 networking. No matter what you call it, it&#8217;s pretty flexible as far as Internet connections go: It requires no wires.</li>
</ul>
<ul>
<li>Like cell phones, TVs and radios, a wireless network uses radio waves to transmit signals. Communication across wireless networks is pretty comparable to two-way radio communication.</li>
</ul>
<ul>
<li>A wireless router includes an adapter that decodes the data that&#8217;s transmitted in radio waves by an adapter&#8217;s antenna.</li>
</ul>
<ul>
<li>Wi-Fi radios transmit signals at 2.4 GHz or 5 GHz. These high frequencies allow the signal to carry more data.</li>
</ul>
<ul>
<li>802.11a, 802.11b, 802.11g and 802.11n  networking standards, used in Wi-Fi data transmissions</li>
</ul>
<ul>
<li>The slowest and least expensive networking standard is 802.11b. It transmits in the 2.4 GHz frequency band of the radio spectrum and carries up to 11 megabits of data per second.</li>
</ul>
<ul>
<li>802.11a,802.11g,802.11n All three of these standards use OFDM, a coding technique that splits signals into sub-signals before they reach a receiver to reduce interference, but 802.11a was the first.</li>
</ul>
<ul>
<li>The wireless standard used for WPANs is 802.15 &#8212; it&#8217;s also commonly used for Bluetooth technology.</li>
</ul>
<ul>
<li>Wireless adapters plug into USB ports and PC card slots. Most new laptops have built-in wireless adapters. If you&#8217;ll be accessing a wireless network with your desktop, you can insert an adapter into the PCI slot inside the computer&#8217;s case.</li>
</ul>
<ul>
<li>Routers use channel 6 by default &#8212; if you live in an apartment complex and your neighbors are using this same channel, you can sometimes get some interference. In addition to changing the channel, other settings you may wish to change include the name of your network and your router&#8217;s security options.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vaibhavbhalke.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vaibhavbhalke.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vaibhavbhalke.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vaibhavbhalke.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vaibhavbhalke.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vaibhavbhalke.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vaibhavbhalke.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vaibhavbhalke.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vaibhavbhalke.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vaibhavbhalke.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vaibhavbhalke.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vaibhavbhalke.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vaibhavbhalke.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vaibhavbhalke.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vaibhavbhalke.wordpress.com&amp;blog=11111902&amp;post=8&amp;subd=vaibhavbhalke&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vaibhavbhalke.wordpress.com/2009/12/28/wi-fi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/749f4e3a9b2a425ed7d3d3fa7e44c89b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vaibhavbhalke</media:title>
		</media:content>
	</item>
		<item>
		<title>MySql Technology</title>
		<link>http://vaibhavbhalke.wordpress.com/2009/12/28/mysql-technology/</link>
		<comments>http://vaibhavbhalke.wordpress.com/2009/12/28/mysql-technology/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 12:52:13 +0000</pubDate>
		<dc:creator>vaibhavbhalke</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vaibhavbhalke.wordpress.com/?p=5</guid>
		<description><![CDATA[Technology- MySql 1]Main tech site for the technology http://MySql.com 2]Mailing lists Server General Discussion http://lists.mysql.com/mysql The main list for general MySQL discussion. Please note that some topics are better discussed on the more-specialised lists. If you post to the wrong list, you may not get an answer! Cluster http://lists.mysql.com/cluster Discussion about MySQL Cluster. Replication http://lists.mysql.com/replication [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vaibhavbhalke.wordpress.com&amp;blog=11111902&amp;post=5&amp;subd=vaibhavbhalke&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Technology- <span style="color:#ff6309;"><span style="font-size:large;"><strong>MySql </strong></span></span></p>
<h3><span style="color:#ff6309;">1]Main tech site for the technology</span></h3>
<p><a href="http://mysql.com/"><span style="text-decoration:underline;"> </span><span style="text-decoration:underline;"><strong>http://MySql.com</strong></span> </a></p>
<h3><span style="color:#ff6309;">2]Mailing lists</span></h3>
<h4>Server</h4>
<p>General Discussion<br />
<a href="http://lists.mysql.com/mysql"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/mysql</strong></span></a><br />
The main list for general MySQL discussion. Please note that some topics are better discussed on the more-specialised lists. If you post to the wrong list, you may not get an answer!</p>
<p>Cluster<br />
<a href="http://lists.mysql.com/cluster"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/cluster</strong></span></a><br />
Discussion about MySQL Cluster.</p>
<p>Replication<br />
<a href="http://lists.mysql.com/replication"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/replication</strong></span></a><br />
Discussion about the replication features of the MySQL database server.</p>
<p>Backup<br />
<a href="http://lists.mysql.com/backup"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/backup</strong></span></a><br />
Discussion about the backup features of the MySQL database server.</p>
<p>MySQL on Win32<br />
<a href="http://lists.mysql.com/win32"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/win32</strong></span></a><br />
All things concerning the MySQL software on Microsoft operating systems such as Windows 9x/Me/NT/2000/XP.</p>
<p>Falcon Storage Engine<br />
<a href="http://lists.mysql.com/falcon"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/falcon</strong></span></a><br />
Discussion about the Falcon storage engine</p>
<p>InnoDB Storage Engine<br />
<a href="http://lists.mysql.com/innodb"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/innodb</strong></span></a><br />
Discussion about the InnoDB storage engine</p>
<p>Maria Storage Engine<br />
<a href="http://lists.mysql.com/maria"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/maria</strong></span></a><br />
Discussion about the Maria storage engine</p>
<p>GUI Tools<br />
<a href="http://lists.mysql.com/gui-tools"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/gui-tools</strong></span></a><br />
All things about the MySQL GUI tools, including MySQL Administrator and MySQL Control Center.</p>
<h4>Connectors</h4>
<p>MySQL and Java<br />
<a href="http://lists.mysql.com/java"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/java</strong></span></a><br />
Discussion about the MySQL server and Java. Mostly related to the MySQL Connector/J driver.</p>
<p>MySQL ODBC<br />
<a href="http://lists.mysql.com/myodbc"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/myodbc</strong></span></a><br />
All things about using the MySQL server with ODBC using the MySQL Connector/ODBC driver.</p>
<p>MySQL and Perl<br />
<a href="http://lists.mysql.com/perl"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/perl</strong></span></a><br />
A list about the Perl support for MySQL with DBI and DBD::mysql.</p>
<p>MySQL and PHP<br />
<a href="http://lists.mysql.com/php"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/php</strong></span></a><br />
Discussion about using PHP and MySQL.</p>
<p>MySQL and .NET<br />
<a href="http://lists.mysql.com/dotnet"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/dotnet</strong></span></a><br />
Discussion about the MySQL server and .NET platform. Mostly related to the MySQL Connector/Net provider.</p>
<p>Connector/C++<br />
<a href="http://lists.mysql.com/connector-cplusplus"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/connector-cplusplus</strong></span></a><br />
All things concerning programming with the Connector/C++ API.</p>
<p>NDB Connectors<br />
<a href="http://lists.mysql.com/ndb-connectors"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/ndb-connectors</strong></span></a><br />
Discussion about the MySQL NDB Connectors.</p>
<p>Message API<br />
<a href="http://lists.mysql.com/message-api"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/message-api</strong></span></a><br />
Discussion of message queues and the MySQL Message API.</p>
<p>MySQL++<br />
<a href="http://lists.mysql.com/plusplus"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/plusplus</strong></span></a><br />
All things concerning programming with MySQL++ API.</p>
<h4>Internals<br />
<a href="http://lists.mysql.com/internals"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/internals</strong></span></a><br />
A list for people who work on the MySQL code. On this list one can also discuss MySQL development and post patches. (View the latest posts excluding commit messages.)Bugs<br />
<a href="http://lists.mysql.com/bugs"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/bugs</strong></span></a><br />
Discussion of bugs in MySQL products. Report bugs to the bug tracking database.<br />
MySQL Documentation<br />
<a href="http://lists.mysql.com/mysqldoc"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/mysqldoc</strong></span></a><br />
Discussion about writing, improving, and translating the MySQL documentation.</p>
<p>Database Benchmarks<br />
<a href="http://lists.mysql.com/benchmarks"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/benchmarks</strong></span></a><br />
All things about benchmarks of MySQL.</p>
<p>Commits<br />
<a href="http://lists.mysql.com/commits"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/commits</strong></span></a><br />
A list for commit messages from MySQL projects.</h4>
<h4>Eventum</h4>
<h4>Eventum General Discussion<br />
<a href="http://lists.mysql.com/eventum-users"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/eventum-users</strong></span></a><br />
A general mailing list for users of the Eventum issue tracking tool<br />
Eventum Development<br />
<a href="http://lists.mysql.com/eventum-devel"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/eventum-devel</strong></span></a><br />
A mailing list for developers of the Eventum issue tracking tool</h4>
<h4>Community</h4>
<p><a href="http://lists.mysql.com/community"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/community</strong></span></a><br />
Discussion about the MySQL community (not MySQL general questions)</p>
<p>Certification Announcements<br />
<a href="http://lists.mysql.com/certification"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/certification</strong></span></a><br />
Announcements about the MySQL certification program.</p>
<p>Contributions<br />
<a href="http://lists.mysql.com/contributions"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/contributions</strong></span></a><br />
Discussion about the MySQL community contributions</p>
<p>Packagers<br />
<a href="http://lists.mysql.com/packagers"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/packagers</strong></span></a><br />
A list for people building packages of MySQL products.</p>
<p>Summer of Code<br />
<a href="http://lists.mysql.com/soc"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/soc</strong></span></a><br />
Discussion about MySQL Summer of Code projects.</p>
<p>MySQL Conference &amp; Expo<br />
<a href="http://lists.mysql.com/users-conference"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/users-conference</strong></span></a><br />
Discussion about the MySQL Conference &amp; Expo</p>
<p>DOxygen<br />
<a href="http://lists.mysql.com/community-doxygen"><span style="text-decoration:underline;"><strong>http://lists.mysql.com/community-doxygen</strong></span></a><br />
Discussion about the MySQL community DOxygen project</p>
<h3><span style="color:#ff6309;">3] IRC Channel Lists</span></h3>
<p>1]<a href="irc://irc.freenode.org/%23mysql-dev"><strong>#mysql-dev</strong></a><br />
Topic: MySQL server development http://forge.mysql.com/wiki<br />
<a href="irc://%20#mysql-dev"> </a>2]<a href="irc://irc.freenode.org/%23mysql"><strong>#mysql</strong></a></p>
<p>3]<a href="///home/wissen15/Mysql_Vaibhav.html#workbench"> #workbench</a><br />
Topic: Time to give feedback! MySQL Workbench 5.2 Beta is out!</p>
<h3><span style="color:#ff6309;">4. Blogs</span></h3>
<p><a href="http://ronaldbradford.com/blog/monitoring-mysql-option-2009-10-15"><span style="text-decoration:underline;"><strong>http://ronaldbradford.com/blog/monitoring-mysql-option-2009-10-15</strong></span></a><br />
<a href="http://blogs.digitss.com/mysql/top-free-open-source-tools-for-mysql-development-administration"><span style="text-decoration:underline;"><strong>http://blogs.digitss.com/mysql/top-free-open-source-tools-for-mysql-development-administration</strong></span></a><br />
<a href="http://news.cnet.com/8301-10784_3-9712307-7.html?part=rss&amp;tag=feed&amp;subj=NewsBlog"><span style="text-decoration:underline;"><strong>http://news.cnet.com/8301-10784_3-9712307-7.html?part=rss&amp;tag=feed&amp;subj=NewsBlog</strong></span></a><br />
<a href="http://www.noupe.com/php/10-ways-to-automatically-manually-backup-mysql-database.html"><span style="text-decoration:underline;"><strong>http://www.noupe.com/php/10-ways-to-automatically-manually-backup-mysql-database.html</strong></span></a> <a href="http://www.mysqlperformanceblog.com/"><span style="text-decoration:underline;"><strong>http://www.mysqlperformanceblog.com/</strong></span></a><br />
<a href="http://blog.endpoint.com/2009/12/mysql-and-postgres-command-equivalents.html"><span style="text-decoration:underline;"><strong>http://blog.endpoint.com/2009/12/mysql-and-postgres-command-equivalents.html</strong></span></a><br />
<a href="http://www.clusterdb.com/mysql-cluster/mysql-cluster-running-on-windows-new-webinar"><span style="text-decoration:underline;"><strong>http://www.clusterdb.com/mysql-cluster/mysql-cluster-running-on-windows-new-webinar</strong></span></a><br />
<a href="http://dupedb.com/blog/rls/98859.html"><span style="text-decoration:underline;"><strong> </strong></span></a><a href="http://mohamedhagag.wordpress.com/2009/12/20/oracle-publicly-pledges-10-mysql-commitments"><span style="text-decoration:underline;"><strong>http://mohamedhagag.wordpress.com/2009/12/20/oracle-publicly-pledges-10-mysql-commitments</strong></span></a><br />
<a href="http://blog.some-abstract-type.com/2009/12/chessboard-in-mysql.html"><span style="text-decoration:underline;"><strong>http://blog.some-abstract-type.com/2009/12/chessboard-in-mysql.html</strong></span></a><br />
<a href="http://datacharmer.blogspot.com/2009/12/holiday-gift-deep-look-at-mysql-55.html"><span style="text-decoration:underline;"><strong>http://datacharmer.blogspot.com/2009/12/holiday-gift-deep-look-at-mysql-55.html</strong></span></a></p>
<p><a href="http://blog.eukhost.com/webhosting/computer-security-part-1/"><span style="text-decoration:underline;"><strong>http://blog.eukhost.com/webhosting/computer-security-part-1/</strong></span></a><br />
<a href="http://techpad.co.uk/blog.php"><span style="text-decoration:underline;"><strong>http://techpad.co.uk/blog.php</strong></span></a></p>
<h3><span style="color:#ff6309;">5. Presentations</span>1]MySql-performance-secrets<br />
<a href="http://www.slideshare.net/osscube/mysql-performance-secrets"><span style="text-decoration:underline;"><strong>http://www.slideshare.net/osscube/mysql-performance-secrets</strong></span> </a></p>
<p>2]Database MySql<br />
<a href="http://www.slideshare.net/achmatim/database-mysql"><span style="text-decoration:underline;"><strong>http://www.slideshare.net/achmatim/database-mysql</strong></span></a></p>
<p>3]MySQL event scheduler<br />
<a href="http://www.slideshare.net/datacharmer/mysql-event-scheduler-1344159"><span style="text-decoration:underline;"><strong>http://www.slideshare.net/datacharmer/mysql-event-scheduler-1344159</strong></span></a></p>
<p>4]15 Ways to Kill Your Mysql Application Performance<br />
<a href="http://www.slideshare.net/guest9912e5/15-ways-to-kill-your-mysql-application-performance"><span style="text-decoration:underline;"><strong>http://www.slideshare.net/guest9912e5/15-ways-to-kill-your-mysql-application-performance</strong></span></a></h3>
<h3><span style="color:#ff6309;">6. Videos</span></h3>
<h3>1]MySQL &#8211; Install<br />
<a href="http://www.youtube.com/watch?v=KQcFP3GcQ0s"><span style="text-decoration:underline;"><strong>http://www.youtube.com/watch?v=KQcFP3GcQ0s</strong></span> </a>2]Performance Tuning Best Practices for MySQL<br />
<a href="http://www.youtube.com/watch?v=u70mkgDnDdU"><span style="text-decoration:underline;"><strong>http://www.youtube.com/watch?v=u70mkgDnDdU</strong></span></a></p>
<p>3]MySQL Tutorial &#8211; What is a database?<br />
<a href="http://www.youtube.com/watch?v=z7b7HBVoGKQ"><span style="text-decoration:underline;"><strong>http://www.youtube.com/watch?v=z7b7HBVoGKQ</strong></span></a></h3>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vaibhavbhalke.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vaibhavbhalke.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vaibhavbhalke.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vaibhavbhalke.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vaibhavbhalke.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vaibhavbhalke.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vaibhavbhalke.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vaibhavbhalke.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vaibhavbhalke.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vaibhavbhalke.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vaibhavbhalke.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vaibhavbhalke.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vaibhavbhalke.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vaibhavbhalke.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vaibhavbhalke.wordpress.com&amp;blog=11111902&amp;post=5&amp;subd=vaibhavbhalke&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vaibhavbhalke.wordpress.com/2009/12/28/mysql-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/749f4e3a9b2a425ed7d3d3fa7e44c89b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vaibhavbhalke</media:title>
		</media:content>
	</item>
	</channel>
</rss>
