<?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>marius &#187; Safari</title>
	<atom:link href="http://devilx.net/tag/safari/feed/" rel="self" type="application/rss+xml" />
	<link>http://devilx.net</link>
	<description></description>
	<lastBuildDate>Wed, 25 Jan 2012 07:42:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>iPhone Safari and XmlHttpRequest Authorization-Headers</title>
		<link>http://devilx.net/2009/10/23/iphone-safari-and-xmlhttprequest-authorization-headers/</link>
		<comments>http://devilx.net/2009/10/23/iphone-safari-and-xmlhttprequest-authorization-headers/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 19:58:55 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[Life itself]]></category>
		<category><![CDATA[Mac and stuff ...]]></category>
		<category><![CDATA[World Wide Web]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Epic Fail]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[XmlHttpRequest]]></category>

		<guid isPermaLink="false">http://www.devilx.net/?p=1026</guid>
		<description><![CDATA[Lately I came across an odd phenomenon regarding the iPhone OS (3.1) Safari and web-sites that make use of JavaScript to set XmlHttpRequest-Headers, like for ETags or for authorization. I&#8217;ve analyzed the (mobile) Safari&#8217;s behavior, tried to find possible mistakes &#8230; <a href="http://devilx.net/2009/10/23/iphone-safari-and-xmlhttprequest-authorization-headers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Lately I came across an odd phenomenon regarding the iPhone OS (3.1) Safari and web-sites that make use of JavaScript to set XmlHttpRequest-Headers, like for ETags or for authorization. I&#8217;ve analyzed the (mobile) Safari&#8217;s behavior, tried to find possible mistakes within my JavaScript/jQuery code, searched the internet and even called Apple&#8217;s Technical Support (Germany) for more information on that problem. Let me first of all begin by describing the actual occurrence:</p>
<p>I&#8217;ve been working on a web-site that used the jQuery framework to render content on the client side and get information from its back-end, via XmlHttpRequests. The whole built-up worked just fine of every modern, popular browser available in the market &#8211; like the Firefox, Internet Explorer or Safari (on the Mac platform). Now, I had to test the site and make it workable on the iPhone-plattform as well. The site itself uses OAuth as authentication method and provides the information within a HTTP-header named &#8220;Authorization&#8221;. The theory is pretty plain: The back-end receives a request, checks for this header and responses accordingly.</p>
<p>However, iPhone&#8217;s Safari didn&#8217;t behave like the other browsers did. For whatever reason, the XHR was sent to the back-end, including every header that was set on the JavaScript side &#8211; except the &#8220;Authorization&#8221;-header. First, I though that Safari maybe could not handle the parameters of this header, but when I just renamed the setRequestHeader-argument to &#8220;Auth&#8221;, it worked. It simply just worked.</p>
<p>This happening made me search for other users experiencing this problem, unfortunately there doesn&#8217;t really seem to be many users testing JavaScript-sites on their iPhone &#8211; to be more precise, I did not find one result on Google that describes the problem I&#8217;m experiencing. I though, <em>&#8220;Oh well, why not call Apple&#8217;s Technical Support?&#8221;</em> &#8211; bad mistake. I got connected to a very annoyed and stroppy telephone-support which tried to convince me, that the iPhone&#8217;s Safari yet does not support Java. When I repeated myself by saying <em>&#8220;It&#8217;s about Java</em><strong><em>Script</em></strong><em>&#8220;</em>, he didn&#8217;t really make the impression to understand the difference. I told him what the actual scenario was and all I got as answer was <em>&#8220;Fill out the Feedback form on Apple&#8217;s site&#8221;</em>. This made me a bit angry, because I more and more got the feeling of him trying to simply get rid of me. I asked for someone who is more technically involved into the whole iPhone stuff and he answered with <em>&#8220;You&#8217;re already calling the most-advanced technical support &#8211; there&#8217;s no way to go further!&#8221;</em>. At this point total disappointment overcame me and the only thing I thought of saying before I would hang-up the phone was <em>&#8220;FAIL!&#8221;</em> &#8211; luckily I was behaving more polite than the support-guy himself. Eh.</p>
<p>The end of the story is, that I (once again) wrote a report via Apple&#8217;s Feedback form (which from my impression is saving the submitted content to /dev/null) and implemented a workaround for myself by renaming the &#8220;Authorization&#8221;-header to &#8220;Auth&#8221;. Yet again a scenario in which I&#8217;m feeling like talking to a wall of bricks and have no possibility to get any information regarding my problem or maybe even correct this sort of bug. I think, this is the other side of closed-source software.</p>
]]></content:encoded>
			<wfw:commentRss>http://devilx.net/2009/10/23/iphone-safari-and-xmlhttprequest-authorization-headers/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Hacked iWebKit a Bit&#8230;</title>
		<link>http://devilx.net/2009/09/08/hacked-iwebkit-a-bit/</link>
		<comments>http://devilx.net/2009/09/08/hacked-iwebkit-a-bit/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 19:31:28 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[Art & Design]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Mac and stuff ...]]></category>
		<category><![CDATA[New & Cool]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[World Wide Web]]></category>
		<category><![CDATA[Cool]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iWebKit]]></category>
		<category><![CDATA[Likable]]></category>
		<category><![CDATA[New]]></category>
		<category><![CDATA[Patch]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Sexy]]></category>
		<category><![CDATA[Style]]></category>
		<category><![CDATA[Webkit]]></category>

		<guid isPermaLink="false">http://www.devilx.net/?p=1002</guid>
		<description><![CDATA[Today, I received a mail from Christian, regarding the iPhone WordPress Theme I&#8217;ve published some time ago. I played around with my theme and wanted to use the sliding-effects that iWebKit still contained on that version I&#8217;ve used then ago. &#8230; <a href="http://devilx.net/2009/09/08/hacked-iwebkit-a-bit/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today, I received a mail from <a title="Christian Albert Mueller" href="http://www.christian-albert-mueller.com/" target="_blank">Christian</a>, regarding the <a title="Wordpress iPhone Theme" href="http://www.devilx.net/2009/04/06/wordpress-iphone-theme/" target="_self">iPhone WordPress Theme</a> I&#8217;ve published some time ago. I played around with my theme and wanted to use the sliding-effects that iWebKit still contained on that version I&#8217;ve used then ago. As it seems, Christoph seems to had it removed from the sources, as far as I remember he was having some kind of trouble with the sliding-transition.</p>
<p>However, I&#8217;ve decided to take a quick look at the current iWebKit version and patch the framework to have the sliding-animations working again, even on the latest version. Now, that it seems to be working here and also it seems to be working for Christian, maybe others can also benefit from this.</p>
<p>If you would like to use the sliding-animations (no warranty! :-)) on your iWebKit-based design, just download the Framework package attached to this post and apply it to your iWebKit installation. It should be working pretty much out of the box.</p>
<p>Feel free to report bugs if you should find any regarding the sliding. Enjoy! <img src='http://devilx.net/wp-content/plugins/smilies-themer/Riceballs/smile.png' alt=':-)' class='wp-smiley' /> </p>
<p><strong><a href="http://www.devilx.net/wp-content/uploads/2009/09/iWebKit_4.6.2_Framework-likability-patch.zip">Download iWebKit_4.6.2_Framework-likability-patch</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://devilx.net/2009/09/08/hacked-iwebkit-a-bit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Glowing Bluebird</title>
		<link>http://devilx.net/2009/05/24/glowing-bluebird/</link>
		<comments>http://devilx.net/2009/05/24/glowing-bluebird/#comments</comments>
		<pubDate>Sun, 24 May 2009 15:23:36 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[Art & Design]]></category>
		<category><![CDATA[Mac and stuff ...]]></category>
		<category><![CDATA[New & Cool]]></category>
		<category><![CDATA[World Wide Web]]></category>
		<category><![CDATA[Berthold Akzidenz Grotesk]]></category>
		<category><![CDATA[Bluebird]]></category>
		<category><![CDATA[Colors]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[DIN Medium]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Glow]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Michael Flarup]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.devilx.net/?p=900</guid>
		<description><![CDATA[Today I&#8217;ve just played around a bit with Bluebird and its theme-ability to make it fit more into my actual desktop. First of all, I took a look at what theme I could use best for my first tries. I decided &#8230; <a href="http://devilx.net/2009/05/24/glowing-bluebird/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_901" class="wp-caption alignleft" style="width: 160px"><a href="http://www.devilx.net/wp-content/uploads/2009/05/glow-mod.png"><img class="size-thumbnail wp-image-901" title="glow-mod" src="https://ssl.webpack.de/devilx.de/wp-content/uploads/2009/05/glow-mod-150x150.png" alt="Modification of Flarup's &quot;Glow&quot;" width="150" height="150" /></a><p class="wp-caption-text">Modification of Flarup&#39;s &quot;Glow&quot;</p></div>
<p>Today I&#8217;ve just played around a bit with Bluebird and its theme-ability to make it fit more into my actual desktop. First of all, I took a look at what theme I could use best for my first tries. I decided to choose <a title="PixelResort.com" href="http://pixelresort.com/">Michael Flarup</a>&#8216;s <a title="Glow Bluebird Theme" href="http://pixelresort.com/?p=23">&#8220;Glow&#8221;-theme</a>. The theme itself looks very neat and tidy and provides cool effects like avatar-reflections and a menu for each tweet.</p>
<p>First of all, I took some new picks on the colors of each tweet (regular tweet, reply, direct message, own tweet) and turned the gradient around, so that it doesn&#8217;t &#8220;pop-out&#8221; but looks more like &#8220;punched-in&#8221;. Then, I&#8217;ve changed the fonts used by the theme. The CSS definition for the fonts now look this way:</p>
<p><code><br />
...<br />
font: 12px/16px "Berthold Akzidenz Grotesk BE", "Lucida Grande", "Verdana", "Helvetica Neue", "Arial", Sans-Serif;<br />
...<br />
font: 13px "DIN Medium", "Verdana", "Helvetica Neue", "Arial", Sans-serif;<br />
...<br />
</code></p>
<p>Unfortunately the first fonts to be used (<a title="Berthold Fonts" href="http://www.bertholdtypes.com/bq_library/AkzidenzGrotesk.html">Berthold Akzidenz Grotesk</a> and <a title="FontFont" href="http://www.fontfont.com/shop/index.ep?clist=PD,30793,13651&amp;cview=P13651">DIN Medium</a>) are commercial fonts which I can&#8217;t just pack-in and distribute. <img src='http://devilx.net/wp-content/plugins/smilies-themer/Riceballs/sad.png' alt=':-(' class='wp-smiley' /> Though, it doesn&#8217;t look that bad using the Lucida Grande/Verdana fonts.</p>
<p>However, after that I&#8217;ve fixed a bug the theme had at least on my Mac (Safari 4), where the background-height was too small so that a small white line always remained at its list&#8217;s bottom.</p>
<p>If you like the theme, feel free to <a href="http://www.devilx.net/wp-content/uploads/2009/05/glowbbtheme.zip">download it here</a> and comment on it. <img src='http://devilx.net/wp-content/plugins/smilies-themer/Riceballs/smile.png' alt=':-)' class='wp-smiley' /> </p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://devilx.net/2009/05/24/glowing-bluebird/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Searching for FireBugs on a Safari?</title>
		<link>http://devilx.net/2009/05/18/searching-for-firebugs-on-a-safari/</link>
		<comments>http://devilx.net/2009/05/18/searching-for-firebugs-on-a-safari/#comments</comments>
		<pubDate>Mon, 18 May 2009 17:59:26 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[Art & Design]]></category>
		<category><![CDATA[Mac and stuff ...]]></category>
		<category><![CDATA[New & Cool]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[World Wide Web]]></category>
		<category><![CDATA[Addon]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Crap]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[FireBug]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Parallels]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Webkit]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.devilx.net/?p=890</guid>
		<description><![CDATA[In the past few weeks, I was involved into heavy JavaScript web-development at work and had to work with tools that allow me to debug dynamic web-content in an effortless way. Most people would now say &#8220;Use Firefox with FireBug &#8230; <a href="http://devilx.net/2009/05/18/searching-for-firebugs-on-a-safari/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_891" class="wp-caption alignleft" style="width: 160px"><a href="http://www.devilx.net/wp-content/uploads/2009/05/9991783944a1135f3f1f7b.png"><img class="size-thumbnail wp-image-891" title="WebKit Development Tools" src="http://www.devilx.net/wp-content/uploads/2009/05/9991783944a1135f3f1f7b-150x150.png" alt="WebKit Development Tools" width="150" height="150" /></a><p class="wp-caption-text">WebKit Development Tools</p></div>
<p>In the past few weeks, I was involved into heavy JavaScript web-development at work and had to work with tools that allow me to debug dynamic web-content in an effortless way. Most people would now say &#8220;<em>Use Firefox with FireBug addition!</em>&#8221; and I would even agree with them, if I would be using some Windows operating-system instead of my lovely Mac. Everyone who has ever used Firefox on a Linux or a Mac OS X will know, that it&#8217;s a pain in the arse. Due to the way Mozilla-developers have taken to make Firefox available on multiple platforms, it lacks of any speed and integration within most implementations.</p>
<p>So what to do on a Mac, where Firefox trying to render a full-blown AJAX-site needs more space and CPU-power than a VMware or Parallels instance of Windows XP, running the IE? Most people don&#8217;t really know, that the Mac&#8217;s integrated browser already provides a very good toolset for web-development which just got even better with the version 4 (yet, still Beta) of Safari.</p>
<p>The toolset is hidden, on a regular OS X, but it can be unlocked pretty easy. The only thing you gotta do, is quit your Safari, open a Terminal and enter this command:</p>
<p><code> defaults write com.apple.Safari WebKitDeveloperExtras -bool true<br />
</code></p>
<p>It should quit without any output. After that, you can quit the Terminal and re-start Safari. You might not see any difference to Safari&#8217;s appearance before spawning the command, but now just try to do a right-click / command-click within a web-site. You will see, that your popup-menu has just been extended by one new item at its bottom, called &#8220;<em>Inspect Element</em>&#8220;. By clicking this entrie, Safari either opens a new window or separates your current one with an additional view, depending on what Safari version you&#8217;re using. This command works on 3 and 4.</p>
<p>Within that window, you will see a lot of useful information about the page. You can see time and size measurements, script-warnings and -errors and many many more. This extensions to Safari&#8217;s WebKit provides you nearly everything you might know from FireFox Add-Ons like FireBug. And besides of that, it allows you to profile your page in a sleek and easy, graphical way.</p>
<p>I&#8217;m now working quite some time with those tools, exactly because of all the problems I had with Firefox on my Mac, and I must say that I love them. I love the integration and the way it allows me to debug my sites. The only thing I liked more in FireBug was the precision of its GET/POST/PUT/&#8230;-output, but most of the time I don&#8217;t need that anyway. <img src='http://devilx.net/wp-content/plugins/smilies-themer/Riceballs/smile.png' alt=':-)' class='wp-smiley' /> </p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://devilx.net/2009/05/18/searching-for-firebugs-on-a-safari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Revolutionary WordPress Theme for the iPhone / iPod Touch</title>
		<link>http://devilx.net/2009/03/06/revolutionary-wordpress-theme-for-the-iphone-ipod-touch/</link>
		<comments>http://devilx.net/2009/03/06/revolutionary-wordpress-theme-for-the-iphone-ipod-touch/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 11:43:08 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[Art & Design]]></category>
		<category><![CDATA[Hot Gear]]></category>
		<category><![CDATA[Life itself]]></category>
		<category><![CDATA[Mac and stuff ...]]></category>
		<category><![CDATA[New & Cool]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[This Site]]></category>
		<category><![CDATA[World Wide Web]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Cool]]></category>
		<category><![CDATA[Cover-Flow]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Hot]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[iWebKit]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[New]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Picasa]]></category>
		<category><![CDATA[Prologue]]></category>
		<category><![CDATA[Revolutionary]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Sexy]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Touch]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.devilx.net/?p=805</guid>
		<description><![CDATA[As some of you might have already noticed, last night/this morning I&#8217;ve been doing some (or better, a lot of!) work on my web-space regarding many different topics. Therefor I would first like to excuse me for the inaccessibility. However, &#8230; <a href="http://devilx.net/2009/03/06/revolutionary-wordpress-theme-for-the-iphone-ipod-touch/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As some of you might have already noticed, last night/this morning I&#8217;ve been doing some (or better, a lot of!) work on my web-space regarding many different topics. Therefor I would first like to excuse me for the inaccessibility. However, one of the topics was my WordPress&#8217; theme.</p>
<div id="attachment_806" class="wp-caption alignleft" style="width: 160px"><a href="http://www.devilx.net/wp-content/uploads/2009/03/wpiphone1.jpg"><img class="size-thumbnail wp-image-806" title="wpiphone1" src="http://www.devilx.net/wp-content/uploads/2009/03/wpiphone1-150x150.jpg" alt="The red block let's you choose." width="150" height="150" /></a><p class="wp-caption-text">The red block let&#39;s you choose.</p></div>
<p>I&#8217;ve been now using <a title="Automattic" href="http://automattic.com/">Prologue</a> for quite a very long time &#8211; I guess longer than I&#8217;ve ever used one WordPress theme before &#8211; and I&#8217;m highly pleased of it. However, even that Prologue has a built-in iPhone/iPod Touch browser-detection which cuts away the sidebar and only keeps the important news-stream in focus, I haven&#8217;t been very satisfied by that. The font is still pretty small, nearly unreadable, the links are therefor pretty hard to hit, et cetera.</p>
<p>However, yesterday then <a title="widmr.com" href="http://www.widmr.com/">Andi</a> showed me some pretty nice little framework he just found, what actually doesn&#8217;t have anything to do with WordPress itself, but made me think of a very cool idea. The <a title="iWebKit" href="http://www.iwebkit.net/">iWebKit-Framework</a> is a small set of CSS and image files that concentrates on building a website in a way so that it looks just like an iPhone or iPod Touch Application. The whole thing&#8217;s appearance is pretty sexy, you can take a look at the downloads and get the framework plus some example HTML files for testing.</p>
<div id="attachment_807" class="wp-caption alignright" style="width: 160px"><a href="http://www.devilx.net/wp-content/uploads/2009/03/wpiphone2.jpg"><img class="size-thumbnail wp-image-807" title="wpiphone2" src="http://www.devilx.net/wp-content/uploads/2009/03/wpiphone2-150x150.jpg" alt="My optimized front-page." width="150" height="150" /></a><p class="wp-caption-text">My optimized front-page.</p></div>
<p>So, I took a closer look on the iWebKit stuff and did some (again better, a lot of!) PHP WordPress theme hacking. I think I spent the whole night building that thing &#8211; but I also think that it was worth it, heh. And I guess, I&#8217;ve created a revolutionary and new WordPress theme aimed for the usage on iPhones and iPod Touches &#8211; the only problem I had left was: How to I get WordPress to use this theme only on the tiny Safari, but on nothing else? After some more PHP hacking, which included modifying my Prologue theme <strong>but not</strong> the actual WordPress (what&#8217;s the really cool thing within the whole story), I&#8217;ve found a way.</p>
<p>When you browse my WordPress now using your iPhone, you should be getting a red message right on top of the site, which tells you that it has detected the tiny Safari and suggests you to use the iPhone optimized theme. If you confirm by clicking the first link, the whole site&#8217;s design should get to look just like on the pictures I&#8217;ve inserted here.</p>
<div id="attachment_808" class="wp-caption alignleft" style="width: 160px"><a href="http://www.devilx.net/wp-content/uploads/2009/03/wpiphone4.jpg"><img class="size-thumbnail wp-image-808" title="wpiphone4" src="http://www.devilx.net/wp-content/uploads/2009/03/wpiphone4-150x150.jpg" alt="My contact information - optimized." width="150" height="150" /></a><p class="wp-caption-text">My contact information - optimized.</p></div>
<p>I will extend the theme some more, maybe by building in JavaScript effects or other Eye-Candy, to make it fit even better into the iPhones Look &amp; Feel. I was also thinking of some Cover-Flow&#8217;ish effect for my Gallery (which at the moment just links to my Picasa-Site, but thanks to the great API provided by Google it shouldn&#8217;t be too hard to implement that right into the page).</p>
<p>Maybe, after some more testing I&#8217;ll be able to provide it for download, including a whole documentation of how to make it work. <img src='http://devilx.net/wp-content/plugins/smilies-themer/Riceballs/smile.png' alt=':-)' class='wp-smiley' /> Until then, I hope you enjoy browsing my Blog, especially over the iPhone or your iPod Touch. Please feel free to write me your impressions, feedback and also suggestions for improvement by commenting here or writing me an e-mail. So far &#8230;</p>
<p>Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://devilx.net/2009/03/06/revolutionary-wordpress-theme-for-the-iphone-ipod-touch/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Safari 4 (Beta)</title>
		<link>http://devilx.net/2009/02/26/safari-4-beta/</link>
		<comments>http://devilx.net/2009/02/26/safari-4-beta/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 15:09:40 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[Mac and stuff ...]]></category>
		<category><![CDATA[New & Cool]]></category>
		<category><![CDATA[World Wide Web]]></category>
		<category><![CDATA[Adium]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Cool]]></category>
		<category><![CDATA[Cooliris]]></category>
		<category><![CDATA[Cover-Flow]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hackintosh]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Message-Style]]></category>
		<category><![CDATA[New]]></category>
		<category><![CDATA[Obscure]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Public]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Tabs]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Top]]></category>
		<category><![CDATA[Webkit]]></category>

		<guid isPermaLink="false">http://www.devilx.net/?p=782</guid>
		<description><![CDATA[Okay, so for now already two days I&#8217;ve been testing the public beta of Apple&#8217;s new Safari 4 and I need to say that I&#8217;m pretty impressed. While talking to colleagues and friends of mine, who seem to be having &#8230; <a href="http://devilx.net/2009/02/26/safari-4-beta/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_783" class="wp-caption alignleft" style="width: 160px"><a href="http://www.devilx.net/wp-content/uploads/2009/02/s4-topsites.png"><img class="size-thumbnail wp-image-783" title="s4-topsites" src="http://www.devilx.net/wp-content/uploads/2009/02/s4-topsites-150x150.png" alt="Safari 4 Top Sites" width="150" height="150" /></a><p class="wp-caption-text">Safari 4 Top Sites</p></div>
<p>Okay, so for now already two days I&#8217;ve been testing the public beta of Apple&#8217;s new Safari 4 and I need to say that I&#8217;m pretty impressed. While talking to colleagues and friends of mine, who seem to be having quite some problems with the browser-beta, I personally can&#8217;t confirm any of these.</p>
<p>The noticeable features regarding Safari 4 are the tabbing-feature, the browser history and of course the brand new and likable ability of displaying a graphical &#8220;list&#8221; of the most visited websites. However, let&#8217;s start with the &#8220;Top Sites&#8221;. By default, Safari opens this as homepage for each new window. I personally turned it off, since I don&#8217;t actually really need such a feature. But I think, Apple just tried to copy Google&#8217;s Chrome on that. Yet, the feature is &#8211; at least on my internet connection &#8211; really slow. In my first test, Safari did not manage it to load all previews in an acceptable amount of time, as you can see on the screenshot. This feature can be turned on by pressing the new button (the one with many tiny squares) contained in the Bookmarks-bar.</p>
<p>The browser-history became something of a mixture of the Top Sites preview-feature with a Cover-Flow combination. By that, the history can be browsed now using a graphical interface that display a preview of each site. And I think I don&#8217;t even want to know how much disk space and cpu-power this feature needs&#8230; but eh.</p>
<p>And of course the last any maybe most important, noticeable feature: The tabs. Actually, Apple moved the tab bar which was beneath the Bookmarks-bar before right into the window&#8217;s title. On the right to corner, there&#8217;s now a plus-icon for adding a new tab to the window. Moving tabs within or even across different windows is still as simple as it was before, just that now you know exactly which window contains what tabs, even if the window&#8217;s in background with only the title-bar visible.</p>
<div id="attachment_784" class="wp-caption alignright" style="width: 160px"><a href="http://www.devilx.net/wp-content/uploads/2009/02/s4-adium.png"><img class="size-thumbnail wp-image-784" title="s4-adium" src="http://www.devilx.net/wp-content/uploads/2009/02/s4-adium-150x150.png" alt="Safari 4 breaking Adium Style" width="150" height="150" /></a><p class="wp-caption-text">Safari 4 breaking Adium Style</p></div>
<p>Of course, Apple also improved the browser&#8217;s Webkit backend with many different new features and speed enhancements. This was the first thing I&#8217;ve noticed, even without having Safari running. How? Well, somehow, after installing the new beta, restarting the system and opening Adium, my Message-window style was broken. It seems like the new engine does something different regarding the CSS stuff that was used by the theme. By that, the picture-reflection didn&#8217;t work out anymore the way they should.</p>
<p>Altogether I&#8217;m pretty happy with the upcoming version of Safari and despite all other, negative comments I&#8217;ve heard, I have to say that here it&#8217;s working pretty cool. Of course, I did not have any obscure plug-ins installed in Safari 3 (oh, wait, I had, Cooliris&#8230; where is it now, by the way?) nor do I run a MacOsX86 Hackintosh. Heh. <img src='http://devilx.net/wp-content/plugins/smilies-themer/Riceballs/wink.png' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://devilx.net/2009/02/26/safari-4-beta/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Long time no post &#8230;</title>
		<link>http://devilx.net/2008/12/18/long-time-no-post/</link>
		<comments>http://devilx.net/2008/12/18/long-time-no-post/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 19:16:19 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Bus]]></category>
		<category><![CDATA[Clubbing]]></category>
		<category><![CDATA[Cool]]></category>
		<category><![CDATA[Crappy]]></category>
		<category><![CDATA[Crazy]]></category>
		<category><![CDATA[Filderstadt]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[Girl]]></category>
		<category><![CDATA[Ice]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Lovely]]></category>
		<category><![CDATA[LTJ Bukem]]></category>
		<category><![CDATA[Lupu]]></category>
		<category><![CDATA[Mc Conrad]]></category>
		<category><![CDATA[New]]></category>
		<category><![CDATA[Radu Lupu]]></category>
		<category><![CDATA[Rocker33]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Skating]]></category>
		<category><![CDATA[Snow]]></category>
		<category><![CDATA[Storm]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[Stuttgart]]></category>
		<category><![CDATA[Touch]]></category>
		<category><![CDATA[Traffic]]></category>
		<category><![CDATA[Upgrade]]></category>
		<category><![CDATA[Vinyl]]></category>
		<category><![CDATA[Weekend]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.devilx.net/?p=665</guid>
		<description><![CDATA[Hi there, so, I haven&#8217;t been posting anything to my blog. The reason for this was mainly the missing time, in the fast few weeks. I had a lot of stuff to do at work and in other parts of &#8230; <a href="http://devilx.net/2008/12/18/long-time-no-post/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hi there, so, I haven&#8217;t been posting anything to my blog. The reason for this was mainly the missing time, in the fast few weeks. I had a lot of stuff to do at work and in other parts of my real life. As I&#8217;ve been writing some time ago, I finally received my Touch, which I proudly baptized <a title="Radu Lupu" href="http://en.wikipedia.org/wiki/Radu_Lupu" target="_blank">Lupu</a>. <img src='http://devilx.net/wp-content/plugins/smilies-themer/Riceballs/smile.png' alt=':-)' class='wp-smiley' /> </p>
<p>Besides of the missing time, I did quite some clubbing and out-going together with my lovely girl and with buddies of mine. Last weekend we&#8217;ve been ice-skating, the weekend before we went clubbing, and so on. Tomorrow I&#8217;m planning to visit the <a title="Rocker33" href="http://rocker33.com/index.rocker33.php" target="_blank">Rocker33</a> in STR &#8211; LTJ Bukem and Mc Conrad will be in the house, spinning the vinyls.</p>
<p>What else is new&#8230; oh yeah, tomorrow and next monday will be my last days at work until holidays start. <img src='http://devilx.net/wp-content/plugins/smilies-themer/Riceballs/smile.png' alt=':-)' class='wp-smiley' /> Besides, the weather here is really crazy&#8230; yesterday a snowstorm started and a total chaos came up on the streets of Filderstadt. The busses couldn&#8217;t reach some of their stops anymore, the traffic was actually standing and nobody could really move. Funny stuff, luckily that I have been home until it got really crappy.</p>
<p>And, oh yeah, while talking about new: I just upgraded to WordPress 2.7 and have to say that I&#8217;m shockingly amazed by the new administrative-interface design. In my opinion, it looks pretty cool. Of course, it&#8217;s full bloated AJAX, but I really like it. Especially since my Safari displays is very clean and tidy. <img src='http://devilx.net/wp-content/plugins/smilies-themer/Riceballs/smile.png' alt=':-)' class='wp-smiley' /> </p>
<p>Oh well, I guess, that&#8217;s enough slipslop for today, heh.</p>
<p>Btw: I forgot, today I finally received <a title="My cool new Mugs!" href="http://picasaweb.google.com/0x0090/MyCoolNewMugs" target="_self">my cool new mugs</a>! Yay! I love them! <img src='http://devilx.net/wp-content/plugins/smilies-themer/Riceballs/smile.png' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://devilx.net/2008/12/18/long-time-no-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No More Firefox</title>
		<link>http://devilx.net/2008/09/30/no-more-firefox/</link>
		<comments>http://devilx.net/2008/09/30/no-more-firefox/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 17:39:55 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[Life itself]]></category>
		<category><![CDATA[World Wide Web]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Crap]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.devilx.net/?p=556</guid>
		<description><![CDATA[I don&#8217;t know whether I just got weaker to software that doesn&#8217;t work as it should or the mass of software that&#8217;s crap just raised in the past few months. I personally do not think that I became weaker, because &#8230; <a href="http://devilx.net/2008/09/30/no-more-firefox/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know whether I just got weaker to software that doesn&#8217;t work as it should or the mass of software that&#8217;s crap just raised in the past few months. I personally do not think that I became weaker, because as long as I&#8217;ve been working in OpenSource now, I must have get one of the most indifferent people to crashes and curious errors. But this evening it happend again&#8230;. the internet&#8217;s hooker called &#8220;Firefox&#8221; started mocking up on the Windows Laptop I have lying around here at home. Some days ago the whole stuff started, when I upgraded it to 3.0.2. After the installation everything works out good (as good as Mozilla software is able work, eh), but after a restart of the Windows XP, the Mozilla Updater started when tried to launch Firefox &#8211; and of course failed, becuse of missing permissions. When starting the Firefox as Administrator it didn&#8217;t complain at all, but as soon as I tried to get it working as regular user the updater started and it was not possible to get rid of it without starting the task manager and killing the process. Aaaaaanyway.</p>
<p>So I thought, let&#8217;s upgrade to 3.0.3. And so I did. Well&#8230; same thing happend. After searching for a solution for around two minutes I completely deleted this bunch of crap and installed Apple&#8217;s Safari. Which works. Without touching anything. Nothing. Not even one thing.</p>
<p>However, I think I really got sick of all that stuff that doesn&#8217;t <em>just work</em>, at least at home.</p>
]]></content:encoded>
			<wfw:commentRss>http://devilx.net/2008/09/30/no-more-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Epiphany, a lightweight Browser&#8230; it was.</title>
		<link>http://devilx.net/2008/09/14/epiphany-a-lightweight-browser-it-was/</link>
		<comments>http://devilx.net/2008/09/14/epiphany-a-lightweight-browser-it-was/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 19:13:40 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[Life itself]]></category>
		<category><![CDATA[Linux and stuff ...]]></category>
		<category><![CDATA[Mac and stuff ...]]></category>
		<category><![CDATA[World Wide Web]]></category>
		<category><![CDATA[Choice]]></category>
		<category><![CDATA[Crap]]></category>
		<category><![CDATA[Crash]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Disappointed]]></category>
		<category><![CDATA[Epiphany]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Freedom]]></category>
		<category><![CDATA[Gecko]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Iceweasel]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Toolkit]]></category>
		<category><![CDATA[Webkit]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.devilx.net/?p=534</guid>
		<description><![CDATA[I don&#8217;t know why, but somehow, from version to version that&#8217;s being released, the once really fast and lightweight web-browser called Epiphany keeps on getting more and more crappy. First, it started with the browsing smoothness. I somehow remember times &#8230; <a href="http://devilx.net/2008/09/14/epiphany-a-lightweight-browser-it-was/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know why, but somehow, from version to version that&#8217;s being released, the once really fast and lightweight web-browser called <em>Epiphany</em> keeps on getting more and more crappy. First, it started with the browsing smoothness. I somehow remember times in which the rendering engine of the gecko backend that&#8217;s being used by Epiphany was as fast as the one in Mozilla&#8217;s Firefox. Now it seems to me like when using Iceweasel (Debian&#8217;s Firefox), I can walk much fast through web content than with Epiphany. Things like scrolling and site-loadingprocesses are much faster with the Firefox than with Epiphany.</p>
<p>The second thing is the more and more used Shockwave/Flash stuff. With Firefox, I can play videos on YouTube smooth, fluent and with not-that-much CPU load, while the Epiphany nearly hangs up when playing such videos, produces a very high CPU load and the videos itselves studder so that it&#8217;s really no fun to watch them.</p>
<p>The third thing that became really annoying is the crashing. My Epiphany keeps on crashing while browsing especially sites with much content or Flash components. That&#8217;s really annoying, and the only advantage is, that Epiphany now aks whether to recover the lost session. But even this can become one&#8217;s doom when Epiphany re-loads exactly that site what made it crash and understandably hangs up/crashes, again. You can&#8217;t even click on the [X]-button, since the interface stops reacting as soon as it&#8217;s being displayed. It&#8217;s a bummer.</p>
<p>Now I&#8217;ve started using Iceweasel for sites that might crash Epiphany and became even more disappointed about the whole stuff. I thought that Epiphany using the Webkit version could maybe solve my problems, but unfortunatelly it&#8217;s still very unstable development code and besides, it doesn&#8217;t have any Flash-plugins yet. So I think I&#8217;m forced to start using Mozilla&#8217;s original, even if I dislike it. The freedom to choose (a.k.a. <em>OpenSource</em>) really is a big deal when you have ten products, out of which eight are not using the toolkit you&#8217;re working with/do not integrate at all into your desktop, and the preffered one of the two choices left doesn&#8217;t do the job at all. On this situation, I say, feel free to restrict me to one choice, which at least integrates and works the way I expect it &#8211; talking about Safari on the Mac.</p>
<p>By the way: Webkit is the way to go. Forget this damn Gecko engine.</p>
]]></content:encoded>
			<wfw:commentRss>http://devilx.net/2008/09/14/epiphany-a-lightweight-browser-it-was/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which Description?</title>
		<link>http://devilx.net/2008/05/23/which-description/</link>
		<comments>http://devilx.net/2008/05/23/which-description/#comments</comments>
		<pubDate>Fri, 23 May 2008 06:39:34 +0000</pubDate>
		<dc:creator>Marius</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Life itself]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[WTF]]></category>

		<guid isPermaLink="false">http://www.devilx.net/?p=421</guid>
		<description><![CDATA[Great job, Apple! And by the way: Why does this Updater wants to install Safari, if the only software I&#8217;ve installed on that Windows is an iTunes?]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.devilx.net/~devilx/blog/appleupdate.png" alt="Apple Updater" width="426" height="556" /></p>
<p>Great job, Apple! And by the way: Why does this Updater wants to install Safari, if the only software I&#8217;ve installed on that Windows is an iTunes?</p>
]]></content:encoded>
			<wfw:commentRss>http://devilx.net/2008/05/23/which-description/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

