<?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>Suhail Kaleem</title>
	<atom:link href="http://www.suhailkaleem.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.suhailkaleem.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 May 2012 05:57:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>RemovePreviousVersions not working</title>
		<link>http://www.suhailkaleem.com/2012/05/10/removepreviousversions-not-working/</link>
		<comments>http://www.suhailkaleem.com/2012/05/10/removepreviousversions-not-working/#comments</comments>
		<pubDate>Fri, 11 May 2012 05:57:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fixes/Workarounds]]></category>
		<category><![CDATA[msi]]></category>
		<category><![CDATA[RemovePreviousVersions]]></category>

		<guid isPermaLink="false">http://www.suhailkaleem.com/?p=321</guid>
		<description><![CDATA[In visual studio 2010 while creating setup package when you select RemovePreviousVersions = true
even then the old application installed is not removed  in order to fix that
save the below vbs code in project directory
save the file with name  fixRemovePreviousVersions.vbs
now in vs 2010  [...]]]></description>
		<wfw:commentRss>http://www.suhailkaleem.com/2012/05/10/removepreviousversions-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get months list between two dates</title>
		<link>http://www.suhailkaleem.com/2012/02/07/get-months-list-between-two-dates/</link>
		<comments>http://www.suhailkaleem.com/2012/02/07/get-months-list-between-two-dates/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 13:36:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.suhailkaleem.com/?p=304</guid>
		<description><![CDATA[Following function  will  get a list of months  with days remaining in those months  when start date and end dates are provided
Use can use this functions as
this will output
January 2012,28
February 2012,29
March 2012,31
April 2012,30
]]></description>
		<wfw:commentRss>http://www.suhailkaleem.com/2012/02/07/get-months-list-between-two-dates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rebuild Indexes of all tables in a single MS SQL database</title>
		<link>http://www.suhailkaleem.com/2011/10/31/rebuild-indexes-of-all-tables-in-a-single-ms-sql-database/</link>
		<comments>http://www.suhailkaleem.com/2011/10/31/rebuild-indexes-of-all-tables-in-a-single-ms-sql-database/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 22:14:38 +0000</pubDate>
		<dc:creator>suhailkaleem</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.suhailkaleem.com/?p=292</guid>
		<description><![CDATA[
Rebuilds indexes on smallest tables first, allowing the maximum number of indexes to be rebuilt in the shortest amount of time.
Real time progress updates, allowing you to estimate how much time is remaining before completion.
Correctly handles multiple schemas, a common flaw in other scripts.

]]></description>
		<wfw:commentRss>http://www.suhailkaleem.com/2011/10/31/rebuild-indexes-of-all-tables-in-a-single-ms-sql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>extract date from datetime and then compare with date field</title>
		<link>http://www.suhailkaleem.com/2011/07/10/extract-date-from-datetime-and-then-compare-with-date-field/</link>
		<comments>http://www.suhailkaleem.com/2011/07/10/extract-date-from-datetime-and-then-compare-with-date-field/#comments</comments>
		<pubDate>Sun, 10 Jul 2011 13:30:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.suhailkaleem.com/?p=253</guid>
		<description><![CDATA[MSSQL 2005 does not have DATE datatype only datetime and smalldatetime
datetime will return date and time
where as ms sql 2008 have DATE datatype which makes it easy to extract date
mysql also have DATE datatype
for mssql 2005
following is the code to extract  just the date part from datetime  [...]]]></description>
		<wfw:commentRss>http://www.suhailkaleem.com/2011/07/10/extract-date-from-datetime-and-then-compare-with-date-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Equivalent of ID IN in LINQ</title>
		<link>http://www.suhailkaleem.com/2011/06/02/equivalent-of-id-in-in-linq/</link>
		<comments>http://www.suhailkaleem.com/2011/06/02/equivalent-of-id-in-in-linq/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 20:36:27 +0000</pubDate>
		<dc:creator>suhailkaleem</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.suhailkaleem.com/?p=251</guid>
		<description><![CDATA[The IN query will get results within the given range
&#160;
SQL
select * from tablename where id in(12,34,56)
Equivalent LINQ TO SQL (VB.NET)
From c In db.tablename Where (New Integer() {12,34,56}).Contains(c.id)
Equivalent LINQ TO SQL (C#)
from c in db.tablenamewhere (new int[]  [...]]]></description>
		<wfw:commentRss>http://www.suhailkaleem.com/2011/06/02/equivalent-of-id-in-in-linq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fully trust a asp.net application (using command line and GUI )</title>
		<link>http://www.suhailkaleem.com/2011/05/15/how-to-fully-trust-a-asp-net-application-using-command-line-and-gui/</link>
		<comments>http://www.suhailkaleem.com/2011/05/15/how-to-fully-trust-a-asp-net-application-using-command-line-and-gui/#comments</comments>
		<pubDate>Sun, 15 May 2011 08:42:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://www.suhailkaleem.com/?p=246</guid>
		<description><![CDATA[Some server do not have &#8220;Microsoft .NET Framework 2.0 Configuration&#8221; in there administrative Tools
they can use CasPol.exe to Fully Trust a website.
Please run the following code in command line.
%windir%\Microsoft.NET\Framework\v2.0.50727\caspol -quiet -m -ag All_Code -url &#8220;http://localhost/*&#8221;  [...]]]></description>
		<wfw:commentRss>http://www.suhailkaleem.com/2011/05/15/how-to-fully-trust-a-asp-net-application-using-command-line-and-gui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql host is blocked because of many connection errors</title>
		<link>http://www.suhailkaleem.com/2011/03/20/mysql-host-is-blocked-because-of-many-connection-errors/</link>
		<comments>http://www.suhailkaleem.com/2011/03/20/mysql-host-is-blocked-because-of-many-connection-errors/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 20:31:40 +0000</pubDate>
		<dc:creator>suhailkaleem</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[MySql]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.suhailkaleem.com/?p=234</guid>
		<description><![CDATA[Error:

“host is blocked because of many connection errors unblock with &#8216;mysqladmin flush-hosts&#8217;”
to fix this increase ‘max_connect_errors’ which is 10 by default.
If you can afford to restart the MySQL server, enter below to your my.cnf and restart the MySQL service.
[mysqld]
max_connect_errors =  [...]]]></description>
		<wfw:commentRss>http://www.suhailkaleem.com/2011/03/20/mysql-host-is-blocked-because-of-many-connection-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make a Full Screen IPhone Web applications</title>
		<link>http://www.suhailkaleem.com/2011/03/15/full-screen-iphone-web-applications/</link>
		<comments>http://www.suhailkaleem.com/2011/03/15/full-screen-iphone-web-applications/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 23:43:28 +0000</pubDate>
		<dc:creator>suhailkaleem</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[IOS]]></category>
		<category><![CDATA[IPad]]></category>
		<category><![CDATA[IPhone]]></category>
		<category><![CDATA[IPod]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://www.suhailkaleem.com/?p=215</guid>
		<description><![CDATA[An iPhone Webapp is little more than a website specially build or adapted for the iPhone. It’s just a standard HTML page, sprinkled with some CSS and JavaScript. While browsing websites on a phone may sound quite limited and problematic, Safari – the browser on the iPhone – is perhaps one of the  [...]]]></description>
		<wfw:commentRss>http://www.suhailkaleem.com/2011/03/15/full-screen-iphone-web-applications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;Object expected&#8221; error in IE. when using $(document).ready(function()</title>
		<link>http://www.suhailkaleem.com/2010/11/13/object-expected-error-in-ie-when-using-document-readyfunction/</link>
		<comments>http://www.suhailkaleem.com/2010/11/13/object-expected-error-in-ie-when-using-document-readyfunction/#comments</comments>
		<pubDate>Sat, 13 Nov 2010 20:39:34 +0000</pubDate>
		<dc:creator>suhailkaleem</dc:creator>
				<category><![CDATA[Fixes/Workarounds]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.suhailkaleem.com/?p=201</guid>
		<description><![CDATA[To fix this
check  the jquery script tag , if it is like
&#60;script  type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"&#62;&#60;/script&#62;
replace it like
&#60;script language="javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"&#62;&#60;/script&#62;
and  [...]]]></description>
		<wfw:commentRss>http://www.suhailkaleem.com/2010/11/13/object-expected-error-in-ie-when-using-document-readyfunction/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Add 1 day to GETDATE()</title>
		<link>http://www.suhailkaleem.com/2010/11/07/add-1-day-to-getdate/</link>
		<comments>http://www.suhailkaleem.com/2010/11/07/add-1-day-to-getdate/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 17:20:16 +0000</pubDate>
		<dc:creator>suhailkaleem</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.suhailkaleem.com/?p=198</guid>
		<description><![CDATA[GETDATE() function t-sql is used to get current systemdate and time
if you want to add 1 day to GETDATE() this is how you do it
you can use DATEDIFF to subtract date from current date
the following table from MSDN lists functions available for datetime in t-sql



Function
  [...]]]></description>
		<wfw:commentRss>http://www.suhailkaleem.com/2010/11/07/add-1-day-to-getdate/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

