<?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; HTML</title>
	<atom:link href="http://OurLil.com/blog/category/html/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>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>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>Can Web 2.0 Evolve Into An Enterprise Technology?</title>
		<link>http://OurLil.com/blog/can-web-20-evolve-into-an-enterprise-technology/35/</link>
		<comments>http://OurLil.com/blog/can-web-20-evolve-into-an-enterprise-technology/35/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 18:59:19 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Interactive Team]]></category>
		<category><![CDATA[Mashup]]></category>
		<category><![CDATA[Trends]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[WebTech]]></category>
		<category><![CDATA[nifty]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://OurLil.com/blog/can-web-20-evolve-into-an-enterprise-technology/</guid>
		<description><![CDATA[Growing Pains: Can Web 2.0 Evolve Into An Enterprise Technology? &#8212; Web 2.0 &#8212; InformationWeek Wikis, mashups, social networking, and even Second Life can have a place in business, but they need to improve legacy interoperability&#8211;and IT needs to overcome its skepticism.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.informationweek.com/news/showArticle.jhtml;jsessionid=?articleID=202601956"><img src="http://i.cmpnet.com/infoweek/1160/160IEweb2_impactchart.gif" alt="Web 2.0 Impact Chart" align="right" />Growing Pains: Can Web 2.0 Evolve Into An Enterprise Technology? &#8212; Web 2.0 &#8212; InformationWeek</a></p>
<blockquote><p>Wikis, mashups, social networking, and even Second Life can have a place in business, but they need to improve legacy interoperability&#8211;and IT needs to overcome its skepticism.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/can-web-20-evolve-into-an-enterprise-technology/35/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPressMU Bug Trac for fixing target=&#8221;_blank&#8221;</title>
		<link>http://OurLil.com/blog/wordpressmu-bug-trac-for-fixing-target_blank/71/</link>
		<comments>http://OurLil.com/blog/wordpressmu-bug-trac-for-fixing-target_blank/71/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 16:32:13 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[nifty]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://OurLil.com/blog/wordpressmu-bug-trac-for-fixing-target_blank/</guid>
		<description><![CDATA[Once upon a time, we had a vexing problem where we couldn&#8217;t set the @target (OT: @target is tech-speak/jargon/euphemism for &#8216;target attribute&#8217;). Actually, you could set it, but when you &#8216;saved&#8217; the post or story, TinyMCE (that nifty toolbar interface for formatting blog posts used by WordPress and a million other places). Here&#8217;s where I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_main" alt="W3C - World Wide Web Consortium" align="right" border="0" height="27" hspace="10" width="175" /></a>Once upon a time, we had a vexing problem where we couldn&#8217;t set the @target (OT: @target is tech-speak/jargon/euphemism for &#8216;target attribute&#8217;). Actually, you could set it, but when you &#8216;saved&#8217; the post or story, <a href="http://tinymce.moxiecode.com/" title="This is where it all started for this ubiquitous LGPL formatting utility...">TinyMCE</a>  (that nifty toolbar interface for formatting blog posts used by WordPress and a million other places). Here&#8217;s where I figured out what was wrong. I don&#8217;t know why they &#8216;broke&#8217; the @target attribute, although I do know that <a href="http://www.accessify.com/features/tutorials/new-windows/">the &#8216;target&#8217; attribute was deprecated in HTML 4.01, as well as XHTML 1.0</a>. However, there are ways around it, like <a href="http://www.accessify.com/features/tutorials/new-windows/">via JavaScript and XHTML modules</a> which are pretty darn cool.</p>
<p>Anyway, when <a href="http://www.freedominteractive.com/">we</a>  upgrade WordPressMU to the next version, we&#8217;ll likely need to &#8216;fix&#8217; this again, so here&#8217;s $98 bucks worth of direction:</p>
<p><a href="http://trac.mu.wordpress.org/changeset/1022">Changeset 1022 &#8211; WordPress MU Trac &#8211; Trac</a></p>
<p>Just change this:</p>
<p>$allowedposttags = array(<br />
&#8216;address&#8217; =&gt; array(),<br />
&#8216;a&#8217; =&gt; array(<br />
&#8216;href&#8217; =&gt; array(), &#8216;title&#8217; =&gt; array(),<br />
&#8216;rel&#8217; =&gt; array(), &#8216;rev&#8217; =&gt; array(),<br />
&#8216;name&#8217; =&gt; array()<br />
),</p>
<p>to this:</p>
<p>$allowedposttags = array(<br />
&#8216;address&#8217; =&gt; array(),<br />
&#8216;a&#8217; =&gt; array(<br />
&#8216;href&#8217; =&gt; array(), &#8216;title&#8217; =&gt; array(),<br />
&#8216;rel&#8217; =&gt; array(), &#8216;rev&#8217; =&gt; array(),<br />
&#8216;name&#8217; =&gt; array(), &#8216;target&#8217; =&gt; array()<br />
),</p>
<p><em>NOTE: This change was downgraded to determine if it inexplicably affects bandwidth performance.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/wordpressmu-bug-trac-for-fixing-target_blank/71/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPressMU Bug Trac for fixing target=&#8221;_blank&#8221;</title>
		<link>http://OurLil.com/blog/wordpressmu-bug-trac-for-fixing-target_blank-2/615/</link>
		<comments>http://OurLil.com/blog/wordpressmu-bug-trac-for-fixing-target_blank-2/615/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 16:32:13 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[nifty]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://clay.freedomblogging.com/wordpressmu-bug-trac-for-fixing-target_blank/</guid>
		<description><![CDATA[Once upon a time, we had a vexing problem where we couldn&#8217;t set the @target (OT: @target is tech-speak/jargon/euphemism for &#8216;target attribute&#8217;). Actually, you could set it, but when you &#8216;saved&#8217; the post or story, TinyMCE (that nifty toolbar interface for formatting blog posts used by WordPress and a million other places). Here&#8217;s where I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_main" alt="W3C - World Wide Web Consortium" align="right" border="0" height="27" hspace="10" width="175" /></a>Once upon a time, we had a vexing problem where we couldn&#8217;t set the @target (OT: @target is tech-speak/jargon/euphemism for &#8216;target attribute&#8217;). Actually, you could set it, but when you &#8216;saved&#8217; the post or story, <a href="http://tinymce.moxiecode.com/" title="This is where it all started for this ubiquitous LGPL formatting utility...">TinyMCE</a>  (that nifty toolbar interface for formatting blog posts used by WordPress and a million other places). Here&#8217;s where I figured out what was wrong. I don&#8217;t know why they &#8216;broke&#8217; the @target attribute, although I do know that <a href="http://www.accessify.com/features/tutorials/new-windows/">the &#8216;target&#8217; attribute was deprecated in HTML 4.01, as well as XHTML 1.0</a>. However, there are ways around it, like <a href="http://www.accessify.com/features/tutorials/new-windows/">via JavaScript and XHTML modules</a> which are pretty darn cool.</p>
<p>Anyway, when <a href="http://www.freedominteractive.com/" target="_blank">we</a>  upgrade WordPressMU to the next version, we&#8217;ll likely need to &#8216;fix&#8217; this again, so here&#8217;s $98 bucks worth of direction:</p>
<p><a href="http://trac.mu.wordpress.org/changeset/1022">Changeset 1022 &#8211; WordPress MU Trac &#8211; Trac</a></p>
<p>Just change this:</p>
<p>$allowedposttags = array(<br />
&#8216;address&#8217; =&gt; array(),<br />
&#8216;a&#8217; =&gt; array(<br />
&#8216;href&#8217; =&gt; array(), &#8216;title&#8217; =&gt; array(),<br />
&#8216;rel&#8217; =&gt; array(), &#8216;rev&#8217; =&gt; array(),<br />
&#8216;name&#8217; =&gt; array()<br />
),</p>
<p>to this:</p>
<p>$allowedposttags = array(<br />
&#8216;address&#8217; =&gt; array(),<br />
&#8216;a&#8217; =&gt; array(<br />
&#8216;href&#8217; =&gt; array(), &#8216;title&#8217; =&gt; array(),<br />
&#8216;rel&#8217; =&gt; array(), &#8216;rev&#8217; =&gt; array(),<br />
&#8216;name&#8217; =&gt; array(), &#8216;target&#8217; =&gt; array()<br />
),</p>
<p><em>NOTE: This change was downgraded to determine if it inexplicably affects bandwidth performance.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/wordpressmu-bug-trac-for-fixing-target_blank-2/615/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Yahoo! UI Library: Graded Browser Support</title>
		<link>http://OurLil.com/blog/yahoo-ui-library-graded-browser-support/70/</link>
		<comments>http://OurLil.com/blog/yahoo-ui-library-graded-browser-support/70/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 17:31:04 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Freedom]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Interactive Team]]></category>
		<category><![CDATA[WebTech]]></category>
		<category><![CDATA[Windoze]]></category>

		<guid isPermaLink="false">http://OurLil.com/blog/yahoo-ui-library-graded-browser-support/</guid>
		<description><![CDATA[Yahoo! UI Library: Graded Browser Support A-Grade Browser Support is probably what we should adopt, as well.]]></description>
			<content:encoded><![CDATA[<p><a href="http://developer.yahoo.com/yui/articles/gbs/index.html">Yahoo! UI Library: Graded Browser Support</a></p>
<p>A-Grade Browser Support is probably what we should adopt, as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/yahoo-ui-library-graded-browser-support/70/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TinyMCE &#8211; The WYSIWYG Editor for WordPress</title>
		<link>http://OurLil.com/blog/tinymceinstallation-moxiecode-documentation-wiki/68/</link>
		<comments>http://OurLil.com/blog/tinymceinstallation-moxiecode-documentation-wiki/68/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 15:16:02 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Interactive Team]]></category>
		<category><![CDATA[Trends]]></category>
		<category><![CDATA[WebTech]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[nifty]]></category>

		<guid isPermaLink="false">http://OurLil.com/blog/tinymceinstallation-moxiecode-documentation-wiki/</guid>
		<description><![CDATA[TinyMCE is a powerful WYSIWYG editor control for web browsers such as MSIE or Mozilla that enables the user to edit HTML contents in a more user friendly way. The editor control is very flexible and it&#8217;s built for integration purposes (usage within systems like Intranets, CMS, and LMS, for example). TinyMCE:Installation &#8211; Moxiecode Documentation [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://clay.freedomblogging.com/files/2007/09/tinymce_editor.jpg" title="TinyMCE Editor"><img src="http://clay.freedomblogging.com/files/2007/09/tinymce_editor.jpg" alt="TinyMCE Editor" align="right" border="0" hspace="10" width="250" /></a><a href="http://wiki.moxiecode.com/index.php/TinyMCE:About">TinyMCE</a> is a powerful WYSIWYG editor control for web browsers such as MSIE or Mozilla that enables the user to edit HTML contents in a more user friendly way. The editor control is very flexible and it&#8217;s built for integration purposes (usage within systems like Intranets, CMS, and LMS, for example).</p>
<p><a href="http://wiki.moxiecode.com/index.php/TinyMCE:Installation">TinyMCE:Installation &#8211; Moxiecode Documentation Wiki</a></p>
<p>This is the Text Editor available for WordPress posting (Visual Edit mode). Pretty neat. Perhaps we&#8217;ll add a few items&#8230;</p>
<p><img src="http://wiki.moxiecode.com/images/logo.gif" align="right" border="0" hspace="10" width="95" />Here&#8217;re some more interesting TinyMCE links:</p>
<ul>
<li><a href="http://codex.wordpress.org/TinyMCE">WordPress TinyMCE page</a></li>
<li><a href="http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/spellchecker">TinyMCE:Plugins/spellchecker</a></li>
<li><a href="http://www.mkbergman.com//?page_id=383">Advanced TinyMCE Editor</a></li>
<li><a href="http://www.laptoptips.ca/projects/tinymce-advanced/">TinyMCE Advanced</a></li>
<li><a href="http://www.deliciousdays.com/tinymcebuttons">Tiny MCE Buttons</a></li>
<li><a href="http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/valid_elements">TinyMCE: Configuration/valid elements</a></li>
</ul>
<p>Perhaps, if I can ever find some time, I&#8217;ll be able to play around with this stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/tinymceinstallation-moxiecode-documentation-wiki/68/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Search Providers to Internet Explorer 7 &amp; Firefox</title>
		<link>http://OurLil.com/blog/add-search-providers-to-internet-explorer-7/54/</link>
		<comments>http://OurLil.com/blog/add-search-providers-to-internet-explorer-7/54/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 15:25:36 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Freedom]]></category>
		<category><![CDATA[G]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Interactive Team]]></category>
		<category><![CDATA[Trends]]></category>
		<category><![CDATA[WebTech]]></category>
		<category><![CDATA[Windoze]]></category>
		<category><![CDATA[nifty]]></category>
		<category><![CDATA[whoa!]]></category>

		<guid isPermaLink="false">http://OurLil.com/blog/add-search-providers-to-internet-explorer-7/</guid>
		<description><![CDATA[I believe that if we could arrange to have each of Freedom&#8217;s 7000 employees use as their browsers&#8217; default, local news resource, the web search tool, it would have an impact on Freedom revenue. At the very least, we may want to consider making this one of the steps in setting up new workstations. By [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>
<em>I believe that if we could arrange to have each of Freedom&#8217;s 7000 employees use as their browsers&#8217; default, local news resource, the web search tool, it would have an impact on Freedom revenue. At the very least, we may want to consider making this one of the steps in setting up new workstations.</em>
</p></blockquote>
<p>By following the directions on the following page, we can use the OCRegister.com Google &#8216;web&#8217; search results page our default for searches from the IE7 search bar:</p>
<ul>
<li><a href="http://www.microsoft.com/windows/ie/searchguide/en-en/default.mspx">Add Search Providers to Internet Explorer 7</a></li>
</ul>
<p>There are also instructions available to add them to the Mozilla Search Bar here:</p>
<ul>
<li><a href="http://developer.mozilla.org/en/docs/Creating_OpenSearch_plugins_for_Firefox">Creating_OpenSearch_plugins_for_Firefox</a></li>
</ul>
<p>Technoratiâ€™s OSD fileThat page has instructions indicating how to add a search engine plugin to your browser, and &#8216;advertise&#8217; how to do it to the web browser, so our visitors &amp; staff can add them to their browsers as well. Very Nifty!<span id="more-54"></span></p>
<p><a title="Reference_Material" name="Reference_Material"></a></p>
<h2> Reference Material</h2>
<ul>
<li><a href="http://opensearch.org/" title="http://opensearch.org/" rel="nofollow">OpenSearch Documentation</a>, <a href="http://www.opensearch.org/Specifications/OpenSearch/Extensions/Parameter/1.0" title="http://www.opensearch.org/Specifications/OpenSearch/Extensions/Parameter/1.0" rel="nofollow">OpenSearch Documentation about the Url and Param element</a></li>
<li>Technorati.com has a <a href="http://technorati.com/osd.xml" title="http://technorati.com/osd.xml" rel="nofollow">working osd.xml</a></li>
<li>More on Autodiscovery difficulties at bugzilla <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=340208" title="https://bugzilla.mozilla.org/show_bug.cgi?id=340208" rel="nofollow">bug 340208</a></li>
<li><a href="http://en.wikipedia.org/wiki/Data:_URI_scheme" title="http://en.wikipedia.org/wiki/Data:_URI_scheme" rel="nofollow"><code>data:</code> URI scheme</a></li>
<li><a href="http://www.searchplugins.net" title="http://www.searchplugins.net" rel="nofollow">searchplugins.net</a> &#8211; create OpenSearch plugins for use with Firefox 2. <a href="http://www.searchplugins.net/pluginlist.aspx" title="http://www.searchplugins.net/pluginlist.aspx" rel="nofollow">List of generated search plugins</a></li>
<li><a href="http://keijisaito.info/ready2search/e/" title="http://keijisaito.info/ready2search/e/" rel="nofollow">Ready2Search</a> &#8211; create OpenSearch plugins.  <a href="http://keijisaito.info/arc/search/en_make_plugin.htm" title="http://keijisaito.info/arc/search/en_make_plugin.htm" rel="nofollow">Customized Search through Ready2Search</a></li>
</ul>
<h2>Sample OSD Code</h2>
<p><b>Add this to your page&#8217;s &lt;head /&gt; section:</b></p>
<pre><code>
&lt;link
  rel=&quot;search&quot;
  type=&quot;application/opensearchdescription+xml&quot; href=&quot;http://OSD_DOMAIN_NAME/osdwebsearch.xml&quot;
  title=&quot;OSD_SITE_TITLE - Web Search&quot;
/&gt;
&lt;link
  rel=&quot;search&quot;
  type=&quot;application/opensearchdescription+xml&quot;
  href=&quot;http://OSD_DOMAIN_NAME/osdsitesearch.xml&quot;
  title=&quot;OSD_SITE_TITLE - Site Search&quot;
/&gt;
</code></pre>
<p>Add the following two files to /web/onset/sites/[yoursitecode]/web/ (<b>NOTE:</b> Replace JDNews.com-ish stuff with relevant text!):</p>
<p><b>osdwebsearch.xml</b></p>
<pre><code>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;OpenSearchDescription xmlns=&quot;http://a9.com/-/spec/opensearch/1.1/&quot;&gt;
  &lt;ShortName&gt;OSD_TITLE - Web Search&lt;/ShortName&gt;
  &lt;Description&gt;OSD_WEB_SEARCH_DESCRIPTION&lt;/Description&gt;
  &lt;Contact&gt;OSD_EMAIL&lt;/Contact&gt;
  &lt;Url type=&quot;text/html&quot;
       method=&quot;get&quot;
       template=&quot;http://OSD_DOMAIN_NAME/OSD_PATH_TO_SEARCH_RESULTS/?q={searchTerms}&amp;amp;fistype=web&amp;amp;sourceid=opensearch&quot;&gt;
  &lt;/Url&gt;
  &lt;LongName&gt;OSD_WEB_LONG_TITLE - Web Search&lt;/LongName&gt;

  &lt;Image
       height=&quot;16&quot;
       width=&quot;16&quot;
       type=&quot;image/vnd.microsoft.icon&quot;&gt;

http://OSD_FAVICON_PATH/favicon.ico

  &lt;/Image&gt;
  &lt;Attribution&gt;
       OSD_COPYRIGHT_TEXT
  &lt;/Attribution&gt;

  &lt;AdultContent&gt;false&lt;/AdultContent&gt;
  &lt;Language&gt;en-us&lt;/Language&gt;
  &lt;OutputEncoding&gt;UTF-8&lt;/OutputEncoding&gt;
  &lt;InputEncoding&gt;UTF-8&lt;/InputEncoding&gt;
&lt;/OpenSearchDescription&gt;
</code></pre>
<p><b>osdsitesearch.xml</b></p>
<pre><code>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;OpenSearchDescription xmlns=&quot;http://a9.com/-/spec/opensearch/1.1/&quot;&gt;
  &lt;ShortName&gt;OSD_SITE_TITLE - Site Search&lt;/ShortName&gt;
  &lt;Description&gt;OSD_SITE_SEARCH_DESCRIPTION&lt;/Description&gt;
  &lt;Contact&gt;OSD_EMAIL&lt;/Contact&gt;
  &lt;Url type=&quot;text/html&quot;
       method=&quot;get&quot;
       template=&quot;http://OSD_DOMAIN_NAME/OSD_PATH_TO_SEARCH_RESULTS/?q={searchTerms}&amp;amp;fistype=web&amp;amp;sourceid=opensearch&quot;&gt;
  &lt;/Url&gt;
  &lt;LongName&gt;OSD_SITE_LONG_TITLE - Site Search&lt;/LongName&gt;

  &lt;Image
       height=&quot;16&quot;
       width=&quot;16&quot;
       type=&quot;image/vnd.microsoft.icon&quot;&gt;

http://OSD_FAVICON_PATH/favicon.ico

  &lt;/Image&gt;
  &lt;Attribution&gt;
       OSD_COPYRIGHT_TEXT
  &lt;/Attribution&gt;

  &lt;AdultContent&gt;false&lt;/AdultContent&gt;
  &lt;Language&gt;en-us&lt;/Language&gt;
  &lt;OutputEncoding&gt;UTF-8&lt;/OutputEncoding&gt;
  &lt;InputEncoding&gt;UTF-8&lt;/InputEncoding&gt;
&lt;/OpenSearchDescription&gt;
</code></pre>
<h2>Functioning OSD Code (<a href="http://www.jdnews.com">JDNews.com</a>)</h2>
<p><b>Add this to your page&#8217;s &lt;head /&gt; section:</b></p>
<p><code><br />
&lt;link<br />
  rel=&quot;search&quot;<br />
  type=&quot;application/opensearchdescription+xml&quot; href=&quot;http://www.jdnews.com/osdwebsearch.xml&quot;<br />
  title=&quot;JDNews.com - Web Search&quot;<br />
/&gt;<br />
&lt;link<br />
  rel=&quot;search&quot;<br />
  type=&quot;application/opensearchdescription+xml&quot;<br />
  href=&quot;http://www.jdnews.com/osdsitesearch.xml&quot;<br />
  title=&quot;JDNews.com - Site Search&quot;<br />
/&gt;<br />
</code></p>
<p>Add the following two files to /web/onset/sites/[yoursitecode]/web/ (<b>NOTE:</b> Replace JDNews.com-ish stuff with relevant text!):</p>
<p><b>osdwebsearch.xml</b></p>
<pre><code>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;OpenSearchDescription xmlns=&quot;http://a9.com/-/spec/opensearch/1.1/&quot;&gt;
  &lt;ShortName&gt;JDNews.com - Web Search&lt;/ShortName&gt;
  &lt;Description&gt;Search Eastern NC's premiere Information Source.
       Covering Jacksonville.&lt;/Description&gt;
  &lt;Contact&gt;support@freedom.com&lt;/Contact&gt;
  &lt;Url type=&quot;text/html&quot;
       method=&quot;get&quot;
       template=&quot;http://www.jdnews.com/search/?q={searchTerms}&amp;amp;fistype=web&amp;amp;sourceid=opensearch&quot;&gt;
  &lt;/Url&gt;
  &lt;LongName&gt;JDNews.com - Jacksonville Daily News - Web Search&lt;/LongName&gt;

  &lt;Image
       height=&quot;16&quot;
       width=&quot;16&quot;
       type=&quot;image/vnd.microsoft.icon&quot;&gt;

http://www.jdnews.com/favicon.ico

  &lt;/Image&gt;
  &lt;Attribution&gt;
       Copyright &#169; 2007 Freedom ENC Communication, Inc.
       All Rights Reserved. Content may not be reproduced without
       written permission from FENC Communications.
  &lt;/Attribution&gt;

  &lt;AdultContent&gt;false&lt;/AdultContent&gt;
  &lt;Language&gt;en-us&lt;/Language&gt;
  &lt;OutputEncoding&gt;UTF-8&lt;/OutputEncoding&gt;
  &lt;InputEncoding&gt;UTF-8&lt;/InputEncoding&gt;
&lt;/OpenSearchDescription&gt;
</code></pre>
<p><b>osdsitesearch.xml</b></p>
<pre><code>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;OpenSearchDescription xmlns=&quot;http://a9.com/-/spec/opensearch/1.1/&quot;&gt;
  &lt;ShortName&gt;JDNews.com - Site Search&lt;/ShortName&gt;
  &lt;Description&gt;Search Eastern NC's premiere Information Source.
       Covering Jacksonville.&lt;/Description&gt;
  &lt;Contact&gt;support@freedom.com&lt;/Contact&gt;
  &lt;Url type=&quot;text/html&quot;
       method=&quot;get&quot;
       template=&quot;http://www.jdnews.com/search/?q={searchTerms}&amp;amp;fistype=site&amp;amp;sourceid=opensearch&quot;&gt;
  &lt;/Url&gt;
  &lt;LongName&gt;JDNews.com - Jacksonville Daily News - Site Search&lt;/LongName&gt;

  &lt;Image
       height=&quot;16&quot;
       width=&quot;16&quot;
       type=&quot;image/vnd.microsoft.icon&quot;&gt;

http://www.jdnews.com/favicon.ico

  &lt;/Image&gt;
  &lt;Attribution&gt;
       Copyright &#169; 2007 Freedom ENC Communication, Inc.
       All Rights Reserved. Content may not be reproduced without
       written permission from FENC Communications.
  &lt;/Attribution&gt;

  &lt;AdultContent&gt;false&lt;/AdultContent&gt;
  &lt;Language&gt;en-us&lt;/Language&gt;
  &lt;OutputEncoding&gt;UTF-8&lt;/OutputEncoding&gt;
  &lt;InputEncoding&gt;UTF-8&lt;/InputEncoding&gt;
&lt;/OpenSearchDescription&gt;
</code></pre>
<p>That&#8217;s all! Wanna check it out?</p>
<ol>
<li>Launch Mozilla <a href="http://www.mozilla.com/">Firefox</a> (tip? MSIE7 also supports <a href="http://opensearch.org/" title="http://opensearch.org/" rel="nofollow">OpenSearch</a>)</li>
<li>Go to <a href="http://www.jdnews.com/">JDNews.com</a></li>
<li>Click on the down arrow in the &#8216;Search bar&#8217; (the box/field adjacent to the Location/Address bar, not the Freedom Google bar in the web site)
<dl>
<dt>JDNews.com &#8211; Web Search</dt>
<dd>Does a &#8216;Web&#8217; search using JDNews.com&#8217;s Web Search &#8211; just like searching in the JDNews.com&#8217;s Google Bar with the (o) Web radio button checked</dd>
<dt>JDNews.com &#8211; Site Search</dt>
<dd>Does a &#8216;Site&#8217; search of JDNews.com articles using JDNews.com&#8217;s Web Search &#8211; just like searching in the JDNews.com&#8217;s Google Bar with the (o) Site radio button checked</dd>
</dl>
</li>
<li>You can add the JDNews.com search engine to your browser&#8217;s search bar tool by selecting &#8216;Add JDNews.com &#8211; Web Search&#8217; (or &#8216;Site Search&#8217;)</li>
</ol>
<p>I suspect it&#8217;d be in Freedom&#8217;s best interest to only provide [My-Domain].com &#8211; Web Search to our customers, to limit confusion. We may also want to modify the search results for searches coming from this box (e.g., to [Gasp!] remove or somehow adjust the sponsored results at the top&#8211;within contract of course!).</p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/add-search-providers-to-internet-explorer-7/54/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prop-Clear: CSS min-height hack</title>
		<link>http://OurLil.com/blog/prop-clear-css-min-height-hack/50/</link>
		<comments>http://OurLil.com/blog/prop-clear-css-min-height-hack/50/#comments</comments>
		<pubDate>Thu, 06 Sep 2007 17:24:22 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[WebTech]]></category>
		<category><![CDATA[whoa!]]></category>

		<guid isPermaLink="false">http://OurLil.com/blog/prop-clear-css-min-height-hack/</guid>
		<description><![CDATA[This is the solution to the perplexing problem of content area overflowing onto footers and su Prop-Clear: CSS min-height hack In a nutshell, add this to your CSS style sheet: .clear { clear:both; height:1px; overflow:hidden; } &#8230; and add &#60;div class="clear"&#62;&#60;/div&#62; to your HTML: &#60;div class="contentinnerwrapper"&#62; &#60;?php echo $content_for_layout; ?&#62; &#60;div class="clear"&#62;&#60;/div&#62; &#60;/div&#62;]]></description>
			<content:encoded><![CDATA[<p>This is the solution to the perplexing problem of content area overflowing onto footers and su</p>
<p><a href="http://www.greywyvern.com/code/min-height-hack">Prop-Clear: CSS min-height hack</a></p>
<p>In a nutshell, add this to your CSS style sheet:</p>
<p><code>.clear { clear:both; height:1px; overflow:hidden; }</code></p>
<p>&#8230; and add <code>&lt;div class="clear"&gt;&lt;/div&gt;</code> to your HTML:</p>
<p><code><br />
&lt;div class="contentinnerwrapper"&gt;<br />
&lt;?php echo $content_for_layout; ?&gt;<br />
&lt;div class="clear"&gt;&lt;/div&gt;<br />
&lt;/div&gt;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/prop-clear-css-min-height-hack/50/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test your web design in different browsers &#8211; Browsershots</title>
		<link>http://OurLil.com/blog/test-your-web-design-in-different-browsers-browsershots/22/</link>
		<comments>http://OurLil.com/blog/test-your-web-design-in-different-browsers-browsershots/22/#comments</comments>
		<pubDate>Mon, 21 May 2007 18:48:33 +0000</pubDate>
		<dc:creator>webmaestro</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Interactive Team]]></category>
		<category><![CDATA[nifty]]></category>

		<guid isPermaLink="false">http://OurLil.com/blog/test-your-web-design-in-different-browsers-browsershots/</guid>
		<description><![CDATA[Test your web design in different browsers &#8211; Browsershots Browsershots makes screenshots of your web design in different browsers. It is a free open-source online service created by Johann C. Rocholl. When you submit your web address, it will be added to the job queue. A number of distributed computers will open your website in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://browsershots.org/">Test your web design in different browsers &#8211; Browsershots</a><br />
Browsershots makes screenshots of your web design in different browsers. It is a free open-source online service created by Johann C. Rocholl. When you submit your web address, it will be added to the job queue. A number of distributed computers will open your website in their browser. Then they will make screenshots and upload them to the central server here.</p>
]]></content:encoded>
			<wfw:commentRss>http://OurLil.com/blog/test-your-web-design-in-different-browsers-browsershots/22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
