<?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 &#187; General</title>
	<atom:link href="http://www.mywebexperiences.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mywebexperiences.com</link>
	<description>A web development blog</description>
	<lastBuildDate>Thu, 05 Jan 2012 14:56:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<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>1</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 [...]]]></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>1</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>What is this?</title>
		<link>http://www.mywebexperiences.com/2006/09/18/hello-world/</link>
		<comments>http://www.mywebexperiences.com/2006/09/18/hello-world/#comments</comments>
		<pubDate>Tue, 19 Sep 2006 04:20:36 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.mywebexperiences.com/2006/09/18/hello-world/</guid>
		<description><![CDATA[What is this all about? Well i am a Mexican computer science engineer, focused on web development, i like to work with perl, php, css, xhtml, javascript, ajax, etc. and this will be my playground. Where i will put my experiences while i am working, learning and living from web development. My first languaje is [...]]]></description>
			<content:encoded><![CDATA[<p>
What is this all about?
</p>
<p>
Well i am a Mexican computer science engineer, focused on web development, i like to work with perl, php, css, xhtml, javascript, ajax, etc. and this will be my playground. Where i will put my experiences while i am working, learning and living from web development.
</p>
<p>
My first languaje is not english, so if something is not well written please let me know
</p>]]></content:encoded>
			<wfw:commentRss>http://www.mywebexperiences.com/2006/09/18/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

