<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3" -->
<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/"
	>

<channel>
	<title>do... while {bored}</title>
	<link>http://blog.hassanmirza.com</link>
	<description></description>
	<pubDate>Sat, 12 Apr 2008 02:00:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
	<language>en</language>
			<item>
		<title>Allow multiple VMs to use Host VPN connection</title>
		<link>http://blog.hassanmirza.com/allow-multiple-vms-to-use-host-vpn-connection/</link>
		<comments>http://blog.hassanmirza.com/allow-multiple-vms-to-use-host-vpn-connection/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 01:57:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[virtual machines]]></category>

		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://blog.hassanmirza.com/allow-multiple-vms-to-use-host-vpn-connection/</guid>
		<description><![CDATA[
Like most people you probably run at least one or two virtual machines on your host, be it a desktop or laptop. And most companies allow you to VPN into the office network provided you connect through only one machine. This can be troublesome if you want to connect to the VPN using your host [...]]]></description>
			<content:encoded><![CDATA[<p>
Like most people you probably run at least one or two virtual machines on your host, be it a desktop or laptop. And most companies allow you to VPN into the office network provided you connect through only one machine. This can be troublesome if you want to connect to the VPN using your host and virtual machine(s).
</p>
<p>
Follow these steps to allow all VMs and the Host to connect to a VPN.
</p>
<ol>
<li>In Add/Remove hardware, add a Microsoft loopback adapter.</li>
<li>Open the VPN adapter properties and enable Internet Connection Sharing and have it use the recently created Loopback adapter.</li>
<li>Now in Virtual Server, create a new &#8220;Virtual Network&#8221; and set the &#8220;Network adapter on the physical computer&#8221; as the Loopback adapter</li>
<li>Next, for each VM that you need to have connected to your VPN, add a Virtual Network Adapter that is connected to the Virtual Network you just created.</li>
<li>On your host, establish the VPN connection.</li>
</ol>
<p>That&#8217;s it. Boot up your VMs and they will be able to use your Host&#8217;s VPN connection.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hassanmirza.com/allow-multiple-vms-to-use-host-vpn-connection/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Multiple instances of the Sidebar.exe in Vista</title>
		<link>http://blog.hassanmirza.com/multiple-instances-of-the-sidebarexe-in-vista/</link>
		<comments>http://blog.hassanmirza.com/multiple-instances-of-the-sidebarexe-in-vista/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 20:45:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Vista]]></category>

		<category><![CDATA[gadgets]]></category>

		<category><![CDATA[instances]]></category>

		<category><![CDATA[multiple]]></category>

		<category><![CDATA[sidebar]]></category>

		<category><![CDATA[sidebar.exe]]></category>

		<category><![CDATA[two]]></category>

		<guid isPermaLink="false">http://blog.hassanmirza.com/multiple-instances-of-the-sidebarexe-in-vista/</guid>
		<description><![CDATA[I was looking through the Task Manager on my Vista desktop when I noticed two &#8220;sidebar.exe&#8221; instances. Now of course I do not have two visible instances and there isn&#8217;t another user logged into the system, as the screenshot clearly indicates both sidebar.exe instances are running under my user account.
I went ahead and killed the [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking through the Task Manager on my Vista desktop when I noticed two &#8220;sidebar.exe&#8221; instances. Now of course I do not have two visible instances and there isn&#8217;t another user logged into the system, as the screenshot clearly indicates both sidebar.exe instances are running under my user account.</p>
<p>I went ahead and killed the one that was using the least memory.</p>
<p>It reports that the MSN Weather gadget is has some sort of problem. What is strange is that none of the other gadgets I have running show up in this list and once this &#8220;second&#8221; sidebar is destroyed the other sidebar is still up and running as well as its gadgets.<br />
As soon as I add the MSN Weather gadget again, a new instance of the sidebar pops up.</p>
<p>So if you have two or more instances of the sidebar running make sure it’s not a bad gadget.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hassanmirza.com/multiple-instances-of-the-sidebarexe-in-vista/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Invoke .Net 2.0 Web Services with 1.0 client</title>
		<link>http://blog.hassanmirza.com/invoke-net-20-web-services-with-10-client/</link>
		<comments>http://blog.hassanmirza.com/invoke-net-20-web-services-with-10-client/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 21:40:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.hassanmirza.com/invoke-net-20-web-services-with-10-client/</guid>
		<description><![CDATA[The other day a co-worker got into a situation in which he tried to invoke a Web Service but was getting unexpected or no results. He was upgrading/maintaining an application that was written in .Net 1.1. Parts of his maintenance tasks were to invoke a service that was recently deployed in the company.
I took a [...]]]></description>
			<content:encoded><![CDATA[<p>The other day a co-worker got into a situation in which he tried to invoke a Web Service but was getting unexpected or no results. He was upgrading/maintaining an application that was written in .Net 1.1. Parts of his maintenance tasks were to invoke a service that was recently deployed in the company.</p>
<p>I took a look at the services WSDL and realized that his problem is probably due to the fact the WebService was using <a href="http://msdn2.microsoft.com/en-us/library/1t3y8s4s.aspx">Nullable Types</a> which were introduced in .Net 2.0. At first that may not seem like an issue.</p>
<p>A Nullable Type for say, int, is used to hold all the possible values of int and a null value. In pre 2.0 days, this was not possible resulting in a multitude of work-arounds. But since 2.0 it is possible to give a variable of type Nullable int a value of null to indicate that the variable has not been instantiated or assigned.</p>
<p>So in this particular case, any use of Nullable Types in the Web Service were being treated as optional parameters. </p>
<p>When using Visual Studio 2003 to add a Web Service Reference or manually executing Wsdl.exe that comes with .Net SDK (1.0 and 1.1), the proxy that is generated is does not take into account Nullable Types because the concept did not exist at the time these tools came out. The generated proxy represents an int? as just int. If this proxy was used to call the Service, it would pass a 0 for that field as a default value rather than null which in turn would cause the WebService to think the client intended to pass a 0.</p>
<p>A quick fix to this problem is to manually edit the proxy after it has been generated and change the type of the fields/properties to string. System.String is capable of holding a range of characters and a null value. The drawback will be that the proxy will not be a 100% strongly typed, but this can be fixed with encapsulation of the filed/property.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hassanmirza.com/invoke-net-20-web-services-with-10-client/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create a MOSS LobSystem with SAP Netweaver Web Services</title>
		<link>http://blog.hassanmirza.com/create-a-moss-lobsystem-with-sap-netweaver-web-services/</link>
		<comments>http://blog.hassanmirza.com/create-a-moss-lobsystem-with-sap-netweaver-web-services/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 20:37:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.hassanmirza.com/create-a-moss-lobsystem-with-sap-netweaver-web-services/</guid>
		<description><![CDATA[
Before creating a LobSystem, you will need to first expose your BAPIs as Web Services.


Your MOSS environment will need to be on a domain in order to use Microsoft Single-Signon. If it is not on a domain then you will have to provide a custom SSO Provider implementation.


I used the Flight BAPIs that come with [...]]]></description>
			<content:encoded><![CDATA[<p>
Before creating a LobSystem, you will need to first expose your BAPIs as Web Services.
</p>
<p>
Your MOSS environment will need to be on a domain in order to use Microsoft Single-Signon. If it is not on a domain then you will have to provide a custom SSO Provider implementation.
</p>
<p>
I used the Flight BAPIs that come with the trial version of SAP Netweaver. The service interfaces for these BAPIs are exposed by default.
</p>
<p>
Your LobSystemInstance need to have the following Properties set:</p>
<ul>
<li>&lt;Property Name=&#8221;WebServiceAuthenticationMode&#8221; Type=&#8221;System.String&#8221;&gt;Credentials&lt;/Property&gt;</li>
<li>&lt;Property Name=&#8221;WebServiceSsoApplicationId&#8221; Type=&#8221;System.String&#8221;&gt;SAPTestSystem&lt;/Property&gt;</li>
<li>&lt;Property Name=&#8221;SsoProviderImplementation&#8221; Type=&#8221;System.String&#8221;&gt;Microsoft.SharePoint.Portal.SingleSignon.SpsSsoProvider, Microsoft.SharePoint.Portal.SingleSignon, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&lt;/Property&gt;</li>
</ul>
<p>	Be sure to have <b>WebService</b>SsoApplicationId and <b>WebService</b>AuthenticationMode since it is Web Services that the BDC will be accessing and not a database. Also, do not use WindowsCredentials as the value of the <b>WebService</b>AuthenticationMode. The SAP services are not secured by Windows Credentials.
</p>
<p>
	Now login to your MOSS environment.</p>
<ol>
<li>On the OS, ensure that the &#8220;Microsoft Single Sign-on Service&#8221; is running under a <i>domain</i> account that has access to create\modify the a database on a DB server. The server does not have to be your MOSS SQL Server. </li>
<li>Fire up the MOSS Central Administration site and go to Manage Single Sign-On (Operations > Manage Single Sign-On)</li>
<li>Click &#8220;Manage server settings&#8221;
<ol>
<li>For the Enterprise Application Definition Administrator Account name, specify the domain group or user, that will manage the Single-Sign on service.</li>
<li>For the Single Sign-on Administrator Account name, specify the domain group or user, that will manage the application definitions and accounts for those definitions. (For testing purposes I kept these two the same)</li>
<li>Specify the name of the SQL Server that the SSO database will reside on. Make sure that the account group or user that you specified above has the appropriate access to the SQL Server.</li>
<li>Keep the name of the database the default, SSO and click Ok.</li>
<li>If everything goes fine then the Single-Signon Service will create the SSO DB on the SQL Server you specified. Any errors that you may receive at this point will be due to the lack of access on the group\user you specified or the Single-Signon Service is not running or not running under the appropriate account.</li>
</ol>
</li>
<li>Click, &#8220;Manage settings for enterprise application definitions&#8221;
<ol>
<li>Provide a display name for the Application.</li>
<li>The Application Name needs to be the same value as the property &#8220;WebServiceSsoApplicationId&#8221; in your LobSystemInstance.</li>
<li>I recommend setting the Account Type to Group. It will allow all users that belong to the group to use this SSO application definition.</li>
<li>DO NOT check Windows authentication. This only works if your LobSystemInstance is set to use Windows Credentials.</li>
<li>Leave the Fields as is.</li>
</ol>
</li>
<li>Click, &#8220;Manage account information for enterprise application definitions&#8221;
<ol>
<li>Select the Application definition that you just created.</li>
<li>For the Group account name, specify the domain group that has access to use this SSO application definition.</li>
<li>Click the &#8220;Set&#8221; button&#8221;</li>
<li>Specify the user name and password, that has permissions to invoke the SAP Web Services.</li>
<li>Click &#8220;Done&#8221;</li>
</ol>
</li>
</ol>
<p>
	That is it. You should be able to import your LOB System into the BDC. Make sure that your Business Data Web Parts are accessible to the domain group that you specified SSO application definition. Also, your BDC will need to include the same group in the BDC permissions set and grant them Execute access.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hassanmirza.com/create-a-moss-lobsystem-with-sap-netweaver-web-services/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ron Paul rally in Victoria, TX 2/2/08 (pics)</title>
		<link>http://blog.hassanmirza.com/ron-paul-rally-in-victoria-tx-2208-pics/</link>
		<comments>http://blog.hassanmirza.com/ron-paul-rally-in-victoria-tx-2208-pics/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 18:13:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[politics]]></category>

		<category><![CDATA[2/2/08]]></category>

		<category><![CDATA[pics]]></category>

		<category><![CDATA[rally]]></category>

		<category><![CDATA[Ron Paul]]></category>

		<category><![CDATA[TX]]></category>

		<category><![CDATA[Victoria]]></category>

		<guid isPermaLink="false">http://blog.hassanmirza.com/ron-paul-rally-in-victoria-tx-2208-pics/</guid>
		<description><![CDATA[digg_url = 'http://digg.com/2008_us_elections/Ron_Paul_rally_in_Victoria_TX_2_2_08_pics';It was quite a beautiful day out and this was my first political rally. I was quite excited to meet the man. It took me 2 hours to drive from Houston down to Victoria. But it was well worth it. Unfortunately I got there late and missed his speech. By the time I [...]]]></description>
			<content:encoded><![CDATA[<p><div class="diggbutton"><script type="text/javascript">digg_url = 'http://digg.com/2008_us_elections/Ron_Paul_rally_in_Victoria_TX_2_2_08_pics';</script><script type="text/javascript" src="http://digg.com/api/diggthis.js"></script></div>It was quite a beautiful day out and this was my first political rally. I was quite excited to meet the man. It took me 2 hours to drive from Houston down to Victoria. But it was well worth it. Unfortunately I got there late and missed his speech. By the time I did get there, he was signing autographs and people were having their pictures taken. Quite a crowd. Young people and old people rallying behind one man. One idea. It was nice to be around like minded people. People that believe in the revolution. People that are a part of it.</p>
<p>Here are some pictures from the rally:</p>
<p><img src="http://farm3.static.flickr.com/2115/2239007285_b3dd2ba69a.jpg?v=0"  /></p>
<p><img src="http://farm3.static.flickr.com/2173/2239010747_9c9607b807.jpg?v=0"  /></p>
<p><img src="http://farm3.static.flickr.com/2420/2239800334_3fe05e0503.jpg?v=0"  /></p>
<p><img src="http://farm3.static.flickr.com/2300/2239798602_052bb3dd3f.jpg?v=0" /></p>
<p><img src="http://farm3.static.flickr.com/2240/2239007327_b5c964952e.jpg?v=0" /></p>
<p><img src="http://farm3.static.flickr.com/2206/2239806696_96c06eaedc.jpg?v=0"  /></p>
<p><img src="http://farm3.static.flickr.com/2343/2239797150_ea056069d9.jpg?v=0"/></p>
<p>Check out the rest <a href="http://www.flickr.com/photos/23431150@N03/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hassanmirza.com/ron-paul-rally-in-victoria-tx-2208-pics/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Romney Chuckles at Ron Paul, Radio Host Loses It</title>
		<link>http://blog.hassanmirza.com/romney-chuckles-at-ron-paul-radio-host-loses-it/</link>
		<comments>http://blog.hassanmirza.com/romney-chuckles-at-ron-paul-radio-host-loses-it/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 03:58:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[politics]]></category>

		<category><![CDATA[election 2008]]></category>

		<category><![CDATA[income tax]]></category>

		<category><![CDATA[Mitt Romney]]></category>

		<category><![CDATA[Ron Paul]]></category>

		<guid isPermaLink="false">http://blog.hassanmirza.com/romney-chuckles-at-ron-paul-radio-host-loses-it/</guid>
		<description><![CDATA[Mark Larsen of 1040 AM WWBA interviewed Mitt Romney on the morning of 1/29/2008. The sneers and chuckles from slippery Romney pushed him over the edge and drove him to support the only real candidate — Ron Paul.
Just lost my vote!
]]></description>
			<content:encoded><![CDATA[<blockquote><p>Mark Larsen of 1040 AM WWBA interviewed Mitt Romney on the morning of 1/29/2008. The sneers and chuckles from slippery Romney pushed him over the edge and drove him to support the only real candidate — Ron Paul.</p></blockquote>
<p><a href="http://rattube.com/blog1/2008/01/29/romney-chuckles-at-ron-paul-radio-host-loses-it/">Just lost my vote!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hassanmirza.com/romney-chuckles-at-ron-paul-radio-host-loses-it/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Clinton becomes President AGAIN!</title>
		<link>http://blog.hassanmirza.com/clinton-becomes-president-again/</link>
		<comments>http://blog.hassanmirza.com/clinton-becomes-president-again/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 20:35:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[politics]]></category>

		<category><![CDATA[Clinton]]></category>

		<category><![CDATA[constitution]]></category>

		<category><![CDATA[election 2008]]></category>

		<category><![CDATA[Hillary]]></category>

		<category><![CDATA[President]]></category>

		<category><![CDATA[republican]]></category>

		<category><![CDATA[Ron Paul]]></category>

		<category><![CDATA[twenty-second amendment]]></category>

		<category><![CDATA[Vice President]]></category>

		<category><![CDATA[VP]]></category>

		<guid isPermaLink="false">http://blog.hassanmirza.com/clinton-becomes-president-again/</guid>
		<description><![CDATA[digg_url = 'http://digg.com/political_opinion/Clinton_becomes_President_AGAIN';

So who is going to be Hillary&#8217;s running mate should she win the nomination? A friend of mine observed a few months ago, &#8220;With Hillary, you get two for the price of one.&#8221;


Her husband seems to be in the spotlight a lot these days campaigning for his wife, generating a few headlines here [...]]]></description>
			<content:encoded><![CDATA[<p><div class="diggbutton"><script type="text/javascript">digg_url = 'http://digg.com/political_opinion/Clinton_becomes_President_AGAIN';</script><script type="text/javascript" src="http://digg.com/api/diggthis.js"></script></div>
<p>
So who is going to be Hillary&#8217;s running mate should she win the nomination? A friend of mine observed a few months ago, &#8220;With Hillary, you get two for the price of one.&#8221;
</p>
<p>
Her husband seems to be in the spotlight a lot these days campaigning for his wife, generating a few headlines here and there. O’l Bill has served two terms as President, and is the first black President, contrary to what most people think about his race.
</p>
<p>The question that I want answered is what prevents Hillary from choosing Bill as her running mate? The <a href="http://en.wikipedia.org/wiki/Twenty-Second_Amendment">twenty-second amendment</a> only prevents a person from running more than twice for the office of the <em>President</em>. I&#8217;m not constitutional lawyer or a judge, but this does not have any language indicating that the Bill Jefferson Clinton cannot be the next VP:</p>
<blockquote><p>No person shall be elected to the office of the President more than twice, and no person who has held the office of President, or acted as President, for more than two years of a term to which some other person was elected President shall be elected to the office of the President more than once. But this article shall not apply to any person holding the office of President when this article was proposed by the Congress, and shall not prevent any person who may be holding the office of President, or acting as President, during the term within which this article becomes operative from holding the office of President or acting as President during the remainder of such term. </p></blockquote>
<p>Sure they cynics will say, it’s just a VP post. VP&#8217;s don&#8217;t have any real power. I&#8217;d like to direct there attention <a href="http://blogs.abcnews.com/theblotter/2007/06/cheney-power-gr.html">here</a>, <a href="http://www.boston.com/news/globe/editorial_opinion/oped/articles/2004/02/25/cheneys_unprecedented_power/">here</a>, and <a href="http://www.thenation.com/doc/20070709/huq">here</a>.
</p>
<p>Realistically, he won&#8217;t be her running mate, right? If she becomes incapacitated, we will have a President who has for the first time since FDR served more than 3 terms. Welcome to the Clinton Dynasty. The Clintonian Era.
</p>
<p>Even with Bill locked in a basement 100 feet underground, the Clinton Dynasty will be alive and well with Hillary in charge. A thousand years from know people will read about the short 8 year gap between the &#8220;Great Liberal Dynasty&#8221; (that destroyed America.)
</p>
<p>Maybe she won’t pick him for her running mate. Perhaps another post. Say Secretary of Defense or State. Or Chief of Staff.
</p>
<p>You hear about political family dynasties all the time in third world countries. Having two Bushes elected was one thing, because former Bush didn&#8217;t get involved in the policies of the current Bush. Never in America huh?
</p>
<p>Save yourself. Save your country. Register as a Republican and get out and vote for the only <a href="http://www.ronpaul2008.com">hope for America</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hassanmirza.com/clinton-becomes-president-again/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Giving America back to her true self</title>
		<link>http://blog.hassanmirza.com/giving-america-back-to-her-true-self/</link>
		<comments>http://blog.hassanmirza.com/giving-america-back-to-her-true-self/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 20:52:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[politics]]></category>

		<category><![CDATA[election]]></category>

		<category><![CDATA[Ron Paul]]></category>

		<category><![CDATA[the Amercian dream]]></category>

		<category><![CDATA[warfare]]></category>

		<category><![CDATA[welfare]]></category>

		<guid isPermaLink="false">http://blog.hassanmirza.com/giving-america-back-to-her-true-self/</guid>
		<description><![CDATA[digg_url = 'http://digg.com/political_opinion/Giving_America_back_to_her_true_self';
I immigrated to the US when I was a very young child. But just because I was young didn&#8217;t mean I wasn&#8217;t aware that I was leaving behind my home, family and friends. I was very attached to the things I knew, and as all children I weary of change. My father told [...]]]></description>
			<content:encoded><![CDATA[<p><div class="diggbutton"><script type="text/javascript">digg_url = 'http://digg.com/political_opinion/Giving_America_back_to_her_true_self';</script><script type="text/javascript" src="http://digg.com/api/diggthis.js"></script></div>
<p>I immigrated to the US when I was a very young child. But just because I was young didn&#8217;t mean I wasn&#8217;t aware that I was leaving behind my home, family and friends. I was very attached to the things I knew, and as all children I weary of change. My father told me we were leaving for a better place, a place where there were great schools and millions of opportunities to exceed and achieve great things in life. A place that was untouched by plagues of corruption, lies and deceit. A place where your worth as a man was based on your merit and your character, not of blood or money. A place where your hard work was valued more than your race, religion, or creed. A place where you are free.</p>
<p>My father was an architect back home. He was well respected and admired in our social circles. As a man of principal, he taught me at a very early age, that if a man does one thing in his life that is right, just one, then he must not lie. Lies are the great equalizer, and contrary to popular belief that money is the root of all evil, I firmly believe that lies are the root of all evil. You can do great things with money, but lies destroy the very fabric of what it is to be human. </p>
<p>Like most immigrants from &#8220;third world&#8221; countries we were very poor. The furniture in our first apartment (just mattress, no beds) such as chairs and tables came from a motel that my father&#8217;s friend owned. We could not afford a vacuum so my mother used a dust brush / pan to clean the carpet. My father ended up working at a gas station making minimum wage, furthering the stereotype but he did put food on the table. He said a man&#8217;s first responsibility to his family was to put food on the table that was bought and paid through an honest living and an honest day&#8217;s hard work.
</p>
<p>
Friends and neighbors tried to convince my father to get government assistance in the form of unemployment checks or food stamps. To this day he tells me, that as long as a man has his hands and breath in his chest he must earn his living. Every time someone would try and convince him to take government assistance he would always tell them that we had enough and there might be those that are not doing as well as we are.
</p>
<p>He went from drawing blueprints and managing teams of construction workers to running a cash register and cleaning the bathrooms on the night shift. Getting a second job was out of the question, because if his kids grew up without a father&#8217;s presence in their lives what would be the point of the extra cash?
</p>
<p>We were here to get a quality education and grow up to achieve great things in life. That is what he told us when we told him we missed grandma. He did what he could to distract our young minds; toys aren&#8217;t cheap especially if you break them often. But he did what he could, despite the government skimming off the top.</p>
<p>Fast forward about 15 years, I started working as a computer programmer right out of high school and at 19 moved out to the suburbs with the family and bought a two story house, that my mother who&#8217;s never lived in a &#8220;house&#8221;, refers to as her dream home that she&#8217;s been dreaming of since she got married.</p>
<p>Thank God we live in a country where people can live their dreams. Their American Dreams. Thank God, we live in a country of bountiful opportunities where a person&#8217;s hard work is valued more than the color of his skin, his origins, and his creed.</p>
<p>Family and friends think I&#8217;ve accomplished a lot at a young age. Looking back at my parent&#8217;s life, I can confidently say, I have accomplished nothing, save for understanding some of my father&#8217;s teachings and by the Grace of God for putting me in a land where I can give my parents something back for all they&#8217;ve sacrificed for us.</p>
<p>My father and I support <a href="http://www.RonPaul2008.com/issues">Ron Paul</a> because we believe he can restore America to the beacon of freedom and peace that it has long been known for. We believe in Dr.Paul&#8217;s message of dismantling the welfare/warfare state while simultaneously getting rid of the IRS will solve so many of the problems that the Nation faces today. We believe that his message once it has finished resonating across the lands, will give America back to her true self.
</p>
<p>It will be restored to the days when men worked hard from dawn till dusk doing whatever they needed to make an honest day&#8217;s pay, forsaking handouts, to feed their families. Where a man&#8217;s hard work, his blood and sweat, and his honesty is all that is needed to live the dream.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hassanmirza.com/giving-america-back-to-her-true-self/feed/</wfw:commentRss>
		</item>
		<item>
		<title>This just in: Ron Paul is not a conservative? (Part 2)</title>
		<link>http://blog.hassanmirza.com/this-just-in-ron-paul-is-not-a-conservative-part-2/</link>
		<comments>http://blog.hassanmirza.com/this-just-in-ron-paul-is-not-a-conservative-part-2/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 19:34:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[politics]]></category>

		<category><![CDATA[conservative]]></category>

		<category><![CDATA[education]]></category>

		<category><![CDATA[election]]></category>

		<category><![CDATA[national debt]]></category>

		<category><![CDATA[republican]]></category>

		<category><![CDATA[Ron Paul]]></category>

		<guid isPermaLink="false">http://blog.hassanmirza.com/this-just-in-ron-paul-is-not-a-conservative-part-2/</guid>
		<description><![CDATA[digg_url = 'http://digg.com/political_opinion/This_just_in_Ron_Paul_is_not_a_conservative_Part_2';
Hopefully everyone has been Hannitized a little bit more since reading my previous post, &#8220;This just in: Ron Paul is not a conservative? (Part 1)&#8221;

For the second part, let us continue to discuss the financial health of the country. The greatest threat to the greatest military power in the history of the earth [...]]]></description>
			<content:encoded><![CDATA[<p><div class="diggbutton"><script type="text/javascript">digg_url = 'http://digg.com/political_opinion/This_just_in_Ron_Paul_is_not_a_conservative_Part_2';</script><script type="text/javascript" src="http://digg.com/api/diggthis.js"></script></div>
<p>Hopefully everyone has been Hannitized a little bit more since reading my previous post, &#8220;<a href="http://blog.hassanmirza.com/this-just-in-ron-paul-is-not-a-conservative-part-1/">This just in: Ron Paul is not a conservative? (Part 1)&#8221;</a></p>
<p>
For the second part, let us continue to discuss the financial health of the country. The greatest threat to the greatest military power in the history of the earth is the value of its currency. And the greatest country in the world is about to become broke, should it continue down the path of financial irresponsibility.
</p>
<p>
The same advice is given to everyone by their parents and grandparents. Live within your means. You&#8217;ll dig yourself an early grave by being indebted to someone. Living within one&#8217;s means, is to live moderately by not overspending on the luxuries you can do without. It means that if you only make $2000 a month, it doesn&#8217;t make much sense to go out and by a car that costs $35,000. But many people do. The will take a 60 month loan and make minimum payments for 5 years by the end of which, if they haven&#8217;t completely ruined the car, the will try to trade it in or sell it for about $5000.
</p>
<p>
Of-course when making $2000 a month means that you&#8217;re most likely going to go and get a loan from your local bank in order to purchase a car even the bank knows you can&#8217;t afford. But they&#8217;ll lend it to you, calculating the risk you have. But if you were making, say $1500 a month or less more likely than not the bank will deny you the loan citing high risk due to income level. But what if the bank ignores the risk? What if the bank decides to give you the money that you want, with full knowledge that you probably won&#8217;t be able to pay it back? How great would that be? You could by a new car every year. And a better one than the year before. Hell you could by two of them! You&#8217;re smart enough to manage your money, so it should be all right. The bank manager knows you personally and figures you&#8217;ll pay it all back. No big deal.
</p>
<p>
What if the government in its infinite wisdom decided to do the same? What if the government had the capability of just borrowing whatever amount of money they need to support whatever special project they needed to fund?
</p>
<p>
Unless you&#8217;ve been living in a cave, the government does just that. It borrows money all the time. Lots of it. As of right now the national debt is at <a href="http://www.brillig.com/debt_clock/">$9.2 <em>trillion.</em></a> Is there a limit? Even our personal banks, under the most relaxed liberal rules, will realize that if we had an income of $2000 a month and we had a $200,000 debt, our ability to borrow even a $100 has been eliminated. But the U.S. Congress continually votes to raise the amount of debt the government can have. Last November the debt ceiling was raised to <a href="http://www.reuters.com/article/bondsNews/idUSN0754579020071107">$9.8 trillion</a>.
</p>
<p>How can we allow this to happen? Which presidential candidate is talking about the debt of the US? Which candidate is talking about cutting spending? The position taken by almost every Republican candidate on dealing with the national debt is to cut taxes. That&#8217;s it? Cutting taxes is our only way? Oh sure they&#8217;ll speak of cutting government spending left and right. But they won&#8217;t talk about what spending they will cut. Just spending. As if there was a lever that they will pull down and all of a sudden government spending will be reduced. No friends, there isn&#8217;t a breath of honesty coming out of them.</p>
<p>On the other hand there is one candidate that openly states that he will cut both taxes and spending, and doesn&#8217;t stop there. He tells us exactly what spending he will be cutting. He tells us the departments and programs of the federal government he wants to be <a href="http://www.ronpaul2008.com/issues">rid off</a>, not overnight of course (that&#8217;s physically impossible).</p>
<p>And the Hannitizer thinks, Dr. Paul isn&#8217;t conservative? If cutting the bloated tyrannical Department of Education which is ruining the education of millions of children, is not conservative. Then I don&#8217;t know what is. And please before you start expressing your feeling on how cutting the Dept. of Education means the children won&#8217;t learn, I suggest you start by reading <a href="http://www.ronpaul2008.com/issues/education/">this.</a></p>
<p>More to follow&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hassanmirza.com/this-just-in-ron-paul-is-not-a-conservative-part-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>This just in: Ron Paul is not a conservative? (Part 1)</title>
		<link>http://blog.hassanmirza.com/this-just-in-ron-paul-is-not-a-conservative-part-1/</link>
		<comments>http://blog.hassanmirza.com/this-just-in-ron-paul-is-not-a-conservative-part-1/#comments</comments>
		<pubDate>Sat, 12 Jan 2008 23:42:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[politics]]></category>

		<category><![CDATA[conservative]]></category>

		<category><![CDATA[Regan]]></category>

		<category><![CDATA[Ron Paul]]></category>

		<category><![CDATA[spending]]></category>

		<category><![CDATA[taxes]]></category>

		<guid isPermaLink="false">http://blog.hassanmirza.com/this-just-in-ron-paul-is-not-a-conservative-part-1/</guid>
		<description><![CDATA[digg_url = 'http://digg.com/political_opinion/This_just_in_Ron_Paul_is_not_a_conservative_Part_1';
So I&#8217;m driving home from work and since I&#8217;m done listening to the same garbage being put out by the music industry, I started listening to Sean Hannity. He was predictably talking about conservatism. Specifically Regan style conservatism. Modern conservatism.


Sean rightly pointed out that Regan was a true conservative. Regan said, &#8220;government that [...]]]></description>
			<content:encoded><![CDATA[<p><div class="diggbutton"><script type="text/javascript">digg_url = 'http://digg.com/political_opinion/This_just_in_Ron_Paul_is_not_a_conservative_Part_1';</script><script type="text/javascript" src="http://digg.com/api/diggthis.js"></script></div>
<p>So I&#8217;m driving home from work and since I&#8217;m done listening to the same garbage being put out by the music industry, I started listening to Sean Hannity. He was predictably talking about conservatism. Specifically Regan style conservatism. Modern conservatism.
<p/>
<p>
Sean rightly pointed out that Regan was a true conservative. Regan said, &#8220;government that governs the best, governs the least.&#8221; And he&#8217;s absolutely right.  I firmly believe that. Governments that are interfere with the lives of their citizens aim to destroy them and create subjects. All governments want power. Governments thrive on power. They live for it. Much like a mob. A mob like government is a group of people that thinks it is collectively wields absolute power. And thus craves even more power. A mob robs people of their liberty by destroying that which they may hold most dear to them. The interruption of their very lives. The destruction of their home and property. Government is nothing more than a controlled mob. Left unchecked, it can destroy the lives of its citizens and their property.
</p>
<p>
And yet of all the Republican candidates running for the highest office in the country, Hannity has the audacity to refer to Ron Paul a a loon. Ron Paul is the only true conservative candidate. So what does Ron Paul believe? What is his position on some of the most important issues facing our country today? And the most important question, how does he differ from Reganesce Conservatism.
</p>
<p>
First up and dear to every one, taxes. He cut income taxes significantly, to the tune of trimming the top personal tax bracket from 70% to 28%. These cuts in the 80&#8217;s are attributed to the economic boom of the 90&#8217;s. Understanding the logic here is quite. The citizens of a nation want to build wealth and in order to do so they invest. They invest in stocks, in property, in education, or they shop sometimes for things they don&#8217;t need. Who&#8217;s to blame them? When a person has an excess amount of wealth, they shop for things they need and thus pumping money into the economy which has a rippling effect and the proof is in the pudding. During Regan&#8217;s administration the GDP grew nearly 3.4% a year.
</p>
<p>
Ron Paul wants to abolish the IRS because they collect taxes before we even get a chance to see the fruits of our labor. The take the money we&#8217;ve worked so hard to make and each year as we grow intellectually stronger and get better jobs they take even more. What is our incentive to working hard? What is our incentive to finding a higher paying job? The harder we work, the more they take. It is injustice on a grand scale and we sit back and except it because we are told that there is no other way.
</p>
<p>
We have to give in. The State takes the money we worked so hard to earn before we receive it, cuts a giant chunk off the top and redistributes it to support projects it deems worthy of supporting. Projects that we may or may not approve off that were designed, created, and supported by a bureaucratic goon working in the halls of the State. Very much like working for the Mob. Whatever you earn they take their cut off the top and support their apparatus, mostly to provide &#8220;security&#8221; to your life and business.
</p>
<p>
Of-course Ron Paul&#8217;s critics will argue, where do you get the much needed funding to support the &#8220;special&#8221; projects of the <strike>Mob</strike> State. Really? Is this really a concern? And what special projects? Like the <a href="http://www.cnn.com/2006/POLITICS/08/30/secret.senators/index.html" target="_blank">&#8220;bridge to nowhere&#8221;</a>:</p>
<p>
<blockquote>
&#8220;Last year a proposed $223 million for a &#8220;bridge to nowhere&#8221; connecting Alaska&#8217;s Gravina Island &#8212; population 50 &#8212; to the mainland caused a nationwide furor. The allocation was backed by Stevens and fellow Republican Rep. Don Young of Alaska, the powerful chairman of the House Committee on Transportation and Infrastructure&#8230;&#8221;</p></blockquote>
<p>
Two hundred and twenty three million dollars for a bridge to an island occupied by a hand full of people. $223 million of our tax dollars.Surely that is just a bad example. What about the <a href="http://www.cagw.org/site/PageServer?pagename=news_porkerofthemonth" target="_blank">nice gems in the 2008 appropriations bill</a>:
</p>
<blockquote><p>&#8220;Rep. Hobson is ranking member of the House Energy and Water Development and Related Agencies Appropriations subcommittee.  His place on the powerful Appropriations Committee allowed him to rack up 37 projects worth $35.8 million in the 2008 appropriations bills.&#8221;</p></blockquote>
<p>
If I had to list all the crap in the appropriations bill, I would puke.Ron Paul&#8217;s goal of getting rid of the IRS will definitely mean the government will not be getting a nice chunk from the treasure of the citizenry. And so the second part of the equation will be to cut spending. Cut spending left and right. The federal government should not be subsidizing the good Senator Steven&#8217;s <em>desire</em> to build a bridge.
</p>
<p><a href="http://www.cagw.org/site/PageServer?pagename=reports_pigbook2007" target="_blank">$29 BILLION in wasted spending</a> is something everyone needs to be concerned with. The population of the US is around 300 million and lets subtract 30 million (give or take a few thousand) illegal immigrants who don&#8217;t pay income taxes. You do the math.
</p>
<p>Keep tuned into the Hannitizer. More to come&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hassanmirza.com/this-just-in-ron-paul-is-not-a-conservative-part-1/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

