<?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>Anthony L Rivera &#187; javascript</title>
	<atom:link href="http://anthonylrivera.net/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://anthonylrivera.net</link>
	<description>Front-End Developer</description>
	<lastBuildDate>Wed, 12 Oct 2011 22:57:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Mobile Friendly Stylesheets</title>
		<link>http://anthonylrivera.net/161/2009/07/mobile-friendly-stylesheets/</link>
		<comments>http://anthonylrivera.net/161/2009/07/mobile-friendly-stylesheets/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 02:37:30 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://anthonylrivera.net/?p=161</guid>
		<description><![CDATA[So I was assigned the task of creating a mobile version of the website I work for. Luckily I came across this great starting point provided by the guys from nettuts.com Check out the tutorial which includes javascript to detect the users browsers and the orientation of the iPhone to serve up the correct stylesheet [...]]]></description>
			<content:encoded><![CDATA[<p>So I was assigned the task of creating a mobile version of the website I work for.</p>
<p>Luckily I came across this great starting point provided by the guys from nettuts.com</p>
<p>Check out the tutorial which includes javascript to detect the users browsers and the orientation of the iPhone to serve up the correct stylesheet for either portrait or landscape view.</p>
<p><a title="Learn how to develop for the iPhone" href="http://net.tutsplus.com/misc/learn-how-to-develop-for-the-iphone/">http://net.tutsplus.com/misc/learn-how-to-develop-for-the-iphone/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://anthonylrivera.net/161/2009/07/mobile-friendly-stylesheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Copy &amp; Paste problem</title>
		<link>http://anthonylrivera.net/108/2009/05/firefox-copy-paste-problem/</link>
		<comments>http://anthonylrivera.net/108/2009/05/firefox-copy-paste-problem/#comments</comments>
		<pubDate>Wed, 27 May 2009 14:35:31 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[web design / development]]></category>
		<category><![CDATA[clipboard]]></category>
		<category><![CDATA[copy/paste]]></category>
		<category><![CDATA[dom.disable_image_src_set]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tinymce]]></category>

		<guid isPermaLink="false">http://anthonylrivera.net/2009/05/27/firefox-copy-paste-problem/</guid>
		<description><![CDATA[So the company I work for have been having issues with wordpress&#8217;s visual editor and copy and pasting linked images. Basically it is a Firefox issue, clashing with WordPress.com&#8217;s implementation of the TinyMCE rich text editor. Javascript is causing the copied image and link in the clipboard to be changed to relative urls instead of [...]]]></description>
			<content:encoded><![CDATA[<p>So the company I work for have been having issues with wordpress&#8217;s visual editor and copy and pasting linked images.</p>
<p>Basically it is a Firefox issue, clashing with WordPress.com&#8217;s implementation of the TinyMCE rich text editor. Javascript is causing the copied image and link in the clipboard to be changed to relative urls instead of absolute. i.e. src=&#8221;http://anthonylrivera.net/images/image.jpg&#8221;  becomes src=&#8221;../images/image.jpg&#8221;. Which then breaks the images when the post is published. I have found a tweak in firefox to correct the actual image source from being changed.</p>
<p>In the about:config section of firefox, a setting called dom.disable_image_src_set when set to true, will stop any javascript from altering images on every page. This then makes certain Dynamic Image plugins not work, but only for that end user.</p>
<p>This still leaves the surrounding anchor tag modified though. Still searching for a solution. If you know anything about this please drop me a line&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://anthonylrivera.net/108/2009/05/firefox-copy-paste-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

