<?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>Markus Zeller Blog &#187; html</title>
	<atom:link href="http://www.markuszeller.com/tag/html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.markuszeller.com</link>
	<description>Life is just a game</description>
	<lastBuildDate>Sat, 31 Dec 2011 22:09:13 +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>iPhone scrolling with two fingers</title>
		<link>http://www.markuszeller.com/iphone-scrolling-with-two-fingers</link>
		<comments>http://www.markuszeller.com/iphone-scrolling-with-two-fingers#comments</comments>
		<pubDate>Wed, 18 Feb 2009 09:12:40 +0000</pubDate>
		<dc:creator>Markus Zeller</dc:creator>
				<category><![CDATA[Coole iPhone Tricks]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.markuszeller.com/?p=961</guid>
		<description><![CDATA[I am a big fan of creating websites with CSS. You may know, that is possible to have a frame like behaviour without having real frames using the iframe tags. The secret is to put some divisions at the right &#8230; <a href="http://www.markuszeller.com/iphone-scrolling-with-two-fingers">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_962" class="wp-caption alignright" style="width: 130px"><img class="size-full wp-image-962" title="CSS frames" src="http://www.markuszeller.com/wp-content/uploads/cssframes.jpg" alt="CSS frames" width="120" height="184" /><p class="wp-caption-text">CSS frames</p></div>
<p>I am a big fan of creating websites with CSS. You may know, that is possible to have a frame like behaviour without having real frames using the iframe tags.</p>
<p>The secret is to put some divisions at the right place and to give the right properties. It results with only having one section scrollable and the rest of the site will remain and keep a great design. A good inspirating example is given by <a title="Stuart A. Nicholls" href="http://www.cssplay.co.uk/layouts/fixit.html">Stuart A Nicholls</a>.</p>
<p>I have made a design using that technique and was testing it on the iPhone. But anyhow I did not know how to scroll the scrollable content. By accident I took two fingers, and that&#8217;s it. You can scroll those areas by using two fingers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markuszeller.com/iphone-scrolling-with-two-fingers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Curving HTML with a Blackberry</title>
		<link>http://www.markuszeller.com/curving-html-with-a-blackberry</link>
		<comments>http://www.markuszeller.com/curving-html-with-a-blackberry#comments</comments>
		<pubDate>Fri, 13 Feb 2009 08:10:24 +0000</pubDate>
		<dc:creator>Markus Zeller</dc:creator>
				<category><![CDATA[Web Tipps]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.markuszeller.com/?p=941</guid>
		<description><![CDATA[Currently I am working on a project which needs to fit on a iPhone Blackberry, because the technican engineers do not need a laptop to complete the task, but is absolutely required to track their work. That RIM baby is actually &#8230; <a href="http://www.markuszeller.com/curving-html-with-a-blackberry">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_942" class="wp-caption alignright" style="width: 210px"><img class="size-full wp-image-942" title="BB HTML" src="http://www.markuszeller.com/wp-content/uploads/bbhtml.jpg" alt="Blackberry" width="200" height="337" /><p class="wp-caption-text">Blackberry</p></div>
<p>Currently I am working on a project which needs to fit on a <span style="text-decoration: line-through;">iPhone</span> <a title="Blackberry" href="http://na.blackberry.com/eng/devices/blackberrycurve8900/">Blackberry</a>, because the technican engineers do not need a laptop to complete the task, but is absolutely required to track their work.</p>
<p>That <a title="RIM" href="http://www.rim.com/">RIM</a> baby is actually a powerful device, but it disappoints me in not even understanding simple JavaScript commands and CSS properties like the meanwhile everywhere used <a title="CSS display" href="http://www.w3schools.com/css/pr_class_display.asp">display:none</a>.</p>
<p>At the beginning of that project, I initially intended to create a rich and and easy to use <a title="ajax" href="http://www.w3schools.com/Ajax/Default.Asp">Ajax</a> interface, but now I have to do it with step by step forms.</p>
<p>Currently, I have reached now page number 13 <span style="text-decoration: line-through;">(today is Friday, the 13th)</span> with each of a maximum containing five fields fitting the display size and content.</p>
<p>I found a nice <a title="Blackberry HTML" href="http://na.blackberry.com/eng/deliverables/6176/HTML_ref_overview_573956_11.jsp">Blackberry HTML reference</a> which helped me out a lot with the development. Maybe it will help out you, too.</p>
<p>By the way, the iPhone is the best mobile device to display internet content. Everything I tried until now was working so well. Good work, Apple!</p>
<p>The new Blackberry series hopefully becomes more CSS/JavaScript power.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markuszeller.com/curving-html-with-a-blackberry/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

