<?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</title>
	<atom:link href="http://OurLil.com/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, 26 Jul 2010 21:39:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>50 jQuery Tools for Awesome Websites &#124; Pro Blog Design</title>
		<link>http://OurLil.com/blog/50-jquery-tools-for-awesome-websites-pro-blog-design/693/</link>
		<comments>http://OurLil.com/blog/50-jquery-tools-for-awesome-websites-pro-blog-design/693/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 21:39:40 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[laptop]]></category>

		<guid isPermaLink="false">http://OurLil.com/?p=693</guid>
		<description><![CDATA[50 jQuery Tools for Awesome Websites &#124; Pro Blog Design.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.problogdesign.com/resources/50-jquery-tools-for-awesome-websites/">50 jQuery Tools for Awesome Websites | Pro Blog Design</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/50-jquery-tools-for-awesome-websites-pro-blog-design/693/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>My first post from my iPhone &amp; free from Freedom</title>
		<link>http://OurLil.com/blog/my-first-post-from-my-iphone-free-from-freedom/682/</link>
		<comments>http://OurLil.com/blog/my-first-post-from-my-iphone-free-from-freedom/682/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 17:28:35 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Freedom]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://OurLil.com/blog/2010/02/27/my-first-post-from-my-iphone-free-from-freedom/682/</guid>
		<description><![CDATA[Is this thing on? Yay! First post!]]></description>
			<content:encoded><![CDATA[<p>Is this thing on? Yay! First post! <img src='http://OurLil.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/my-first-post-from-my-iphone-free-from-freedom/682/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computer 3D From a Long Time Ago in a Galaxy Far, Far Away</title>
		<link>http://OurLil.com/blog/computer-3d-from-a-long-time-ago-in-a-galaxy-far-far-away/680/</link>
		<comments>http://OurLil.com/blog/computer-3d-from-a-long-time-ago-in-a-galaxy-far-far-away/680/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 18:42:47 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://OurLil.com/?p=680</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/computer-3d-from-a-long-time-ago-in-a-galaxy-far-far-away/680/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get rid of categories / comments info in Pressrow posts? Â« WordPress.com Forums</title>
		<link>http://OurLil.com/blog/get-rid-of-categories-comments-info-in-pressrow-posts-%c2%ab-wordpresscom-forums/661/</link>
		<comments>http://OurLil.com/blog/get-rid-of-categories-comments-info-in-pressrow-posts-%c2%ab-wordpresscom-forums/661/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 15:27:11 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[doppleganger]]></category>

		<guid isPermaLink="false">http://clay.freedomblogging.com/?p=661</guid>
		<description><![CDATA[This guy on this post looks a lot like someone I know&#8230; Get rid of categories / comments info in Pressrow posts? Â« WordPress.com Forums.]]></description>
			<content:encoded><![CDATA[<p>This guy on this post looks a lot like someone I know&#8230;</p>
<p style="text-align: center"><a href="http://en.forums.wordpress.com/topic/get-rid-of-categories-comments-info-in-pressrow-posts?replies=8"><img src="http://www.gravatar.com/avatar/6a10b2474ae614a086bf16e1cbf8ede0?s=48&amp;d=identicon&amp;r=g" alt="Doppleganger - Separated at birth?" /></a></p>
<p><a href="http://en.forums.wordpress.com/topic/get-rid-of-categories-comments-info-in-pressrow-posts?replies=8">Get rid of categories / comments info in Pressrow posts? Â« WordPress.com Forums</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/get-rid-of-categories-comments-info-in-pressrow-posts-%c2%ab-wordpresscom-forums/661/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Source Code of Several Atari 7800 Games Released! &#124; ProgrammerFish &#8211; Everything that&#8217;s programmed!</title>
		<link>http://OurLil.com/blog/source-code-of-several-atari-7800-games-released-programmerfish-everything-thats-programmed/641/</link>
		<comments>http://OurLil.com/blog/source-code-of-several-atari-7800-games-released-programmerfish-everything-thats-programmed/641/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 04:05:44 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arcade]]></category>
		<category><![CDATA[atari]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[video games]]></category>

		<guid isPermaLink="false">http://clay.freedomblogging.com/?p=641</guid>
		<description><![CDATA[Source Code of Several Atari 7800 Games Released! &#124; ProgrammerFish &#8211; Everything that&#8217;s programmed!. Remember the Dig Dug or Centipede or Robotron? They used to be favorites when Atariâ€™s 7800 series was still around. Now since the era of those consoles is over and a different world of interactive reality gaming has taken over, Atari [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.programmerfish.com/source-code-of-several-7800-games-released/">Source Code of Several Atari 7800 Games Released! | ProgrammerFish &#8211; Everything that&#8217;s programmed!</a>.</p>
<blockquote><p>Remember the <strong>Dig Dug</strong> or <strong>Centipede</strong> or <strong>Robotron</strong>? They used to be favorites whe<a href="http://www.programmerfish.com/wp-content/uploads/2009/07/image1.png"><img style="margin-left: 0px;margin-right: 0px" src="http://www.programmerfish.com/wp-content/uploads/2009/07/image_thumb1.png" border="0" alt="image" width="182" height="240" align="right" /></a>n Atariâ€™s 7800 series was still around. Now since the era of those consoles is over and a different world of interactive reality gaming has taken over, Atari has unofficially released source code of over 15 games for the coders and enthusiasts to admire the state-of-the-art (becauseÂ  this is what it was back then). During those times nobody would have imagined in their wildest dreams the games that Atariâ€™s developers floated into the gaming thirsty market and instantly swept across continental boundaries. But things changed soon after that and a company once regarded as one of the most successful gaming console manufacturers and developers faded away in the pages of our technologyâ€™s hall-of-fame.</p></blockquote>
<p>In an official release, Atari has quoted that the purpose of the release is to give potential developers insight into the Atariâ€™s gaming platform so they may possibly build upon the 7800 series.</p>
<p>I have collected of the gameâ€™s banners:</p>
<p><a href="http://www.programmerfish.com/source-code-of-several-7800-games-released/"><img style="float: left" src="http://www.programmerfish.com/wp-content/uploads/2009/07/image_thumb5.png" alt="Dig Dug" /></p>
<p style="text-align: center"><a href="http://www.programmerfish.com/source-code-of-several-7800-games-released/"><img src="http://www.programmerfish.com/wp-content/uploads/2009/07/image_thumb7.png" alt="Joust" /></a></p>
<p></a></p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/source-code-of-several-atari-7800-games-released-programmerfish-everything-thats-programmed/641/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s make the web faster &#8211; Google Code</title>
		<link>http://OurLil.com/blog/lets-make-the-web-faster-google-code/635/</link>
		<comments>http://OurLil.com/blog/lets-make-the-web-faster-google-code/635/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 16:28:21 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://clay.freedomblogging.com/?p=635</guid>
		<description><![CDATA[Let&#8217;s make the web faster &#8211; Google Code. Some choice excerpts: CSS: Using every declaration just once Using every CSS declaration only once is an effective way to reduce file size of style sheets. Itâ€™s not a trivial optimization technique though: Watch over the cascade and adjust your editing workflow. HTTP caching Web pages can [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/speed/articles/">Let&#8217;s make the web faster &#8211; Google Code</a>.</p>
<p>Some choice excerpts:</p>
<h4><a href="http://code.google.com/speed/articles/optimizing-css.html">CSS: Using every declaration just once</a></h4>
<blockquote>
<div id="optimizing-css">Using every CSS declaration only once is an effective way to reduce file size of style sheets. Itâ€™s not a trivial optimization technique though: Watch over the cascade and adjust your editing workflow.</div>
</blockquote>
<div>
<h4><a href="http://code.google.com/speed/articles/caching.html">HTTP caching</a></h4>
<blockquote>
<div id="caching">Web pages can load much faster on repeated visits if the resources come from the cache. Learn about two groups of HTTP headers that make all the difference.</div>
</blockquote>
<div>
<h4><a href="http://code.google.com/speed/articles/optimizing-images.html">Optimizing web graphics</a></h4>
<blockquote>
<div id="optimizing-images">Optimizing your web illustrations, icons, and graphics is one of the simplest yet most effective ways to decrease your page load time. In this tutorial, we discuss image file formats and optimize some real Google graphics for faster download on the web.</div>
</blockquote>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/lets-make-the-web-faster-google-code/635/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PC (John Hodgman) calls Obama out as a Nerd</title>
		<link>http://OurLil.com/blog/pc-john-hodgman-calls-obama-out-as-a-nerd/629/</link>
		<comments>http://OurLil.com/blog/pc-john-hodgman-calls-obama-out-as-a-nerd/629/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 20:37:00 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[Haha]]></category>
		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://clay.freedomblogging.com/?p=629</guid>
		<description><![CDATA[YouTube &#8211; John Hodgman at Radio &#38; TV Correspondents&#8217; Dinner. Though we may not always agree. I am and forever shall be, your friend. Live long and prosper.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=yW7OPByRGDY">YouTube &#8211; John Hodgman at Radio &amp; TV Correspondents&#8217; Dinner</a>.</p>
<p>Though we may not always agree. I am and forever shall be, your friend. Live long and prosper.</p>
<p><a href="http://OurLil.com/blog/pc-john-hodgman-calls-obama-out-as-a-nerd/629/"><em>Click here to view the embedded video.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/pc-john-hodgman-calls-obama-out-as-a-nerd/629/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EndangeredPlanet.org Gallery and Mission</title>
		<link>http://OurLil.com/blog/endangeredplanetorg-gallery-and-mission/90/</link>
		<comments>http://OurLil.com/blog/endangeredplanetorg-gallery-and-mission/90/#comments</comments>
		<pubDate>Sun, 31 May 2009 22:25:54 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[Jeremy]]></category>
		<category><![CDATA[tow]]></category>

		<guid isPermaLink="false">http://OurLil.com/blog/2009/05/31/endangeredplanetorg-gallery-and-mission/90/</guid>
		<description><![CDATA[Jeremy &#38; I spent a nice afternoon at a mini-gallery opening of Jeremy&#8217;s class artwork.]]></description>
			<content:encoded><![CDATA[<p>Jeremy &amp; I spent a nice afternoon at a mini-gallery opening of Jeremy&#8217;s class artwork.</p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/endangeredplanetorg-gallery-and-mission/90/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cr0 blog: Write once, own everyone, Java deserialization issues</title>
		<link>http://OurLil.com/blog/cr0-blog-write-once-own-everyone-java-deserialization-issues/626/</link>
		<comments>http://OurLil.com/blog/cr0-blog-write-once-own-everyone-java-deserialization-issues/626/#comments</comments>
		<pubDate>Wed, 20 May 2009 15:11:11 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[whoa!]]></category>

		<guid isPermaLink="false">http://clay.freedomblogging.com/?p=609</guid>
		<description><![CDATA[cr0 blog: Write once, own everyone, Java deserialization issues. Interesting and scary details on a vulnerability for almost every modern browser out there (IE, Firefox, Safari, etc.) with Java Enabled. The fix: turn off Java. Sheesh!]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.cr0.org/2009/05/write-once-own-everyone.html">cr0 blog: Write once, own everyone, Java deserialization issues</a>.</p>
<p>Interesting and scary details on a vulnerability for almost every modern browser out there (IE, Firefox, Safari, etc.) with Java Enabled. The fix: turn off Java. Sheesh!</p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/cr0-blog-write-once-own-everyone-java-deserialization-issues/626/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
