<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Pure-Essence.Net &#187; hijack get request</title>
	<atom:link href="http://pure-essence.net/tag/hijack-get-request/feed/" rel="self" type="application/rss+xml" />
	<link>http://pure-essence.net</link>
	<description>You have to visit this geeky girl&#039;s blog.</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:26:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pure-essence.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Pure-Essence.Net &#187; hijack get request</title>
		<link>http://pure-essence.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pure-essence.net/osd.xml" title="Pure-Essence.Net" />
	<atom:link rel='hub' href='http://pure-essence.net/?pushpress=hub'/>
		<item>
		<title>jQuery and Tamper data rock</title>
		<link>http://pure-essence.net/2008/02/27/jquery-and-tamper-data-rock/</link>
		<comments>http://pure-essence.net/2008/02/27/jquery-and-tamper-data-rock/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 19:36:20 +0000</pubDate>
		<dc:creator>pureessence</dc:creator>
				<category><![CDATA[geeky]]></category>
		<category><![CDATA[non php code]]></category>
		<category><![CDATA[plug]]></category>
		<category><![CDATA[Firefox addon]]></category>
		<category><![CDATA[hijack get request]]></category>
		<category><![CDATA[hijack http request]]></category>
		<category><![CDATA[hijack post request]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[proxy server]]></category>
		<category><![CDATA[Tamper data]]></category>
		<category><![CDATA[WebScarab]]></category>

		<guid isPermaLink="false">http://regretless.com/2008/02/27/jquery-and-tamper-data-rock/</guid>
		<description><![CDATA[I&#8217;ve been working on a UI design at work and some of the build in components have border=&#8221;1&#8243; on their generated table code. To achieve a consistent look, I always want border=&#8221;0&#8243; on the table so I can control the table border with CSS. There is no way as far as I know you can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pure-essence.net&amp;blog=23194870&amp;post=1214&amp;subd=pe20110517&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on a UI design at work and some of the build in components have border=&#8221;1&#8243; on their generated table code. To achieve a consistent look, I always want border=&#8221;0&#8243; on the table so I can control the table border with CSS. There is no way as far as I know you can get rid of the table border with CSS once the source have border=&#8221;1&#8243; in the table tag. But you can get rid of all table borders with this single line of code in <a href="http://jquery.com">jQuery</a>:<br />
<pre class="brush: jscript; wrap-lines: false;">
$(&quot;table[border!='0']&quot;).attr(&quot;border&quot;, &quot;0&quot;);
</pre><br />
It completely rules!!</p>
<p>While debugging, I also found this awesome Firefox plugin: <a href="https://addons.mozilla.org/en-US/firefox/addon/966">Tamper data</a>. It lets you hijack a post/get http request on the fly so you can view and modify the submitted parameters. I used to use <a href="http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project">WebScarab</a>. But this is so much lighter weight. Although it only works in Firefox while <a href="http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project">WebScarab</a>, a proxy server, would work with any browsers.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/pe20110517.wordpress.com/1214/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/pe20110517.wordpress.com/1214/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pe20110517.wordpress.com/1214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pe20110517.wordpress.com/1214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pe20110517.wordpress.com/1214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pe20110517.wordpress.com/1214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pe20110517.wordpress.com/1214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pe20110517.wordpress.com/1214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pe20110517.wordpress.com/1214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pe20110517.wordpress.com/1214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pe20110517.wordpress.com/1214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pe20110517.wordpress.com/1214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pe20110517.wordpress.com/1214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pe20110517.wordpress.com/1214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pe20110517.wordpress.com/1214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pe20110517.wordpress.com/1214/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pure-essence.net&amp;blog=23194870&amp;post=1214&amp;subd=pe20110517&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pure-essence.net/2008/02/27/jquery-and-tamper-data-rock/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fcfd5e14ca9c91790e95dfdb1d2ad756?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pureessence</media:title>
		</media:content>
	</item>
	</channel>
</rss>
