<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippets for override</title>
		<link>http://www.bytemycode.com</link>
		<description>Snippets for this tag.</description>
		<pubDate>Mon, 06 Oct 2008 20:43:31 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	<item>
	<title>IE Explorer Proxy Override</title>
	<link>http://www.bytemycode.com/snippets/snippet/804/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/804/comments/</comments>
	<pubDate>Mon, 31 Mar 2008 18:10:12 +0000</pubDate>
	<dc:creator>berkeley_mikeg</dc:creator>
	<category>explorer, IE, Internet, override, proxy</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/804/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Mon. Mar. 31st, 2008  6:10 PM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/804/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_beginner.gif" align="middle" class="icon" alt="Beginner" /> <a href="http://www.bytemycode.com/members/member/berkeley_mikeg/" title="Beginner">berkeley_mikeg</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/explorer">explorer</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/IE">IE</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Internet">Internet</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/override">override</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/proxy">proxy</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/804/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 4
			<p>I have created this sippet because I VPN into work to check problems or e-mail and had to change my IE settings to surf the internet. With this sippet, once configured will allow you to override your internet explorer proxy settings to connect and browse the internet with one double click of the mouse or as I have done, add it to my VPN profile auto starter and it reconfigures my internet browser after i'm connected. <br />(this will shut the browser if it's running, make the changes and launch it with the changed configuration)</p>
		]]>
	</description>
</item><item>
	<title>Overriding ActiveRecord's find method</title>
	<link>http://www.bytemycode.com/snippets/snippet/460/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/460/comments/</comments>
	<pubDate>Wed, 11 Oct 2006 15:08:47 +0000</pubDate>
	<dc:creator>jeremec</dc:creator>
	<category>activerecord, find, override, rails, Ruby</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/460/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Wed. Oct. 11th, 2006  3:08 PM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/460/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_helper.gif" align="middle" class="icon" alt="Helper" /> <a href="http://www.bytemycode.com/members/member/jeremec/" title="Helper">jeremec</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/activerecord">activerecord</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/find">find</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/override">override</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/rails">rails</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Ruby">Ruby</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/460/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 1
			<p>From time to time you may have reasons to override the default find method that ActiveRecord provides.  In this example, we'll store a side-copy of the record attributes so that we have some basis for discovering changes to the data.<br /><br /><i>note: this will not override dynamic finders such as find_by_id</i></p>
		]]>
	</description>
</item>
	</channel>
</rss>