<?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>JavascriptKata &#187; librairie</title>
	<atom:link href="http://www.javascriptkata.com/tag/librairie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javascriptkata.com</link>
	<description>helping you with javascript since 2007</description>
	<lastBuildDate>Wed, 14 Sep 2011 14:07:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Javascript for PHP lovers</title>
		<link>http://www.javascriptkata.com/2008/01/30/javascript-for-php-lovers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=javascript-for-php-lovers</link>
		<comments>http://www.javascriptkata.com/2008/01/30/javascript-for-php-lovers/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 12:57:23 +0000</pubDate>
		<dc:creator>dsimard</dc:creator>
				<category><![CDATA[Echo chamber]]></category>
		<category><![CDATA[librairie]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.javascriptkata.com/2008/01/30/javascript-for-php-lovers/</guid>
		<description><![CDATA[I&#8217;m not a PHP guy and I like to use standards for the languages I&#8217;m using so this php.js thing is not for me at all. In fact, I really dislike PHP and though I use it often, there is no reason in the world I would want to use its syntax to write javascript. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not a PHP guy and I like to use standards for the languages I&#8217;m using so this <a href="http://kevin.vanzonneveld.net/techblog/article/javascript_equivalent_for_phps_strrpos/" target="_blank">php.js</a> thing is not for me at all. In fact, <a href="http://ihatephp.net/" target="_blank">I really dislike PHP</a> and though I use it often, there is no reason in the world I would want to use its syntax to write javascript.</p>
<p>Import the <a href="http://kevin.vanzonneveld.net/code/php_equivalents/php.js" target="_blank">librairie</a> (<a href="http://kevin.vanzonneveld.net/code/php_equivalents/php.packed.js" target="_blank">packed</a>) and write javascript like you never wrote it before.</p>
<p>Example, you want to use the good ol&#8217; <a href="http://ca3.php.net/strrpos" target="_blank">strrpos</a> to <em>find position of last occurrence of a char in a string (example from the site)</em></p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">strrpos<span class="br0">&#40;</span><span class="st0">&#8216;Kevin van Zonneveld&#8217;</span>, <span class="st0">&#8216;e&#8217;</span><span class="br0">&#41;</span>;</div>
</li>
</ol>
</div>
<p>would return <strong>16</strong>.</p>
<p>But what happens if a non-PHP guy as to modify your PHPed javascript?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.javascriptkata.com/2008/01/30/javascript-for-php-lovers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Easy cross-browser compatibility with IE7.js</title>
		<link>http://www.javascriptkata.com/2008/01/08/easy-cross-browser-compatibility-with-ie7js/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=easy-cross-browser-compatibility-with-ie7js</link>
		<comments>http://www.javascriptkata.com/2008/01/08/easy-cross-browser-compatibility-with-ie7js/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 19:41:46 +0000</pubDate>
		<dc:creator>dsimard</dc:creator>
				<category><![CDATA[Echo chamber]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[librairie]]></category>

		<guid isPermaLink="false">http://www.javascriptkata.com/2008/01/08/easy-cross-browser-compatibility-with-ie7js/</guid>
		<description><![CDATA[I spent a lot of time testing cross-browser compatibility on the last site I did. My friend Frank of Ruby Fleebie is loosing hours trying to be compatible with Firefox and Internet Explorer. So, when I heard that a simple javascript file could help us in our work, I thought that it would be nice to share it with you.]]></description>
			<content:encoded><![CDATA[<p>I spent a lot of time testing <strong>cross-browser compatibility</strong> on the last site I did. My friend <a href="http://www.rubyfleebie.com/about-me/" target="_blank">Frank of Ruby Fleebie</a> is loosing hours trying to be compatible with Firefox and Internet Explorer. So, when I heard that <strong>a simple javascript file</strong> could help us in our work, I thought that it would be nice to share it with you.</p>
<p>Here it is : <a href="http://dean.edwards.name/weblog/2008/01/ie7-2/" target="_blank">IE7.js version 2.0 (beta)</a>. Check out the <a href="http://ie7-js.googlecode.com/svn/test/index.html" target="_blank">demo page</a> and start having fun again by worrying less with cross-browser compatibility.</p>
<p>I also started the <a href="http://www.dansimard.com/not_tested_in_ie/" target="_blank">Not tested in IE initiative</a>. What is it? It is for developers who don&#8217;t want to test if the page or site displays correctly in Internet ExplorerÂ©. You just add the following logo on your site and you&#8217;re ready to go!</p>
<p><a href="http://www.dansimard.com/not_tested_in_ie/"><img src="http://www.dansimard.com/images/ntiie/not_tested_in_ie_142x50.png" alt="Not tested in IE initiative" /></a></p>
<p>I proudly announce you that <a href="http://www.ihatephp.net/">I hate PHP</a> is the first site that joined the initiative. Look at the bottom of the page for the logo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.javascriptkata.com/2008/01/08/easy-cross-browser-compatibility-with-ie7js/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

