<?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>Dovyski &#187; javascript</title>
	<atom:link href="http://www.dovyski.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dovyski.com</link>
	<description>Pointless things somehow useful</description>
	<lastBuildDate>Fri, 07 May 2010 02:42:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>PHP and PDF in pure Javascript</title>
		<link>http://www.dovyski.com/2009/06/php-and-pdf-in-pure-javascript/</link>
		<comments>http://www.dovyski.com/2009/06/php-and-pdf-in-pure-javascript/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 02:55:23 +0000</pubDate>
		<dc:creator>Dovyski</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[webapps]]></category>

		<guid isPermaLink="false">http://www.dovyski.com/?p=175</guid>
		<description><![CDATA[Javacript is the very first base stone concerning web 2.0. In the past, I always heard bad things about Javascript, but I guess all of them were said because Javascript was being used by the wrong people, in the wrong &#8230; <a href="http://www.dovyski.com/2009/06/php-and-pdf-in-pure-javascript/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Javacript is the very first base stone concerning web 2.0. In the past, I always heard bad things about Javascript, but I guess all of them were said because Javascript was being used by the wrong people, in the wrong place and at the wrong time.</p>
<p><strong><img class="alignleft" style="margin: 5px;" title="PHP.JS" src="http://phpjs.org/img/phpjs.png" alt="" width="114" height="60" /></strong>A lot of sites use huge Javacript libs, each one performing nice things, such as HTTP requests, animation effects, generation of RIA content, etc. Javascript is so famous now that several things have been ported to it, such as encryption algorithms.</p>
<p>I have found two of those Javascript ports that can be really useful, specially if you are a PHP developer (just like me): <a title="PHP.JS" href="http://phpjs.org/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/phpjs.org/?referer=');">PHP.JS</a> and <a title="jsPDF" href="http://code.google.com/p/jspdf/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/jspdf/?referer=');">jsPDF</a>.<img class="alignright" title="jsPDF" src="http://www.iadis.org/ijcsis/images/PDF_icon.jpg" alt="" width="74" height="74" /></p>
<p><strong>PHP.JS</strong> is an open source project in which you can use PHP functions client-side, in pure      JavaScript. <strong>jsPDF</strong> is an open-source library for generating PDF documents using nothing but Javascript.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dovyski.com/2009/06/php-and-pdf-in-pure-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webapps brought to the Desktop</title>
		<link>http://www.dovyski.com/2009/05/webapps-brought-to-the-desktop/</link>
		<comments>http://www.dovyski.com/2009/05/webapps-brought-to-the-desktop/#comments</comments>
		<pubDate>Sun, 17 May 2009 15:00:27 +0000</pubDate>
		<dc:creator>Dovyski</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[prism]]></category>
		<category><![CDATA[titanium]]></category>
		<category><![CDATA[webapps]]></category>

		<guid isPermaLink="false">http://www.dovyski.com/?p=131</guid>
		<description><![CDATA[Some years ago, the only thing that came to my mind when I heard the word "web" was "very simple websites", a bunch of bytes available for browing. Google was not even born at that time and everyhing was focused &#8230; <a href="http://www.dovyski.com/2009/05/webapps-brought-to-the-desktop/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Some years ago, the only thing that came to my mind when I heard the word "web" was "very simple websites", a bunch of bytes available for browing. Google was not even born at that time and everyhing was focused on desktop applications. If your application was able to connect to the web, then it could update itself in a easy way, nothing else.</p>
<p style="text-align: left;">The main flow was to bring every single business plan into the desktop world: office stuff (such as Microsoft Office), e-mail (Outlook), image, music, movies, etc. In the web world at that time, Javascript was an ugly word to be fired and Flash was just a way to make things look a little bit better.</p>
<p style="text-align: left;">The world is different now and ironically it seems to be the opposite of what it was in the past. Instead of bringing things into the desktop, the idea is to take them to the cloud, make them available on the web. This is happening very fast, but sometimes it's useful to have some desktop behavior in a web app, such as offline access to your e-mails.</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-153" title="webappers" src="http://www.dovyski.com/wp-content/uploads/2009/05/webappers.png" alt="webappers" width="550" height="130" /></p>
<p style="text-align: left;">Why can't we use the best things of those two words (web and the desktop)? Even better, why can't we use our web development knowledge to create hybrid apps that work in those two worlds? In fact, we can, and a lot of people have noticed that.</p>
<p style="text-align: left;">The first one I can recall is Adobe with <a href="http://en.wikipedia.org/wiki/Apollo_(Adobe)" target="_blank" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Apollo_Adobe?referer=');">Apollo</a>, on March 19, 2007. Apollo, after named to <strong>Adobe Integrated Runtime</strong> (<a href="http://www.adobe.com/products/air/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.adobe.com/products/air/?referer=');"><strong>AIR</strong></a>), is a cross-platform runtime environment for building rich Internet applications using Flash, HTML or Ajax, that can be deployed as a desktop application. A very powerful tool able to create nice apps featuring half desktop half web blood.</p>
<p style="text-align: left;">Right after Adobe, Mozilla started working on a similtar idea and on October, 2007, <strong><a href="http://labs.mozilla.com/2007/10/prism/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/labs.mozilla.com/2007/10/prism/?referer=');">Prism</a></strong> was born. It is open source, like all the things Mozilla does, and it splits web applications out of the browser and run them directly on the desktop. Prism development is not fast as Adobe's AIR is, but they are <a href="http://labs.mozilla.com/2009/05/prism-10-launches-with-new-website/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/labs.mozilla.com/2009/05/prism-10-launches-with-new-website/?referer=');">moving forward</a>.</p>
<p style="text-align: left;">These days I've found a brand new tool like those previous ones: <strong><a href="http://titaniumapp.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/titaniumapp.com/?referer=');">Appcelerator Titanium</a></strong>. As far as I could see, it works just like AIR, but it is open source. I read a few forum threads at Titanium forum and some developers said their Titanium apps were running faster then their AIR versions. Another very nice thing is you can use sevel languages to code your application, such as PHP and Phyton instead of only HTML and Javascript.</p>
<p style="text-align: left;">If you were thinking about developing an desktop-and-web application in a easy way, take a look at those options above. I'm sure you will have a lot of heavy weapons available to make your ideas to come true.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dovyski.com/2009/05/webapps-brought-to-the-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6 has already fulfilled its destiny, it&#8217;s time to upgrade!</title>
		<link>http://www.dovyski.com/2009/04/ie6-has-already-fulfilled-its-destiny-its-time-to-upgrade/</link>
		<comments>http://www.dovyski.com/2009/04/ie6-has-already-fulfilled-its-destiny-its-time-to-upgrade/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 02:02:46 +0000</pubDate>
		<dc:creator>Dovyski</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.dovyski.com/?p=70</guid>
		<description><![CDATA[One of the most annoying thing I did during the development of our web projects was to keep our apps running smooth in a wide range of old browsers. Not too many years ago, there was only one "king" in &#8230; <a href="http://www.dovyski.com/2009/04/ie6-has-already-fulfilled-its-destiny-its-time-to-upgrade/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the most annoying thing I did during the development of our web projects was to keep our apps running smooth in a wide range of old browsers. Not too many years ago, there was only one "king" in the browser's kingdom: <a title="Internet Explorer" href="http://en.wikipedia.org/wiki/Internet_Explorer" target="_blank" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Internet_Explorer?referer=');">Microsoft Internet Explorer</a>. <em>King</em> is a little bit unappropriated, however on February, 2005, IE 6 was pumping the web engines with a market share of <strong>82.79%</strong>, what is a quite impressive number.</p>
<p>Excluding the security problems, the non W3C compliant behavior and other issues, IE6 as the only major browser would be a great deal to all web developers. The existence of  just one browser means few environments to test and few compatibility if/elses. The web-developers burden, however, was far from being released.</p>
<p>In 1996, <a title="Opera" href="http://en.wikipedia.org/wiki/Opera_(web_browser)" target="_blank" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Opera_web_browser?referer=');">Opera</a> was first released publicly with version 2.0. Coming next, Apple first released <a title="Safari" href="http://en.wikipedia.org/wiki/Safari_(web_browser)" target="_blank" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Safari_web_browser?referer=');">Safari</a> as a public beta on January 7, 2003. Following the flow, in November 9, 2004, <a title="Firefox" href="http://en.wikipedia.org/wiki/Firefox" target="_blank" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Firefox?referer=');">Mozilla</a> came up with <a title="Firefox" href="http://en.wikipedia.org/wiki/Firefox" target="_blank" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Firefox?referer=');">Firefox</a> 1.0. The last one to join the party was Google <a title="Chrome" href="http://en.wikipedia.org/wiki/Google_Chrome" target="_blank" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Google_Chrome?referer=');">Chrome</a>, released as a public beta on September 2, 2008. With the built-in markup madness that HTML allows and with no clear rules for how a browser should behave, the web development became a nightmare.</p>
<p>Luckly things got better and the development of major browsers started to have its foundations over W3C standards and <a href="http://www.tgdaily.com/content/view/37904/113/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.tgdaily.com/content/view/37904/113/?referer=');">performance worries</a>. Every new version of each browser introduced a set of brand new stuffs, including security improvements and higher <a title="Acid test" href="http://www.acidtests.org/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.acidtests.org/?referer=');">Acid</a> scores. Everything would be great, except for one huge problem: IE6, an old and obsolete browser, is still widely used!</p>
<p>That problem drastically increases the complexity of web apps, because developers, in order to ensure the website will look fine, have to workaround all the stupid things IE6 does. As the <a title="WordPress" href="http://www.wordpress.org" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.wordpress.org?referer=');">WordPress</a> guys usually say, "code is poetry"; in my opinion IE6 compatibility code is classified as a bunch of ugly words within a rhyme. It's time to move on, let IE6 go!</p>
<p><a href="http://ie6-upgrade-warning.googlecode.com/svn/trunk/example.png" onclick="pageTracker._trackPageview('/outgoing/ie6-upgrade-warning.googlecode.com/svn/trunk/example.png?referer=');"><img class="aligncenter" title="IE6 upgrade warning" src="http://ie6-upgrade-warning.googlecode.com/svn/trunk/example.png" alt="" width="607" height="292" /></a></p>
<p>To tell that to your users, a good approach is the <a href="http://code.google.com/p/ie6-upgrade-warning/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/ie6-upgrade-warning/?referer=');">ie6 upgrade warning</a>. It is a little script (7.9kb) that displays a warning message politely informing the user to upgrade the browser to a newer version (links to newest IE, Firefox, Opera, Safari, Chrome are provided).</p>
<p>Make the Internet a better place, let old things in the past and move on to the new ones. Upgrade your browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dovyski.com/2009/04/ie6-has-already-fulfilled-its-destiny-its-time-to-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
