<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>We Toddz</title>
    <description>IT and Random Thoughts</description>
    <link>http://www.wetoddz.com/</link>
    <generator>BlogEngine.NET, http://www.dotnetblogengine.com/</generator>
    <language>en-GB</language>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/WeToddz" /><feedburner:info uri="wetoddz" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
      <title>Javascript: Attach Functions to Events</title>
      <description>&lt;p style="margin: 0in 0in 0pt" class="MsoNormal"&gt;
&lt;span style="font-family: Verdana; font-size: 10pt"&gt;This allows you &amp;nbsp;to connect events in the browser to javascript functions.&lt;/span&gt; 
&lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt" class="MsoNormal"&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p style="margin: 0in 0in 0pt" class="MsoNormal"&gt;
&lt;span style="font-family: Verdana; font-size: 10pt"&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;blockquote&gt;
	&lt;p style="margin: 0in 0in 0pt" class="MsoNormal"&gt;
	&lt;span style="font-family: Verdana; font-size: 10pt"&gt;window.attachEvent(&amp;quot;onload&amp;quot;, yourFunctionName(Var1, var2));&lt;/span&gt; 
	&lt;/p&gt;
&lt;/blockquote&gt;&lt;img src="http://feeds.feedburner.com/~r/WeToddz/~4/ss4I1syhrWw" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/WeToddz/~3/ss4I1syhrWw/post.aspx</link>
      <comments>http://www.wetoddz.com/post/Javascript-Attach-Functions-to-Events.aspx#comments</comments>
      <pubDate>Thu, 14 May 2009 07:05:00 +0000</pubDate>
      <guid isPermaLink="false">http://www.wetoddz.com/post.aspx?id=ad6576e5-ecb5-4c87-b459-4f41de5da2b4</guid>
      <pingback:server>http://www.wetoddz.com/pingback.axd</pingback:server>
      <pingback:target>http://www.wetoddz.com/post.aspx?id=ad6576e5-ecb5-4c87-b459-4f41de5da2b4</pingback:target>
      <trackback:ping>http://www.wetoddz.com/trackback.axd?id=ad6576e5-ecb5-4c87-b459-4f41de5da2b4</trackback:ping>
      <slash:comments>0</slash:comments>
      <wfw:comment>http://www.wetoddz.com/post/Javascript-Attach-Functions-to-Events.aspx#comments</wfw:comment>
      <wfw:commentRss>http://www.wetoddz.com/commentfeed.axd?id=ad6576e5-ecb5-4c87-b459-4f41de5da2b4</wfw:commentRss>
    <feedburner:origLink>http://www.wetoddz.com/post.aspx?id=ad6576e5-ecb5-4c87-b459-4f41de5da2b4</feedburner:origLink></item>
    <item>
      <title>SQL Statement Cross Server Call</title>
      <description>Declare @sqltxt nvarchar(500)&amp;nbsp; &lt;br /&gt;
Set&amp;nbsp;&amp;nbsp; @sqltxt = &amp;#39;UPDATE&amp;nbsp;&amp;nbsp;&lt;br /&gt;
&amp;nbsp; DatabaseName.dbo.Table&lt;br /&gt;
&amp;nbsp;SET&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;nbsp; Active = 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;nbsp;WHERE&amp;nbsp; &lt;br /&gt;
&amp;nbsp; Active = 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
--print (@sqltxt )&amp;nbsp; &lt;br /&gt;
exec Server.master.dbo.sp_executeSQL @sqltxt&amp;nbsp;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&lt;br /&gt;
&amp;nbsp;&lt;img src="http://feeds.feedburner.com/~r/WeToddz/~4/by6yVnaNbd8" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/WeToddz/~3/by6yVnaNbd8/post.aspx</link>
      <comments>http://www.wetoddz.com/post/SQL-Statement-Cross-Server-Call.aspx#comments</comments>
      <pubDate>Tue, 25 Nov 2008 10:33:00 +0000</pubDate>
      <guid isPermaLink="false">http://www.wetoddz.com/post.aspx?id=df095275-6f11-4eb8-832c-ee7fbe4680ea</guid>
      <category>SQL</category>
      <pingback:server>http://www.wetoddz.com/pingback.axd</pingback:server>
      <pingback:target>http://www.wetoddz.com/post.aspx?id=df095275-6f11-4eb8-832c-ee7fbe4680ea</pingback:target>
      <trackback:ping>http://www.wetoddz.com/trackback.axd?id=df095275-6f11-4eb8-832c-ee7fbe4680ea</trackback:ping>
      <slash:comments>0</slash:comments>
      <wfw:comment>http://www.wetoddz.com/post/SQL-Statement-Cross-Server-Call.aspx#comments</wfw:comment>
      <wfw:commentRss>http://www.wetoddz.com/commentfeed.axd?id=df095275-6f11-4eb8-832c-ee7fbe4680ea</wfw:commentRss>
    <feedburner:origLink>http://www.wetoddz.com/post.aspx?id=df095275-6f11-4eb8-832c-ee7fbe4680ea</feedburner:origLink></item>
    <item>
      <title>Clear input element in Javascript</title>
      <description>&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;&lt;a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&lt;/a&gt;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;html xmlns=&amp;quot;&lt;a href="http://www.w3.org/1999/xhtml"&gt;http://www.w3.org/1999/xhtml&lt;/a&gt;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=iso-8859-1&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;title&amp;gt;Untitled Document&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;lt;form action=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;%&lt;br /&gt;
i=0 &lt;br /&gt;
do while i&amp;lt;2&lt;br /&gt;
%&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;input type=&amp;quot;file&amp;quot; name=&amp;quot;MyImage&amp;lt;% = i %&amp;gt;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;input name=&amp;quot;button&amp;quot; type=&amp;quot;button&amp;quot; style=&amp;quot;width: 10.7em;&amp;quot;&lt;br /&gt;
onclick=&amp;quot;&lt;br /&gt;
var z = this.form.MyImage&amp;lt;% = I %&amp;gt;;&lt;br /&gt;
var x = document.createElement(&amp;#39;input&amp;#39;);&lt;br /&gt;
x.type = &amp;#39;file&amp;#39;;&lt;br /&gt;
if (z.name) x.name = z.name;&lt;br /&gt;
if (z.id) x.id = z.id;&lt;br /&gt;
this.form.replaceChild(x,z);&lt;br /&gt;
&amp;quot; value=&amp;quot;Clear filename&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;p&amp;gt;&amp;amp;nbsp;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;% &lt;br /&gt;
&amp;nbsp; i = i + 1&lt;br /&gt;
&amp;nbsp; loop%&amp;gt;&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;img src="http://feeds.feedburner.com/~r/WeToddz/~4/BRdCDf5P0TE" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/WeToddz/~3/BRdCDf5P0TE/post.aspx</link>
      <comments>http://www.wetoddz.com/post/Clear-input-element-in-Javascript.aspx#comments</comments>
      <pubDate>Fri, 21 Nov 2008 02:52:00 +0000</pubDate>
      <guid isPermaLink="false">http://www.wetoddz.com/post.aspx?id=a0547769-f77d-4266-9e1f-c78eb00f18cb</guid>
      <category>JavaScript</category>
      <pingback:server>http://www.wetoddz.com/pingback.axd</pingback:server>
      <pingback:target>http://www.wetoddz.com/post.aspx?id=a0547769-f77d-4266-9e1f-c78eb00f18cb</pingback:target>
      <trackback:ping>http://www.wetoddz.com/trackback.axd?id=a0547769-f77d-4266-9e1f-c78eb00f18cb</trackback:ping>
      <slash:comments>0</slash:comments>
      <wfw:comment>http://www.wetoddz.com/post/Clear-input-element-in-Javascript.aspx#comments</wfw:comment>
      <wfw:commentRss>http://www.wetoddz.com/commentfeed.axd?id=a0547769-f77d-4266-9e1f-c78eb00f18cb</wfw:commentRss>
    <feedburner:origLink>http://www.wetoddz.com/post.aspx?id=a0547769-f77d-4266-9e1f-c78eb00f18cb</feedburner:origLink></item>
    <item>
      <title>Disable a page or form</title>
      <description>&lt;p&gt;
Code to disable a page or form
&lt;/p&gt;
&lt;p&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&amp;lt;body onload=&amp;quot;document.form1.disabled = true;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;form name=&amp;quot;form1&amp;quot; id=&amp;quot;form1&amp;quot;&amp;gt;&lt;br /&gt;
asdf&amp;lt;a href=&amp;quot;&lt;a href="http://www.webceo.com/%22%3Easdf"&gt;http://www.webceo.com/&amp;quot;&amp;gt;asdf&lt;/a&gt; &amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/WeToddz/~4/dFYtO8AVVPU" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/WeToddz/~3/dFYtO8AVVPU/post.aspx</link>
      <comments>http://www.wetoddz.com/post/Disable-a-page-or-form.aspx#comments</comments>
      <pubDate>Wed, 05 Nov 2008 23:28:00 +0000</pubDate>
      <guid isPermaLink="false">http://www.wetoddz.com/post.aspx?id=ad47f484-f7bf-476f-8877-e04a98d1c0c6</guid>
      <category>JavaScript</category>
      <pingback:server>http://www.wetoddz.com/pingback.axd</pingback:server>
      <pingback:target>http://www.wetoddz.com/post.aspx?id=ad47f484-f7bf-476f-8877-e04a98d1c0c6</pingback:target>
      <trackback:ping>http://www.wetoddz.com/trackback.axd?id=ad47f484-f7bf-476f-8877-e04a98d1c0c6</trackback:ping>
      <slash:comments>0</slash:comments>
      <wfw:comment>http://www.wetoddz.com/post/Disable-a-page-or-form.aspx#comments</wfw:comment>
      <wfw:commentRss>http://www.wetoddz.com/commentfeed.axd?id=ad47f484-f7bf-476f-8877-e04a98d1c0c6</wfw:commentRss>
    <feedburner:origLink>http://www.wetoddz.com/post.aspx?id=ad47f484-f7bf-476f-8877-e04a98d1c0c6</feedburner:origLink></item>
    <item>
      <title>Jewish and Chinese Pilots</title>
      <description>&lt;p&gt;
A plane leaves Los Angeles airport under the control of a Jewish captain. His copilot is Chinese. It&amp;#39;s the first time they&amp;#39;ve flown together, and an awkward silence between the two seems to indicate a mutual dislike. 
&lt;/p&gt;
&lt;p&gt;
Once they reach cruising altitude, the Jewish captain activates the auto-pilot, leans back in his seat, and mutters, &amp;#39;I don&amp;#39;t like Chinese.&amp;#39;
&lt;/p&gt;
&lt;p&gt;
&amp;#39;No rike Chinese?&amp;#39; asks the copilot, &amp;#39;....why not?&amp;#39;
&lt;/p&gt;
&lt;p&gt;
&amp;#39;You people bombed Pearl Harbor, that&amp;#39;s why !&amp;#39;
&lt;/p&gt;
&lt;p&gt;
&amp;#39;No, no,&amp;#39; the co-pilot protests, &amp;#39;Chinese not bomb Peahl Hahbah! That Japanese, not Chinese.&amp;#39;
&lt;/p&gt;
&lt;p&gt;
&amp;#39;Japanese, Chinese, Vietnamese... doesn&amp;#39;t matter, you&amp;#39;re all alike!&amp;#39;
&lt;/p&gt;
&lt;p&gt;
There&amp;#39;s a few minutes of silence.
&lt;/p&gt;
&lt;p&gt;
&amp;#39;I no rike Jews either!&amp;#39; the copilot suddenly announces.
&lt;/p&gt;
&lt;p&gt;
&amp;#39;Oh yeah, why not?&amp;#39; asks the captain.
&lt;/p&gt;
&lt;p&gt;
&amp;#39;Jews sink Titanic.&amp;#39;
&lt;/p&gt;
&lt;p&gt;
&amp;#39;What? That&amp;#39;s insane! Jews didn&amp;#39;t sink the Titanic!&amp;#39; exclaims the captain, &amp;#39;It was an iceberg!&amp;#39;
&lt;/p&gt;
&lt;p&gt;
&amp;#39;Iceberg, Goldberg, Greenberg, Rosenberg ...no mattah... all same.&amp;#39;
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/WeToddz/~4/yWcRNjt-LWk" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/WeToddz/~3/yWcRNjt-LWk/post.aspx</link>
      <comments>http://www.wetoddz.com/post/Jewish-and-Chinese-Pilots.aspx#comments</comments>
      <pubDate>Mon, 25 Aug 2008 20:09:00 +0000</pubDate>
      <guid isPermaLink="false">http://www.wetoddz.com/post.aspx?id=1fa77b17-2d2e-4738-a4af-10232754a883</guid>
      <category>Spam</category>
      <pingback:server>http://www.wetoddz.com/pingback.axd</pingback:server>
      <pingback:target>http://www.wetoddz.com/post.aspx?id=1fa77b17-2d2e-4738-a4af-10232754a883</pingback:target>
      <trackback:ping>http://www.wetoddz.com/trackback.axd?id=1fa77b17-2d2e-4738-a4af-10232754a883</trackback:ping>
      <slash:comments>0</slash:comments>
      <wfw:comment>http://www.wetoddz.com/post/Jewish-and-Chinese-Pilots.aspx#comments</wfw:comment>
      <wfw:commentRss>http://www.wetoddz.com/commentfeed.axd?id=1fa77b17-2d2e-4738-a4af-10232754a883</wfw:commentRss>
    <feedburner:origLink>http://www.wetoddz.com/post.aspx?id=1fa77b17-2d2e-4738-a4af-10232754a883</feedburner:origLink></item>
    <item>
      <title>BEE STINGS !</title>
      <description>&lt;br /&gt;
This information may be something to remember, as this season will soon be&lt;br /&gt;
here again...&lt;br /&gt;
&lt;br /&gt;
It might be wise to carry a penny in your pocket while working in the&lt;br /&gt;
yard.......... BEE STINGS !&lt;br /&gt;
&lt;br /&gt;
A couple of weeks ago, I was stung by both a bee and hornet while working in&lt;br /&gt;
the garden.&lt;br /&gt;
&lt;br /&gt;
My arm swelled up, so I went to the doctor. The clinic gave me cream and an&lt;br /&gt;
antihistamine. The next day the swelling was getting progressively worse, so&lt;br /&gt;
I went to my regular doctor. The arm was Infected and needed an&lt;br /&gt;
antibiotic.The doctor told me - &amp;#39; The next time you get stung, put a penny&lt;br /&gt;
on the bite for 15 minutes&amp;#39;.&lt;br /&gt;
&lt;br /&gt;
That night, my niece was stung by two bees. I looked at the bite and it had&lt;br /&gt;
already started to swell. So, I taped a penny to her arm for 15 minutes. The&lt;br /&gt;
next morning, there was no sign of a bite. We decided that she just wasn&amp;#39;t&lt;br /&gt;
allergic to the sting! &lt;br /&gt;
&lt;br /&gt;
Soon, I was gardening outside. I got stung again, twice by a hornet on my&lt;br /&gt;
left hand. I thought, here I go again to the doctor for another antibiotic.&lt;br /&gt;
&lt;br /&gt;
I promptly got my money out and taped two pennies to my bites, then sat and&lt;br /&gt;
sulked for 15 minutes. The penny took the sting out of the bite&lt;br /&gt;
immediately.&lt;br /&gt;
&lt;br /&gt;
In the meantime the hornets were attacking, and my friend was stung on the&lt;br /&gt;
thumb. Again the penny. The next morning I could only see the spot where the&lt;br /&gt;
hornet had stung me. No redness, no swelling.&lt;br /&gt;
My friend&amp;#39;s sting was the same; couldn&amp;#39;t even tell where she had been stung.&lt;br /&gt;
&lt;br /&gt;
She got stung again a few days later upon her back---cutting the grass! And&lt;br /&gt;
the penny worked once again.&lt;br /&gt;
&lt;br /&gt;
Wanted to share this marvelous information in case you experience the same&lt;br /&gt;
problem. We need to keep a stock of pennies on hand ..&lt;br /&gt;
&lt;br /&gt;
The doctor said that the copper in the penn y counteracts the bite. It&lt;br /&gt;
definitely works!&lt;br /&gt;
! Please remember and pass this information on to your friends, children,&lt;br /&gt;
grandchildren, etc.&lt;br /&gt;
&amp;nbsp;&lt;img src="http://feeds.feedburner.com/~r/WeToddz/~4/zKwT5mGlmB8" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/WeToddz/~3/zKwT5mGlmB8/post.aspx</link>
      <comments>http://www.wetoddz.com/post/BEE-STINGS-!.aspx#comments</comments>
      <pubDate>Mon, 11 Aug 2008 22:44:00 +0000</pubDate>
      <guid isPermaLink="false">http://www.wetoddz.com/post.aspx?id=3481cab3-dea2-476f-9828-6b1209f28897</guid>
      <category>Spam</category>
      <pingback:server>http://www.wetoddz.com/pingback.axd</pingback:server>
      <pingback:target>http://www.wetoddz.com/post.aspx?id=3481cab3-dea2-476f-9828-6b1209f28897</pingback:target>
      <trackback:ping>http://www.wetoddz.com/trackback.axd?id=3481cab3-dea2-476f-9828-6b1209f28897</trackback:ping>
      <slash:comments>0</slash:comments>
      <wfw:comment>http://www.wetoddz.com/post/BEE-STINGS-!.aspx#comments</wfw:comment>
      <wfw:commentRss>http://www.wetoddz.com/commentfeed.axd?id=3481cab3-dea2-476f-9828-6b1209f28897</wfw:commentRss>
    <feedburner:origLink>http://www.wetoddz.com/post.aspx?id=3481cab3-dea2-476f-9828-6b1209f28897</feedburner:origLink></item>
    <item>
      <title>Javascript Date Range Validation</title>
      <description>&lt;p&gt;
Here is a Javascript function that will tell you if 2 dates make a valid date range. 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Code:&lt;/strong&gt; 
&lt;/p&gt;
&lt;font size="2" color="#0000ff"&gt;
&lt;blockquote&gt;
	&lt;em&gt;function&lt;/em&gt;&lt;font size="2"&gt;&lt;em&gt; isValidDateRange( objstartMonth,objstartDay, objstartYear, objendMonth,objendDay, objendYear)&lt;/em&gt;&lt;/font&gt;&lt;font size="2"&gt; 
	&lt;p&gt;
	&lt;em&gt;{&lt;/em&gt; 
	&lt;/p&gt;
	&lt;/font&gt;&lt;em&gt;&lt;font size="2" color="#0000ff"&gt;var&lt;/font&gt;&lt;font size="2"&gt; startDate = &lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;new&lt;/font&gt;&lt;/em&gt;&lt;font size="2"&gt;&lt;em&gt; Date(objstartYear.options[objstartYear.selectedIndex].value,objstartMonth.options[objstartMonth.selectedIndex].value,objstartDay.options[objstartDay.selectedIndex].value);&lt;/em&gt;&lt;/font&gt;&lt;font size="2"&gt; 
	&lt;p&gt;
	&lt;em&gt;&lt;font size="2" color="#0000ff"&gt;var&lt;/font&gt;&lt;font size="2"&gt; endDate = &lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;new&lt;/font&gt;&lt;/em&gt;&lt;font size="2"&gt;&lt;em&gt; Date(objendYear.options[objendYear.selectedIndex].value,objendMonth.options[objendMonth.selectedIndex].value,objendDay.options[objendDay.selectedIndex].value);&lt;/em&gt;&lt;/font&gt; 
	&lt;/p&gt;
	&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;em&gt;if&lt;/em&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;em&gt; &lt;/em&gt;&lt;/font&gt;&lt;font size="2"&gt;
	&lt;p&gt;
	&amp;nbsp;
	&lt;/p&gt;
	&lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;&lt;em&gt;if&lt;/em&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;em&gt; (startDate&amp;gt;=endDate)&lt;/em&gt;&lt;/font&gt;&lt;font size="2"&gt; 
	&lt;p&gt;
	&lt;em&gt;{ &lt;/em&gt;
	&lt;/p&gt;
	&lt;em&gt;alert(&lt;/em&gt;&lt;/font&gt;&lt;font size="2" color="#a31515"&gt;&lt;em&gt;&amp;quot;Invaild Date Range&amp;quot;&lt;/em&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;em&gt;);&lt;/em&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;em&gt;&lt;font size="2" color="#0000ff"&gt;return&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;false&lt;/font&gt;&lt;/em&gt;&lt;font size="2"&gt;&lt;em&gt;; &lt;/em&gt;&lt;/font&gt;&lt;font size="2"&gt;
	&lt;p&gt;
	&amp;nbsp;
	&lt;/p&gt;
	&lt;p&gt;
	&lt;em&gt;}&lt;/em&gt; 
	&lt;/p&gt;
	&lt;p&gt;
	&lt;font size="2" color="#0000ff"&gt;&lt;em&gt;else&lt;/em&gt;&lt;/font&gt; 
	&lt;/p&gt;
	&lt;/font&gt;&lt;font size="2"&gt;
	&lt;p&gt;
	&lt;em&gt;{ &lt;/em&gt;
	&lt;/p&gt;
	&lt;/font&gt;&lt;em&gt;&lt;font size="2" color="#0000ff"&gt;return&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font size="2" color="#0000ff"&gt;true&lt;/font&gt;&lt;/em&gt;&lt;font size="2"&gt;&lt;em&gt;;&lt;/em&gt;&lt;/font&gt;&lt;font size="2"&gt; 
	&lt;p&gt;
	&lt;em&gt;}&lt;/em&gt; 
	&lt;/p&gt;
	&lt;p&gt;
	&lt;em&gt;}&lt;/em&gt; 
	&lt;/p&gt;
	&lt;/font&gt;
&lt;/blockquote&gt;
&lt;/font&gt;&lt;img src="http://feeds.feedburner.com/~r/WeToddz/~4/9_C6-pDS6HI" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/WeToddz/~3/9_C6-pDS6HI/post.aspx</link>
      <comments>http://www.wetoddz.com/post/Javascript-Date-Range-Validation.aspx#comments</comments>
      <pubDate>Sat, 26 Jul 2008 15:30:00 +0000</pubDate>
      <guid isPermaLink="false">http://www.wetoddz.com/post.aspx?id=b5710463-20a0-414d-9fe2-0cb138798454</guid>
      <pingback:server>http://www.wetoddz.com/pingback.axd</pingback:server>
      <pingback:target>http://www.wetoddz.com/post.aspx?id=b5710463-20a0-414d-9fe2-0cb138798454</pingback:target>
      <trackback:ping>http://www.wetoddz.com/trackback.axd?id=b5710463-20a0-414d-9fe2-0cb138798454</trackback:ping>
      <slash:comments>0</slash:comments>
      <wfw:comment>http://www.wetoddz.com/post/Javascript-Date-Range-Validation.aspx#comments</wfw:comment>
      <wfw:commentRss>http://www.wetoddz.com/commentfeed.axd?id=b5710463-20a0-414d-9fe2-0cb138798454</wfw:commentRss>
    <feedburner:origLink>http://www.wetoddz.com/post.aspx?id=b5710463-20a0-414d-9fe2-0cb138798454</feedburner:origLink></item>
    <item>
      <title>Problems with reading cookies between Classic ASP and ASP.net</title>
      <description>&lt;p&gt;
The other day at work we started to have issues with sales tracking. After a little research I found that when you iterate through a user&amp;#39;s cookies in .Net that some users started to show multiple instances of a cookie with all but one instance containing a blank value. After further researching this situation there appears to be issues with Classic Asp, and ASP.Net. The following code was written in ASP.Net 1.1 (VB.net) iterates through all the users cookies and returns the cookie if it exists and is not blank. 
&lt;/p&gt;
&lt;p&gt;
&lt;u&gt;&lt;strong&gt;Code:&lt;/strong&gt;&lt;/u&gt; 
&lt;/p&gt;
&lt;p&gt;
Public Shared Function getCookie(ByVal CookieName As String) As HttpCookie&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim val As HttpCookie = Nothing&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; With HttpContext.Current&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For i As Integer = 0 To .Request.Cookies.Count - 1&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If .Request.Cookies.Item(i).Name.ToString.ToUpper = CookieName.ToUpper Then&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If Not .Request.Cookies.Item(i).Value.ToString = &amp;quot;&amp;quot; Then&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; val = .Request.Cookies.Item(i)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Next&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End With&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Return val&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; End Function 
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/WeToddz/~4/YnbXqNwwID0" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/WeToddz/~3/YnbXqNwwID0/post.aspx</link>
      <comments>http://www.wetoddz.com/post/Problems-with-reading-cookies-between-Classic-ASP-and-ASPnet.aspx#comments</comments>
      <pubDate>Wed, 28 May 2008 04:03:00 +0000</pubDate>
      <guid isPermaLink="false">http://www.wetoddz.com/post.aspx?id=bdd033b2-b733-4d2a-ba8c-be4d073b6e2f</guid>
      <category>ASP.NET</category>
      <category>VB.NET</category>
      <pingback:server>http://www.wetoddz.com/pingback.axd</pingback:server>
      <pingback:target>http://www.wetoddz.com/post.aspx?id=bdd033b2-b733-4d2a-ba8c-be4d073b6e2f</pingback:target>
      <trackback:ping>http://www.wetoddz.com/trackback.axd?id=bdd033b2-b733-4d2a-ba8c-be4d073b6e2f</trackback:ping>
      <slash:comments>0</slash:comments>
      <wfw:comment>http://www.wetoddz.com/post/Problems-with-reading-cookies-between-Classic-ASP-and-ASPnet.aspx#comments</wfw:comment>
      <wfw:commentRss>http://www.wetoddz.com/commentfeed.axd?id=bdd033b2-b733-4d2a-ba8c-be4d073b6e2f</wfw:commentRss>
    <feedburner:origLink>http://www.wetoddz.com/post.aspx?id=bdd033b2-b733-4d2a-ba8c-be4d073b6e2f</feedburner:origLink></item>
    <item>
      <title>Serialization is the method of storing objects or instances of classes in to binary streams</title>
      <description>&lt;p&gt;
Serialization is the method of storing objects or instances of classes in to binary streams so that they can be stored or transferred across a network to dependent applications. One security benefit commonly found with storing serialized objects is that they are unreadable by humans. This is a great security benefit in regards to the prevention of compromising data in comparison to storing data in a plain text file where everyone has the capability to read the data.
&lt;/p&gt;
&lt;p&gt;
Serialization can also be called deflating or marshalling.&lt;br /&gt;
The opposite of serialization is deserialization. Deserialization basically creates a clone of the original object by inflating the serialized data.
&lt;/p&gt;
&lt;p&gt;
Deserialization can also be called inflating or unmarshalling.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://en.wikipedia.org/wiki/Serialization"&gt;http://en.wikipedia.org/wiki/Serialization&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.codeproject.com/KB/cs/objserial.aspx"&gt;http://www.codeproject.com/KB/cs/objserial.aspx&lt;/a&gt;
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/WeToddz/~4/xdwmvjMcXbw" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/WeToddz/~3/xdwmvjMcXbw/post.aspx</link>
      <comments>http://www.wetoddz.com/post/Serialization-is-the-method-of-storing-objects-or-instances-of-classes-in-to-binary-streams.aspx#comments</comments>
      <pubDate>Wed, 09 Apr 2008 17:25:00 +0000</pubDate>
      <guid isPermaLink="false">http://www.wetoddz.com/post.aspx?id=afbbb140-ea69-408b-800e-f87de17ec8fc</guid>
      <category>Programming</category>
      <pingback:server>http://www.wetoddz.com/pingback.axd</pingback:server>
      <pingback:target>http://www.wetoddz.com/post.aspx?id=afbbb140-ea69-408b-800e-f87de17ec8fc</pingback:target>
      <trackback:ping>http://www.wetoddz.com/trackback.axd?id=afbbb140-ea69-408b-800e-f87de17ec8fc</trackback:ping>
      <slash:comments>0</slash:comments>
      <wfw:comment>http://www.wetoddz.com/post/Serialization-is-the-method-of-storing-objects-or-instances-of-classes-in-to-binary-streams.aspx#comments</wfw:comment>
      <wfw:commentRss>http://www.wetoddz.com/commentfeed.axd?id=afbbb140-ea69-408b-800e-f87de17ec8fc</wfw:commentRss>
    <feedburner:origLink>http://www.wetoddz.com/post.aspx?id=afbbb140-ea69-408b-800e-f87de17ec8fc</feedburner:origLink></item>
    <item>
      <title>Constructors are methods or subroutines that are called when a new instance of a class is created as an object</title>
      <description>&lt;p&gt;
Constructors are methods or subroutines that are called when a new instance of a class is created as an object. The constructor is called to initialize the values of the internal variables (data members) in the object and other advanced data types that form a Has-A relationship with the object. The constructor also has no return type.
&lt;/p&gt;
&lt;p&gt;
Like all methods and functions in object oriented programming, the constructor can be overloaded to allow for initializing the class based on the data the creator of the object has at the time of the objects creation. 
&lt;/p&gt;
&lt;p&gt;
Example of an overloaded constructor:
&lt;/p&gt;
&lt;p&gt;
//----------------------------------------------------------&lt;br /&gt;
public class Person {&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // instance variables:&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String name;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String phoneNumber;&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Constructor with name and number:&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public Person(String name, String phoneNumber){&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.name=name;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.phoneNumber=phoneNumber;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Alternative constructor without giving phone number.&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // This will set the phone number to &amp;quot;N/A&amp;quot; (for &amp;quot;not available&amp;quot;)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public Person(String name){&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this(name, &amp;quot;N/A&amp;quot;);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;
&amp;nbsp;}&lt;br /&gt;
//----------------------------------------------------------
&lt;/p&gt;
&lt;p&gt;
Code Example From: &lt;a href="http://en.wikipedia.org/wiki/Method_overloading"&gt;http://en.wikipedia.org/wiki/Method_overloading&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
The class Person has two constructors called Person, both can take the variable name but only the first method can take the phone number. To overload a method, you must create two or more methods with the same name but with different method signatures.&amp;nbsp; The method signature is based on the types of parameters passed into the function, and the order in which they appear in the method&amp;rsquo;s definition. 
&lt;/p&gt;
&lt;p&gt;
Example of 2 unique signatures:
&lt;/p&gt;
&lt;p&gt;
//----------------------------------------------------------&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public Person(String name, String phoneNumber)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public Person(String name)&lt;br /&gt;
//----------------------------------------------------------
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/WeToddz/~4/n47qXekcEx8" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/WeToddz/~3/n47qXekcEx8/post.aspx</link>
      <comments>http://www.wetoddz.com/post/Constructors-are-methods-or-subroutines-that-are-called-when-a-new-instance-of-a-class-is-created-as-an-object.aspx#comments</comments>
      <pubDate>Fri, 21 Mar 2008 18:48:00 +0000</pubDate>
      <guid isPermaLink="false">http://www.wetoddz.com/post.aspx?id=6ecc7802-2336-4905-8e4c-65aa67cacacc</guid>
      <category>Programming</category>
      <pingback:server>http://www.wetoddz.com/pingback.axd</pingback:server>
      <pingback:target>http://www.wetoddz.com/post.aspx?id=6ecc7802-2336-4905-8e4c-65aa67cacacc</pingback:target>
      <trackback:ping>http://www.wetoddz.com/trackback.axd?id=6ecc7802-2336-4905-8e4c-65aa67cacacc</trackback:ping>
      <slash:comments>0</slash:comments>
      <wfw:comment>http://www.wetoddz.com/post/Constructors-are-methods-or-subroutines-that-are-called-when-a-new-instance-of-a-class-is-created-as-an-object.aspx#comments</wfw:comment>
      <wfw:commentRss>http://www.wetoddz.com/commentfeed.axd?id=6ecc7802-2336-4905-8e4c-65aa67cacacc</wfw:commentRss>
    <feedburner:origLink>http://www.wetoddz.com/post.aspx?id=6ecc7802-2336-4905-8e4c-65aa67cacacc</feedburner:origLink></item>
    <item>
      <title>How to bust out of frames with ASP and JavaScript</title>
      <description>&lt;p&gt;
Put this in the&amp;nbsp;head of your&amp;nbsp;page.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
&lt;br /&gt;
&amp;lt;!--FrameBust Script --&amp;gt;&lt;br /&gt;
&amp;lt;%&lt;br /&gt;
&amp;nbsp;myUA = Request.ServerVariables(&amp;quot;HTTP_USER_AGENT&amp;quot;) &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; ua = lcase(myUA)&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp; &lt;br /&gt;
if instr(Ucase(uA), ucase(&amp;quot;MSIE 7.0&amp;quot;))&amp;gt;0 then%&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script language=&amp;quot;JavaScript&amp;quot;&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;!--&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;if(top != self){&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;top.location.href = location.href;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;}// --&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;%else%&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script language=&amp;#39;JavaScript&amp;#39; type=&amp;#39;text/javascript&amp;#39;&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;!--&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;if (top.frames.length!=0){&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;try {&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var shref = document.parentWindow ? document.parentWindow.location.href : top.location.href;&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var dot = shref.indexOf(&amp;quot;.&amp;quot;);&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (dot != -1)&amp;nbsp; { &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var sdomain = shref.substr (dot + 1);&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (sdomain.substr(0, 11).toLowerCase() != &amp;quot;blogger.com&amp;quot;)&amp;nbsp;&amp;nbsp;&amp;nbsp; { &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;top.location.replace(self.document.location);&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&amp;nbsp; &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;} catch (e) {top.location.replace(self.document.location);}&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;}// --&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;%end if%&amp;gt; 
&lt;/p&gt;
&lt;p&gt;
&amp;lt;!-- End FrameBust Script--&amp;gt; 
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/WeToddz/~4/CQbrt-L9-EA" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/WeToddz/~3/CQbrt-L9-EA/post.aspx</link>
      <comments>http://www.wetoddz.com/post/How-to-bust-out-of-frames-with-ASP-and-JavaScript.aspx#comments</comments>
      <pubDate>Sun, 09 Mar 2008 18:32:00 +0000</pubDate>
      <guid isPermaLink="false">http://www.wetoddz.com/post.aspx?id=acd09698-afbb-46c3-ad2d-332403213313</guid>
      <category>ASP.NET</category>
      <category>JavaScript</category>
      <pingback:server>http://www.wetoddz.com/pingback.axd</pingback:server>
      <pingback:target>http://www.wetoddz.com/post.aspx?id=acd09698-afbb-46c3-ad2d-332403213313</pingback:target>
      <trackback:ping>http://www.wetoddz.com/trackback.axd?id=acd09698-afbb-46c3-ad2d-332403213313</trackback:ping>
      <slash:comments>0</slash:comments>
      <wfw:comment>http://www.wetoddz.com/post/How-to-bust-out-of-frames-with-ASP-and-JavaScript.aspx#comments</wfw:comment>
      <wfw:commentRss>http://www.wetoddz.com/commentfeed.axd?id=acd09698-afbb-46c3-ad2d-332403213313</wfw:commentRss>
    <feedburner:origLink>http://www.wetoddz.com/post.aspx?id=acd09698-afbb-46c3-ad2d-332403213313</feedburner:origLink></item>
    <item>
      <title>Developing Good Networking Contacts</title>
      <description>&lt;p&gt;
There are millions of was you can develop good networking contacts, but you must be open to meeting new people. In the information technology industry, everyone is a potential client. So any place you can meet people is a good place to develop good networking contacts. 
&lt;/p&gt;
&lt;p&gt;
&lt;br /&gt;
Here are a few examples 
&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;&lt;strong&gt;Online Discussion Forums&lt;/strong&gt; &amp;ndash; Online forums are a great place to show your knowledge of a subject and allow you to meet people that share your same interests&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Blog Networks&lt;/strong&gt; &amp;ndash; Allowing others to read your thoughts and comment on them. In addition, you can so the same on other blogs with in the network.&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Networking Sites&lt;/strong&gt; &amp;ndash; Networking sites are a great way to find new contacts based on your current contacts because you can share common friends, and possibly common interests&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Volunteering&lt;/strong&gt; &amp;ndash; Volunteering is a great way to meet new contacts, and you can help others at the same time&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Civic Organizations&lt;/strong&gt; &amp;ndash; Participating in organizations or clubs like the Lions Club, Rotary Club, and religious affiliated organizations because you can meet people of all walks of life, and can share and contribute ideas for common goals&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Chamber of Commerce&lt;/strong&gt; &amp;ndash; This is another great way to meet contacts especially if you are interested in starting your own business. The chamber is a great way to meet other business oriented people who are always looking to collaborate and improve their business.&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Family and Friends&lt;/strong&gt; &amp;ndash; Family and friends are another excellent to meet new contacts, because they can always be on the lookout for opportunities for you. For example your brother hears that a friend of his needs a new website, so he gives him your number and highly recommends you. This is really good because the potential client is looking for the service you can perform, and you where already highly recommend.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
&lt;br /&gt;
All of the above options are available all over the country. 
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/WeToddz/~4/st_KNNUOTvM" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/WeToddz/~3/st_KNNUOTvM/post.aspx</link>
      <comments>http://www.wetoddz.com/post/Developing-Good-Networking-Contacts.aspx#comments</comments>
      <pubDate>Sat, 08 Mar 2008 22:04:00 +0000</pubDate>
      <guid isPermaLink="false">http://www.wetoddz.com/post.aspx?id=c91c192a-e986-4788-beeb-84ecd1ffc6a8</guid>
      <category>General</category>
      <category>Career Development</category>
      <pingback:server>http://www.wetoddz.com/pingback.axd</pingback:server>
      <pingback:target>http://www.wetoddz.com/post.aspx?id=c91c192a-e986-4788-beeb-84ecd1ffc6a8</pingback:target>
      <trackback:ping>http://www.wetoddz.com/trackback.axd?id=c91c192a-e986-4788-beeb-84ecd1ffc6a8</trackback:ping>
      <slash:comments>0</slash:comments>
      <wfw:comment>http://www.wetoddz.com/post/Developing-Good-Networking-Contacts.aspx#comments</wfw:comment>
      <wfw:commentRss>http://www.wetoddz.com/commentfeed.axd?id=c91c192a-e986-4788-beeb-84ecd1ffc6a8</wfw:commentRss>
    <feedburner:origLink>http://www.wetoddz.com/post.aspx?id=c91c192a-e986-4788-beeb-84ecd1ffc6a8</feedburner:origLink></item>
    <item>
      <title>Sql Identity Returning Incorrect Data</title>
      <description>&lt;p&gt;
&amp;nbsp;&amp;nbsp;INSERT INTO dbo.tbl_X (Storename)&amp;nbsp;&amp;nbsp;VALUES(&amp;nbsp;&amp;#39;test qae3&amp;#39;)
&lt;/p&gt;
&lt;p&gt;
Use:
&lt;/p&gt;
&lt;p&gt;
select SCOPE_IDENTITY()&lt;br /&gt;
select IDENT_CURRENT(&amp;#39;dbo.tbl_X&amp;#39;) AS NewID
&lt;/p&gt;
&lt;p&gt;
instead of this:
&lt;/p&gt;
&lt;p&gt;
@@Identity
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/WeToddz/~4/c8IN0EwA4yM" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/WeToddz/~3/c8IN0EwA4yM/post.aspx</link>
      <comments>http://www.wetoddz.com/post/Sql-Identity-Returning-Incorrect-Data.aspx#comments</comments>
      <pubDate>Tue, 04 Mar 2008 15:31:00 +0000</pubDate>
      <guid isPermaLink="false">http://www.wetoddz.com/post.aspx?id=cc088973-d967-417b-b763-caf5c4671c8d</guid>
      <pingback:server>http://www.wetoddz.com/pingback.axd</pingback:server>
      <pingback:target>http://www.wetoddz.com/post.aspx?id=cc088973-d967-417b-b763-caf5c4671c8d</pingback:target>
      <trackback:ping>http://www.wetoddz.com/trackback.axd?id=cc088973-d967-417b-b763-caf5c4671c8d</trackback:ping>
      <slash:comments>0</slash:comments>
      <wfw:comment>http://www.wetoddz.com/post/Sql-Identity-Returning-Incorrect-Data.aspx#comments</wfw:comment>
      <wfw:commentRss>http://www.wetoddz.com/commentfeed.axd?id=cc088973-d967-417b-b763-caf5c4671c8d</wfw:commentRss>
    <feedburner:origLink>http://www.wetoddz.com/post.aspx?id=cc088973-d967-417b-b763-caf5c4671c8d</feedburner:origLink></item>
    <item>
      <title>Biggest Advantages and Disadvantages of Applying Online For Jobs</title>
      <description>&lt;p&gt;
&lt;strong&gt;Biggest advantages of applying online&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Expanded Coverage Area&lt;/li&gt;
	&lt;li&gt;Cost Effective&lt;/li&gt;
	&lt;li&gt;Reduced Time and Increased Efficiency&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
With the ability to apply on online for jobs, potential employees can dramatically increase the scope of their job search because they are not really limited to their local area. Also, if they would like to relocate from their current location there is no need to move to their desired location before they find a new job. In addition they can look at several possible locations at once.
&lt;/p&gt;
&lt;p&gt;
Appling online is very cost effective for both the applicant and the potential employer. For the applicant, he or she does not have to print out a copy of their resume, drive to the location, and fill out a job application. By allowing the applicant to submit an application online they can avoid costly expenditures. 
&lt;/p&gt;
&lt;p&gt;
A few examples of this are:&amp;nbsp; 
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Ink &amp;amp; paper to print the resume&lt;/li&gt;
	&lt;li&gt;Gasoline&lt;/li&gt;
	&lt;li&gt;Ink to fill out the application&lt;/li&gt;
	&lt;li&gt;Time to actually complete the process&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
In addition business save money and time by allowing future employees to fill out applications online by not having to store the hard copy of the application. In addition, they&amp;nbsp; need someone take time to receive the documents and process them. When an application is received via online the data is stored usually in a database and can be automatically sent to the proper people responsible for hiring.&amp;nbsp; This saves the company money because it does not have to pay for someone&amp;rsquo;s time to receive and distribute the application. Not to mention paying to house the application until it is thrown out.
&lt;/p&gt;
&lt;p&gt;
In business the saying &amp;ldquo;Time is money&amp;rdquo; is absolutely true especially in our fast paced society.&amp;nbsp; This is proven by first defining&amp;nbsp; what you think your time is worth. To make numbers easy, lets say I estimate my time to be worth $60 per hour. If you compare the total time it takes to actually go and fill out an application at a location in comparison to just sit at home and filling out an online application&amp;nbsp; you will see that you are doing you and your family a financial disservice by wasting time driving to the location in addition to the other costs as specified above. 
&lt;/p&gt;
&lt;p&gt;
Example of time to go apply for job:
&lt;/p&gt;
&lt;blockquote&gt;
	&lt;p&gt;
	10 min - Prepare and print your resume&lt;br /&gt;
	20 min&amp;nbsp; - Adjust your appear to match the job&lt;br /&gt;
	20 min - Drive to potential palace of employment&lt;br /&gt;
	5 min - Inquire about job&lt;br /&gt;
	15 min - Fill out job application&lt;br /&gt;
	5 min to Submit job application&lt;br /&gt;
	20 min - Drive home
	&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Total time: 95 minutes&amp;nbsp; = 1 hour 35 minutes&lt;br /&gt;
Total Cost&amp;nbsp; $95.00 
&lt;/p&gt;
&lt;p&gt;
Example of time to go apply for job online:
&lt;/p&gt;
&lt;blockquote&gt;
	&lt;p&gt;
	10 min - Review job listing and&amp;nbsp; potential employers website&lt;br /&gt;
	20 min&amp;nbsp; - Fill out online Form&lt;br /&gt;
	1 min - Attach Resume
	&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Total Time: 31 minutes&lt;br /&gt;
Total Cost&amp;nbsp; $31.00 
&lt;/p&gt;
&lt;p&gt;
Total savings based on time allocated for applying online $95-$31 = $64 &lt;br /&gt;
Now Multiply that for ten applications and the cost would be $640. 
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Biggest disadvantages of applying online&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Potential for Errors&lt;/li&gt;
	&lt;li&gt;Potential for your information to be distributed with our your knowledge or permission&lt;/li&gt;
	&lt;li&gt;Loss of Human Experience&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
One big disadvantage of submitting your information online is the potential for errors in the application system. One example of this is the limitation of text fields where you enter your information. The system could be designed to only allow a certain number of characters, and you need more space. In addition, the application could send your information to the wrong people or not even store and send your information at all. 
&lt;/p&gt;
&lt;p&gt;
Another&amp;nbsp; big disadvantage of submitting your application online is your privacy being violated. This is especially true for job sites like monster who use your information against you when they solicit based on their advertisers targeting you based on filtered criteria. Don&amp;rsquo;t we get enough spam already? Or&amp;nbsp; your information could be potentially sold to marketing companies to be used again for various marketing cold call, junk mail or other various unsolicited advertising programs.
&lt;/p&gt;
&lt;p&gt;
For me personally, the biggest disadvantage of applying online is the loss of the human experience.&amp;nbsp; You can learn a lot about a company based on the people you interact with during the application process. This is also true for the overall company environment and atmosphere. This is helpful in determining if you actually would like to spend your time filling out the application because you can usually immediately tell if the work environment is what you are targeting.
&lt;/p&gt;
&lt;p&gt;
There is not really much you can do in regards to errors in the application system, but it could be a sign of how they run there business. For example if you get a server error when you try and submit&amp;nbsp; your application, you might think what kind of company is this. In addition, what kind of work environment do they encourage? Do the employees get away with&amp;nbsp; sub par work, or is it a sign that the company is over worked and is desperate for help?
&lt;/p&gt;
&lt;p&gt;
There is also not much you can do in regards to the distribution of your personal information. I can only recommend that someone submits applications to well known sites that have very good privacy polices. We all have to remember that once you submit the form with your information that a lot of people have access to it. I have heard of a few places where disgruntled employees have allegedly stolen data and used it for personal reasons. 
&lt;/p&gt;
&lt;p&gt;
One way you can combat the loss of&amp;nbsp; the human experience is by researching information about the company and&amp;nbsp; reviewing opinion sites about the company to find out more information in regards to how they operate, and how they treat there employees.
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/WeToddz/~4/IQn3gVgo5_Y" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/WeToddz/~3/IQn3gVgo5_Y/post.aspx</link>
      <comments>http://www.wetoddz.com/post/Biggest-Advantages-and-Disadvantages-of-Applying-Online-For-Jobs.aspx#comments</comments>
      <pubDate>Wed, 27 Feb 2008 01:31:00 +0000</pubDate>
      <guid isPermaLink="false">http://www.wetoddz.com/post.aspx?id=fdf0f783-7244-45e7-bd8f-825be08b79e5</guid>
      <category>Career Development</category>
      <pingback:server>http://www.wetoddz.com/pingback.axd</pingback:server>
      <pingback:target>http://www.wetoddz.com/post.aspx?id=fdf0f783-7244-45e7-bd8f-825be08b79e5</pingback:target>
      <trackback:ping>http://www.wetoddz.com/trackback.axd?id=fdf0f783-7244-45e7-bd8f-825be08b79e5</trackback:ping>
      <slash:comments>1</slash:comments>
      <wfw:comment>http://www.wetoddz.com/post/Biggest-Advantages-and-Disadvantages-of-Applying-Online-For-Jobs.aspx#comments</wfw:comment>
      <wfw:commentRss>http://www.wetoddz.com/commentfeed.axd?id=fdf0f783-7244-45e7-bd8f-825be08b79e5</wfw:commentRss>
    <feedburner:origLink>http://www.wetoddz.com/post.aspx?id=fdf0f783-7244-45e7-bd8f-825be08b79e5</feedburner:origLink></item>
    <item>
      <title>How to sync time on a windows PC</title>
      <description>&lt;p&gt;
I had to use this today. One of our machines at work did not get the daylight savings time patch from Microsoft. So after I updated the PC, I ran this to make sure the time was synced with the active directory domain controler.&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Here are the instructions from Microsoft.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;To force a computer to synchronize its time with a specific computer, send the 
following command: &lt;br /&gt;
&lt;br /&gt;
&lt;span class="userInput"&gt;NET TIME \\&amp;lt;MACHINENAME&amp;gt; 
/SET /Y&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
-or- &lt;br /&gt;
&lt;br /&gt;
&lt;span class="userInput"&gt;NET TIME \\&amp;lt;IP 
Address&amp;gt; /SET /Y&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
On computers running Windows NT 4.0 with 
Service Pack 3 installed, an environment variable called LogonServer is set to 
the validating domain controller. The LogonServer variable can be used to load 
balance the time source responsibility by sending the following command: 
&lt;br /&gt;
&lt;br /&gt;
&lt;span class="userInput"&gt;NET TIME %LOGONSERVER% /SET /Y &lt;/span&gt;&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
http://support.microsoft.com/kb/193825&amp;nbsp;
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/WeToddz/~4/JTAudWu2QAs" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/WeToddz/~3/JTAudWu2QAs/post.aspx</link>
      <comments>http://www.wetoddz.com/post/How-to-sync-time-on-a-windows-PC.aspx#comments</comments>
      <pubDate>Sun, 24 Feb 2008 07:17:00 +0000</pubDate>
      <guid isPermaLink="false">http://www.wetoddz.com/post.aspx?id=81a09da7-b8bd-47a7-bc57-43a9213c958b</guid>
      <category>Networking</category>
      <pingback:server>http://www.wetoddz.com/pingback.axd</pingback:server>
      <pingback:target>http://www.wetoddz.com/post.aspx?id=81a09da7-b8bd-47a7-bc57-43a9213c958b</pingback:target>
      <trackback:ping>http://www.wetoddz.com/trackback.axd?id=81a09da7-b8bd-47a7-bc57-43a9213c958b</trackback:ping>
      <slash:comments>0</slash:comments>
      <wfw:comment>http://www.wetoddz.com/post/How-to-sync-time-on-a-windows-PC.aspx#comments</wfw:comment>
      <wfw:commentRss>http://www.wetoddz.com/commentfeed.axd?id=81a09da7-b8bd-47a7-bc57-43a9213c958b</wfw:commentRss>
    <feedburner:origLink>http://www.wetoddz.com/post.aspx?id=81a09da7-b8bd-47a7-bc57-43a9213c958b</feedburner:origLink></item>
    <item>
      <title>Modular programming is the method of programming small task or programs</title>
      <description>&lt;p&gt;
Modular programming is the method of programming small task or programs that can be arranged in multiple variations to perform desired results. This method is great for preventing errors because each sub program does a specific task and can be debugged individually for that task or within a full program when combined with other small programs.
&lt;/p&gt;
&lt;p&gt;
&lt;br /&gt;
C# is a great example of modular programming because it allows for functions, methods, classes and objects to be use to create smaller sub programs. A program can be built from smaller pieces of code which saves development time and reduces the chance of errors because it is easier to test a small class or function for a simple solutions compared to testing a full program which has layers and layers of small programs working together.&lt;br /&gt;
Yes, it is possible to write the same program using modular and non modular programming, but I would not recommend it.
&lt;/p&gt;
&lt;p&gt;
&lt;br /&gt;
When you deal with non modular programs, they tend to contain a lot of spaghetti code which can be a pain to develop and not to mention debug especially if you did not write the code. In addition, in my experience they seem to have a lot more hidden bugs which waste debugging and development time.
&lt;/p&gt;
&lt;p&gt;
&lt;br /&gt;
I always use modular programming because programs designed and with this logic are easier to maintain and debug.
&lt;/p&gt;
&lt;p&gt;
&lt;br /&gt;
From the user&amp;rsquo;s view point, they cannot really tell if the code is modular or not with today&amp;rsquo;s computers.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.eng.fsu.edu/~dommelen/courses/cpm/notes/progreq/node2.html"&gt;http://www.eng.fsu.edu/~dommelen/courses/cpm/notes/progreq/node2.html&lt;/a&gt; 
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/WeToddz/~4/gh4Xrb4d5t0" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/WeToddz/~3/gh4Xrb4d5t0/post.aspx</link>
      <comments>http://www.wetoddz.com/post/Modular-programming-is-the-method-of-programming-small-task-or-programs.aspx#comments</comments>
      <pubDate>Tue, 19 Feb 2008 21:22:00 +0000</pubDate>
      <guid isPermaLink="false">http://www.wetoddz.com/post.aspx?id=960b1830-ce15-4b71-8b61-c342c89e99a9</guid>
      <category>Programming</category>
      <category>Programming</category>
      <pingback:server>http://www.wetoddz.com/pingback.axd</pingback:server>
      <pingback:target>http://www.wetoddz.com/post.aspx?id=960b1830-ce15-4b71-8b61-c342c89e99a9</pingback:target>
      <trackback:ping>http://www.wetoddz.com/trackback.axd?id=960b1830-ce15-4b71-8b61-c342c89e99a9</trackback:ping>
      <slash:comments>0</slash:comments>
      <wfw:comment>http://www.wetoddz.com/post/Modular-programming-is-the-method-of-programming-small-task-or-programs.aspx#comments</wfw:comment>
      <wfw:commentRss>http://www.wetoddz.com/commentfeed.axd?id=960b1830-ce15-4b71-8b61-c342c89e99a9</wfw:commentRss>
    <feedburner:origLink>http://www.wetoddz.com/post.aspx?id=960b1830-ce15-4b71-8b61-c342c89e99a9</feedburner:origLink></item>
    <item>
      <title>SQL Quick Reference</title>
      <description>&lt;p&gt;
Great quick ref for sql.
&lt;/p&gt;
&lt;p&gt;
update &lt;em&gt;tableOne&lt;/em&gt;&lt;br /&gt;
set &lt;em&gt;tableOne&lt;/em&gt;.&lt;em&gt;field1&lt;/em&gt;=&lt;em&gt;tableTwo&lt;/em&gt;.&lt;em&gt;fieldX&lt;/em&gt;&lt;br /&gt;
from &lt;em&gt;tableOne&lt;/em&gt;, &lt;em&gt;tableTwo&lt;/em&gt;&lt;br /&gt;
where &lt;em&gt;tableOne&lt;/em&gt;.&lt;em&gt;commonID&lt;/em&gt;=&lt;em&gt;tableTwo&lt;/em&gt;.&lt;em&gt;commonID&lt;/em&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.cryer.co.uk/brian/sql/sql_crib_sheet.htm"&gt;http://www.cryer.co.uk/brian/sql/sql_crib_sheet.htm&lt;/a&gt;
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/WeToddz/~4/QiO-9xsfEYk" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/WeToddz/~3/QiO-9xsfEYk/post.aspx</link>
      <comments>http://www.wetoddz.com/post/SQL-Quick-Reference.aspx#comments</comments>
      <pubDate>Sun, 10 Feb 2008 22:05:00 +0000</pubDate>
      <guid isPermaLink="false">http://www.wetoddz.com/post.aspx?id=a812cf4c-3650-4801-b463-d115cd8f6f04</guid>
      <category>SQL</category>
      <pingback:server>http://www.wetoddz.com/pingback.axd</pingback:server>
      <pingback:target>http://www.wetoddz.com/post.aspx?id=a812cf4c-3650-4801-b463-d115cd8f6f04</pingback:target>
      <trackback:ping>http://www.wetoddz.com/trackback.axd?id=a812cf4c-3650-4801-b463-d115cd8f6f04</trackback:ping>
      <slash:comments>0</slash:comments>
      <wfw:comment>http://www.wetoddz.com/post/SQL-Quick-Reference.aspx#comments</wfw:comment>
      <wfw:commentRss>http://www.wetoddz.com/commentfeed.axd?id=a812cf4c-3650-4801-b463-d115cd8f6f04</wfw:commentRss>
    <feedburner:origLink>http://www.wetoddz.com/post.aspx?id=a812cf4c-3650-4801-b463-d115cd8f6f04</feedburner:origLink></item>
    <item>
      <title>Defrag SQL Table Indexes</title>
      <description>&lt;p&gt;
Run this to defrag indexes on sql tables. 
&lt;/p&gt;
&lt;p&gt;
DBCC INDEXDEFRAG (database name, tablename, indexname) 
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/WeToddz/~4/AlK3xLC7MJA" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/WeToddz/~3/AlK3xLC7MJA/post.aspx</link>
      <comments>http://www.wetoddz.com/post/Defrag-SQL-Table-Indexes.aspx#comments</comments>
      <pubDate>Sat, 09 Feb 2008 08:25:00 +0000</pubDate>
      <guid isPermaLink="false">http://www.wetoddz.com/post.aspx?id=a9a3b625-592f-42df-92f4-a3ab96cf641b</guid>
      <category>SQL</category>
      <pingback:server>http://www.wetoddz.com/pingback.axd</pingback:server>
      <pingback:target>http://www.wetoddz.com/post.aspx?id=a9a3b625-592f-42df-92f4-a3ab96cf641b</pingback:target>
      <trackback:ping>http://www.wetoddz.com/trackback.axd?id=a9a3b625-592f-42df-92f4-a3ab96cf641b</trackback:ping>
      <slash:comments>0</slash:comments>
      <wfw:comment>http://www.wetoddz.com/post/Defrag-SQL-Table-Indexes.aspx#comments</wfw:comment>
      <wfw:commentRss>http://www.wetoddz.com/commentfeed.axd?id=a9a3b625-592f-42df-92f4-a3ab96cf641b</wfw:commentRss>
    <feedburner:origLink>http://www.wetoddz.com/post.aspx?id=a9a3b625-592f-42df-92f4-a3ab96cf641b</feedburner:origLink></item>
    <item>
      <title>IIS 6.0 Backup</title>
      <description>&lt;p&gt;
Create bat file with the code below, and run periodicly to backup IIs 6.0 
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;@echo off&lt;br /&gt;
cd c:\Windows\system32\&lt;br /&gt;
cscript iisback.vbs /backup /b IISBACKUP /v NEXT_VERSION&lt;br /&gt;
exit&lt;/em&gt; 
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/WeToddz/~4/1doVW25cuj4" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/WeToddz/~3/1doVW25cuj4/post.aspx</link>
      <comments>http://www.wetoddz.com/post/IIS-60-Backup.aspx#comments</comments>
      <pubDate>Mon, 04 Feb 2008 12:28:00 +0000</pubDate>
      <guid isPermaLink="false">http://www.wetoddz.com/post.aspx?id=69d60bbd-ef6a-4ef0-a101-2623a7056b07</guid>
      <category>IIS</category>
      <pingback:server>http://www.wetoddz.com/pingback.axd</pingback:server>
      <pingback:target>http://www.wetoddz.com/post.aspx?id=69d60bbd-ef6a-4ef0-a101-2623a7056b07</pingback:target>
      <trackback:ping>http://www.wetoddz.com/trackback.axd?id=69d60bbd-ef6a-4ef0-a101-2623a7056b07</trackback:ping>
      <slash:comments>0</slash:comments>
      <wfw:comment>http://www.wetoddz.com/post/IIS-60-Backup.aspx#comments</wfw:comment>
      <wfw:commentRss>http://www.wetoddz.com/commentfeed.axd?id=69d60bbd-ef6a-4ef0-a101-2623a7056b07</wfw:commentRss>
    <feedburner:origLink>http://www.wetoddz.com/post.aspx?id=69d60bbd-ef6a-4ef0-a101-2623a7056b07</feedburner:origLink></item>
    <item>
      <title>Reindex SQL Table</title>
      <description>DBCC DBREINDEX(&amp;#39;TableName&amp;#39;,&amp;#39; &amp;#39;,90)&lt;img src="http://feeds.feedburner.com/~r/WeToddz/~4/I5rnuVoUJAM" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/WeToddz/~3/I5rnuVoUJAM/post.aspx</link>
      <comments>http://www.wetoddz.com/post/Reindex-SQL-Table.aspx#comments</comments>
      <pubDate>Tue, 08 Jan 2008 13:10:00 +0000</pubDate>
      <guid isPermaLink="false">http://www.wetoddz.com/post.aspx?id=622ca2db-268c-497b-939a-c26b0127a7bb</guid>
      <category>SQL</category>
      <pingback:server>http://www.wetoddz.com/pingback.axd</pingback:server>
      <pingback:target>http://www.wetoddz.com/post.aspx?id=622ca2db-268c-497b-939a-c26b0127a7bb</pingback:target>
      <trackback:ping>http://www.wetoddz.com/trackback.axd?id=622ca2db-268c-497b-939a-c26b0127a7bb</trackback:ping>
      <slash:comments>0</slash:comments>
      <wfw:comment>http://www.wetoddz.com/post/Reindex-SQL-Table.aspx#comments</wfw:comment>
      <wfw:commentRss>http://www.wetoddz.com/commentfeed.axd?id=622ca2db-268c-497b-939a-c26b0127a7bb</wfw:commentRss>
    <feedburner:origLink>http://www.wetoddz.com/post.aspx?id=622ca2db-268c-497b-939a-c26b0127a7bb</feedburner:origLink></item>
    <blogChannel:blink>http://www.wetoddz.com/syndication.axd?format=rss</blogChannel:blink>
    <dc:creator>We Toddz</dc:creator>
    <dc:language>en-GB</dc:language>
    <geo:lat>0</geo:lat>
    <geo:long>0</geo:long>
  </channel>
</rss>
