<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://beta.weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Jon Galloway - All Comments</title><link>http://beta.weblogs.asp.net/jgalloway/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>old excel office files</title><link>http://beta.weblogs.asp.net/jgalloway/archive/2008/05/08/jon-s-news-wrapup-may-8-2008-edition.aspx#6437009</link><pubDate>Wed, 23 Jul 2008 23:40:59 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6437009</guid><dc:creator>old excel office files</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;old excel office files&lt;/p&gt;
&lt;img src="http://beta.weblogs.asp.net/aggbug.aspx?PostID=6437009" width="1" height="1"&gt;</description></item><item><title>re: Handling "GO" Separators in SQL Scripts - the easy way</title><link>http://beta.weblogs.asp.net/jgalloway/archive/2006/11/07/Handling-_2200_GO_2200_-Separators-in-SQL-Scripts-_2D00_-the-easy-way.aspx#6436659</link><pubDate>Wed, 23 Jul 2008 20:53:26 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6436659</guid><dc:creator>Carlos Lobo</dc:creator><description>&lt;p&gt;With no results is great. What about if I've a script with 'GO' an it returns results?&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;Use &amp;lt;BD&amp;gt;&lt;/p&gt;
&lt;p&gt;go&lt;/p&gt;
&lt;p&gt;set nocount on&lt;/p&gt;
&lt;p&gt;go&lt;/p&gt;
&lt;p&gt;update table1 set fiel1 = 'XXX' where fieldkey &amp;gt; 100&lt;/p&gt;
&lt;p&gt;select * from table1&lt;/p&gt;
&lt;p&gt;go&lt;/p&gt;
&lt;img src="http://beta.weblogs.asp.net/aggbug.aspx?PostID=6436659" width="1" height="1"&gt;</description></item><item><title>outlook crm</title><link>http://beta.weblogs.asp.net/jgalloway/archive/2008/05/08/jon-s-news-wrapup-may-8-2008-edition.aspx#6435233</link><pubDate>Wed, 23 Jul 2008 11:37:57 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6435233</guid><dc:creator>outlook crm</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;outlook crm&lt;/p&gt;
&lt;img src="http://beta.weblogs.asp.net/aggbug.aspx?PostID=6435233" width="1" height="1"&gt;</description></item><item><title>re: GMail: "oops...the system was unable to perform your operation"</title><link>http://beta.weblogs.asp.net/jgalloway/archive/2005/10/25/428436.aspx#6434574</link><pubDate>Wed, 23 Jul 2008 07:11:24 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6434574</guid><dc:creator>TSmith</dc:creator><description>&lt;p&gt;i'm getting this on a CLEAN XP installation, SP3 and all Windows Updates installed, McAfee VirusScan Enterprise... no firewall apps besides XP, no content-filtering apps. Default browser security.&lt;/p&gt;
&lt;p&gt;I've tried both HTTP and HTTPS, no luck.&lt;/p&gt;
&lt;p&gt;So I've switched to Mozilla Thunderbird using IMAP, and it's working great. Hmmmmm...&lt;/p&gt;
&lt;img src="http://beta.weblogs.asp.net/aggbug.aspx?PostID=6434574" width="1" height="1"&gt;</description></item><item><title>re: Writing a custom ASP.NET Profile class</title><link>http://beta.weblogs.asp.net/jgalloway/archive/2008/01/19/writing-a-custom-asp-net-profile-class.aspx#6433682</link><pubDate>Wed, 23 Jul 2008 00:39:39 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6433682</guid><dc:creator>Martin Bayly</dc:creator><description>&lt;p&gt;To use this approach with the SqlTableProfileProvider(&lt;a rel="nofollow" target="_new" href="http://www.asp.net/downloads/sandbox/table-profile-provider-samples/"&gt;www.asp.net/.../table-profile-provider-samples&lt;/a&gt;), you need to define the table properties in your custom profile class too, or you get the &amp;quot;This profile property has already been defined&amp;quot; error.&lt;/p&gt;
&lt;p&gt;e.g.&lt;/p&gt;
&lt;p&gt;[SettingsAllowAnonymous(true), CustomProviderData(&amp;quot;FirstName;nvarchar&amp;quot;)]&lt;/p&gt;
&lt;p&gt;public string FirstName&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;get { return base[&amp;quot;FirstName&amp;quot;] as string; }&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;set { base[&amp;quot;FirstName&amp;quot;] = value; }&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;img src="http://beta.weblogs.asp.net/aggbug.aspx?PostID=6433682" width="1" height="1"&gt;</description></item><item><title>falsetru의 생각</title><link>http://beta.weblogs.asp.net/jgalloway/archive/2006/02/11/438009.aspx#6433615</link><pubDate>Wed, 23 Jul 2008 00:10:35 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6433615</guid><dc:creator>falsetru's me2DAY</dc:creator><description>&lt;p&gt;[tip] Prevent Windows Automatic Updates from rebooting your computer&lt;/p&gt;
&lt;img src="http://beta.weblogs.asp.net/aggbug.aspx?PostID=6433615" width="1" height="1"&gt;</description></item><item><title>re: Free OCR software? You may already have it...</title><link>http://beta.weblogs.asp.net/jgalloway/archive/2006/10/01/Free-OCR-software_3F00_-You-may-already-have-it_2E002E002E00_.aspx#6431665</link><pubDate>Tue, 22 Jul 2008 16:13:30 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6431665</guid><dc:creator>Tom</dc:creator><description>&lt;p&gt;I'm recovering from a disk head crash and lost ancient drivers etc. &amp;nbsp;Thanks for the tip i.e., free software. &amp;nbsp;I found it on my machine.&lt;/p&gt;
&lt;p&gt;I scanned, select all of type, copied (ctl C)&lt;/p&gt;
&lt;p&gt;dropped it into a new WORD document with a ctl-v. &amp;nbsp;Some format loss but no spelling errors, an improvement over my last OCR software.&lt;/p&gt;
&lt;p&gt;Much thanks.&lt;/p&gt;
&lt;img src="http://beta.weblogs.asp.net/aggbug.aspx?PostID=6431665" width="1" height="1"&gt;</description></item><item><title>Ultracet.</title><link>http://beta.weblogs.asp.net/jgalloway/archive/2005/02/16/joel-got-it-wrong-why-learning-c-is-a-waste-of-your-college-time-and-money.aspx#6430527</link><pubDate>Tue, 22 Jul 2008 10:54:42 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6430527</guid><dc:creator>Ultracet.</dc:creator><description>&lt;p&gt;Extracting acetaminophen from ultracet. Ultracet.&lt;/p&gt;
&lt;img src="http://beta.weblogs.asp.net/aggbug.aspx?PostID=6430527" width="1" height="1"&gt;</description></item><item><title>Side effects from lipitor.</title><link>http://beta.weblogs.asp.net/jgalloway/archive/2006/09/11/_5B00_tool_5D00_-TimeSnapper-_2D00_-Never-lose-work-again.aspx#6429661</link><pubDate>Tue, 22 Jul 2008 05:48:53 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6429661</guid><dc:creator>Lipitor.</dc:creator><description>&lt;p&gt;Lipitor heart skipping. Stomatitis associated with lipitor. Side effects from lipitor. Lipitor and impotence. Lipitor side effects.&lt;/p&gt;
&lt;img src="http://beta.weblogs.asp.net/aggbug.aspx?PostID=6429661" width="1" height="1"&gt;</description></item><item><title>??????SVN??????SHELL?????? | Good good study, day day up</title><link>http://beta.weblogs.asp.net/jgalloway/archive/2007/02/24/shell-command-remove-svn-folders.aspx#6429216</link><pubDate>Tue, 22 Jul 2008 03:12:03 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6429216</guid><dc:creator>??????SVN??????SHELL?????? | Good good study, day day up</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;??????SVN??????SHELL?????? | Good good study, day day up&lt;/p&gt;
&lt;img src="http://beta.weblogs.asp.net/aggbug.aspx?PostID=6429216" width="1" height="1"&gt;</description></item></channel></rss>