<?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>lokalnetz.com</title>
	<atom:link href="http://lokalnetz.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lokalnetz.com</link>
	<description></description>
	<lastBuildDate>Wed, 16 May 2012 18:57:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>InSync Win7 Systray Status Icon Mod</title>
		<link>http://lokalnetz.com/insync-win7-systray-status-icon-mod/</link>
		<comments>http://lokalnetz.com/insync-win7-systray-status-icon-mod/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 18:37:42 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://lokalnetz.com/?p=504</guid>
		<description><![CDATA[
Wochenend-Pixelschubsen für die InSync Systray-Status-Icons. InSync, Synchronisation eines lokalen Verzeichnisses mit Google-Docs. Allerdings waren die sichtbaren Statusicons im Systray nicht zu erkennen, wenn das entsprechende Win7 Theme auch &#8220;dunkelschwarz&#8221; eingestellt ist. Abhilfe schafft diese kleine InSync Ressourcen Modifizierung. Damit passt sich InSync den Windows 7 Systray Icons an und wird erkennbar. Instruktionen im Ziparchiv siehe [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://lokalnetz.com/wp-uploads/2012/01/insync_systray_preview.png" rel="lightbox[504]" title="InSync Systray Preview"><img src="http://lokalnetz.com/wp-uploads/2012/01/insync_systray_preview-120x120.png" alt="Insync Win 7 Systray Preview" title="InSync Systray Preview" width="120" height="120" class="alignleft size-thumbnail wp-image-505" /></a>Wochenend-Pixelschubsen für die InSync Systray-Status-Icons.</p>
<p><a href="https://www.insynchq.com">InSync</a>, Synchronisation eines lokalen Verzeichnisses mit <a href="https://docs.google.com/">Google-Docs</a>. Allerdings waren die sichtbaren Statusicons im Systray nicht zu erkennen, wenn das entsprechende Win7 Theme auch &#8220;dunkelschwarz&#8221; eingestellt ist. Abhilfe schafft diese kleine InSync Ressourcen Modifizierung. Damit passt sich InSync den Windows 7 Systray Icons an und wird erkennbar. Instruktionen im Ziparchiv siehe readme.txt.</p>
<p>Download: <a href="http://lokalnetz.com/downloads/insync_systrayicon_mod.zip" title="Insync Systray Icons">Insync Systray Icons</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lokalnetz.com/insync-win7-systray-status-icon-mod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Google+ &#8211; WP Lifestream Plugin</title>
		<link>http://lokalnetz.com/fix-google-plus-wp-lifestream-plugin/</link>
		<comments>http://lokalnetz.com/fix-google-plus-wp-lifestream-plugin/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 11:13:05 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://lokalnetz.com/?p=485</guid>
		<description><![CDATA[
Im WordPress Lifestream Plugin funktioniert der G+ Lifestream nicht (mehr). Das lässt sich ändern. Im File extension.inc.php unter ../wp-content/plugins/lifestream/extensions/googleplus/ die URL in Zeile 25 ändern von http://plusfeed.appspot.com/ in http://googleplusrss.nodester.com/ Update: Nachdem auch dieser Dienst eingestellt wurde, heisst es Umzug zum nächsten Dienst. Auf Dauer ist es natürlich lästig, ständig irgendwas zu ändern, zumal man es [...]]]></description>
			<content:encoded><![CDATA[
<p>Im <a title="Worpress Lifestream Plugin" href="http://wordpress.org/extend/plugins/lifestream/">WordPress Lifestream Plugin</a> funktioniert der G+ Lifestream nicht (mehr). Das lässt sich ändern.</p>
<p>Im File <code>extension.inc.php</code> unter<br />
<code>../wp-content/plugins/lifestream/extensions/googleplus/</code><br />
die URL in Zeile 25 ändern von</p>
<p><del datetime="2012-01-26T11:02:49+00:00"><code>http://plusfeed.appspot.com/</code></del><br />
in<br />
<del><code>http://googleplusrss.nodester.com/</code></del></p>
<p><strong>Update:<br />
</strong>Nachdem auch dieser Dienst eingestellt wurde, heisst es Umzug zum nächsten Dienst.<br />
Auf Dauer ist es natürlich lästig, ständig irgendwas zu ändern, zumal man es nicht immer sofort mitbekommt, ob und wann irgendein Dienst eingestellt worden ist.</p>
<p>Neuer Dienst:</p>
<pre>http://rss2lj.net/g+/</pre>
<p>Bin gespannt wie lange dieser Dienst seine Arbeit aufrechterhält.<br />
So schauts dann aus:</p>
<pre class="brush: php; title: php; notranslate">
function get_url()
{
//  Obsolete Service
//  return &quot;http://googleplusrss.nodester.com/&quot;. $this-&gt;get_option('id');

//  Curent Service
    return &quot;http://rss2lj.net/g+/&quot;. $this-&gt;get_option('id');
}
</pre>
<p>Done.</p>
]]></content:encoded>
			<wfw:commentRss>http://lokalnetz.com/fix-google-plus-wp-lifestream-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Network Profile an eigene Domain binden</title>
		<link>http://lokalnetz.com/social-network-profile-an-eigene-domain-binden/</link>
		<comments>http://lokalnetz.com/social-network-profile-an-eigene-domain-binden/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 16:35:32 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://lokalnetz.com/?p=390</guid>
		<description><![CDATA[
Sieht auch weitaus schicker aus, die Profile aus Social-Netzwerken unter der eigenen Domain aufzurufen. Dazu ist ein Eintrag in der .htaccess nötig um die Domain-Weiterleitung zu aktivieren: Für Google+&#8230; &#8230; oder auch für XING via Diese URL sieht doch schon besser aus: http://lokalnetz.com/+]]></description>
			<content:encoded><![CDATA[
<p>Sieht auch weitaus schicker aus, die Profile aus Social-Netzwerken unter der eigenen Domain aufzurufen. Dazu ist ein Eintrag in der .htaccess nötig um die Domain-Weiterleitung zu aktivieren:<br />
Für Google+&#8230;</p>
<pre class="brush: plain; title: ; notranslate">
Redirect 302 /+ https://plus.google.com/u/0/PROFIL-NUMMER-HIER/posts
Redirect 302 /plus https://plus.google.com/u/0/PROFIL-NUMMER-HIER/posts
</pre>
<p>&#8230; oder auch für XING</p>
<pre class="brush: plain; title: ; notranslate">
Redirect 302 /xing https://www.xing.com/profile/PROFILNAME-HIER
</pre>
<p><a href="http://www.eisy.eu/trend-google-plus-profile-als-verlinken/" title="via">via</a></p>
<p>Diese URL sieht doch schon besser aus:<br />
<a href="http://lokalnetz.com/+">http://lokalnetz.com/+</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lokalnetz.com/social-network-profile-an-eigene-domain-binden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XING Statusmessage Bookmarklet</title>
		<link>http://lokalnetz.com/xing-statusmessage-bookmarklet/</link>
		<comments>http://lokalnetz.com/xing-statusmessage-bookmarklet/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 15:01:15 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Social Network]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://lokalnetz.com/?p=304</guid>
		<description><![CDATA[
Zum schnellen absetzen eine Statusnachricht über XING muss ich wohl nicht viele Worte verlieren. Mich hat aber gestört, dass immer der aktuelle Workflow unterbrochen werden muss. Entweder zurück zur XING-Startseite oder es muss ein neues Tab bzw. Fenster geöffnet werden. Mit einem kleinen Bookmarklet, dass auf die mobile Version von XING zurückgreift, kann man eine [...]]]></description>
			<content:encoded><![CDATA[
<p><a href="http://lokalnetz.com/wp-uploads/2011/10/xing_status_message.png" rel="lightbox[304]" title="XING Status Message Bookmarklet"><img src="http://lokalnetz.com/wp-uploads/2011/10/xing_status_message-e1319360629421-120x120.png" alt="XING Status Message" title="XING Status Message Bookmarklet" width="120" height="120" class="alignleft size-thumbnail wp-image-334" /></a>Zum schnellen absetzen eine Statusnachricht über XING muss ich wohl nicht viele Worte verlieren. Mich hat aber gestört, dass immer der aktuelle Workflow unterbrochen werden muss. Entweder zurück zur XING-Startseite oder es muss ein neues Tab bzw. Fenster geöffnet werden. Mit einem kleinen Bookmarklet, dass auf die <a href="https://mobile.xing.com/" title="XING Mobile">mobile Version von XING</a> zurückgreift, kann man eine <a href="https://mobile.xing.com/entrystatus.do" title="XING Mobile Statusmessage">Statusmeldung</a> direkt absetzen, unabhängig davon auf welcher Seite man sich gerade befindet.</p>
<p>Einfach den folgenden Link in die Bookmarktoolbar ziehen: <a href="javascript:var d=document,w=window,f='https://mobile.xing.com/entrystatus.do',l=d.location;a=function(){if(!w.open(f,'xingstatus','toolbar=0,resizable=0,scrollbars=0,status=0,width=242,height=460'))l.href=f;};if (/Firefox/.test(navigator.userAgent)) setTimeout(a, 0); else a();void(0)" title="XING Statusmessage Bookmarklet">XING Status</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lokalnetz.com/xing-statusmessage-bookmarklet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Abhängige Select-Elemente via jQuery</title>
		<link>http://lokalnetz.com/abhangige-select-elemente-via-jquery/</link>
		<comments>http://lokalnetz.com/abhangige-select-elemente-via-jquery/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 17:55:58 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://lokalnetz.com/?p=222</guid>
		<description><![CDATA[
Für ein aktuelles Projekt wurden abhängige Select-Boxen benötigt. Das heisst, in der ersten Box sollte ein Vorauswahl selektiert werden, die zweite Box soll die entsprechenden Einträge dazu anzeigen und unnötige entfernen. Da nicht jedesmal ein Datenbankabfrage gestartet werden soll bietet sich hier jQuery mit etwas CSS optimal an. Nach dem der Inhalt der ersten Box [...]]]></description>
			<content:encoded><![CDATA[
<p>Für ein aktuelles Projekt wurden abhängige Select-Boxen benötigt.<br />
Das heisst, in der ersten Box sollte ein Vorauswahl selektiert werden, die zweite Box soll die entsprechenden Einträge dazu anzeigen und unnötige entfernen. Da nicht jedesmal ein Datenbankabfrage gestartet werden soll bietet sich hier jQuery mit etwas CSS optimal an.</p>
<pre class="brush: xml; title: Html; notranslate">
&lt;select id=&quot;s1&quot;&gt;
    &lt;option value=&quot;1&quot;&gt;Option 1&lt;/option&gt;
    &lt;option value=&quot;2&quot;&gt;Option 2&lt;/option&gt;
    &lt;option value=&quot;3&quot;&gt;Option 3&lt;/option&gt;
&lt;/select&gt;

&lt;select id=&quot;s2&quot; size=&quot;3&quot;&gt;
    &lt;option class=&quot;val_1&quot; value=&quot;1/1&quot;&gt;Option 1/1&lt;/option&gt;
    &lt;option class=&quot;val_1&quot; value=&quot;1/2&quot;&gt;Option 2/1&lt;/option&gt;
    &lt;option class=&quot;val_2&quot; value=&quot;2/1&quot;&gt;Option 2/1&lt;/option&gt;
    &lt;option class=&quot;val_2&quot; value=&quot;2/2&quot;&gt;Option 2/2&lt;/option&gt;
    &lt;option class=&quot;val_2&quot; value=&quot;2/3&quot;&gt;Option 2/3&lt;/option&gt;
    &lt;option class=&quot;val_3&quot; value=&quot;3/1&quot;&gt;Option 3/1&lt;/option&gt;
    &lt;option class=&quot;val_3&quot; value=&quot;3/2&quot;&gt;Option 3/2&lt;/option&gt;
&lt;/select&gt;
</pre>
<p>Nach dem der Inhalt der ersten Box (#s1) sich geändert hat, werden die Inhalte der zweiten Box (#s2) gefiltert, wobei unnötige Einträge mittels entsprechender Klasse über &#8220;display: none&#8221; versteckt werden.</p>
<pre class="brush: jscript; title: jQuery; notranslate">
$('#s1').change(function() {
    var value = $(this).val();
    $('#s2 option').siblings().css('display', 'none');
    $(this).siblings('select').children('option').each(function() {
        if ($(this).hasClass('val_' + value)) {
            $(this).css('display', 'block')
        }
    });
});
</pre>
<p><a href="http://jsfiddle.net/telekommander/MZh8R/3/" title="Run Code on jsFiddle">Run this Code on jsFiddle</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lokalnetz.com/abhangige-select-elemente-via-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PieBox</title>
		<link>http://lokalnetz.com/wp-pie-box-test/</link>
		<comments>http://lokalnetz.com/wp-pie-box-test/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 12:47:26 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://lokalnetz.com/?p=145</guid>
		<description><![CDATA[
Lorem ipsum]]></description>
			<content:encoded><![CDATA[
<div id="piebox">Lorem ipsum</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://lokalnetz.com/wp-pie-box-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

