<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>liquid-layout &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/liquid-layout/</link>
	<description>Feed of posts on WordPress.com tagged "liquid-layout"</description>
	<pubDate>Mon, 30 Nov 2009 17:04:21 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[How to install Git on a Windows XP PC]]></title>
<link>http://cloudcitysites.wordpress.com/2009/03/20/how-to-install-git-on-a-windows-xp-pc/</link>
<pubDate>Fri, 20 Mar 2009 21:14:51 +0000</pubDate>
<dc:creator>cloudcitysites</dc:creator>
<guid>http://cloudcitysites.wordpress.com/2009/03/20/how-to-install-git-on-a-windows-xp-pc/</guid>
<description><![CDATA[Following on from  my introduction to using the awesome sourcerepo source control repository it is n]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Following on from  my introduction to using the awesome sourcerepo source control repository it is now time to get Git installed on your Windows XP box</p>
<p>Firstly you have to download it from here</p>
<p><a rel="nofollow" href="http://git-scm.com/download" target="_top">Download git for windows</a><br />
You NEED the msysGit option<br />
just select the link next to msysGit and you will see a new page with different versions avasilable.<br />
The dates are confusing so ignore them. If you look closely enough you will see that some incluse the year and others just the day and the month making it look like the latest version is not very new when it is.</p>
<p>You want the latest version number, the one right at the top of the list</p>
<p>All you need to do is click the link next to the version you want and your download will proceed in the normal way.</p>
<p>Once downloaded you just need to run the file to install it to wherever you want. The normal program files folder is OK.<br />
During the installation you will be asked about converting cr/lf characters.<br />
At this point you might be somewhat confused.<br />
You are running a windows Operating System right?<br />
You are deploying to a Linux/Unix Operating System.<br />
Windows files don&#8217;t play nice on a Linux/Unix OS.<br />
All you need to understand is that you need to convert CR/LF&#8217;s to LF&#8217;s only.<br />
It&#8217;s a simple option so long as you know what to choose.</p>
<p>That&#8217;s it!<br />
You have Git installed <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Web Design for Mobile Phone Experiment Links]]></title>
<link>http://kuroneko003.wordpress.com/2009/03/18/web-design-for-mobile-phone-experiment-links/</link>
<pubDate>Wed, 18 Mar 2009 01:35:53 +0000</pubDate>
<dc:creator>kuroneko003</dc:creator>
<guid>http://kuroneko003.wordpress.com/2009/03/18/web-design-for-mobile-phone-experiment-links/</guid>
<description><![CDATA[I did some experiments with page layouts for PC and mobiles and documented the activities on the Lov]]></description>
<content:encoded><![CDATA[I did some experiments with page layouts for PC and mobiles and documented the activities on the Lov]]></content:encoded>
</item>
<item>
<title><![CDATA[Liquid for Mobile -- Done!]]></title>
<link>http://lovelyitems.wordpress.com/2009/03/18/liquid-for-mobile-done/</link>
<pubDate>Wed, 18 Mar 2009 01:23:17 +0000</pubDate>
<dc:creator>kuroneko003</dc:creator>
<guid>http://lovelyitems.wordpress.com/2009/03/18/liquid-for-mobile-done/</guid>
<description><![CDATA[You can visit the site on your own mobile and tell me how it looks.  The URL is: http://translations]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>You can visit the site on your own mobile and tell me how it looks.  The URL is:</p>
<p><a href="http://translations.omarissister.com/mobileHome.html">http://translations.omarissister.com/mobileHome.html</a></p>
<p>This is just and example to prove a concept, so there&#8217;s not much to navigate.  Adobe has this neat little program called &#8220;Device Central&#8221; that can run your webpage through various mobile device emulators.  I ran it through a Nokia phone with full browser small screen rendering.   Here&#8217;s a screenshot of my mobile webpage from the emulator:</p>
<div id="attachment_1364" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-1364" title="emulatednokia" src="http://lovelyitems.wordpress.com/files/2009/03/emulatednokia.jpg" alt="Mobile Browser Emulation Through Adobe's &#34;Device Central&#34; Program " width="450" height="450" /><p class="wp-caption-text">Mobile Browser Emulation Through Adobe&#39;s &#34;Device Central&#34; Program </p></div>
<p>You can also play with the website on you PC browser to experience the fun and joy of a liquid layout.</p>
<p>For a comparison, here is the PC website which was done with a hybrid layout.  Haha!</p>
<div id="attachment_1365" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-1365" title="emulatednokiapcpage" src="http://lovelyitems.wordpress.com/files/2009/03/emulatednokiapcpage.jpg" alt="Hybrid Layout on a Mobile Device" width="450" height="450" /><p class="wp-caption-text">Hybrid Layout on a Mobile Device</p></div>
<p>This is so cool!</p>
<p>Interestingly, when I looked at this these pages on my iPhone, they were rendered as if on a PC, meaning the full page width was displayed.  For the hybrid layout this was great, but at the same time, the advantages of the liquid layout were not manifested &#8212; the main advantage being legibility because the text is rendered full size and wrapped within the given screen size.  Unfortunately, there is no iPhone emulator so I can&#8217;t show a screen shot.  But those of you with iPhones can check it out.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to write quality websites with Ruby On Rails - CSS, Making a Start]]></title>
<link>http://cloudcitysites.wordpress.com/2009/03/12/how-to-write-quality-websites-with-ruby-on-rails-css-making-a-start/</link>
<pubDate>Thu, 12 Mar 2009 21:10:02 +0000</pubDate>
<dc:creator>cloudcitysites</dc:creator>
<guid>http://cloudcitysites.wordpress.com/2009/03/12/how-to-write-quality-websites-with-ruby-on-rails-css-making-a-start/</guid>
<description><![CDATA[Hopefully, by now you should have had a good look at Matthew James Taylors&#8217; totally awesome CS]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hopefully, by now you should have had a good look at <a rel="nofollow" href="http://matthewjamestaylor.com/" target="_top">Matthew James Taylors&#8217;</a> totally awesome CSS layouts and chosen which layout you want to use.</p>
<p>Now all you have to do is grab the css from whicheve layout you have chosen.<br />
Matthew has created different types of sizing for each of hos layout so before you pick the final css you will need to choose which sizing you want to use. The choices are pixel widths, em widths or percentage widths.</p>
<p>This is an easy choice to make. Percentage widths win hands down.<br />
We want to be accessible right?<br />
Percentage widths will allow font sizes to be changed by users in their browser settings without those horrible scroll bars appearing if the text gets too large for the column it is being displayed in.</p>
<p>A very good discussion on these choices can be found <a rel="nofollow" href="http://css-discuss.incutio.com/?page=EmVsPercentWidths" target="_top">here</a></p>
<p>Having decided that you can choose the layout you want and all you have to do is pick the percentage widths link on the layout.</p>
<p>Once you have the correct page showing for the layout you have chosen you can simply use the &#8220;view source&#8221; option in your browser&#8217;s &#8220;view&#8221; option.</p>
<p>you will see a load of source code.</p>
<p>Find the line that sais<br />
/* General styles */<br />
now highlight everything from that point right on down to, and including, the line that sais</p>
<p>&#60;/style&#62;<br />
and choose the copy option.</p>
<p>Now create a new text file in notepad or whtever and paste the results and save the file somewhere safe. We will be coming back to it later.</p>
<p>Since I started writing this guide Matthew has updated his styles somewhat and the css I&#8217;ll be using will  be slightly different. I have talked to him about updating these pages and he has indicated that he will be doing so at some point.</p>
<p>The css layout I will be using is the three column layout. Please feel free to copy this css.</p>
<p>body {<br />
background:#FFFFFF none repeat scroll 0 0;<br />
font-size:90%;<br />
margin:0;<br />
min-width:600px;<br />
padding:0;<br />
width:100%;<br />
}</p>
<p>a {<br />
color:#336699;<br />
}</p>
<p>a:hover {<br />
background:#336699 none repeat scroll 0 0;<br />
color:#FFFFFF;<br />
text-decoration:none;<br />
}</p>
<p>h1, h2, h3 {<br />
margin:0.8em 0 0.2em;<br />
padding:0;<br />
}</p>
<p>p {<br />
margin:0.4em 0 0.8em;<br />
padding:0;<br />
}</p>
<p>img {<br />
margin:10px 0 5px;<br />
}</p>
<p>#header {<br />
border-bottom:1px solid #000000;<br />
float:left;<br />
margin:0;<br />
padding:0;<br />
width:100%;<br />
}</p>
<p>#header p {<br />
margin:0;<br />
padding:0.5em 15px 0.2em;<br />
}</p>
<p>#header h1 {<br />
margin:0;<br />
padding:0.2em 15px;<br />
}</p>
<p>#header h2 {<br />
margin:0;<br />
padding:0.2em 15px 0.7em;<br />
}</p>
<p>#header ul {<br />
clear:left;<br />
float:left;<br />
width:100%;<br />
list-style:none;<br />
margin:10px 0 0 0;<br />
padding:0;<br />
}<br />
#header ul li {<br />
display:inline;<br />
list-style:none;<br />
margin:0;<br />
padding:0;<br />
}<br />
#header ul li a {<br />
display:block;<br />
float:left;<br />
margin:0 0 0 1px;<br />
padding:3px 10px;<br />
text-align:center;<br />
background:#eee;<br />
color:#000;<br />
text-decoration:none;<br />
position:relative;<br />
left:15px;<br />
line-height:1.3em;<br />
}<br />
#header ul li a:hover {<br />
background:#369;<br />
color:#fff;<br />
}<br />
#header ul li a.active,<br />
#header ul li a.active:hover {<br />
color:#fff;<br />
background:#000;<br />
font-weight:bold;<br />
}<br />
#header ul li a span {<br />
display:block;<br />
}<br />
/* &#8216;widths&#8217; sub menu */<br />
#breadcrumbs {<br />
clear:both;<br />
background:#eee;<br />
border-top:4px solid #000;<br />
margin:0;<br />
padding:6px 15px !important;<br />
text-align:left;<br />
}</p>
<p>#colmask {<br />
background:#f4f4f4 none repeat scroll 0 0;<br />
clear:both;<br />
float:left;<br />
overflow:hidden;<br />
position:relative;<br />
width:100%;<br />
}</p>
<p>#colmid {<br />
background:#FFFFFF none repeat scroll 0 0;<br />
float:left;<br />
left:200px;<br />
position:relative;<br />
width:200%;<br />
}</p>
<p>#colright {<br />
background:#EEEEEE none repeat scroll 0 0;<br />
float:left;<br />
left:50%;<br />
margin-left:-400px;<br />
position:relative;<br />
width:100%;<br />
}</p>
<p>#col1wrap {<br />
float:right;<br />
position:relative;<br />
right:100%;<br />
width:50%;<br />
}</p>
<p>#col1pad {<br />
margin:0 15px 0 415px;<br />
overflow:hidden;<br />
}</p>
<p>#col1 {<br />
overflow:hidden;<br />
width:100%;<br />
}</p>
<p>#col2 {<br />
float:left;<br />
left:215px;<br />
margin-left:-50%;<br />
overflow:hidden;<br />
position:relative;<br />
width:170px;<br />
}</p>
<p>#col3 {<br />
float:left;<br />
left:15px;<br />
overflow:hidden;<br />
position:relative;<br />
width:170px;<br />
}</p>
<p>#footer {<br />
border-top:1px solid #000000;<br />
clear:both;<br />
float:left;<br />
margin:0;<br />
padding:0;<br />
width:100%;<br />
text-align:center;<br />
font-size:60%;<br />
}</p>
<p>#footer p {<br />
padding:0.5em 15px;<br />
}</p>
<p>The main difference betweeen this css and the css you will be copying is the colpad id and this will be reflected in your HTML later. If you want to make use of a different layout then you will need to copy this colpad declaration and make it a class r=instead of an ID by changing the # to a . (full stop)</p>
<p>You will now need to copy thre doc type declaration and the first part of the &#60;head&#62; tag. These go hand in hand with the css and your site will NOT validate if this is incorrect.</p>
<p>&#60;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Strict//EN&#8221; &#8220;<a rel="nofollow" href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" target="_top">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</a>&#8220;&#62;<br />
&#60;html xmlns=&#8221;<a rel="nofollow" href="http://www.w3.org/1999/xhtml" target="_top">http://www.w3.org/1999/xhtml</a>&#8221; xml:lang=&#8221;en-GB&#8221;&#62;</p>
<p>&#60;head&#62;<br />
&#60;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;application/xhtml+xml; charset=utf-8&#8243; /&#62;<br />
&#60;meta name=&#8221;description&#8221; content=&#8221;Cloud City Sites, A revolutinary eCommerce solution&#8221; /&#62;<br />
&#60;meta name=&#8221;keywords&#8221; content=&#8221;Cloud City Sites, A revolutinary eCommerce solution&#8221; /&#62;<br />
&#60;meta name=&#8221;robots&#8221; content=&#8221;index, follow&#8221; /&#62;</p>
<p>&#60;title&#62;Catalogues: &#60;%= controller.action_name %&#62;&#60;/title&#62;<br />
&#60;%= stylesheet_link_tag &#8220;layout&#8221;, &#8220;store&#8221;, &#8220;verticalmenu&#8221;, :media =&#62; &#8220;all&#8221; %&#62;<br />
&#60;%= javascript_include_tag :defaults %&#62;<br />
&#60;/head&#62;</p>
<p>You can change the text shown in quotes to whatever you want for these lines.<br />
&#60;meta name=&#8221;description&#8221; content=&#8221;Cloud City Sites, A revolutinary eCommerce solution&#8221; /&#62;<br />
&#60;meta name=&#8221;keywords&#8221; content=&#8221;Cloud City Sites, A revolutinary eCommerce solution&#8221; /&#62;</p>
<p>Don&#8217;t worry about this line<br />
&#60;%= stylesheet_link_tag &#8220;layout&#8221;, &#8220;store&#8221;, &#8220;verticalmenu&#8221;, :media =&#62; &#8220;all&#8221; %&#62;<br />
It will be changed later.</p>
<p>Now save this into another text file with your css file you just saved.<br />
You can call these files whatever you want. They will not actually be used anywhere. They are merely a kind of startting template for all your web applications from now on and will be tweaked for each new application.</p>
<p>Why are we using these layouts?</p>
<p>If you really need to ask that wuestion then go back and read everything that Matthew James Taylor has said about these layouts, their search engine friendliness, their viewability on pretty much any platform and any browser, their ability to be used for text readers for the visually impaired in such a way as they will be a pleasure to deal with inlike most websites that are developed.</p>
<p>That&#8217;s it for the layouts.</p>
<p>A quick re-cap<br />
In 2 simple steps you have solved the vast majority of headaches and concerns that most website developers ignore becauese it&#8217;s too complicated and too much to consider.<br />
You have chosen your layout and you have copy and pasted some freely avaiable code into 2 different files that you can then make usr of.</p>
<p>IMO Matthew James Taylor is a total genius. just accept it, don&#8217;t try to understand it and move on <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>For the next episode in this guide you will need to get your tools up and running.<br />
These tools are VERY simple to set up but please pay attention to the instructions that you are given for each tool.</p>
<p>You will need to install Rails 2,2.2 (Currently the most advanced but stable release) from <a rel="nofollow" href="http://rubyonrails.org/download" target="_top">The official Rails Download site</a></p>
<p>Now you will need to install Aptana Studio as either an eclipse plugin (only if you already use eclipse for writing your scurrent siters with) or the standalone community version from <a rel="nofollow" href="http://www.aptana.com/" target="_top">The Aptana Download site</a></p>
<p>Once this is installed you will need to install the RadRails plugin. Again this is really simple to do and you weill find simple instructions on how to do this once you have Studio installed.</p>
<p>So go get those 3 tools set up in the order I have suggested (Otherwise you may have problems) and come back to read the next section.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Länk till CSS]]></title>
<link>http://vpwprojektet.wordpress.com/2009/02/10/lank-till-css/</link>
<pubDate>Tue, 10 Feb 2009 13:26:16 +0000</pubDate>
<dc:creator>Maria</dc:creator>
<guid>http://vpwprojektet.wordpress.com/2009/02/10/lank-till-css/</guid>
<description><![CDATA[Prototypen översatt till em, med liquid layout, centrerad och med rätt css.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://vpwprototyp.igdoo.com/em/">Prototypen översatt till em, med liquid layout, centrerad och med rätt css.</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Am I Dreaming?]]></title>
<link>http://sheilaschoonmaker.com/2008/12/05/am-i-dreaming/</link>
<pubDate>Fri, 05 Dec 2008 12:27:06 +0000</pubDate>
<dc:creator>Sheila</dc:creator>
<guid>http://sheilaschoonmaker.com/2008/12/05/am-i-dreaming/</guid>
<description><![CDATA[I noticed this morning WordPress has made a huge change to their &#8216;behind the curtain&#8217; ac]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I noticed this morning WordPress has made a huge change to their &#8216;behind the curtain&#8217; account features. I was a bit nervous at first from the unexpected change, but when I clicked on &#8220;Add New Post&#8221; and got a view of the composing window, it&#8217;s as if I&#8217;m dreaming!</p>
<p>Almost every change I&#8217;ve been dealing with for the longest time has been something I didn&#8217;t like, but this?&#8230; this I can live with! I LOVE having a huge window for typing text in; plus, it&#8217;s no longer off center (thanks to the liquid layout!)! Thank you WordPress for making my day brighter, especially when I&#8217;ve been feeling extraordinarily stressed out lately!</p>
<p>P.S. &#8211; I know WordPress doesn&#8217;t read my blog and readers don&#8217;t care about what&#8217;s &#8216;behind the scene&#8217;. What does affect readers of my blog though is the mood I&#8217;m in when composing posts. Feeling more comfortable while doing something like writing is bound to affect the way I express myself. I don&#8217;t have the resources (time, motivation, etc.) to say much more than this (for probably days), but when those things come back&#8230; well, that will be obvious, dah?!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Redesign of Frantzis web site with Web 2.0 standards]]></title>
<link>http://gmattis.wordpress.com/2008/06/19/redesign-of-frantzis-web-site-with-web-20-standards/</link>
<pubDate>Thu, 19 Jun 2008 21:07:25 +0000</pubDate>
<dc:creator>gmattis</dc:creator>
<guid>http://gmattis.wordpress.com/2008/06/19/redesign-of-frantzis-web-site-with-web-20-standards/</guid>
<description><![CDATA[This Web site is compatible with three major browsers Firefox, IExplorer6+, Opera and it works for m]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a title="Web Site Frantzis Xristos" href="http://www.frantzis-epiplo.gr" target="_blank"><img class="alignnone size-medium wp-image-31" src="http://gmattis.wordpress.com/files/2008/06/forblog_frantzis1.jpg?w=300" alt="frtsrtrwsthrth" width="300" height="198" /></a></p>
<p>This Web site is compatible with three major browsers Firefox, IExplorer6+, Opera and it works for minimum 800&#215;600 screen resolution. The graphics follow the web 2.0 instructions. The layout is manipulated with XHTML &#38; CSS usage.</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
