<?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>My Web Experiences</title>
	<atom:link href="http://www.mywebexperiences.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mywebexperiences.com</link>
	<description>A web development blog</description>
	<lastBuildDate>Fri, 23 Apr 2010 14:37:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Make websites on IE8 to look like IE7</title>
		<link>http://www.mywebexperiences.com/2010/04/22/make-websites-on-ie8-to-look-like-ie7/</link>
		<comments>http://www.mywebexperiences.com/2010/04/22/make-websites-on-ie8-to-look-like-ie7/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 00:01:29 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://www.mywebexperiences.com/?p=92</guid>
		<description><![CDATA[
If your website is looking good on IE7 but on IE8 it looks like crap, it&#8217;s soved just adding one line of code to the header of your website, so it looks like IE7

&#160;
&#60;meta http-equiv=&#34;X-UA-Compatible&#34; content=&#34;IE=EmulateIE7&#34; /&#62;
&#160;]]></description>
			<content:encoded><![CDATA[<p>
If your website is looking good on IE7 but on IE8 it looks like crap, it&#8217;s soved just adding one line of code to the header of your website, so it looks like IE7
</p>
<div class="dean_ch" style="white-space: nowrap;"><ol><li class="li1"><div class="de1">&nbsp;</div></li>
<li class="li1"><div class="de1"><span class="sc2"><a href="http://december.com/html/4/element/meta.html"><span class="kw2">&lt;meta</span></a> <span class="kw3">http-equiv</span>=<span class="st0">&quot;X-UA-Compatible&quot;</span> <span class="kw3">content</span>=<span class="st0">&quot;IE=EmulateIE7&quot;</span> /<span class="kw2">&gt;</span></span></div></li>
<li class="li1"><div class="de1">&nbsp;</div></li></ol></div>]]></content:encoded>
			<wfw:commentRss>http://www.mywebexperiences.com/2010/04/22/make-websites-on-ie8-to-look-like-ie7/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Use google docs to embed PDF documents and PowerPoint presentations on your site</title>
		<link>http://www.mywebexperiences.com/2010/04/22/use-google-docs-to-embed-pdf-documents-and-powerpoint-presentations-on-your-site/</link>
		<comments>http://www.mywebexperiences.com/2010/04/22/use-google-docs-to-embed-pdf-documents-and-powerpoint-presentations-on-your-site/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 23:46:11 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Embed]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[Powerpoint]]></category>

		<guid isPermaLink="false">http://www.mywebexperiences.com/?p=80</guid>
		<description><![CDATA[
If you want to embed a PDF file or a Powerpoint presentation on your site, a pretty easy way to do it, is just go to https://docs.google.com/viewer, introduce the pdf url, click on &#8220;Generate Link&#8221; and you will get a url to share with your users, where they can see the pdf file on the [...]]]></description>
			<content:encoded><![CDATA[<p>
If you want to embed a PDF file or a Powerpoint presentation on your site, a pretty easy way to do it, is just go to <a href="https://docs.google.com/viewer">https://docs.google.com/viewer</a>, introduce the pdf url, click on &#8220;Generate Link&#8221; and you will get a url to share with your users, where they can see the pdf file on the web or get the html code to embed on your web site
</p>
<p>
If you want to create the html code on you own is pretty easy just insert an iframe that points to <a href="http://docs.google.com/viewer">http://docs.google.com/viewer</a> and pass two parameters url=http://yousite.com/pdfile and embed=true and that&#8217;s it now you have a pdf embeded on your site
</p>
<div class="dean_ch" style="white-space: nowrap;"><ol><li class="li1"><div class="de1">&nbsp;</div></li>
<li class="li1"><div class="de1"><span class="sc2"><a href="http://december.com/html/4/element/iframe.html"><span class="kw2">&lt;iframe</span></a> <span class="kw3">src</span>=<span class="st0">&quot;http://docs.google.com/viewer?url=http%3A%2F%2Fwww.mywebexperiences.com%2Fwp-content%2Fuploads%2F2010%2F04%2Fphp-cheat-sheet-v2.pdf&amp;embedded=true&quot;</span> <span class="kw3">width</span>=<span class="st0">&quot;600&quot;</span> <span class="kw3">height</span>=<span class="st0">&quot;780&quot;</span> <span class="kw3">style</span>=<span class="st0">&quot;border: none;&quot;</span><span class="kw2">&gt;</span></span><span class="sc2"><span class="kw2">&lt;/iframe&gt;</span></span></div></li>
<li class="li1"><div class="de1">&nbsp;</div></li></ol></div><br />
<iframe src="http://docs.google.com/viewer?url=http%3A%2F%2Fwww.mywebexperiences.com%2Fwp-content%2Fuploads%2F2010%2F04%2Fphp-cheat-sheet-v2.pdf&#038;embedded=true" width="500" height="650" style="border: none;"></iframe>
<p>
<a href="http://www.addedbytes.com/cheat-sheets/php-cheat-sheet/">PHP Cheat Sheet (V2)</a> Creative Commons License (Attribution, Non-Commercial, Share Alike).
</p>
<p>
Via : <a href="http://googlesystem.blogspot.com/2009/09/embeddable-google-document-viewer.html">Embeddable Google Document Viewer</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.mywebexperiences.com/2010/04/22/use-google-docs-to-embed-pdf-documents-and-powerpoint-presentations-on-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Maps Operation aborted on IE</title>
		<link>http://www.mywebexperiences.com/2008/10/30/google-maps-operation-aborted-on-ie/</link>
		<comments>http://www.mywebexperiences.com/2008/10/30/google-maps-operation-aborted-on-ie/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 04:33:37 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.mywebexperiences.com/?p=65</guid>
		<description><![CDATA[
If you are getting an annoying message like this 


“Internet Explorer cannot open the Internet site”
&#8220;Operation aborted&#8221;


When trying to see a web page that contains a google map. 
And right after the message pop ups Internet Explorer shows an empty page here are some tips to help you fixing this issue


First thing you&#8217;ll have to [...]]]></description>
			<content:encoded><![CDATA[<p>
If you are getting an annoying message like this 
</p>
<blockquote>
“Internet Explorer cannot open the Internet site”
&#8220;Operation aborted&#8221;
</blockquote>
<p>
When trying to see a web page that contains a google map. 
And right after the message pop ups Internet Explorer shows an empty page here are some tips to help you fixing this issue
</p>
<p>
First thing you&#8217;ll have to do. Is to move all the code used to generate the map to a function and call it once the page is loaded
</p>
<div class="dean_ch" style="white-space: nowrap;"><ol><li class="li1"><div class="de1">&nbsp;</div></li>
<li class="li1"><div class="de1"><span class="kw2">function</span> loadMap<span class="br0">&#40;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span></div></li>
<li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="co1">// JS code to create your map</span></div></li>
<li class="li1"><div class="de1"><span class="br0">&#125;</span></div></li>
<li class="li2"><div class="de2">window.<span class="kw3">onload</span>=<span class="kw2">function</span><span class="br0">&#40;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span></div></li>
<li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; loadMap<span class="br0">&#40;</span><span class="br0">&#41;</span>;</div></li>
<li class="li1"><div class="de1"><span class="br0">&#125;</span></div></li>
<li class="li1"><div class="de1">&nbsp;</div></li></ol></div>
<p>If you are using prototype you can use</p>
<div class="dean_ch" style="white-space: nowrap;"><ol><li class="li1"><div class="de1">&nbsp;</div></li>
<li class="li1"><div class="de1">document.<span class="me1">observe</span><span class="br0">&#40;</span><span class="st0">&quot;dom:loaded&quot;</span>, loadMap <span class="br0">&#41;</span>;</div></li>
<li class="li1"><div class="de1">&nbsp;</div></li>
<li class="li1"><div class="de1">OR</div></li>
<li class="li2"><div class="de2">&nbsp;</div></li>
<li class="li1"><div class="de1">Event.<span class="me1">observe</span><span class="br0">&#40;</span>window, ‘load’, loadMap, <span class="kw2">false</span><span class="br0">&#41;</span>;</div></li>
<li class="li1"><div class="de1">&nbsp;</div></li></ol></div>
<p>
Or you can add an onload attribute to your body tag
</p>
<div class="dean_ch" style="white-space: nowrap;"><ol><li class="li1"><div class="de1">&nbsp;</div></li>
<li class="li1"><div class="de1"><span class="sc2"><a href="http://december.com/html/4/element/body.html"><span class="kw2">&lt;body</span></a> <span class="kw3">onload</span>=<span class="st0">&quot;loadMap()&quot;</span><span class="kw2">&gt;</span></span></div></li>
<li class="li1"><div class="de1">&nbsp;</div></li></ol></div>

<p>
If you are using polylines you should add vml namespace to your header and should look like this
</p>
<div class="dean_ch" style="white-space: nowrap;"><ol><li class="li1"><div class="de1">&nbsp;</div></li>
<li class="li1"><div class="de1"><span class="sc0">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;</span></div></li>
<li class="li1"><div class="de1"><span class="sc0"> &nbsp; &nbsp;&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;</span></div></li>
<li class="li1"><div class="de1"><span class="sc2"><a href="http://december.com/html/4/element/html.html"><span class="kw2">&lt;html</span></a> xmlns=<span class="st0">&quot;http://www.w3.org/1999/xhtml&quot;</span> xmlns:v=<span class="st0">&quot;urn:schemas-microsoft-com:vml&quot;</span><span class="kw2">&gt;</span></span></div></li>
<li class="li2"><div class="de2"><span class="sc2"><a href="http://december.com/html/4/element/head.html"><span class="kw2">&lt;head&gt;</span></a></span></div></li>
<li class="li1"><div class="de1"><span class="sc2"><a href="http://december.com/html/4/element/style.html"><span class="kw2">&lt;style</span></a> <span class="kw3">type</span>=<span class="st0">&quot;text/css&quot;</span><span class="kw2">&gt;</span></span></div></li>
<li class="li1"><div class="de1">v\:* {</div></li>
<li class="li1"><div class="de1">behavior:url(#default#VML);</div></li>
<li class="li1"><div class="de1">}</div></li>
<li class="li2"><div class="de2"><span class="sc2"><span class="kw2">&lt;/style&gt;</span></span></div></li>
<li class="li1"><div class="de1">&nbsp;</div></li></ol></div>
<p>
Loading the javascript needed to generate the map as an external file , and adding defer attribute so internet explorer will wait until it loads the page before executing the Javascript. It has the same effect than moving your JS code to the bottom of the page.
</p>
<div class="dean_ch" style="white-space: nowrap;"><ol><li class="li1"><div class="de1">&nbsp;</div></li>
<li class="li1"><div class="de1"><span class="sc2"><a href="http://december.com/html/4/element/script.html"><span class="kw2">&lt;script</span></a> <span class="kw3">src</span>=<span class="st0">&quot;maps.js&quot;</span> <span class="kw3">type</span>=<span class="st0">&quot;text/javascript&quot;</span> &nbsp;<span class="kw3">defer</span>=<span class="st0">&quot;defer&quot;</span><span class="kw2">&gt;</span></span><span class="sc2"><span class="kw2">&lt;/script&gt;</span></span></div></li>
<li class="li1"><div class="de1">&nbsp;</div></li></ol></div>
<p>
It can be also a problem with a base tag messing wiht IE more info on
<a href="http://www.shauninman.com/archive/2007/04/13/operation_aborted">http://www.shauninman.com/archive/2007/04/13/operation_aborted</a>
</p>




]]></content:encoded>
			<wfw:commentRss>http://www.mywebexperiences.com/2008/10/30/google-maps-operation-aborted-on-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protect web pages with username/password</title>
		<link>http://www.mywebexperiences.com/2008/09/29/protect-web-pages-with-usernamepassword/</link>
		<comments>http://www.mywebexperiences.com/2008/09/29/protect-web-pages-with-usernamepassword/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 00:59:37 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.mywebexperiences.com/?p=56</guid>
		<description><![CDATA[
If there some web pages you want to protect with username/password, all you have to do is to create a file called .htaccess under the directory to protect with the following lines:


&#160;
AuthUserFile /path/to/htpasswd/.htpasswd
AuthGroupFile /dev/null
AuthName &#34;Restricted Directory&#34;
AuthType Basic
&#160;
&#60;Limit GET POST&#62;
require valid-user
&#60;/Limit&#62;
&#160;


Replace /path/to/htpasswd/ with the .htpasswd path.
Replace Restricted Directory with the text you want as title of [...]]]></description>
			<content:encoded><![CDATA[<p>
If there some web pages you want to protect with username/password, all you have to do is to create a file called <strong>.htaccess</strong> under the directory to protect with the following lines:
</p>

<div class="dean_ch" style="white-space: nowrap;"><ol><li class="li1"><div class="de1">&nbsp;</div></li>
<li class="li1"><div class="de1">AuthUserFile /path/to/htpasswd/.htpasswd</div></li>
<li class="li1"><div class="de1">AuthGroupFile /dev/null</div></li>
<li class="li1"><div class="de1">AuthName &quot;Restricted Directory&quot;</div></li>
<li class="li2"><div class="de2">AuthType Basic</div></li>
<li class="li1"><div class="de1">&nbsp;</div></li>
<li class="li1"><div class="de1">&lt;Limit GET POST&gt;</div></li>
<li class="li1"><div class="de1">require valid-user</div></li>
<li class="li1"><div class="de1">&lt;/Limit&gt;</div></li>
<li class="li2"><div class="de2">&nbsp;</div></li></ol></div>
<p>
</p>
Replace <strong>/path/to/htpasswd/</strong> with the <strong>.htpasswd</strong> path.<br />
Replace <strong>Restricted Directory</strong> with the text you want as title of the prompt window.
<p>
Then you have to create the <strong>.htpasswd</strong> file using the following command:
</p>
<blockquote>
<strong>htpasswd -c .htpasswd user_name</strong>
</blockquote>
<p>
Execute it under the directory to protect or add the full path to <strong>.httpasswd</strong> and replace <strong>user_name</strong> by the username you want to use, you will be asked to enter the password and the file will be created.
</p>
<p>
<strong>Notes:</strong> This instruction are for linux/unix systems using apache web server, the dot means hidden files on linux.
</p>]]></content:encoded>
			<wfw:commentRss>http://www.mywebexperiences.com/2008/09/29/protect-web-pages-with-usernamepassword/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prototype Compressed</title>
		<link>http://www.mywebexperiences.com/2008/06/28/prototype-compressed/</link>
		<comments>http://www.mywebexperiences.com/2008/06/28/prototype-compressed/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 02:25:42 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[APIs]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.mywebexperiences.com/?p=40</guid>
		<description><![CDATA[
I am a prototype user, but i want to save some bandwidth using a compressed version, so i start looking for it and i found a compressed version called 
protopack it includes different versions, just spaces removed ( no eval required ), encrypted(eval required) and gziped version for both. i prefere the just spaces removed [...]]]></description>
			<content:encoded><![CDATA[<p>
I am a <a href="http://www.prototypejs.org/">prototype</a> user, but i want to save some bandwidth using a compressed version, so i start looking for it and i found a compressed version called 
<a href="http://groups.google.com/group/prototype-core/files">protopack</a> it includes different versions, just spaces removed ( no eval required ), encrypted(eval required) and gziped version for both. i prefere the just spaces removed version since it dosen&#8217;t require use of eval.
</p>
<p>
Another good option is to use the <a href="http://code.google.com/apis/ajaxlibs/">Google AJAX Libraries API </a> that serves a compressed version of prototype that will be cached by a year and sent with compression headers , you can include it using the full url or the Googles&#8217;s API
</p>
<div class="dean_ch" style="white-space: nowrap;"><ol><li class="li1"><div class="de1">&nbsp;</div></li>
<li class="li1"><div class="de1"><span class="sc2"><a href="http://december.com/html/4/element/script.html"><span class="kw2">&lt;script</span></a> <span class="kw3">type</span>=<span class="st0">&quot;text/javascript&quot;</span> <span class="kw3">src</span>=<span class="st0">&quot;http://ajax.googleapis.com/ajax/libs/prototype/1.6.0.2/prototype.js&quot;</span><span class="kw2">&gt;</span></span><span class="sc2"><span class="kw2">&lt;/script&gt;</span></span></div></li>
<li class="li1"><div class="de1">&nbsp;</div></li>
<li class="li1"><div class="de1">OR</div></li>
<li class="li2"><div class="de2">&nbsp;</div></li>
<li class="li1"><div class="de1"><span class="sc2"><a href="http://december.com/html/4/element/script.html"><span class="kw2">&lt;script</span></a> <span class="kw3">type</span>=<span class="st0">&quot;text/javascript&quot;</span> <span class="kw3">src</span>=<span class="st0">&quot;http://www.google.com/jsapi&quot;</span><span class="kw2">&gt;</span></span><span class="sc2"><span class="kw2">&lt;/script&gt;</span></span></div></li>
<li class="li1"><div class="de1"><span class="sc2"><a href="http://december.com/html/4/element/script.html"><span class="kw2">&lt;script</span></a> <span class="kw3">type</span>=<span class="st0">&quot;text/javascript&quot;</span><span class="kw2">&gt;</span></span></div></li>
<li class="li1"><div class="de1">google.load(&quot;prototype&quot;, &quot;1.6.0.2&quot;);</div></li>
<li class="li1"><div class="de1"><span class="sc2"><span class="kw2">&lt;/script&gt;</span></span></div></li>
<li class="li2"><div class="de2">&nbsp;</div></li>
<li class="li1"><div class="de1">&nbsp;</div></li></ol></div>
<p>
You can find compressed versions of <a href="http://script.aculo.us/">scriptaculous</a>,  <a href="http://jquery.com/">jQuery</a>, <a href="http://mootools.net/">MooTools</a>, <a href="http://dojotoolkit.org/">dojo</a> as well.
The bad thing is there are no https support so it wont work for secure sites.
</p>]]></content:encoded>
			<wfw:commentRss>http://www.mywebexperiences.com/2008/06/28/prototype-compressed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Developer Day 2008 &#8211; Mexico City</title>
		<link>http://www.mywebexperiences.com/2008/06/24/google-developer-day-2008-mexico-city/</link>
		<comments>http://www.mywebexperiences.com/2008/06/24/google-developer-day-2008-mexico-city/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 14:46:05 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.mywebexperiences.com/?p=38</guid>
		<description><![CDATA[
Yesterday, Monday 23 2008 I have the opportunity to assist to the Google Developer Day Mexico City, the first two talks were about Google and the Mexican market and an overview of their new product for developers ( android, maps, open social, etc. ) this first two talks were in Spanish, after a launch it [...]]]></description>
			<content:encoded><![CDATA[<a href='http://www.mywebexperiences.com/wp-content/uploads/2008/06/logo.gif'><img src="http://www.mywebexperiences.com/wp-content/uploads/2008/06/logo.gif" alt="" title="Google Developer Day" width="137" height="101" class="alignleft size-medium wp-image-39" /></a><p>
Yesterday, Monday 23 2008 I have the opportunity to assist to the Google Developer Day Mexico City, the first two talks were about Google and the Mexican market and an overview of their new product for developers ( android, maps, open social, etc. ) this first two talks were in Spanish, after a launch it was a breakout with 4 different options, the talks i have the opportunity to go were:
<p>
<ul>
<li>
<strong><a href="http://code.google.com/apis/opensocial/">Open Social</a> introduction by Chris Schalk:</strong>  Open Social is a technology that allow us to create applications for social networks with the advantage it will run on every platform that supports open socials ( Hi5, Orkut, IGoogle, Linkedin ) the talk was about Were Open Social is going, what can we do and what to expect from it, Google  friend connect,, how to create some basic application and how to implement on our how servers.
</li>
<li>
<strong><a href="http://www.google.com/ig">IGoogle</a> + gadgets by Bruno Bowden:</strong> IGoogle is you own personalized start page where you can add a lot of gadgets to it ( weather, jobs gmail, etc. ) This talk was about creating gadgets for IGoogle , and the new support of Open Social and the new canvas mode
</li>
<li>
<strong><a href="http://gears.google.com/">Gears</a> by Dion Almaer:</strong>  this was the talk i like the most, i really like the idea that we can use gears to create an offline version or speed a site up like wordpress.com is doing, but when i got home and try to install gears on my machine i realized that Linux 64 bits is not supported :-(
</li>
<li>
<strong><a href="http://code.google.com/apis/maps/">Google Maps API</a> Advanced by Pamela Fox:</strong> This talks was about using tile layers with Google maps so we can use our own maps, images or anything we want to zoom in using Google maps, right now i am using <a href="http://www.zoomify.com/">Zoomifyer</a> for this purpose but i hope with this info move to Google maps. pretty cool!
</li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.mywebexperiences.com/2008/06/24/google-developer-day-2008-mexico-city/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test your sites on IE from linux</title>
		<link>http://www.mywebexperiences.com/2008/06/03/test-your-sites-on-ie-from-linux/</link>
		<comments>http://www.mywebexperiences.com/2008/06/03/test-your-sites-on-ie-from-linux/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 05:12:11 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[IE]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.mywebexperiences.com/?p=27</guid>
		<description><![CDATA[
I work all the time on Linux, but unfortunately there are some bugs that happened just for Internet Explorer so i used to reboot, test on windows, fix it, and then reboot and continue working on linux.


This process is annoying reboot, fix, test, etc. but thanks to Wine. We can install Internet Explorer on Linux, [...]]]></description>
			<content:encoded><![CDATA[<p>
I work all the time on Linux, but unfortunately there are some bugs that happened just for Internet Explorer so i used to reboot, test on windows, fix it, and then reboot and continue working on linux.
</p>
<p>
This process is annoying reboot, fix, test, etc. but thanks to <a href="http://www.winehq.org/">Wine</a>. We can install Internet Explorer on Linux, for that we can use:
</p>

<a href="http://www.tatanka.com.br/ies4linux/page/Main_Page">IEs4Linux</a> this script can install several versions of IE 5, 5.5, 6 even you can install IE 7 (not fully supported)
</p>
<p>
Here are some screenshots of the process and IE running
<p>
<a href='http://www.mywebexperiences.com/wp-content/uploads/2008/04/installing_ies.jpg'><img src="http://www.mywebexperiences.com/wp-content/uploads/2008/04/installing_ies-250x300.jpg" alt="" title="installing_ies" width="250" height="300" class="aligncenter size-medium wp-image-29" /></a>



<a href='http://www.mywebexperiences.com/wp-content/uploads/2008/04/installing_ies_2.jpg'><img src="http://www.mywebexperiences.com/wp-content/uploads/2008/04/installing_ies_2-285x300.jpg" alt="" title="Installing IEs" width="285" height="300" class="aligncenter size-medium wp-image-30" /></a>

<a href='http://www.mywebexperiences.com/wp-content/uploads/2008/04/ies_running.jpg'><img src="http://www.mywebexperiences.com/wp-content/uploads/2008/04/ies_running-300x187.jpg" alt="" title="ies_running" width="300" height="187" class="aligncenter size-medium wp-image-28" /></a>
<p>
Another option is to use <a href="http://www.wine-doors.org">Wine-Doors</a>, it&#8217;s an script that help us installing window&#8217;s software like Ares, Flash 8, Internet Explorer 6 etc.
</p>

<a href='http://www.mywebexperiences.com/wp-content/uploads/2008/06/screenshot.png'><img src="http://www.mywebexperiences.com/wp-content/uploads/2008/06/screenshot-300x243.png" alt="" title="wine-doors" width="300" height="243" class="aligncenter size-medium wp-image-35" /></a>

<a href='http://www.mywebexperiences.com/wp-content/uploads/2008/06/screenshot-2.png'><img src="http://www.mywebexperiences.com/wp-content/uploads/2008/06/screenshot-2-300x274.png" alt="" title="wine-doors-2" width="300" height="274" class="aligncenter size-medium wp-image-36" /></a>

<a href='http://www.mywebexperiences.com/wp-content/uploads/2008/06/screenshot-3.png'><img src="http://www.mywebexperiences.com/wp-content/uploads/2008/06/screenshot-3-300x187.png" alt="wine-doors-3" title="Flash and Ares running" width="300" height="187" class="aligncenter size-medium wp-image-37" /></a>

<p>
With the previous options IE not always runs like on windows. There is another option running windows under Linux as a virtual machine for that purpose you can use virtual box, qemu, vmware.
</p>
<p>
My choose is Virtual Box Open Source Edition, here is  a <a href="http://lifehacker.com/367714/run-windows-apps-seamlessly-inside-linux">good tutorial</a> on how to install it and some screenshots of my virtual box running IE6 and IE7
</p>
<a href='http://www.mywebexperiences.com/wp-content/uploads/2008/05/vb.png'><img src="http://www.mywebexperiences.com/wp-content/uploads/2008/05/vb-300x187.png" alt="Virtual Box" title="Virtual Box" width="300" height="187" class="aligncenter size-medium wp-image-34" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.mywebexperiences.com/2008/06/03/test-your-sites-on-ie-from-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Configure Apache to serve PERL pages ( Ubuntu )</title>
		<link>http://www.mywebexperiences.com/2008/05/30/configure-apache-to-serve-perl-pages-ubuntu/</link>
		<comments>http://www.mywebexperiences.com/2008/05/30/configure-apache-to-serve-perl-pages-ubuntu/#comments</comments>
		<pubDate>Fri, 30 May 2008 23:59:17 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PERL]]></category>

		<guid isPermaLink="false">http://www.mywebexperiences.com/?p=33</guid>
		<description><![CDATA[
I just reinstalled my ubuntu distribution, and have to configure apache to serve perl pages outside of the cgi-bin directory, after a little bit of  googling i found the solution.


You have to edit the /etc/apache2/apache2.conf  and add to it the following lines.

&#160;
AddHandler cgi-script .cgi .pl
&#60;Files ~ &#34;\.pl$&#34;&#62;
Options +ExecCGI
&#60;/Files&#62;
&#60;Files ~ &#34;\.cgi$&#34;&#62;
Options +ExecCGI
&#60;/Files&#62;
&#160;]]></description>
			<content:encoded><![CDATA[<p>
I just reinstalled my ubuntu distribution, and have to configure apache to serve perl pages outside of the cgi-bin directory, after a little bit of  googling i found the solution.
</p>
<p>
You have to edit the <strong>/etc/apache2/apache2.conf</strong>  and add to it the following lines.
</p>
<div class="dean_ch" style="white-space: nowrap;"><ol><li class="li1"><div class="de1">&nbsp;</div></li>
<li class="li1"><div class="de1">AddHandler cgi-script .cgi .pl</div></li>
<li class="li1"><div class="de1">&lt;Files ~ &quot;\.pl$&quot;&gt;</div></li>
<li class="li1"><div class="de1">Options +ExecCGI</div></li>
<li class="li2"><div class="de2">&lt;/Files&gt;</div></li>
<li class="li1"><div class="de1">&lt;Files ~ &quot;\.cgi$&quot;&gt;</div></li>
<li class="li1"><div class="de1">Options +ExecCGI</div></li>
<li class="li1"><div class="de1">&lt;/Files&gt;</div></li>
<li class="li1"><div class="de1">&nbsp;</div></li></ol></div>]]></content:encoded>
			<wfw:commentRss>http://www.mywebexperiences.com/2008/05/30/configure-apache-to-serve-perl-pages-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Stop apache showing incomplete urls</title>
		<link>http://www.mywebexperiences.com/2008/05/22/stop-apache-showing-incomplete-urls/</link>
		<comments>http://www.mywebexperiences.com/2008/05/22/stop-apache-showing-incomplete-urls/#comments</comments>
		<pubDate>Fri, 23 May 2008 03:51:20 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.mywebexperiences.com/?p=32</guid>
		<description><![CDATA[
Apache was showing files even if i didn&#8217;t put the extension on the url, that behavior was messing with a mod rewrite rule i was working on. To solve this we just add the line below to the .htaccess  file and that&#8217;s it apache will stop showing incomplete urls

Options -MultiViews
&#160;]]></description>
			<content:encoded><![CDATA[<p>
Apache was showing files even if i didn&#8217;t put the extension on the url, that behavior was messing with a mod rewrite rule i was working on. To solve this we just add the line below to the <strong>.htaccess</strong>  file and that&#8217;s it apache will stop showing incomplete urls
</p>
<div class="dean_ch" style="white-space: nowrap;"><ol><li class="li1"><div class="de1">Options -MultiViews</div></li>
<li class="li1"><div class="de1">&nbsp;</div></li></ol></div>]]></content:encoded>
			<wfw:commentRss>http://www.mywebexperiences.com/2008/05/22/stop-apache-showing-incomplete-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vaga &#8211; free icon set</title>
		<link>http://www.mywebexperiences.com/2008/04/08/vaga-free-icon-set/</link>
		<comments>http://www.mywebexperiences.com/2008/04/08/vaga-free-icon-set/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 17:40:13 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.mywebexperiences.com/?p=23</guid>
		<description><![CDATA[
Today i found on the web a free icon set called vaga, that you can use for personal or commercial projects, it contains 60 icons 16&#215;16

]]></description>
			<content:encoded><![CDATA[<p>
Today i found on the web a free icon set called vaga, that you can use for personal or commercial projects, it contains 60 icons 16&#215;16
</p>
<a href='http://www.tenbytwenty.com/products/icon-sets/vaga'><img src="http://www.mywebexperiences.com/wp-content/uploads/2008/04/vaga.jpg" alt="" title="vaga" width="477" height="131" class="aligncenter size-full wp-image-25" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.mywebexperiences.com/2008/04/08/vaga-free-icon-set/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
