<?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>Bohemian Blog &#187; Markup</title>
	<atom:link href="http://www.bohemianalps.com/blog/category/website-markup-method-advice-css-html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bohemianalps.com/blog</link>
	<description>sharing bohunk ingenuity with the world</description>
	<lastBuildDate>Tue, 31 Jan 2012 20:06:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Set a Custom Starting Point for a YouTube Video</title>
		<link>http://www.bohemianalps.com/blog/2011/youtube-custom-start/</link>
		<comments>http://www.bohemianalps.com/blog/2011/youtube-custom-start/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 16:33:05 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Digitalia]]></category>
		<category><![CDATA[Markup]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=822</guid>
		<description><![CDATA[I&#8217;ve been embedding videos from a variety of services into web pages for several years now. At the most basic, these services will allow you to embed a smaller version of the parent video. YouTube gives you the ability to adjust the display size and video player color scheme as well as some other interface [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been embedding videos from a variety of services into web pages for several years now. At the most basic, these services will allow you to embed a smaller version of the parent video. <a href="http://youtube.com">YouTube</a> gives you the ability to adjust the display size and video player color scheme as well as some other interface options. <a href="http://hulu.com">Hulu</a> is unique (as far as I know) in providing users with an easy-to-use custom clipping interface, allowing you to embed only a part of a selected video. I&#8217;ve gotten so comfortable with that feature that I&#8217;ve been hoping YouTube would introduce something similar.</p>
<p>Well, there&#8217;s good news. It&#8217;s not as slick as Hulu, but YouTube does provide <a href="http://code.google.com/apis/youtube/player_parameters.html">some options on their embedded player</a>. Most importantly there&#8217;s an option to specify a custom starting point for any embedded video. Here&#8217;s the parameter:</p>
<p><code>start</code></p>
<p>You can use this parameter by adding it to the source URLs in the provided embed code. For example, if I wanted to start my embedded video at the 1:12 mark, the YouTube embed code would look like this:</p>
<p><code><br />
&lt;object width="656" height="517"&gt;&lt;param name="movie" value="http://www.youtube.com/v/tqXJzZ_T8kg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0<strong>&amp;amp;start=72</strong>"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/tqXJzZ_T8kg?fs=1&amp;amp;hl=en_US&amp;amp;rel=0<strong>&amp;amp;start=72</strong>" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="656" height="517"&gt;&lt;/embed&gt;&lt;/object&gt;</code></p>
<p>And the result will be the following:</p>
<p><object width="656" height="517"><param name="movie" value="http://www.youtube.com/v/tqXJzZ_T8kg?fs=1&amp;hl=en_US&amp;rel=0&amp;start=72"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/tqXJzZ_T8kg?fs=1&amp;hl=en_US&amp;rel=0&amp;start=72" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="656" height="517"></embed></object></p>
<p>You&#8217;re welcome!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2011/youtube-custom-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Character Chart Update: Sound Recording Copyright Symbol</title>
		<link>http://www.bohemianalps.com/blog/2010/phonogram-copyright/</link>
		<comments>http://www.bohemianalps.com/blog/2010/phonogram-copyright/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 15:21:31 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Markup]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=431</guid>
		<description><![CDATA[A friend was looking for the circle-P character to include on the jacket design for a musical recording. I was surprised to discover a glyph/character that I wasn&#8217;t aware of. We weren&#8217;t even sure what this symbol meant in relation to the copyright symbol. Turns out this symbol, the Phonogram Copyright Symbol or Sound Recording [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_432" class="wp-caption alignright" style="width: 242px"><img class="size-full wp-image-432  " title="Screen shot 2010-04-26 at 10.18.39 AM" src="http://www.bohemianalps.com/blog/wp-content/uploads/2010/04/Screen-shot-2010-04-26-at-10.18.39-AM.png" alt="" width="232" height="213" /><p class="wp-caption-text">Sound Recording (Phonogram) Copyright Symbol</p></div>
<p>A friend was looking for the circle-P character to include on the jacket design for a musical recording. I was surprised to discover a glyph/character that I wasn&#8217;t aware of. We weren&#8217;t even sure what this symbol meant in relation to the copyright symbol. Turns out this symbol, <a href="http://en.wikipedia.org/wiki/Sound_recording_copyright_symbol" target="_blank">the Phonogram Copyright Symbol or Sound Recording Copyright Symbol</a>, protects the copyright of the sound recording itself as something separate from the written music and lyrics. Good things to know!</p>
<p>Regardless, this character can now be found in my ever-growing <a href="http://bohemianalps.com/tools/html-characters.php" target="_blank">HTML Character Code tool</a>. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2010/phonogram-copyright/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Character Chart Update: Polish Alphabet</title>
		<link>http://www.bohemianalps.com/blog/2010/html-character-code-chart-update-polish-alphabet/</link>
		<comments>http://www.bohemianalps.com/blog/2010/html-character-code-chart-update-polish-alphabet/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 15:17:16 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Markup]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=366</guid>
		<description><![CDATA[While working on an upcoming new website for Gramps (Free Open Source Genealogical Research tool that I contribute to) I am learning the challenges of developing a multilingual international website. In working with some translations I discovered that my character chart did not include characters from the Polish alphabet! Needless to say, my character chart [...]]]></description>
			<content:encoded><![CDATA[<p>While working on an upcoming new website for <a href="http://www.gramps-project.org">Gramps (Free Open Source Genealogical Research tool that I contribute to)</a> I am learning the challenges of developing a multilingual international website. In working with some translations I discovered that my character chart did not include characters from the Polish alphabet!</p>
<p>Needless to say, my character chart now includes decimal and hexadecimal/Unicode references for the characters in the Polish alphabet.</p>
<p><a href="http://www.bohemianalps.com/tools/html-characters.php">HTML CHARACTER CODES</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2010/html-character-code-chart-update-polish-alphabet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designing Around WordPress</title>
		<link>http://www.bohemianalps.com/blog/2008/designing-around-wordpress/</link>
		<comments>http://www.bohemianalps.com/blog/2008/designing-around-wordpress/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 05:19:16 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Markup]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=116</guid>
		<description><![CDATA[If you haven&#8217;t noticed, I&#8217;m doing something really stupid: I&#8217;m learning about WordPress Templates by way of making changes to my live site. It&#8217;s interesting how they built the Kubrick template. It&#8217;s probably very brilliant in its way of dealing with qualities of CSS. However, as an example to learn from, it has a lot [...]]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t noticed, I&#8217;m doing something really stupid: I&#8217;m learning about WordPress Templates by way of making changes to my live site. It&#8217;s interesting how they built the Kubrick template. It&#8217;s probably very brilliant in its way of dealing with qualities of CSS. However, as an example to learn from, it has a lot of idiosyncrasies.</p>
<p>So far, I feel like this isn&#8217;t a bad night&#8217;s work in adapting an existing style from a ground-up site to a WordPress template. I hope the site remains to be usable during this transition period.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2008/designing-around-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GRAMPS 3.0 Coming Soon!</title>
		<link>http://www.bohemianalps.com/blog/2008/gramps-30-coming-soon/</link>
		<comments>http://www.bohemianalps.com/blog/2008/gramps-30-coming-soon/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 14:23:00 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Markup]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/archives/2008/03/15/gramps-30-coming-soon/</guid>
		<description><![CDATA[I am dabbling in software development with the GRAMPS (Genealogical Research and Analysis Management Programming System) project. It is a genealogical database building program that is available for Linux. I got involved with the developer group after struggling to make my genealogy site look great. The markup techniques were outdated or wrong and nothing had [...]]]></description>
			<content:encoded><![CDATA[<p>I am dabbling in software development with the <a href="http://www.gramps-project.org" title="Give GRAMPS a Try!">GRAMPS</a> (Genealogical Research and Analysis Management Programming System) project. It is a genealogical database building program that is available for Linux.</p>
<p>I got involved with the developer group after struggling to make my genealogy site look great. The markup techniques were outdated or wrong and nothing had an &#8216;id&#8217; or &#8216;class&#8217;. After recommending the change to the devs, they let me know that it wasn&#8217;t a top priority and recommended that if I wanted to improve the output, I would have to do it myself. This would involve working with Python and also looking stupid asking dumb questions about version control and compiling GRAMPS myself to check my work. With a little time and patience (as well as being unemployed for three months in Nashville with just my wife for company) I put myself to the task.</p>
<p>I have been updating the &#8216;Narrative Web&#8217; plugin, written in Python, that exports your genealogical data into a web site.  Mostly I just corrected and updated the XHTML markup that was present amidst the Python. I did hack up the code a little so that the navigation could be styled to indicate the active page or section.</p>
<p>My primary focus was to make the sites more accessible to CSS. In the process I created a few style themes to be distributed with the application. I am quite proud of them and excited to hear feedback from the user community once GRAMPS 3.0 is released. Following is a few screen shots of the site output as it was and the four primary styles that I developed so far.</p>
<style> <!-- img.Site { margin-bottom:.5em; border:solid 1px black; } --> </style>
<h3>GRAMPS 2.2 Narrative Web Plugin Output</h3>
<h4>&#8216;Modern&#8217;</h4>
<p><img src="http://www.bohemianalps.com/blog/wp-content/uploads/2008/03/gramps22_modern-450px.png" class="Site" alt="GRAMPS 2.2 Modern Style" /></p>
<h4>&#8216;Tranquil&#8217;</h4>
<p><img src="http://www.bohemianalps.com/blog/wp-content/uploads/2008/03/gramps22_tranquil-450px.png" class="Site" alt="GRAMPS 2.2 Tranquil Style" /></p>
<h3>GRAMPS 3.0 Narrative Web Plugin Output</h3>
<h4>&#8216;Basic &#8211; Ash&#8217;</h4>
<p>Basic comes in a variety of color schemes and is based on the original &#8216;Modern&#8217; style. I hate using the word &#8216;modern&#8217; outside of discussions of philosophy or fine art. The general public in the U.S. is convinced that it means &#8216;contemporary&#8217;. No doubt this is thanks to decades of marketing professionals trying to make their products sound impressive.</p>
<p><img src="http://www.bohemianalps.com/blog/wp-content/uploads/2008/03/gramps30_basic-450px.png" class="Site" alt="GRAMPS 3.0 Basic Style" /></p>
<h4>&#8216;Nebraska&#8217;</h4>
<p>I named this after my home state. It was my original stylesheet for the new markup. For that reason a lot of id and class solutions in the markup came out of challenges created by this design. I wanted this design to look fresh and inviting while being very easy to read.</p>
<p><img src="http://www.bohemianalps.com/blog/wp-content/uploads/2008/03/gramps30_nebraska-450px.png" class="Site" alt="GRAMPS 3.0 Nebraska Style" /></p>
<h4>&#8216;Mainz&#8217;</h4>
<p>Named so for Gutenberg&#8217;s birthplace, this design was created to show off the potential of the new markup. It&#8217;s a bit repetitious of me, but for some reason the vision of the website as a sheet of paper is very appealing. I started this one based on the name of one of the original GRAMPS styles: Certificate. The original style didn&#8217;t really look like a certificate, but this one does.</p>
<p><img src="http://www.bohemianalps.com/blog/wp-content/uploads/2008/03/gramps30_mainz-450px.png" class="Site" alt="GRAMPS 3.0 Mainz Style" /></p>
<h4>Default Print Style</h4>
<p>This is probably the style that will be the most overlooked. With XHTML + CSS there is the potential for the browser to automatically switch stylesheets based on the media of representation. You can define one stylesheet as &#8216;screen&#8217; and another as &#8216;print&#8217; (there&#8217;s actually quite few different defined mediums according to the W3C, including &#8216;mobile&#8217; and &#8216;projection&#8217;). GRAMPS is the first project where I could form a strong argument for using this feature to its full potential. Now anytime someone prints a page from a Narrative Web site, the output will be well designed for print with an emphasis on efficiency and legibility.</p>
<p><img src="http://www.bohemianalps.com/blog/wp-content/uploads/2008/03/gramps30_printdefault-450px.png" alt="GRAMPS 3.0 Default Print Style" /></p>
<p>There&#8217;s still more work to do, but I wanted to get the word out on this great update to <a href="http://www.gramps-project.org" title="Give GRAMPS a Try!">GRAMPS</a> that&#8217;s just around the corner. Along with my relatively minor contributions, the other developers have been working very hard to make 3.0 an impressive and powerful update. If you are interested in trying it out, do keep in mind that in the open source world &#8216;.0&#8242; means &#8216;submit final work to users and fix a lot of reported bugs&#8217;. So, if you are looking for  a perfect application, I recommend waiting for GRAMPS 3.1. <img src='http://www.bohemianalps.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2008/gramps-30-coming-soon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTML Character Code Update</title>
		<link>http://www.bohemianalps.com/blog/2008/html-character-code-update/</link>
		<comments>http://www.bohemianalps.com/blog/2008/html-character-code-update/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 23:40:42 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Markup]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/archives/2008/01/24/html-character-code-update/</guid>
		<description><![CDATA[I stumbled upon the character references for some characters specific to Czech and Slavic languages. I just updated my character code site accordingly. All of the new additions are part of the Latin Alphabet with Accents section. Lots of letters with hacheks, consonants with acute accents, ?, and ?. HTML CHARACTER CODES]]></description>
			<content:encoded><![CDATA[<p>I stumbled upon the character references for some characters specific to Czech and Slavic languages. I just updated my character code site accordingly. All of the new additions are part of the Latin Alphabet with Accents section. Lots of letters with hacheks, consonants with acute accents, ?, and ?.</p>
<p><a href="http://www.bohemianalps.com/tools/html-characters.php" title="HTML Character Codes site">HTML CHARACTER CODES</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2008/html-character-code-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embed Flash Videos with FlowPlayer</title>
		<link>http://www.bohemianalps.com/blog/2008/embed-flash-videos-with-flowplayer/</link>
		<comments>http://www.bohemianalps.com/blog/2008/embed-flash-videos-with-flowplayer/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 02:42:26 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Markup]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/archives/2008/01/20/embed-flash-videos-with-flowplayer/</guid>
		<description><![CDATA[I just stumbled across the free FlowPlayer Flash player for embedding videos in a web page. I can&#8217;t imagine a more simple solution. It&#8217;s just one SWF file and some specific markup for putting it to work on a web page. Let me know if there is a friendlier open source solution out there. This [...]]]></description>
			<content:encoded><![CDATA[<p>I just stumbled across the free <a href="http://flowplayer.org/">FlowPlayer</a> Flash player for embedding videos in a web page. I can&#8217;t imagine a more simple solution. It&#8217;s just one SWF file and some specific markup for putting it to work on a web page.</p>
<p>Let me know if there is a friendlier open source solution out there. This seems to work well enough.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2008/embed-flash-videos-with-flowplayer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Character Reference Chart Update</title>
		<link>http://www.bohemianalps.com/blog/2007/htmlcharref/</link>
		<comments>http://www.bohemianalps.com/blog/2007/htmlcharref/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 17:54:35 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Markup]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/archives/2007/12/11/htmlcharref/</guid>
		<description><![CDATA[I have just finished updating my HTML Character Reference Chart. Along with updating invalid numerical references 129 through 159 to the valid decimal numbers there are a few new features: different character sets in separate views complete decimal and hexadecimal references entity references for some characters. New Complete Table Section displays all references New Favorites [...]]]></description>
			<content:encoded><![CDATA[<p>I have just finished updating my HTML Character Reference Chart. Along with updating invalid numerical references 129 through 159 to the valid decimal numbers there are a few new features:</p>
<ul>
<li style="padding-bottom:1em;">different character sets in separate views</li>
<li style="padding-bottom:1em;">complete <strong>decimal</strong> and <strong>hexadecimal references</strong></li>
<li style="padding-bottom:1em;"><strong>entity references</strong> for some characters.</li>
<li style="padding-bottom:1em;"><strong>New Complete Table Section</strong> displays all references</li>
<li style="padding-bottom:1em;"><strong>New Favorites Section</strong> displays only your favorites</li>
</ul>
<p><a href="http://www.bohemianalps.com/tools/html-characters.php" title="Try the new HTML Character Chart!"><img src='http://www.bohemianalps.com/blog/wp-content/uploads/2007/12/htmlchar-1_500px3.png' alt='HTMLChar1' /></a></p>
<p>This new version is built with XML and XSLT, making the process of updating information or creating new layouts very simple. I am learning the basics of both right now and it&#8217;s amazing how powerful and elegant these simple text files can be.</p>
<p>The Favorites section works with comma-separated URL values. You will have to edit your URL &#8220;manually&#8221; by adding the decimal, hexadecimal or alphabetical values to the end of the page&#8217;s URL. There is an example favorites set to help you get started.</p>
<p><a href="http://www.bohemianalps.com/tools/html-characters.php" title="Try the new HTML Character Chart!">BohemianAlps HTML Character Codes &raquo;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2007/htmlcharref/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorers 6, 5.5 and 5 on Linux</title>
		<link>http://www.bohemianalps.com/blog/2006/internet-explorers-6-55-and-5-on-linux/</link>
		<comments>http://www.bohemianalps.com/blog/2006/internet-explorers-6-55-and-5-on-linux/#comments</comments>
		<pubDate>Sat, 29 Jul 2006 16:03:05 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Markup]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/archives/2006/07/29/internet-explorers-6-55-and-5-on-linux/</guid>
		<description><![CDATA[This is a pretty sweet and easy set up for web developers on Linux. Just download and double-click and IEs4Linux takes care of itself. It is running IE using Wine. Apparently this is the same old Internet Explorer application surrounded by some programs that allow it to run on Linux. They warn about security issues [...]]]></description>
			<content:encoded><![CDATA[<p>This is a pretty sweet and easy set up for web developers on Linux. Just download and double-click and IEs4Linux takes care of itself. It is running IE using Wine. Apparently this is the same old Internet Explorer application surrounded by some programs that allow it to run on Linux. They warn about security issues and not using it as your primary browser, but I honestly don&#8217;t know who&#8217;d think of doing that. Anybody that is using Linux and goes to the trouble of getting this to run IE on it isn&#8217;t going to use it for recreation.</p>
<p><img class="centerframed" height="339" alt="" src="http://www.bohemianalps.com/blog/wp-content/uploads/2006/07/IEs4Linux-Scrnshot-1.jpg" width="430" /></p>
<p><a href="http://www.bohemianalps.com/blog/wp-content/uploads/2006/07/IEs4Linux-Scrnshot-3.jpg"><img class="centerframed" height="323" alt="" src="http://www.bohemianalps.com/blog/wp-content/uploads/2006/07/IEs4Linux-Scrnshot-2.jpg" width="430" border="0" /></a></p>
<p>How does it work? Looks good to me. For troubleshooting anyway. The fonts are weird but that&#8217;s expected. IE 6 gives me lots of bold type and the IE 5s don&#8217;t have that problem. They&#8217;re just not anti-aliased. These IEs also run as fast as they would on Windows as far as I can tell. Actually, on my Pentium II 266MHz laptop, they load faster than Firefox.</p>
<p>How do you get it? Well, no need to comprehend Wine, thank god. (Has anybody else noticed that there is no explanation on their site to even attempt installing a Windows app on Linux?) Just go to <a href="http://www.tatanka.com.br/ies4linux/index-en.html">IEs4Linux</a> and follow the instructions on that page. You will have to install Wine and Cabextract and then finally run their IEs4Linux file. You will be in IE heaven soon! Now, if only they had a set up package for OSX.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2006/internet-explorers-6-55-and-5-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress setup is easy</title>
		<link>http://www.bohemianalps.com/blog/2006/wordpress-setup-is-easy/</link>
		<comments>http://www.bohemianalps.com/blog/2006/wordpress-setup-is-easy/#comments</comments>
		<pubDate>Sun, 30 Apr 2006 19:45:23 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Markup]]></category>

		<guid isPermaLink="false">http://www.bohemianalps.com/blog/?p=3</guid>
		<description><![CDATA[In case anybody out there is looking to start a blog, I&#8217;d recommend WordPress. It&#8217;s free. It seems to set up very easily. I will know more as I work through creating my own theme and have to manage more posts.]]></description>
			<content:encoded><![CDATA[<p>In case anybody out there is looking to start a blog, I&#8217;d recommend WordPress.</p>
<ol>
<li>It&#8217;s free.</li>
<li>It seems to set up very easily.</li>
</ol>
<p>I will know more as I work through creating my own theme and have to manage more posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bohemianalps.com/blog/2006/wordpress-setup-is-easy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

