<?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>Xceptance Blog &#187; javascript</title>
	<atom:link href="http://blog.xceptance.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xceptance.com</link>
	<description>Passionate Testing</description>
	<lastBuildDate>Sat, 21 Jan 2012 11:29:54 +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>JavaScript Beautifier &#8211; Code schön gemacht</title>
		<link>http://blog.xceptance.com/2009/09/08/javascript-beautifier-code-schon-gemacht/</link>
		<comments>http://blog.xceptance.com/2009/09/08/javascript-beautifier-code-schon-gemacht/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 13:32:27 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[formatierung]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[optimierung]]></category>
		<category><![CDATA[programmierung]]></category>

		<guid isPermaLink="false">http://blog.xceptance.de/?p=298</guid>
		<description><![CDATA[Beim Debuggen von Webanwendungen steht man oft vor einem Haufen Javascript-Code, der eingedampft wurde, um Bandbreite zu sparen und die Verarbeitungszeiten zu drücken. Der JavaScript Beautifier ist eine schnelle und elegante Lösung, den Code wieder einigermaßen lesbar zu bekommen.]]></description>
			<content:encoded><![CDATA[<p>Beim Debuggen von Webanwendungen steht man oft vor einem Haufen Javascript-Code, der eingedampft wurde, um Bandbreite zu sparen und die Verarbeitungszeiten zu drücken.</p>
<p>Der <a href="http://jsbeautifier.org/">JavaScript Beautifier</a> ist eine schnelle und elegante Lösung, den Code wieder einigermaßen lesbar zu bekommen.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2009/09/08/javascript-beautifier-code-schon-gemacht/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lesepflicht &#8211; OWASP zu XSS</title>
		<link>http://blog.xceptance.com/2009/02/11/lesepflicht-owasp-zu-xss/</link>
		<comments>http://blog.xceptance.com/2009/02/11/lesepflicht-owasp-zu-xss/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 22:28:11 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[owasp]]></category>
		<category><![CDATA[scriping]]></category>
		<category><![CDATA[sicherheit]]></category>
		<category><![CDATA[xss]]></category>

		<guid isPermaLink="false">http://blog.xceptance.de/?p=157</guid>
		<description><![CDATA[Heute gibt es einen Link über Cross-Site-Scripting (XSS), was es ist, was man dagegen tun kann oder kurz: Wie beugt man XSS vor? Der Artikel stammt vom OWASP, der Authoriät im Sachen Internetsicherheit bzw. Informationen zur Sicherheit. This article provides a simple positive model for preventing XSS using output escaping/encoding properly. While there are a [...]]]></description>
			<content:encoded><![CDATA[<p>Heute gibt es einen Link über Cross-Site-Scripting (XSS), was es ist, was man dagegen tun kann oder kurz: <a href="https://www.owasp.org/index.php?title=XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet">Wie beugt man XSS vor?</a></p>
<p>Der Artikel stammt vom OWASP, der Authoriät im Sachen Internetsicherheit bzw. Informationen zur Sicherheit.</p>
<blockquote><p>This article provides a simple positive model for preventing XSS using output escaping/encoding properly. While there are a huge number of XSS attack vectors, following a few simple rules can completely defend against this serious attack.</p>
<p>These rules apply to all the different varieties of XSS. Both reflected and stored XSS can be addressed by performing the appropriate escaping on the server-side. The use of an escaping/encoding library like the one in ESAPI is strongly recommended as there are many special cases. DOM Based XSS can be addressed by applying these rules on the client on untrusted data.</p>
<p>For a great cheatsheet on the attack vectors related to XSS, please refer to the excellent XSS Cheat Sheet by RSnake. More background on browser security and the various browsers can be found in the Browser Security Handbook.</p>
<p>Quelle: <a href="https://www.owasp.org/index.php?title=XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet">OWASP</a> unter <a href="http://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA-3.0</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2009/02/11/lesepflicht-owasp-zu-xss/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OCR-Erkennung in JavaScript</title>
		<link>http://blog.xceptance.com/2009/01/24/ocr-erkennung-in-javascript/</link>
		<comments>http://blog.xceptance.com/2009/01/24/ocr-erkennung-in-javascript/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 21:36:56 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[programmierung]]></category>

		<guid isPermaLink="false">http://blog.xceptance.de/?p=153</guid>
		<description><![CDATA[Mich erstaunen die Talente vieler Leute immer wieder. Jemand hat ein Script geschrieben, das Captchas automatisch löst und das ganze in JavaScript. Das Ding läuft auch noch im Browser&#8230; wow! Nun gut, es löst nicht alle Captchas&#8230; aber immerhin. Wenn es interessiert, hier geht es zum Artikel: Captcha cracking in JavaScript with Canvas and neural [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-154 alignleft" title="Captcha" src="http://blog.xceptance.de/wp-content/uploads/2009/01/captcha.jpg" alt="Ein Captcha Demo" width="132" height="72" />Mich erstaunen die Talente vieler Leute immer wieder. Jemand hat ein Script geschrieben, das Captchas automatisch löst und das ganze in JavaScript. Das Ding läuft auch noch im Browser&#8230; wow! Nun gut, es löst nicht alle Captchas&#8230; aber immerhin.</p>
<p>Wenn es interessiert, hier geht es zum Artikel: <a href="http://ajaxian.com/archives/captcha-cracking-in-javascript-with-canvas-and-neural-nets">Captcha cracking in JavaScript with Canvas and neural nets</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2009/01/24/ocr-erkennung-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manchmal werden Dinge wahr&#8230;</title>
		<link>http://blog.xceptance.com/2008/11/19/manchmal-werden-dinge-wahr/</link>
		<comments>http://blog.xceptance.com/2008/11/19/manchmal-werden-dinge-wahr/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 19:45:09 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Things went wrong]]></category>
		<category><![CDATA[fehler]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.xceptance.de/?p=91</guid>
		<description><![CDATA[Heute ist mir beim Testen dieser Javascript-Code über den Weg gelaufen. Ich liege jetzt noch auf dem Boden. Eigentlich ist es ja eher zum Heulen, aber naja: if(8 &#60; 3) { display.setIndex(1, 8); } Aber wer weiss, manchmal werden Sachen einfach true.]]></description>
			<content:encoded><![CDATA[<p>Heute ist mir beim Testen dieser Javascript-Code über den Weg gelaufen. Ich liege jetzt noch auf dem Boden. Eigentlich ist es ja eher zum Heulen, aber naja:</p>
<pre id="line889">if(8 &lt; 3)
{
    display.setIndex(1, 8);
}</pre>
<p>Aber wer weiss, manchmal werden Sachen einfach <em>true</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2008/11/19/manchmal-werden-dinge-wahr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>catch(IE){}</title>
		<link>http://blog.xceptance.com/2008/07/23/catchie/</link>
		<comments>http://blog.xceptance.com/2008/07/23/catchie/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 12:05:24 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[dojo]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.xceptance.de/?p=24</guid>
		<description><![CDATA[Entwickler besitzen einen gewissen befremdlichen Grundhumor, aber verstehen kann man sie durchaus. Den folgenden Code hab ich beim Debugging des Dojo-Sourcecodes gefunden: }catch(e){ dojo.debug("dojo.widget.Parse: error:" + e); // note, commenting out the next line is breaking several // widgets for me // throw e; // IE is such a bitch sometimes }]]></description>
			<content:encoded><![CDATA[<p>Entwickler besitzen einen gewissen befremdlichen Grundhumor, aber verstehen kann man sie durchaus. Den folgenden Code hab ich beim Debugging des Dojo-Sourcecodes gefunden:</p>
<pre> }catch(e){
   dojo.debug("dojo.widget.Parse: error:" + e);
   // note, commenting out the next line is breaking several
   // widgets for me
   // throw e;
   // <strong>IE is such a bitch sometimes</strong>
 }</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.xceptance.com/2008/07/23/catchie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

