<?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>Andrei's Blog</title>
	<atom:link href="http://andrei.ameya.ro/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrei.ameya.ro</link>
	<description>Random stuff about random things</description>
	<lastBuildDate>Tue, 05 Oct 2010 17:01:47 +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>Razer contest, help me out :)</title>
		<link>http://andrei.ameya.ro/2010/10/razer-contest-help-me-out/</link>
		<comments>http://andrei.ameya.ro/2010/10/razer-contest-help-me-out/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 16:59:38 +0000</pubDate>
		<dc:creator>Andrei</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://andrei.ameya.ro/?p=150</guid>
		<description><![CDATA[Just register to participate using my link below. Thank you. http://l33t.razerzone.com/index.php?user_dtl=254b632990a579480a6c99997f899c11]]></description>
			<content:encoded><![CDATA[<p>Just register to participate using my link below. Thank you.</p>
<p><a href="http://l33t.razerzone.com/index.php?user_dtl=254b632990a579480a6c99997f899c11">http://l33t.razerzone.com/index.php?user_dtl=254b632990a579480a6c99997f899c11</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andrei.ameya.ro/2010/10/razer-contest-help-me-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ameya Solutions&#8217; netProfileManager</title>
		<link>http://andrei.ameya.ro/2010/02/ameya-solutions-netprofilemanager/</link>
		<comments>http://andrei.ameya.ro/2010/02/ameya-solutions-netprofilemanager/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 20:54:59 +0000</pubDate>
		<dc:creator>Andrei</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://andrei.ameya.ro/?p=142</guid>
		<description><![CDATA[This is a small network profile manager that I&#8217;ve developed at the request of a friend of mine. He&#8217;s pleased with it and encouraged me to publish it. The application is called netProfileManager and it is written in C#. The main goal of the software is to allow you to create profiles that store your [...]]]></description>
			<content:encoded><![CDATA[<p>This is a small network profile manager that I&#8217;ve developed at the request of a friend of mine. He&#8217;s pleased with it and encouraged me to publish it.</p>
<p>The application is called netProfileManager and it is written in C#.</p>
<div id="attachment_147" class="wp-caption alignnone" style="width: 310px"><a href="http://andrei.ameya.ro/wp-content/uploads/2010/02/Capture.png" rel="lightbox[142]"><img class="size-medium wp-image-147" title="netProfileManager Screenshot" src="http://andrei.ameya.ro/wp-content/uploads/2010/02/Capture-300x158.png" alt="netProfileManager Screenshot" width="300" height="158" /></a><p class="wp-caption-text">netProfileManager Screenshot</p></div>
<p>The main goal of the software is to allow you to create profiles that store your network configurations. It supports IPv4 both static and DHCP configurations. It uses the netsh and ipconfig command line utilities.</p>
<p>Profiles can be launched by right clicking the application icon in the tray bar or from the main interface. The software is provided as is with no warranty whatsoever.</p>
<p>Don&#8217;t hesitate to contact me if you wish to report a bug or make a suggestion.</p>
<p>You can download it here: <a title="Ameya Solutions netProfileManager" href="http://ameya.ro/downloads.php" target="_blank">http://ameya.ro/downloads.php</a></p>
<p>I would love to hear some feedback from those who&#8217;ve already tested it.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrei.ameya.ro/2010/02/ameya-solutions-netprofilemanager/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL list of countries</title>
		<link>http://andrei.ameya.ro/2010/02/sql-list-of-countries/</link>
		<comments>http://andrei.ameya.ro/2010/02/sql-list-of-countries/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 08:36:51 +0000</pubDate>
		<dc:creator>Andrei</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://andrei.ameya.ro/?p=137</guid>
		<description><![CDATA[I&#8217;ve always found myself needing an SQL list of all the countries in the world. After a little googling I found this on 27.org that has pretty much all the information needed for each country. It also has an SQL file for US states if anyone is interested. Direct link to file Source article]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always found myself needing an SQL list of all the countries in the world. After a little googling I found <a title="iso countries" href="http://27.org/isocountrylist/" target="_blank">this on 27.org</a> that has pretty much all the information needed for each country.</p>
<p>It also has an SQL file for US states if anyone is interested.</p>
<p><a title="SQL list" href="http://27.org/isocountrylist/iso_country_list.sql" target="_blank">Direct link to file</a></p>
<p><a title="ISO countries" href="http://27.org/isocountrylist/" target="_blank">Source article</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andrei.ameya.ro/2010/02/sql-list-of-countries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simulating mouse movement and actions in C#</title>
		<link>http://andrei.ameya.ro/2009/11/simulating-mouse-movement-and-actions-in-c/</link>
		<comments>http://andrei.ameya.ro/2009/11/simulating-mouse-movement-and-actions-in-c/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 11:15:19 +0000</pubDate>
		<dc:creator>Andrei</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://andrei.ameya.ro/?p=128</guid>
		<description><![CDATA[I&#8217;ve recently worked on a project that required my application to move the mouse and left click on some items. Here&#8217;s a simple working solution that will handle mouse movement and left clicking. using System.Runtime.InteropServices; private const UInt32 MouseEventLeftDown = 0x0002; private const UInt32 MouseEventLeftUp = 0x0004; [DllImport(&#34;user32.dll&#34;)] private static extern void mouse_event(UInt32 dwFlags, UInt32 [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently worked on a project that required my application to move the mouse and left click on some items.</p>
<p>Here&#8217;s a simple working solution that will handle mouse movement and left clicking.</p>
<pre class="brush: csharp;">

using System.Runtime.InteropServices;

private const UInt32 MouseEventLeftDown = 0x0002;

private const UInt32 MouseEventLeftUp = 0x0004;

 [DllImport(&quot;user32.dll&quot;)]
 private static extern void mouse_event(UInt32 dwFlags, UInt32 dx, UInt32 dy, UInt32 dwData, IntPtr dwExtraInfo);

private void leftClick()
 {
 mouse_event(MouseEventLeftDown, 0, 0, 0, new System.IntPtr());
 mouse_event(MouseEventLeftUp, 0, 0, 0, new System.IntPtr());
 }

private void mouseMove()
 {
 Cursor.Position = new Point(Cursor.Position.X - 200, Cursor.Position.Y - 200);
 }
</pre>
<p><img id="myFxSearchImg" style="border: medium none; position: absolute; z-index: 2147483647; opacity: 0.6; display: none;" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAADsElEQVR4nK2VTW9VVRSGn33OPgWpYLARbKWhQlCHTogoSkjEkQwclEQcNJEwlfgD/AM6NBo1xjhx5LyJ0cYEDHGkJqhtBGKUpm3SFii3vb2956wPB/t+9raEgSs52fuus89613rftdcNH8/c9q9++oe/Vzb5P+3McyNcfm2CcPj9af9w6gwjTwzvethx3Bx3x8xwd1wNM8dMcTNUHTfFLPnX6nVmZpeIYwf3cWD/PhbrvlPkblAzVFurKS6GmmGqqComaS+qmBoTI0Ncu3mXuGvWnrJ+ZSxweDgnkHf8ndVTdbiT3M7cQp2Z31dRTecHAfqydp4ejhwazh6Zezfnu98E1WIQwB3crEuJ2Y45PBTAQUVR9X4At66AppoEVO1Q8sgAOKJJjw6Am6OquDmvHskZ3R87gW+vlHz98zpmiqphkkRVbQtsfPTOC30lJKFbFTgp83bWh7Zx/uX1B6w3hI3NkkZTqEpBRDBRzG2AQHcwcYwEkOGkTERREbLQ/8HxJwuW7zdYrzfZ2iopy4qqEspKaDYravVm33k1R91Q69FA1VBRzFIVvXbx5AgXT44A8MWP81yfu0utIR2aVK3vfCnGrcUNxp8a7gKYKiLCvY2SUvo/aNtnM3e49ucK9S3p0aDdaT0UAVsKi2tVi6IWwNL9JvdqTdihaz79/l+u/rHMxmaJVMLkS2OoKKLWacdeE3IsSxctc2D5Qcl6vUlVVgNt+fkPPcFFmTw1xruvT7SCd7nuVhDQvECzJH90h0azRKoKFRkAmP5lKTWAGRdefoZL554FQNUxB92WvYeA5UN4PtSqwB2phKqsqMpBgAunRhFR3j49zuU3jnX8k6fHEQKXzh1jbmGDuYU6s4t1rt6socUeLLZHhYO2AHSHmzt19ihTZ48O8Hzl/AmunD/BjTvrvPfNX3hWsNpwJCvwYm+ngug4UilSCSq6k8YPtxDwfA+WRawIWFbgscDiULcCEaWqBFOlrLazurupOSHLqGnEKJAY8TwBEHumqUirAjNm52vEPPRV4p01XXMPAQhUBjcWm9QZwijwokgAeYHlHYA06KR1cT6ZvoV56pDUJQEjw0KeaMgj1hPEY4vz2A4eW0/e1qA7KtQdsxTYAG0H3iG4xyK1Y+xm7XmEPOJZDiENzLi2WZHngeOjj2Pe+sMg4GRYyLAsx7ME4FnsyTD9pr0PEc8zPGRAwKXBkYOPEd96cZRvf11g9MDe7e3R4Z4Q+vyEnn3P4t0XzK/W+ODN5/kPfRLewAJVEQ0AAAAASUVORK5CYII%3D" alt="" width="24" height="24" /></p>
]]></content:encoded>
			<wfw:commentRss>http://andrei.ameya.ro/2009/11/simulating-mouse-movement-and-actions-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Wave Invite</title>
		<link>http://andrei.ameya.ro/2009/10/google-wave-invite/</link>
		<comments>http://andrei.ameya.ro/2009/10/google-wave-invite/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 21:25:49 +0000</pubDate>
		<dc:creator>Andrei</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://andrei.ameya.ro/?p=126</guid>
		<description><![CDATA[Looking for a Google Wave invite if anyone has one to spare. I&#8217;d like to check it out. Thank you. Got one !]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: line-through;">Looking for a Google Wave invite if anyone has one to spare. I&#8217;d like to check it out.</span></p>
<p><span style="text-decoration: line-through;">Thank you.</span></p>
<p>Got one !</p>
]]></content:encoded>
			<wfw:commentRss>http://andrei.ameya.ro/2009/10/google-wave-invite/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MSDN Beginner</title>
		<link>http://andrei.ameya.ro/2009/08/msdn-beginner/</link>
		<comments>http://andrei.ameya.ro/2009/08/msdn-beginner/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 07:57:55 +0000</pubDate>
		<dc:creator>Andrei</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MSDN]]></category>

		<guid isPermaLink="false">http://andrei.ameya.ro/?p=124</guid>
		<description><![CDATA[The Microsoft Developer Network has released a new site aimed at teaching kids and beginners how to program. You can find more information here: http://msdn.com/beginner .]]></description>
			<content:encoded><![CDATA[<p>The Microsoft Developer Network has released a new site aimed at teaching kids and beginners how to program.</p>
<p>You can find more information here: <a title="MSDN Beginner" href="http://msdn.com/beginner" target="_blank">http://msdn.com/beginner</a> .</p>
]]></content:encoded>
			<wfw:commentRss>http://andrei.ameya.ro/2009/08/msdn-beginner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft reveals official names for &#8220;Stirling&#8221; and &#8220;Geneva&#8221;</title>
		<link>http://andrei.ameya.ro/2009/07/microsoft-reveals-official-names-for-stirling-and-geneva/</link>
		<comments>http://andrei.ameya.ro/2009/07/microsoft-reveals-official-names-for-stirling-and-geneva/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 21:26:09 +0000</pubDate>
		<dc:creator>Andrei</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[microsoft stirling geneva]]></category>

		<guid isPermaLink="false">http://andrei.ameya.ro/?p=122</guid>
		<description><![CDATA[Stirling will be officially known as Forefront Protection Suite (FPS) and will include the products in the current suite, plus the Forefront Protection Manager (formerly known as the Stirling management console) and the Forefront Threat Management Gateway Web Security Service. Geneva Server will be called Active Directory Federation Services and Geneva Framework will be Windows [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Stirling will be officially known as Forefront Protection Suite (FPS) and will include the products in the current suite, plus the Forefront Protection Manager (formerly known as the Stirling management console) and the Forefront Threat Management Gateway Web Security Service.</p></blockquote>
<blockquote><p>Geneva Server will be called Active Directory Federation Services and Geneva Framework will be Windows Identity Foundation.</p></blockquote>
<p>via <a title="Ars Technica" href="http://arstechnica.com/microsoft/news/2009/07/microsoft-reveals-names-for-stirling-and-geneva.ars" target="_blank">Ars Technica</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andrei.ameya.ro/2009/07/microsoft-reveals-official-names-for-stirling-and-geneva/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax periodic refresh of page using jQuery</title>
		<link>http://andrei.ameya.ro/2009/07/ajax-periodic-refresh-of-page-using-jquery/</link>
		<comments>http://andrei.ameya.ro/2009/07/ajax-periodic-refresh-of-page-using-jquery/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 20:37:36 +0000</pubDate>
		<dc:creator>Andrei</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ajax jquery]]></category>

		<guid isPermaLink="false">http://andrei.ameya.ro/?p=118</guid>
		<description><![CDATA[var refreshId = setInterval(function() { $('#some-content').load('/path/to/your.php'); }, 3000);]]></description>
			<content:encoded><![CDATA[<pre class="brush: jscript;">
var refreshId = setInterval(function() {
     $('#some-content').load('/path/to/your.php');
}, 3000);
</pre>
]]></content:encoded>
			<wfw:commentRss>http://andrei.ameya.ro/2009/07/ajax-periodic-refresh-of-page-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The first ever Microsoft keynote at the JavaOnE conference</title>
		<link>http://andrei.ameya.ro/2009/06/the-first-ever-microsoft-keynote-at-the-javaone-conference/</link>
		<comments>http://andrei.ameya.ro/2009/06/the-first-ever-microsoft-keynote-at-the-javaone-conference/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 07:19:42 +0000</pubDate>
		<dc:creator>Andrei</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[microsoft java sun]]></category>

		<guid isPermaLink="false">http://andrei.ameya.ro/?p=114</guid>
		<description><![CDATA[The keynote was about the collaboration between Microsoft and Sun on the project Apache Stonehenge. Further reading: Apache Stonehenge More about the keynote Watch the demo]]></description>
			<content:encoded><![CDATA[<p>The keynote was about the collaboration between Microsoft and Sun on the project Apache Stonehenge.</p>
<p>Further reading:</p>
<ul>
<li><a title="Apache Stonehenge" href="http://incubator.apache.org/stonehenge/index.html" target="_blank">Apache Stonehenge</a></li>
<li><a href="http://blogs.msdn.com/stevemar/archive/2009/06/04/microsoft-keynoting-at-javaone.aspx" target="_blank">More about the keynote</a></li>
<li><a href="http://java.sun.com/javaone/2009/general_sessions.jsp" target="_blank">Watch the demo</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://andrei.ameya.ro/2009/06/the-first-ever-microsoft-keynote-at-the-javaone-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Mobile 6.5 Developer Tool Kit available</title>
		<link>http://andrei.ameya.ro/2009/06/windows-mobile-65-developer-tool-kit-available/</link>
		<comments>http://andrei.ameya.ro/2009/06/windows-mobile-65-developer-tool-kit-available/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 06:27:54 +0000</pubDate>
		<dc:creator>Andrei</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[dotnet windows mobile]]></category>

		<guid isPermaLink="false">http://andrei.ameya.ro/?p=112</guid>
		<description><![CDATA[You can download it here but keep in mind that it requires the Windows Mobile 6 SDK which you can get here. It includes API&#8217;s for &#8220;touch gestures&#8221; and &#8220;physics&#8221;. More details here.]]></description>
			<content:encoded><![CDATA[<p>You can download it <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=20686a1d-97a8-4f80-bc6a-ae010e085a6e#filelist" target="_blank">here</a> but keep in mind that it requires the Windows Mobile 6 SDK which you can get <a href="http://www.microsoft.com/downloads/details.aspx?familyid=06111a3a-a651-4745-88ef-3d48091a390b&amp;displaylang=en" target="_blank">here</a>. It includes API&#8217;s for &#8220;touch gestures&#8221; and &#8220;physics&#8221;.</p>
<p>More details <a href="http://blogs.msdn.com/robcamer/archive/2009/06/04/windows-mobile-6-5-developer-toolkit-released.aspx" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrei.ameya.ro/2009/06/windows-mobile-65-developer-tool-kit-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.304 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2011-03-28 12:35:03 -->
