<?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>Mitesdesign &#187; Open Source</title>
	<atom:link href="http://www.mitesdesign.com/blog/category/open-source/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mitesdesign.com/blog</link>
	<description>Creative Results in Web Design</description>
	<lastBuildDate>Wed, 28 Apr 2010 18:59:59 +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>The end of IE bugs in web pages</title>
		<link>http://www.mitesdesign.com/blog/web-functionality/the-end-of-ie-bugs-in-web-pages</link>
		<comments>http://www.mitesdesign.com/blog/web-functionality/the-end-of-ie-bugs-in-web-pages#comments</comments>
		<pubDate>Fri, 09 Oct 2009 02:38:39 +0000</pubDate>
		<dc:creator>Alvin</dc:creator>
				<category><![CDATA[Good]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web Function]]></category>

		<guid isPermaLink="false">http://www.mitesdesign.com/blog/?p=23</guid>
		<description><![CDATA[Now repeat this for IETHANK YOU GOOGLE!!!!
A new plugin has been released that will soon be included with most sites I and others create. Chrome Frame. When visited by an Internet Explorer browser it will spawn a full screen frame with a copy of Google Chrome running inside it. If you are a developer of [...]]]></description>
			<content:encoded><![CDATA[<p>Now repeat this for IETHANK YOU GOOGLE!!!!</p>
<p>A new plugin has been released that will soon be included with most sites I and others create. <a href="http://code.google.com/chrome/chromeframe/">Chrome Frame</a>. When visited by an Internet Explorer browser it will spawn a full screen frame with a copy of Google Chrome running inside it. If you are a developer of any sort you will recognize the time this will save, no more creating 4 different versions of a site to support all the different &#8220;features&#8221; of different versions of IE. If you&#8217;ve never heard of this then this news will likely mean very little to you, one day you will be asked to install a plugin to properly view a web-site and it will go from looking rather funky to a correct layout.</p>
<p style="text-align: center; "><strong>Google THANK YOU!!</strong></p>
<p style="text-align: left; ">Very brief background on the joys of this new plugin: IE 6 displays web-pages different than most every other browser on the market, unless you do one of 3 things:</p>
<ol>
<li>use a very limited and ineffecient method of structure code</li>
<li>make a version of the page that will load ONLY for IE 6 users</li>
<li>use a hack such as <a href="http://code.google.com/p/ie7-js/">IE-7.js</a> to make it behave a little more like others</li>
</ol>
<p>Now rinse and repeat for IE7, and if you want to use a new technology such as the HTML5 tag <a href="http://www.canvasdemos.com/">Canvas</a> (which make very cool eye candy &amp; interfaces possible) IE8</p>
<p>Since all other browsers draw their base from one of 2 sources <a href="http://webkit.org/">Webkit</a> (think <a href="http://www.apple.com/safari/">Apple Safari</a> &amp; <a href="http://www.google.com/chrome">Google Chrome</a>) and <a href="https://developer.mozilla.org/en/Gecko">Gecko</a> (think <a href="http://www.mozilla.com/">Firefox</a>). That makes a potential of 5 different versions of a web-site being built so that it will display properly for everyone. There are standards that have been established by the <a href="http://www.w3.org/">World Wide Web Consortium</a> which both Webkit &amp; Gecko follow fairly well, including keeping up with new standards as they are released. IE&#8230;. well they pick and choose, and sometimes just play their own way, so chances are you are building 4 versions of a site to be displayed properly.</p>
<p>Now enter Google Chromeframe which you will be asked to install once through a single click and BAM&#8230; instant standards compatible displayed web-pages without the need to build 3 extra versions. For Web Developers the world over this is a happy day indeed, if you are looking to have a new web-site built then you can share the joy as the costs to build and maintain a site will be reduced to anyone that wants to use this new tool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mitesdesign.com/blog/web-functionality/the-end-of-ie-bugs-in-web-pages/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple Uploads with JQuery and Code Igniter</title>
		<link>http://www.mitesdesign.com/blog/open-source/multi-upload-jquery-code-igniter</link>
		<comments>http://www.mitesdesign.com/blog/open-source/multi-upload-jquery-code-igniter#comments</comments>
		<pubDate>Fri, 05 Dec 2008 02:34:25 +0000</pubDate>
		<dc:creator>Alvin</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Code Igniter]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://www.mitesdesign.com/blog/?p=16</guid>
		<description><![CDATA[This one goes out to all the code writers, web developers, and open source script fans.
This is a short script I built for a project, ended up opting to use individual AJAX uploads rather than multiple uploads at once. Yet a script this useful deserves to see the rest of the world so I give [...]]]></description>
			<content:encoded><![CDATA[<p>This one goes out to all the code writers, web developers, and open source script fans.</p>
<p>This is a short script I built for a project, ended up opting to use individual AJAX uploads rather than multiple uploads at once. Yet a script this useful deserves to see the rest of the world so I give you.</p>
<p style="text-align: center;"><a title="Code Igniter - Jquery - Multiple Uploads" href="http://www.mitesdesign.com/files/ci-jquery-multi-upload.zip"><strong>Multiple File Uploads with JQuery and Code Igniter</strong></a></p>
<p style="text-align: left;">To get it running extract into the root directory of a Code Igniter installation, included are:</p>
<ul>
<li>example Controller</li>
<li>Multi-Upload Library</li>
<li>example view form &amp; success page with results</li>
<li style="text-align: left;"><a title="JQuery Multiple Upload" href="http://www.fyneworks.com/jquery/multiple-file-upload/">jquery multi-upload plugin</a></li>
</ul>
<p style="text-align: left;">The upload library is based upon the CI upload library, it will check for attacks, and check whether the files uploaded are images or something else. You can restrict the files to any extension(s), if you need more security than that then I&#8217;ll assume you know enough to add in the function you need.</p>
<p style="text-align: left;">The beauty of this script is the simplicity, with a few lines of code you can allow for multiple uploads from a single page, then let this script handle the uploads and pass on information about everything that happened.</p>
<p style="text-align: left;">If you are not familiar with <a title="Code Igniter" href="http://www.codeigniter.com">Code Igniter</a> it is a rather lightweight PHP MVC framework. Which is a geeky way of saying that it is a programming framework that can save you time without eating your server. Of course the same goes for <a title="JQuery" href="http://www.jquery.com">JQuery</a>, which is for Javascript framework that will save you time.</p>
<p style="text-align: left;">If you have any questions please leave a comment or ask me through the <a title="Contact Me" href="http://mitesdesign.com/contact.php">contact form</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mitesdesign.com/blog/open-source/multi-upload-jquery-code-igniter/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
