<?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>Stefan Sobek Blog &#187; Uncategorized</title>
	<atom:link href="http://www.sobek.info/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sobek.info/blog</link>
	<description>Writing about IT, Software Engineering, sports and other stuff</description>
	<lastBuildDate>Mon, 24 Jan 2011 12:50:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Permanent Menu in Typo3</title>
		<link>http://www.sobek.info/blog/2010/03/30/permanent-menu-in-typo3-2/</link>
		<comments>http://www.sobek.info/blog/2010/03/30/permanent-menu-in-typo3-2/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 12:26:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Typo3]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[permanent menu]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.sobek.info/blog/?p=73</guid>
		<description><![CDATA[To fix some menu entries in your menu so that they are displayed all the time use the following sample code:

?View Code JAVASCRIPT1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
lib.mainMenu.alwaysActivePIDlist = 3,4,5
#  main menu
lib.mainMenu= HMENU
lib.mainMenu.entryLevel = 0
#  show these uids of sites no matter where we are lib.mainMenu.alwaysActivePIDlist  = 3,4,5 lib.mainMenu &#123;
# erstes level
1 = TMENU
1.wrap = &#38;lt;ul  [...]]]></description>
			<content:encoded><![CDATA[<p>To fix some menu entries in your menu so that they are displayed all the time use the following sample code:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p73code2'); return false;">View Code</a> JAVASCRIPT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p732"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
</pre></td><td class="code" id="p73code2"><pre class="javascript" style="font-family:monospace;">lib.<span style="color: #660066;">mainMenu</span>.<span style="color: #660066;">alwaysActivePIDlist</span> <span style="color: #339933;">=</span> 3<span style="color: #339933;">,</span>4<span style="color: #339933;">,</span>5
#  main menu
lib.<span style="color: #660066;">mainMenu</span><span style="color: #339933;">=</span> HMENU
lib.<span style="color: #660066;">mainMenu</span>.<span style="color: #660066;">entryLevel</span> <span style="color: #339933;">=</span> 0
#  show these uids of sites no matter where we are lib.<span style="color: #660066;">mainMenu</span>.<span style="color: #660066;">alwaysActivePIDlist</span>  <span style="color: #339933;">=</span> 3<span style="color: #339933;">,</span>4<span style="color: #339933;">,</span>5 lib.<span style="color: #660066;">mainMenu</span> <span style="color: #009900;">&#123;</span>
# erstes level
1 <span style="color: #339933;">=</span> TMENU
1.<span style="color: #660066;">wrap</span> <span style="color: #339933;">=</span> <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>ul  id<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;topnavigation&quot;</span><span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;|&amp;</span>lt<span style="color: #339933;">;/</span>ul<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
1<span style="color: #009900;">&#123;</span>
  # no state<span style="color: #339933;">:</span> normale  Formatierung
  NO<span style="color: #009900;">&#123;</span>
    wrapItemAndSub <span style="color: #339933;">=</span>  <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>li<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;|&amp;</span>lt<span style="color: #339933;">;/</span>li<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
  # act state<span style="color: #339933;">:</span> gültig von der rootseite  bis zur aktuellen Seite
  ACT<span style="color: #339933;">=</span>1
  ACT<span style="color: #009900;">&#123;</span>
    wrapItemAndSub <span style="color: #339933;">=</span> <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>li  <span style="color: #003366; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;menu-level1-active&quot;</span><span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;|&amp;</span>lt<span style="color: #339933;">;/</span>li<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
  # cur state<span style="color: #339933;">:</span> gültig für die aktuelle  Seite
  CUR<span style="color: #339933;">=</span>1
  CUR<span style="color: #009900;">&#123;</span>
    wrapItemAndSub <span style="color: #339933;">=</span> <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>li  <span style="color: #003366; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;menu-level1-current-active&quot;</span><span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;|&amp;</span>lt<span style="color: #339933;">;/</span>li<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
  # ifsub state<span style="color: #339933;">:</span> gültig für seiten die  unterseiten haben
  IFSUB<span style="color: #339933;">=</span>1
  IFSUB<span style="color: #009900;">&#123;</span>
    wrapItemAndSub <span style="color: #339933;">=</span> <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>li  <span style="color: #003366; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;menu-level1-with-subpage&quot;</span><span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;|&amp;</span>lt<span style="color: #339933;">;/</span>li<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
# zweites level
2 <span style="color: #339933;">=</span> TMENU
2.<span style="color: #660066;">wrap</span> <span style="color: #339933;">=</span> <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>ul  <span style="color: #003366; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;menu-level2&quot;</span><span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;|&amp;</span>lt<span style="color: #339933;">;/</span>ul<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
2<span style="color: #009900;">&#123;</span>
  NO<span style="color: #009900;">&#123;</span>
    wrapItemAndSub <span style="color: #339933;">=</span>  <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>li<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;|&amp;</span>lt<span style="color: #339933;">;/</span>li<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
  ACT<span style="color: #339933;">=</span>1
  ACT<span style="color: #009900;">&#123;</span>
  wrapItemAndSub <span style="color: #339933;">=</span> <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>li  <span style="color: #003366; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;menu-level2-active&quot;</span><span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;|&amp;</span>lt<span style="color: #339933;">;/</span>li<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
  CUR<span style="color: #339933;">=</span>1
  CUR<span style="color: #009900;">&#123;</span>
    wrapItemAndSub <span style="color: #339933;">=</span> <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>li  <span style="color: #003366; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;menu-level2-current-active&quot;</span><span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;|&amp;</span>lt<span style="color: #339933;">;/</span>li<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
  IFSUB<span style="color: #339933;">=</span>1
  IFSUB<span style="color: #009900;">&#123;</span>
    wrapItemAndSub <span style="color: #339933;">=</span> <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>li  <span style="color: #003366; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;menu-level2-with-subpage&quot;</span><span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;|&amp;</span>lt<span style="color: #339933;">;/</span>li<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.sobek.info/blog/2010/03/30/permanent-menu-in-typo3-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top command differences in Linux and Mac</title>
		<link>http://www.sobek.info/blog/2009/11/19/top-command-differences-in-linux-and-mac/</link>
		<comments>http://www.sobek.info/blog/2009/11/19/top-command-differences-in-linux-and-mac/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 08:46:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[top]]></category>

		<guid isPermaLink="false">http://www.sobek.info/blog/?p=45</guid>
		<description><![CDATA[When switching from Mac to Linux and vice versa, I always have to think a bit about how to use the command top and sort by CPU.
With Linux it is
top
and then press
shift+p
Mac:
top -o cpu
I hope I can remember this  
]]></description>
			<content:encoded><![CDATA[<p>When switching from Mac to Linux and vice versa, I always have to think a bit about how to use the command top and sort by CPU.</p>
<p>With <strong>Linux</strong> it is</p>
<blockquote><p>top</p></blockquote>
<p>and then press</p>
<blockquote><p>shift+p</p></blockquote>
<p><strong>Mac</strong>:</p>
<blockquote><p>top -o cpu</p></blockquote>
<p>I hope I can remember this <img src='http://www.sobek.info/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sobek.info/blog/2009/11/19/top-command-differences-in-linux-and-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

