<?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>Benjamin Mock &#187; Tipps &amp; Tricks</title>
	<atom:link href="http://benjaminmock.de/category/tipps-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://benjaminmock.de</link>
	<description>web &#38; mobile development</description>
	<lastBuildDate>Thu, 05 Apr 2012 20:49:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Mac Key Bindings: Pos1 und Ende wie beim PC belegen</title>
		<link>http://benjaminmock.de/mac-key-bindings-pos1-und-ende-wie-beim-pc-belegen/</link>
		<comments>http://benjaminmock.de/mac-key-bindings-pos1-und-ende-wie-beim-pc-belegen/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 10:32:11 +0000</pubDate>
		<dc:creator>Benjamin</dc:creator>
				<category><![CDATA[Tipps & Tricks]]></category>

		<guid isPermaLink="false">http://benjaminmock.de/?p=356</guid>
		<description><![CDATA[Mir fällt es immer sehr schwer mich vom PC an den Mac zu gewöhnen. Vor allem die Pos1- und Ende-Tasten nutze ich am PC sehr oft. Diese springen beim Mac aber nichts ans Zeilende bzw. an den Zeilenanfang, sondern ans Dokumentende und den -anfang. Schön, dass man wenigstens die KeyBindings ändern kann, so dass die [...]]]></description>
			<content:encoded><![CDATA[<p>Mir fällt es immer sehr schwer mich vom PC an den Mac zu gewöhnen. Vor allem die Pos1- und Ende-Tasten nutze ich am PC sehr oft. Diese springen beim Mac aber nichts ans Zeilende bzw. an den Zeilenanfang, sondern ans Dokumentende und den -anfang. </p>
<p>Schön, dass man wenigstens die KeyBindings ändern kann, so dass die Pos1 und Ende-Tasten sich so verhalten wie am PC. <a href="http://www.mactricks.de/de/Betriebssystem/MacOSX/osx-keybindings/">mactricks.de</a> beschreibt da eigentlich alles schon richtig. Nur zerlegt dort das Syntax-Highlighting-Plugin die Hochkommas, so dass die dort kopierten KeyBindings leider nicht funktionieren. Deshalb hier die korrigierte Version:</p>
<p><code>{<br />
"\UF729"  = "moveToBeginningOfLine:"; /* pos1 */<br />
"^\UF729" = "moveToBeginningOfDocument:"; /* crtl + pos1 */<br />
"$\UF729" = "moveToBeginningOfLineAndModifySelection:";<br />
"\UF72b"  = "moveToEndOfLine:"; /* end */<br />
"^\UF72B" = "moveToEndOfDocument:"; /* ctrl + end */<br />
"$\UF72B" = "moveToEndOfLineAndModifySelection:";<br />
"\UF72C"  = "pageUp:";<br />
"\UF72D"  = "pageDown:";<br />
"^~7" = ("insertText:", "|"); /* orig alt 7 */<br />
"^~8" = ("insertText:", "{"); /* orig alt 8 */<br />
"^~9" = ("insertText:", "}"); /* orig alt 9 */<br />
"^\U00DF" = ("insertText:", "\U00BF");<br />
"^+" = ("insertText:", "\U00B1");<br />
"~<" = ("insertText:", "|");<br />
"~7" = ("insertText:", "{");<br />
"~0" = ("insertText:", "}");<br />
"~8" = ("insertText:", "[");<br />
"~9" = ("insertText:", "]");<br />
"~+" = ("insertText:", "~");<br />
"~\U00DF" = ("insertText:", "\U005C");<br />
"~q" = ("insertText:", "@");<br />
"^x" = "cut:";<br />
"^c" = "copy:";<br />
"^v" = "paste:";<br />
}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://benjaminmock.de/mac-key-bindings-pos1-und-ende-wie-beim-pc-belegen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Expired Domain in Plesk</title>
		<link>http://benjaminmock.de/expired-domain-in-plesk/</link>
		<comments>http://benjaminmock.de/expired-domain-in-plesk/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 09:15:53 +0000</pubDate>
		<dc:creator>Benjamin</dc:creator>
				<category><![CDATA[Tipps & Tricks]]></category>

		<guid isPermaLink="false">http://benjaminmock.de/?p=354</guid>
		<description><![CDATA[Because I&#8217;m always forgetting this one here&#8217;s a short reminder for me and everyone else who needs this. The validity period of domain 'XXX.com/.de/.whatever', owned by user account 'admin' (Contact name 'XXX') is about to expire. The domain and all of its services will be deactivated by XXX 13, 0000 unless the validity period is [...]]]></description>
			<content:encoded><![CDATA[<p>Because I&#8217;m always forgetting this one here&#8217;s a short reminder for me and everyone else who needs this.</p>
<p><code>The validity period of domain 'XXX.com/.de/.whatever', owned by user account 'admin' (Contact name 'XXX') is about to expire.<br />
The domain and all of its services will be deactivated by XXX 13, 0000 unless the validity period is prolonged.</code></p>
<ul>
<li>Go to Domains</li>
<li>Limits</li>
<li>Change the &#8220;validity period&#8221;</li>
</ul>
<p>Or for my German readers: <strong>Abgelaufene Domain in Plesk</strong></p>
<ul>
<li>zur Domain wechseln</li>
<li>Ressourcennutzung</li>
<li>Gültigkeitsdauer</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://benjaminmock.de/expired-domain-in-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery load bei Bildern im IE</title>
		<link>http://benjaminmock.de/jquery-load-bei-bildern-im-ie/</link>
		<comments>http://benjaminmock.de/jquery-load-bei-bildern-im-ie/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 12:34:39 +0000</pubDate>
		<dc:creator>Benjamin</dc:creator>
				<category><![CDATA[Tipps & Tricks]]></category>

		<guid isPermaLink="false">http://benjaminmock.de/?p=220</guid>
		<description><![CDATA[Der Internet Explorer schafft es doch immer wieder mich mit seinem variantenreichen Verhalten in den Wahnsinn zu treiben. Die neuste Episode ist das Verhalten von load-Events bei Bildern &#8211; das funktioniert nämlich mal wieder nicht wie bei Firefox, Opera, Chrome oder Safari. Mit dieser Reihenfolge schafft man es aber doch, auch dem IE ein load-Event [...]]]></description>
			<content:encoded><![CDATA[<p>Der Internet Explorer schafft es doch immer wieder mich mit seinem variantenreichen Verhalten in den Wahnsinn zu treiben. Die neuste Episode ist das Verhalten von load-Events bei Bildern &#8211; das funktioniert nämlich mal wieder nicht wie bei Firefox, Opera, Chrome oder Safari.</p>
<p>Mit dieser Reihenfolge schafft man es aber doch, auch dem IE ein load-Event bei images abzuverlangen:</p>
<ul>
<li>Bildelement ohne src an DOM anhängen</li>
<li>load-Event-Listener initialisieren</li>
<li>src in Bildelement spezifizieren</li>
</ul>
<p>Das ist zwar ein kleiner, nicht ganz sauberer Hack, aber zumindest funktioniert es bisher wie es soll. Wer bessere Ideen hat &#8211; bitte posten!</p>
]]></content:encoded>
			<wfw:commentRss>http://benjaminmock.de/jquery-load-bei-bildern-im-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RDP Problems with Copy &amp; Paste</title>
		<link>http://benjaminmock.de/rdp-problems-with-copy-paste/</link>
		<comments>http://benjaminmock.de/rdp-problems-with-copy-paste/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 23:35:46 +0000</pubDate>
		<dc:creator>Benjamin</dc:creator>
				<category><![CDATA[Tipps & Tricks]]></category>

		<guid isPermaLink="false">http://benjaminmock.de/?p=208</guid>
		<description><![CDATA[If you&#8217;re experiencing Problems with Copy &#038; Paste between your local and a remote environment you should try to kill and restart the rdclip.exe-process on the remote system. To do this open the task manager with Ctrl+Shift+Esc kill the rdclip.exe process run rdclip.exe For me this fixed it for a Remote Desktop Connection between Windows [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re experiencing Problems with <strong>Copy &#038; Paste</strong> between your local and a remote environment you should try to kill and restart the rdclip.exe-process on the remote system.<br />
To do this </p>
<ul>
<li>open the task manager with Ctrl+Shift+Esc</li>
<li>kill the rdclip.exe process</li>
<li>run rdclip.exe</li>
</ul>
<p>For me this fixed it for a <strong>Remote Desktop Connection</strong> between Windows XP and Windows Server 2003.</p>
]]></content:encoded>
			<wfw:commentRss>http://benjaminmock.de/rdp-problems-with-copy-paste/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

