<?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>Tue, 08 Nov 2011 16:20:31 +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>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>

