<?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>me-blogs-it.com &#187; Theme</title>
	<atom:link href="http://www.me-blogs-it.com/tag/theme/feed" rel="self" type="application/rss+xml" />
	<link>http://www.me-blogs-it.com</link>
	<description>WE'RE NOT WEIRD, WE'RE HIPPOS!</description>
	<lastBuildDate>Sun, 27 Jun 2010 22:13:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Subdomain-Fire: Three New Things I Want to Tell You About</title>
		<link>http://www.me-blogs-it.com/subdomain-fire-three-new-things-i-want-to-tell-you-about-javascript-15-06-2009</link>
		<comments>http://www.me-blogs-it.com/subdomain-fire-three-new-things-i-want-to-tell-you-about-javascript-15-06-2009#comments</comments>
		<pubDate>Mon, 15 Jun 2009 21:56:13 +0000</pubDate>
		<dc:creator>me</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[800x600]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Ih8IE]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JS-OS-Theme]]></category>
		<category><![CDATA[screen resolution]]></category>
		<category><![CDATA[screenresolution]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[webtool]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wysiwyg]]></category>

		<guid isPermaLink="false">http://www.me-blogs-it.com/?p=305</guid>
		<description><![CDATA[Oh &#8211; My &#8211; Holy &#8211; God! I think my blog is officially dead now! After, uhm, not even 30 posts! But I&#8217;ve done a lot of things since March the twentieth, when I published the last post! And I mean things apart from twittering! In April, for example, I developed a whole new WordPress-Theme [...]]]></description>
			<content:encoded><![CDATA[<p>Oh &#8211; My &#8211; Holy &#8211; God! I think my blog is officially dead now! After, uhm, not even 30 posts! But I&#8217;ve done a lot of things since March the twentieth, when I published the last post! And I mean things apart from <a title="tag  - Twitter" href="http://www.me-blogs-it.com/tag/twitter">twittering</a>!</p>
<p>In April, for example, I developed a whole new <a title="tag - WordPress" href="http://www.me-blogs-it.com/tag/wordpress">WordPress</a>-Theme called &#8220;<a title="tag - JavaScript" href="http://www.me-blogs-it.com/tag/javascript">JavaScript</a>-OperatingSystem-Theme&#8221; (&#8220;<a title="tag - js-os-theme" href="http://www.me-blogs-it.com/tag/js-os-theme">JS-OS-Theme</a>&#8220;). I&#8217;ve chosen this extraordinary name, because it&#8217;s based on JavaScript (and <a title="tag - php" href="http://www.me-blogs-it.com/tag/PHP">PHP</a> of course, the WordPress-part!) and looks and behaves like an operating system. For all those of you who can speak <a title="tag - Germany" href="http://www.me-blogs-it.com/tag/germany">German</a>: Ihr könnt euch <a title="YouTube - JS-OS-Theme JavaScript Theme WordPress" href="http://www.youtube.com/watch?v=_xQ4ZWTIjKU" target="_blank">diesen Screencast</a> ansehen, in dem ich das Theme ausführlich vorstelle. For all those of you who can&#8217;t: Enjoy the &#8220;ö&#8221;s and &#8220;ü&#8221;s in the last sentence and believe that all your stereotypes about Germany are true. Or go directly to <a title="JS-OS-Theme JavaScript " href="http://trial.me-blogs-it.com">trial.me-blogs-it.com</a> &#8211; I&#8217;ve installed the Theme for experimental purpose and the test-posts are all in English!</p>
<p>I&#8217;ve done even more things in May!</p>
<p>Now, in June I began to teach myself <a title="tag - objective-c" href="http://www.me-blogs-it.com/tag/objective-c">Objective-C</a> to write <a title="tag - Mac" href="http://www.me-blogs-it.com/tag/mac">Mac</a> and <a title="tag - iPhone" href="http://www.me-blogs-it.com/tag/iphone">iPhone</a>-Apps! I&#8217;ve already done a dozen of &#8220;Hello, World!&#8221;-Tutorials, yet I haven&#8217;t learned anything at all&#8230; But before I begin to bore you with this I rather tell you about the two other projects which ended up in further subdomains:</p>
<p><span id="more-305"></span>The first one is a simple <a title="wysiwyg - what you see is what you get editor" href="http://wysiwyg.me-blogs-it.com">WYSIWYG-Editor</a>. I had to google for a long time until I found how to write one actually: The secret behind <a title="tag - wysiwyg" href="http://www.me-blogs-it.com/tag/wysiwyg">wysiwyg</a>-editors is an iframe with the JavaScript-method <span class="code">designMode = &#8220;on&#8221;;</span></p>
<pre style="word-wrap: break-word; white-space: pre-wrap;"><span style="color:grey;">function id2obj(id) {if(document.getElementById) {return(document.getElementById(id))} else if(document.all) {return(document.all.id);} }</span>
var Idocument = id2obj('showHTML').contentWindow.document;
Idocument.designMode = "on";</pre>
<p>The special thing about this wysiwyg-Editor: Next to the wysiwyg-Editor is a textarea with the sourcecode of the wysiwyg-editor. Now, if you type into the textarea, the sourcecode is simultaneously turned into <a title="tag - HTML" href="http://www.me-blogs-it.com/tag/html">HTML</a> and shown in the wysiwyg-editor. If you edit something in the wysiwyg-editor (btw: For all those of you who don&#8217;t know what this cryptical &#8220;wysiwyg&#8221; actually stands for: It means &#8220;What you see is what you get&#8221; &#8211; you know, <a title="YouTube - what you see is what you get - Britney Spears " href="http://www.youtube.com/watch?v=mttqlWLC3RI" target="_blank">this Britney Spears song</a>!) the sourcecode changes in the textarea at the same time! Unfortunately it doesn&#8217;t work in Firefox. It probably doesn&#8217;t work in the <a title="tag - I h8 IE" href="http://www.me-blogs-it.com/tag/Ih8IE">Internet Explorer</a>, but that&#8217;s a thing I don&#8217;t care about!</p>
<p>The last new subdomain: I was shocked when I read a study (I don&#8217;t know how old it was) in which it says that almost a quarter of all Internet users have a <a title="tag - screenresolution" href="http://www.me-blogs-it.com/tag/screenresolution">screen resolution</a> of 800&#215;600! I wanted to know how my sites actually look like in those screenresolutions and have written a simple php-file which makes customized resolutions possible: <a title="screen resolution - customized" href="http://800x600.me-blogs-it.com">800&#215;600.me-blogs-it.com</a></p>
<div id="attachment_307" class="wp-caption aligncenter" style="width: 610px"><img class="size-medium wp-image-307    " title="JS-OS-Theme screenshot" src="http://www.me-blogs-it.com/wp-content/uploads/screenshot-1024x508.png" alt="JavaScript-OperatingSystem-Theme WordPress screenshot" width="600" height="297" /><p class="wp-caption-text">JavaScript-OperatingSystem-Theme WordPress screenshot</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.me-blogs-it.com/subdomain-fire-three-new-things-i-want-to-tell-you-about-javascript-15-06-2009/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not Blogged for two weeks, but redesigned this site!</title>
		<link>http://www.me-blogs-it.com/not-blogged-for-two-weeks-but-redesigned-this-site-20-03-2009</link>
		<comments>http://www.me-blogs-it.com/not-blogged-for-two-weeks-but-redesigned-this-site-20-03-2009#comments</comments>
		<pubDate>Fri, 20 Mar 2009 15:12:34 +0000</pubDate>
		<dc:creator>me</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[General Blogdesign]]></category>
		<category><![CDATA[mbi]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.me-blogs-it.com/?p=294</guid>
		<description><![CDATA[Sorry for not having blogged here in the last two weeks. (Twitter is indeed the death of all blogging!) Nevertheless I&#8217;ve redesigned the site, tidied and varnished it. But your progress bar won&#8217;t be thankful about this: While the old theme weighed around 160KB, the new site weighs almost 300KB! I try to reduce this [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry for not having blogged here in the last two weeks. (<a title="tag - twitter" href="http://www.me-blogs-it.com/tag/twitter">Twitter</a> is <em>indeed</em> the death of all blogging!) Nevertheless I&#8217;ve redesigned the site, tidied and varnished it. But your progress bar won&#8217;t be thankful about this: While the old theme weighed around 160KB, the new site weighs almost 300KB! I try to reduce this some time. After the jump: before and after pictures. (very interesting stuff!) <span id="more-294"></span></p>
<p> </p>
<div id="attachment_296" class="wp-caption aligncenter" style="width: 590px"><img class="size-full wp-image-296" title="Before and After the Redesign" src="http://www.me-blogs-it.com/wp-content/uploads/before-after.jpg" alt="Before and After the Redesign" width="580" height="500" /><p class="wp-caption-text">Before and After the Redesign</p></div>
<p>I&#8217;m not finished with the redesign to be honest. But the basis is done. I&#8217;ve also polished the logo:</p>
<p> </p>
<div id="attachment_298" class="wp-caption aligncenter" style="width: 365px"><img class="size-full wp-image-298" title="Logo - before and after the redesign" src="http://www.me-blogs-it.com/wp-content/uploads/logo-before-after.jpg" alt="Logo - before and after the redesign" width="355" height="293" /><p class="wp-caption-text">Logo - before and after the redesign</p></div>
<p>The about-text doesn&#8217;t slide up and down anymore, but fades in and out now:</p>
<p> </p>
<div id="attachment_300" class="wp-caption aligncenter" style="width: 512px"><img class="size-full wp-image-300" title="About - Before and After the Redesign" src="http://www.me-blogs-it.com/wp-content/uploads/about-before-after.jpg" alt="About - Before and After the Redesign" width="502" height="180" /><p class="wp-caption-text">About - Before and After the Redesign</p></div>
<p>The head and the content are now graphically linked to each other. It&#8217;s like a source of light would be behind the logo:</p>
<p> </p>
<div id="attachment_301" class="wp-caption aligncenter" style="width: 438px"><img class="size-full wp-image-301" title="head-content - Before and After the Redesign" src="http://www.me-blogs-it.com/wp-content/uploads/head-content-before-after.jpg" alt="head-content - Before and After the Redesign" width="428" height="353" /><p class="wp-caption-text">head-content - Before and After the Redesign</p></div>
<p> The style for the actual content (font-colors, fonts, etc.) isn&#8217;t changed yet. And the footer is still the same. And there are things in the css-files I don&#8217;t need anymore, but haven&#8217;t deleted it yet. So there&#8217;s still a lot to do!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.me-blogs-it.com/not-blogged-for-two-weeks-but-redesigned-this-site-20-03-2009/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Theme: General Blogdesign</title>
		<link>http://www.me-blogs-it.com/my-theme-general-blogdesign-19-02-2009</link>
		<comments>http://www.me-blogs-it.com/my-theme-general-blogdesign-19-02-2009#comments</comments>
		<pubDate>Thu, 19 Feb 2009 15:37:42 +0000</pubDate>
		<dc:creator>me</dc:creator>
				<category><![CDATA[Allgemeines]]></category>
		<category><![CDATA[tyhtka]]></category>
		<category><![CDATA[General Blogdesign]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.me-blogs-it.com/?p=103</guid>
		<description><![CDATA[You may wonder what theme this is here on me-blogs-it.com, because it may looks familiar to you, yet you haven&#8217;t seen it anywhere. It&#8217;s a self-made theme called &#8220;General Blogdesign&#8221; (I guess, the name already explains why it may looks familiar). After having visited a countless number of blogs and browsed through the themes available [...]]]></description>
			<content:encoded><![CDATA[<p>You may wonder what theme this is here on me-blogs-it.com, because it may looks familiar to you, yet you haven&#8217;t seen it anywhere. It&#8217;s a self-made theme called &#8220;General Blogdesign&#8221; (I guess, the name already explains why it may looks familiar). After having visited a countless number of blogs and browsed through the <a title="wordpress - themes" href="http://wordpress.org/extend/themes/">themes available on WordPress.org</a> I decided to create a theme on my own which I can use for any upcoming blogproject. I tried to create a layout that is universally useable<span id="more-103"></span> what meant that the theme itself should be more or less characterless. Still, it needed to be modifiable so that every blog which uses the theme looks different from others. I decided to take a simple &#8220;header / three-column / footer&#8221;-structure as a basis.</p>
<p> </p>
<div id="attachment_104" class="wp-caption alignnone" style="width: 626px"><img class="size-full wp-image-104" title="basic structure" src="http://www.me-blogs-it.com/wp-content/uploads/bild-3.png" alt="Basic structure" width="616" height="350" /><p class="wp-caption-text">Basic structure</p></div>
<p> The Logo and the Eye-catcher (on this site it&#8217;s the &#8220;comic-me&#8221;) are <span class="code">position: absolute;</span> so that they can blast the structure and create a feeling of three-dimensionality by laying over the other parts. Then I added some features which I don&#8217;t know from other sites &#8211; so I guess, they&#8217;re new:</p>
<p><strong>Subscription bar</strong></p>
<p>Instead of creating a big RSS-icon and place it somewhere conspicuously on the site, I collected all feeds in a simple subscription bar and put it on top of the site. I tried to make it as simple and tidy as possible. When you click on &#8220;Mail-Feed subscription&#8221; for example, you don&#8217;t open a new site, but a new area in which all you have to enter is the substantially needed Email-adress. I can imagine to enhance the bar by removing the atom-Feed-link and using feedburner&#8217;s Smartfeed-link instead, and adding a twitter-link in return.</p>
<p><strong>About</strong></p>
<p>Sometimes, when I visited blogs for the first time, I didn&#8217;t know what the blog stood for and looked for an &#8220;About&#8221;-link. I wasn&#8217;t always able to find one. So I wanted my first-time-visitors to see immediately what this blog is about instead of adding such an about-link to my footer/header/sidebar/whatever. Therefore I created the about-text right next to the Logo.<br />
Yet, visitors who haven&#8217;t visited the site for the first time don&#8217;t need to read the about-text with every single site-view. That&#8217;s why I made the text collapsible. The setting (collapsed / not collapsed) is saved in a cookie, so you don&#8217;t have to collapse it again afterwards.</p>
<p><strong>Eye catcher</strong> </p>
<p>The logo is in the center, the about-text is on the right, so what is on the left? I used the space to place an eye-catcher. On me-blogs-it it&#8217;s the comic-me, which give&#8217;s the site a face and a personal note.</p>
<p>You notice: The actual innovations are all made at the top of the site. And here are some things you may wonder about:</p>
<p><strong>Three-column</strong></p>
<p>I don&#8217;t fancy two-column themes. Three-column themes where the sidebars are next to each other look weird. So I decided for three-column where the sidebars are at the sides &#8211; next to the content.</p>
<p><strong>Centered</strong></p>
<p>There are still sites where the content is squashed at the left side. I think these times are slowly running out and a centred look will establish. I mean, look at all the big sites &#8211; they already have their content centered: Google, YouTube, MySpace, flickr, Gawker, twitter, facebook, Techcrunch, Blogger, Gizmodo, RapidShare, Microsoft, Apple, AOL, eBay&#8230; and so on.</p>
<p><strong>Missing White-Space</strong></p>
<p>This is actually made by my modification of the theme. I use the overall-color to signify subjectivity. White-space is neutral, my blog however isn&#8217;t &#8211; that&#8217;s why I don&#8217;t wanted to have too much white-space.</p>
<p><strong>No JavaScript required</strong></p>
<p>There are some people out there who don&#8217;t have JS enabled. Yet my site does need JS &#8211; for example in the subscription bar when the email-adress-input has to fold out. I didn&#8217;t want to handicap these non-JS-people and looked for ways to get the information if JS is enabled or not before the site is even built-up in the browser so I could react on it via PHP. But I didn&#8217;t find a way to accomplish that. So I solved the problem in another way: When the site is built-up in the browser non-JS-enabled and JS-enabled people see the same things. But as soon as the site is ready, a JS-function makes the parts which need JS (e.g. the subscription bar) visible and hides the parts which are actually only made for the non-JS-visitors. So, only the visitors who have JavaScript enabled also see the parts which require JS.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.me-blogs-it.com/my-theme-general-blogdesign-19-02-2009/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

