<?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://feed.attackwork.com/~d/styles/itemcontent.css"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Steal This Site</title>
    <link>http://www.AttackWork.com/Blog/Steal-This-Site/</link>
    <description>Programming code used to develop AttackWork.com</description>
    <language>en-us</language>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feed.attackwork.com/attack-work/steal-this-site" /><feedburner:info uri="attack-work/steal-this-site" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>attack-work/steal-this-site</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
      <title>Remove White Space in HTML Output</title>
      <description>If you've looked at the HTML source of an ASP.NET page you know there's a ton of extra whitespace that isn't necessary. If you're concerned about page load speed and bandwidth you'll want to remove al...&lt;img src="http://feeds.feedburner.com/~r/attack-work/steal-this-site/~4/IE8j2p4XhsM" height="1" width="1"/&gt;</description>
      <link>http://feed.attackwork.com/~r/attack-work/steal-this-site/~3/IE8j2p4XhsM/Default.aspx</link>
      <pubDate>Mon, 23 Mar 2009 02:47:45 GMT</pubDate>
    <feedburner:origLink>http://www.attackwork.com/BlogEntry/17/Remove-White-Space-in-HTML-Output/Default.aspx</feedburner:origLink></item>
    <item>
      <title>Textarea Cancel Enter or Return Key that Submits a Form on FireFox</title>
      <description>When you set a default button using Asp.Net, have a Textarea on the form and are using FireFox a user can't hit the enter key to create a new line. Instead what happens is the form tries to submit its...&lt;img src="http://feeds.feedburner.com/~r/attack-work/steal-this-site/~4/im4XVhR3lH4" height="1" width="1"/&gt;</description>
      <link>http://feed.attackwork.com/~r/attack-work/steal-this-site/~3/im4XVhR3lH4/Default.aspx</link>
      <pubDate>Sun, 01 Mar 2009 15:28:47 GMT</pubDate>
    <feedburner:origLink>http://www.attackwork.com/BlogEntry/16/Textarea-Cancel-Enter-or-Return-Key-that-Submits-a-Form-on-FireFox/Default.aspx</feedburner:origLink></item>
    <item>
      <title>Master, Page and Control Page Event Execution Order</title>
      <description>The execution order of the Master, Page and Control page events are not intuative.&amp;nbsp;During each section (init, load and prerender)&amp;nbsp;another&amp;nbsp;one takes the lead and the order of events chan...&lt;img src="http://feeds.feedburner.com/~r/attack-work/steal-this-site/~4/6FKA3_Hulbc" height="1" width="1"/&gt;</description>
      <link>http://feed.attackwork.com/~r/attack-work/steal-this-site/~3/6FKA3_Hulbc/Default.aspx</link>
      <pubDate>Fri, 12 Dec 2008 15:20:58 GMT</pubDate>
    <feedburner:origLink>http://www.attackwork.com/BlogEntry/15/Master-Page-and-Control-Page-Event-Execution-Order/Default.aspx</feedburner:origLink></item>
    <item>
      <title>Textbox and Dropdown combined</title>
      <description>While creating a form for a project I wanted to give the user the option of either creating a new entry or selecting from an existing one. The standard way to do it is to give the user a textbox on on...&lt;img src="http://feeds.feedburner.com/~r/attack-work/steal-this-site/~4/UVrjVGlpV18" height="1" width="1"/&gt;</description>
      <link>http://feed.attackwork.com/~r/attack-work/steal-this-site/~3/UVrjVGlpV18/Default.aspx</link>
      <pubDate>Wed, 12 Nov 2008 06:32:38 GMT</pubDate>
    <feedburner:origLink>http://www.attackwork.com/BlogEntry/12/Textbox-and-Dropdown-combined/Default.aspx</feedburner:origLink></item>
    <item>
      <title>Daylight Saving Time (DST) Detect</title>
      <description>Detecting DST should be a basic function that's included in Javascript. Sadly, along with many other basic functions, this one isn't. For all my Google searches I wasn't able to find a clear cut bulle...&lt;img src="http://feeds.feedburner.com/~r/attack-work/steal-this-site/~4/a_fhvGaHtf0" height="1" width="1"/&gt;</description>
      <link>http://feed.attackwork.com/~r/attack-work/steal-this-site/~3/a_fhvGaHtf0/Default.aspx</link>
      <pubDate>Mon, 03 Nov 2008 08:25:05 GMT</pubDate>
    <feedburner:origLink>http://www.attackwork.com/BlogEntry/11/Daylight-Saving-Time-DST-Detect/Default.aspx</feedburner:origLink></item>
    <item>
      <title>Render Control and Retrieve its HTML in Code</title>
      <description>The common way to utilize a control is to pass in properties and let the server render and display the resulting HTML. There are times when you'd want to retrieve and manipulate the rendered&amp;nbsp;HTML...&lt;img src="http://feeds.feedburner.com/~r/attack-work/steal-this-site/~4/TMYV7xmOPDM" height="1" width="1"/&gt;</description>
      <link>http://feed.attackwork.com/~r/attack-work/steal-this-site/~3/TMYV7xmOPDM/Default.aspx</link>
      <pubDate>Fri, 31 Oct 2008 08:03:41 GMT</pubDate>
    <feedburner:origLink>http://www.attackwork.com/BlogEntry/10/Render-Control-and-Retrieve-its-HTML-in-Code/Default.aspx</feedburner:origLink></item>
    <item>
      <title>Scroll to Object Without Leaving Page</title>
      <description>The most common way to scroll a page is to link the user to a URL with #AnchorId at the end. This method allows the browser to handle everything and there is no code needed. For times when you need a ...&lt;img src="http://feeds.feedburner.com/~r/attack-work/steal-this-site/~4/cWNBtLcepVg" height="1" width="1"/&gt;</description>
      <link>http://feed.attackwork.com/~r/attack-work/steal-this-site/~3/cWNBtLcepVg/Default.aspx</link>
      <pubDate>Fri, 31 Oct 2008 07:38:21 GMT</pubDate>
    <feedburner:origLink>http://www.attackwork.com/BlogEntry/9/Scroll-to-Object-Without-Leaving-Page/Default.aspx</feedburner:origLink></item>
    <item>
      <title>Object Position (Top and Left Offset) on a Page</title>
      <description>Retrieves the left and top offset of an object using Javascript. I got this from Peter-Paul Koch's page http://www.quirksmode.org/js/findpos.html. His description is more extensive.
 
Pass in the ob...&lt;img src="http://feeds.feedburner.com/~r/attack-work/steal-this-site/~4/eLQKaKPZE4E" height="1" width="1"/&gt;</description>
      <link>http://feed.attackwork.com/~r/attack-work/steal-this-site/~3/eLQKaKPZE4E/Default.aspx</link>
      <pubDate>Thu, 30 Oct 2008 23:52:05 GMT</pubDate>
    <feedburner:origLink>http://www.attackwork.com/BlogEntry/8/Object-Position-Top-and-Left-Offset-on-a-Page/Default.aspx</feedburner:origLink></item>
    <item>
      <title>Reseed an Identity value using DBCC CheckIdent</title>
      <description>To reseed the identity value of a column you can use the DBCC CheckIdent command. In the following example I reseed the identity column of a table called ExampleTable to 9. The reseed value has to be ...&lt;img src="http://feeds.feedburner.com/~r/attack-work/steal-this-site/~4/XXJN0JP4J4Y" height="1" width="1"/&gt;</description>
      <link>http://feed.attackwork.com/~r/attack-work/steal-this-site/~3/XXJN0JP4J4Y/Default.aspx</link>
      <pubDate>Sat, 11 Oct 2008 11:08:44 GMT</pubDate>
    <feedburner:origLink>http://www.attackwork.com/BlogEntry/7/Reseed-an-Identity-value-using-DBCC-CheckIdent/Default.aspx</feedburner:origLink></item>
    <item>
      <title>Time Zone Dropdown Select List</title>
      <description>HTML of a Dropdown list with all the time zones already added.&lt;img src="http://feeds.feedburner.com/~r/attack-work/steal-this-site/~4/wE8FP5usH40" height="1" width="1"/&gt;</description>
      <link>http://feed.attackwork.com/~r/attack-work/steal-this-site/~3/wE8FP5usH40/Default.aspx</link>
      <pubDate>Wed, 08 Oct 2008 09:13:30 GMT</pubDate>
    <feedburner:origLink>http://www.attackwork.com/BlogEntry/6/Time-Zone-Dropdown-Select-List/Default.aspx</feedburner:origLink></item>
    <item>
      <title>Parse querystring and similar text</title>
      <description>There is no built in function in Javascript to parse the querystring of a URL. That means&amp;nbsp;a querystring parser is a basic function you need to add for Javascript development. What I did with mine...&lt;img src="http://feeds.feedburner.com/~r/attack-work/steal-this-site/~4/m-jCbJgNR0U" height="1" width="1"/&gt;</description>
      <link>http://feed.attackwork.com/~r/attack-work/steal-this-site/~3/m-jCbJgNR0U/Default.aspx</link>
      <pubDate>Tue, 07 Oct 2008 21:24:30 GMT</pubDate>
    <feedburner:origLink>http://www.attackwork.com/BlogEntry/5/Parse-querystring-and-similar-text/Default.aspx</feedburner:origLink></item>
    <item>
      <title>Time Zone Comma Delimited List</title>
      <description>Comma delimited time zone list ready to be imported into a table. First column is the time zone offset. This column is in hours and you'll notice some use decimals. Second column is the name of the ti...&lt;img src="http://feeds.feedburner.com/~r/attack-work/steal-this-site/~4/l-puYfHLrAg" height="1" width="1"/&gt;</description>
      <link>http://feed.attackwork.com/~r/attack-work/steal-this-site/~3/l-puYfHLrAg/Default.aspx</link>
      <pubDate>Sat, 04 Oct 2008 00:29:37 GMT</pubDate>
    <feedburner:origLink>http://www.attackwork.com/BlogEntry/4/Time-Zone-Comma-Delimited-List/Default.aspx</feedburner:origLink></item>
    <item>
      <title>Time zone detect and ignore Daylight Saving Time (DST)</title>
      <description>When I needed a way to detect the browser time zone all I found were posts using getTimezoneOffset. The problem with that was it never took into account DST. If the user was currently in DST the funct...&lt;img src="http://feeds.feedburner.com/~r/attack-work/steal-this-site/~4/j-wct72FV6A" height="1" width="1"/&gt;</description>
      <link>http://feed.attackwork.com/~r/attack-work/steal-this-site/~3/j-wct72FV6A/Default.aspx</link>
      <pubDate>Wed, 01 Oct 2008 08:42:35 GMT</pubDate>
    <feedburner:origLink>http://www.attackwork.com/BlogEntry/3/Time-zone-detect-and-ignore-Daylight-Saving-Time-DST/Default.aspx</feedburner:origLink></item>
    <item>
      <title>URL Encoder and Decoder</title>
      <description>Creating proper URLs can be tricky. Many characters are reserved to be able to parse the different segments of the URL. For example if you want to add a question mark you must encode it first since it...&lt;img src="http://feeds.feedburner.com/~r/attack-work/steal-this-site/~4/Qf3wdEpP_wY" height="1" width="1"/&gt;</description>
      <link>http://feed.attackwork.com/~r/attack-work/steal-this-site/~3/Qf3wdEpP_wY/Default.aspx</link>
      <pubDate>Wed, 01 Oct 2008 08:02:13 GMT</pubDate>
    <feedburner:origLink>http://www.attackwork.com/BlogEntry/2/URL-Encoder-and-Decoder/Default.aspx</feedburner:origLink></item>
    <item>
      <title>HTML Encoder and Decoder</title>
      <description>While developing websites there are times when I need to display the characters &amp;lt; and&amp;nbsp;&amp;gt; on a web page.&amp;nbsp;Since these characters are reserved you must encode them first. Encoding simply c...&lt;img src="http://feeds.feedburner.com/~r/attack-work/steal-this-site/~4/3WzDNwN4Gpo" height="1" width="1"/&gt;</description>
      <link>http://feed.attackwork.com/~r/attack-work/steal-this-site/~3/3WzDNwN4Gpo/Default.aspx</link>
      <pubDate>Wed, 01 Oct 2008 07:59:20 GMT</pubDate>
    <feedburner:origLink>http://www.attackwork.com/BlogEntry/1/HTML-Encoder-and-Decoder/Default.aspx</feedburner:origLink></item>
  </channel>
</rss>
