<?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>Edi Budimilic &#187; Dev diary</title>
	<atom:link href="http://edi.budimilic.com/category/dev-diary/feed/" rel="self" type="application/rss+xml" />
	<link>http://edi.budimilic.com</link>
	<description>my&#124;self branding</description>
	<lastBuildDate>Wed, 21 Jul 2010 10:43:35 +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>How to create Ajax website that Google can crawl and index?</title>
		<link>http://edi.budimilic.com/2010/06/02/how-to-create-ajax-website-that-google-can-crawl-and-index/</link>
		<comments>http://edi.budimilic.com/2010/06/02/how-to-create-ajax-website-that-google-can-crawl-and-index/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 20:12:21 +0000</pubDate>
		<dc:creator>Edi Budimilic</dc:creator>
				<category><![CDATA[Dev diary]]></category>
		<category><![CDATA[Industry news]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[crawl]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hijack]]></category>
		<category><![CDATA[hijax]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://edi.budimilic.com/?p=207</guid>
		<description><![CDATA[There are many methods to make Ajax operations crawable by Google and other search engines. Many are still saying it&#8217;s not the right time yet to use Ajax for all dynamic content. I disagree! Google already introduced their method to make this work but it&#8217;s too complicated and needs a lot of additional programming time [...]]]></description>
			<content:encoded><![CDATA[<p>There are many methods to make Ajax operations crawable by Google and other search engines. Many are still saying it&#8217;s not the right time yet to use Ajax for all dynamic content. I disagree! Google already introduced <a title="Making AJAX Applications Crawlable" href="http://code.google.com/web/ajaxcrawling/docs/getting-started.html">their method</a> to make this work but it&#8217;s too complicated and needs a lot of additional programming time to make it work properly.</p>
<p>I on the other hand have a great idea that&#8217;s stupid simple, works for Googlebot and browsers with disabled Javascript. Isn&#8217;t that great!? :)<br />
Even dough I came up with this idea myself, someone elase in the world had the same idea before me and it&#8217;s called Hijax. So what is Hijax in definition?</p>
<p>Hijax is combination of words Ajax and Hijack and that&#8217;s it&#8217;s core functionality. Hijax uses both Ajax and Javascript when available (to create those magical effects that Desktop apps had for decades). Hijax is using Javascript when available to hijack HTTP request (when website visitor makes a click on a link to another page) and enables Ajax magic to happen. But, when you open the page in a browser that doesn&#8217;t have Javascript enabled, the website functions as it should (without fancy effects that Ajax can provide), it opens the page with preloaded content. <strong>Hijax method is a great time and bandwidth saviour.</strong></p>
<p>And finally the interesting part. <strong><br />
The example, dead simple:</strong></p>
<pre style="color: green;">&lt;a href="page-2.html" onclick="AjaxCall('page-2'); return false;"&gt;
</pre>
<p>* Use this method on all links intended to work with Ajax calls.</p>
<p>That&#8217;s it! So simple! We are already using this method on our new <a title="Hosting" href="http://www.gemstudio.hr">company website</a> that&#8217;s currently in development.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fedi.budimilic.com%2F2010%2F06%2F02%2Fhow-to-create-ajax-website-that-google-can-crawl-and-index%2F';
  addthis_title  = 'How+to+create+Ajax+website+that+Google+can+crawl+and+index%3F';
  addthis_pub    = 'gemstudio';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://edi.budimilic.com/2010/06/02/how-to-create-ajax-website-that-google-can-crawl-and-index/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Package full of updates</title>
		<link>http://edi.budimilic.com/2010/04/25/package-full-of-updates/</link>
		<comments>http://edi.budimilic.com/2010/04/25/package-full-of-updates/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 21:09:42 +0000</pubDate>
		<dc:creator>Edi Budimilic</dc:creator>
				<category><![CDATA[Dev diary]]></category>
		<category><![CDATA[GEM Studio updates]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[crodns.com]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[supercentar.com]]></category>
		<category><![CDATA[sveznar.com]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://edi.budimilic.com/?p=191</guid>
		<description><![CDATA[Yes, I&#8217;m calling this post a package full of updates. Last few weeks I&#8217;ve taken more time to work on our own (GEM&#160;Studio) projects so here are few of those updates if you&#8217;re interested ;) Sveznar.com (Croatian only service for dream definitions, meaning of karma, lucid dreaming, lucky numbers etc.) - additional SEO was done - [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://m.sveznar.com"><img class="alignright size-full wp-image-195" title="Sveznar.com mobile version" src="http://edi.budimilic.com/wp-content/uploads/2010/04/mobile-version-e1272229225394.jpg" alt="" width="150" height="173" /></a>Yes, I&#8217;m calling this post a package full of updates. Last few weeks I&#8217;ve taken more time to work on our own (<a title="GEM Studio" href="http://www.gemstudio.hr">GEM&nbsp;Studio</a>) projects so here are few of those updates if you&#8217;re interested ;)</p>
<p><strong>Sveznar.com</strong><br />
<span style="font-size: 11px; color: gray;">(Croatian only service for dream definitions, meaning of karma, lucid dreaming, lucky numbers etc.)</span><br />
- additional SEO was done<br />
- new content on Karma<br />
- mobile version for dream definitions (iPhone, Android and others supported), just jump to the site with your mobile phone and you&#8217;ll be redirected to <a href="http://m.sveznar.com">http://m.sveznar.com</a>. Shown as cool iPhone w/ Android image below the menu on desktop version of the website.</p>
<p><strong>CroDNS.com</strong><br />
<span style="font-size: 11px; color: gray;">(Croatian only service for checking domain availability in a smart way)</span><br />
- footer iPhone image to tell the new visitors there&#8217;s a mobile version (<a href="http://m.crodns.com">m.crodns.com</a>)<br />
- ping has been fixed<br />
- some security improvements</p>
<p><strong>SuperCentar.com<br />
</strong><a href="http://supercentar.com"><img class="alignright size-full wp-image-196" title="SuperCentar - banner network" src="http://edi.budimilic.com/wp-content/uploads/2010/04/supercentar.com_.jpg" alt="" width="150" height="115" /></a>This is our new service for banner advertising on our own network of websites with over one million pageviews a month and growing. The service was just released few days ago and it&#8217;s currently operating for Croatian market only.</p>
<p>This is it for now but many more updates will come soon. We plan to finish all started projects dedicated to Croatian market but right after that we&#8217;re starting with realization on international projects, not only on the web but the iPhone and Android apps too. Can&#8217;t wait! :)</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fedi.budimilic.com%2F2010%2F04%2F25%2Fpackage-full-of-updates%2F';
  addthis_title  = 'Package+full+of+updates';
  addthis_pub    = 'gemstudio';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://edi.budimilic.com/2010/04/25/package-full-of-updates/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Working hard on many things, one of them is titlovi.hr web service</title>
		<link>http://edi.budimilic.com/2010/01/06/working-hard-on-many-things-one-of-them-is-titlovi-hr-web-service/</link>
		<comments>http://edi.budimilic.com/2010/01/06/working-hard-on-many-things-one-of-them-is-titlovi-hr-web-service/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 13:31:01 +0000</pubDate>
		<dc:creator>Edi Budimilic</dc:creator>
				<category><![CDATA[Dev diary]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[subtitles]]></category>
		<category><![CDATA[titlovi.hr]]></category>

		<guid isPermaLink="false">http://edi.budimilic.com/?p=162</guid>
		<description><![CDATA[Hi folks. Titlovi.hr is on it’s way to finished within a month. Main idea is to build the best website for searching movie subtitles for domestic territories. But not just “best” like they all say :) best as usable, without ads and unnecessary content and of course, maximum use of Ajax technologies. Here&#8217;s a screenshot [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://edi.budimilic.com/wp-content/uploads/2010/01/titlovi_template-e1267802481643.jpg"><img class="alignright size-full wp-image-163" title="Titlovi - movie subtitles" src="http://edi.budimilic.com/wp-content/uploads/2010/01/titlovi_template-e1267802481643.jpg" alt="Titlovi - movie subtitles" width="150" height="103" /></a>Hi folks. Titlovi.hr is on it’s way to finished within a month. Main idea is to build the best website for searching movie subtitles for domestic territories. But not just “best” like they all say :) best as usable, without ads and unnecessary content and of course, maximum use of Ajax technologies.</p>
<p><strong>Here&#8217;s a screenshot of the latest template:</strong><br />
<a href="http://izrada.gemstudio.hr/titlovi.hr/">http://izrada.gemstudio.hr/titlovi.hr/</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fedi.budimilic.com%2F2010%2F01%2F06%2Fworking-hard-on-many-things-one-of-them-is-titlovi-hr-web-service%2F';
  addthis_title  = 'Working+hard+on+many+things%2C+one+of+them+is+titlovi.hr+web+service';
  addthis_pub    = 'gemstudio';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://edi.budimilic.com/2010/01/06/working-hard-on-many-things-one-of-them-is-titlovi-hr-web-service/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gmail App for iPhone</title>
		<link>http://edi.budimilic.com/2009/04/09/gmail-app-for-iphone/</link>
		<comments>http://edi.budimilic.com/2009/04/09/gmail-app-for-iphone/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 23:16:37 +0000</pubDate>
		<dc:creator>Edi Budimilic</dc:creator>
				<category><![CDATA[Dev diary]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://edi.budimilic.com/?p=80</guid>
		<description><![CDATA[Finally, everyone wanted it but no-one made it .. until now! I didn&#8217;t like launching Safari, then going to Gmail and surf through it within limited space of the browser. And so I&#8217;ve made a full screen App without browser features. I made it possible with a little cool browser meta feature &#8220;apple-mobile-web-app-capable&#8221;. To test [...]]]></description>
			<content:encoded><![CDATA[<p>Finally, everyone wanted it but no-one made it .. until now! I didn&#8217;t like launching Safari, then going to Gmail and surf through it within limited space of the browser. And so I&#8217;ve made a <strong>full screen App</strong> without browser features.</p>
<p>I made it possible with a little cool browser meta feature &#8220;apple-mobile-web-app-capable&#8221;. To test it yourself go to <a title="Gmail Web App for iPhone" href="http://gemstudio.hr/gmail/">http://gemstudio.hr/gmail/</a> and add this bookmark to Home Screen, there&#8217;s your <strong>Gmail App</strong>!</p>
<p>Download full source : <a title="Gmail App for iPhone" href="http://files.gemstudio.hr/preuzmi-force/rar/5585/gmail-web-app.rar">gmail-web-app.rar</a> (html, css, psd app icon)</p>
<div id="attachment_81" class="wp-caption alignnone" style="width: 210px"><img class="size-full wp-image-81" title="Gmail App for iPhone - before" src="http://edi.budimilic.com/wp-content/uploads/2009/04/gmail-safari-before.gif" alt="Gmail App for iPhone - before" width="200" height="300" /><p class="wp-caption-text">Gmail for Safari - before</p></div>
<div id="attachment_82" class="wp-caption alignnone" style="width: 410px"><img class="size-full wp-image-82" title="Gmail App for iPhone" src="http://edi.budimilic.com/wp-content/uploads/2009/04/gmail-app-after.jpg" alt="Gmail App for iPhone" width="400" height="300" /><p class="wp-caption-text">Gmail App for iPhone</p></div>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fedi.budimilic.com%2F2009%2F04%2F09%2Fgmail-app-for-iphone%2F';
  addthis_title  = 'Gmail+App+for+iPhone';
  addthis_pub    = 'gemstudio';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://edi.budimilic.com/2009/04/09/gmail-app-for-iphone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CroDNS &#8211; small updates</title>
		<link>http://edi.budimilic.com/2008/12/17/crodns-small-updates/</link>
		<comments>http://edi.budimilic.com/2008/12/17/crodns-small-updates/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 00:56:18 +0000</pubDate>
		<dc:creator>Edi Budimilic</dc:creator>
				<category><![CDATA[Dev diary]]></category>
		<category><![CDATA[CroDNS]]></category>

		<guid isPermaLink="false">http://edi.budimilic.com/?p=61</guid>
		<description><![CDATA[Hi folks, new updates on CroDNS domain search service: - ajax loading animated icon while waiting for whois details on domain - new page: proxy surfing You can test the latest updates here: http://www.crodns.com/beta addthis_url = 'http%3A%2F%2Fedi.budimilic.com%2F2008%2F12%2F17%2Fcrodns-small-updates%2F'; addthis_title = 'CroDNS+%26%238211%3B+small+updates'; addthis_pub = 'gemstudio';]]></description>
			<content:encoded><![CDATA[<p>Hi folks, new updates on CroDNS domain search service:<br />
- ajax loading animated icon while waiting for whois details on domain<br />
- new page: proxy surfing</p>
<p>You can test the latest updates here: <a title="CroDNS domenski registar" href="http://www.crodns.com/beta">http://www.crodns.com/beta</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fedi.budimilic.com%2F2008%2F12%2F17%2Fcrodns-small-updates%2F';
  addthis_title  = 'CroDNS+%26%238211%3B+small+updates';
  addthis_pub    = 'gemstudio';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://edi.budimilic.com/2008/12/17/crodns-small-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My new mobile computer, it&#8217;s iPhone 3G!</title>
		<link>http://edi.budimilic.com/2008/11/13/my-new-mobile-computer-iphone-3g/</link>
		<comments>http://edi.budimilic.com/2008/11/13/my-new-mobile-computer-iphone-3g/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 09:55:38 +0000</pubDate>
		<dc:creator>Edi Budimilic</dc:creator>
				<category><![CDATA[Dev diary]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://edi.budimilic.com/?p=57</guid>
		<description><![CDATA[It&#8217;s here, in my hands, after so much waiting and waiting, even on D day I was waiting for half an hour in the line and 4 hours inside &#8211; waiting for paperwork to be done with some computer glitches on the way. That was 6 days ago and I still need to charge the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="./"><img class="alignright size-full wp-image-58" style="border:solid gray 1px" title="iPhone Apps" src="http://edi.budimilic.com/wp-content/uploads/2008/11/iphone-apps.jpg" alt="iPhone Apps" width="150" height="225" /></a>It&#8217;s here, in my hands, after so much waiting and waiting, even on D day I was waiting for half an hour in the line and 4 hours inside &#8211; waiting for paperwork to be done with some computer glitches on the way. That was 6 days ago and I still need to charge the battery almost twice a day. Already on the second day I got it jailbroken and filled with numerous apps, I&#8217;m starting to scale this apps to leave only the ones I will actually use. I&#8217;m still in need for few apps like GPS Google Maps where I can track a signal of my selected friends and myself at the same time &#8211; count distances and similar.</p>
<p>In overall, I&#8217;m very satisfied with the iPhone3G!<br />
I will write about most useful apps now and then. </p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fedi.budimilic.com%2F2008%2F11%2F13%2Fmy-new-mobile-computer-iphone-3g%2F';
  addthis_title  = 'My+new+mobile+computer%2C+it%26%238217%3Bs+iPhone+3G%21';
  addthis_pub    = 'gemstudio';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://edi.budimilic.com/2008/11/13/my-new-mobile-computer-iphone-3g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Development update</title>
		<link>http://edi.budimilic.com/2008/10/02/development-update/</link>
		<comments>http://edi.budimilic.com/2008/10/02/development-update/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 00:53:49 +0000</pubDate>
		<dc:creator>Edi Budimilic</dc:creator>
				<category><![CDATA[Dev diary]]></category>
		<category><![CDATA[crodns.com]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[upload.hr]]></category>

		<guid isPermaLink="false">http://edi.budimilic.com/?p=44</guid>
		<description><![CDATA[Just a small update: 1) upload.hr, we researched and reviewed the idea and decided to close it. Long story! Usually, we don&#8217;t quit from started project but this one is just a mistake. 2) crodns.com, old idea, to make a small service for domain availability checking. All Ajax, fast and very very informative. Design is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://edi.budimilic.com/wp-content/uploads/2008/10/update.jpg"><img class="alignright size-thumbnail wp-image-46" style="margin-left:10px" title="Development update" src="http://edi.budimilic.com/wp-content/uploads/2008/10/update-150x150.jpg" alt="Development update" width="150" height="150" /></a>Just a small update:<br />
1) <strong>upload.hr</strong>, we researched and reviewed the idea and decided to close it. Long story! Usually, we don&#8217;t quit from started project but this one is just a mistake.<br />
2) <strong>crodns.com</strong>, old idea, to make a small service for domain availability checking. All Ajax, fast and very very informative. Design is already complete, programming at let&#8217;s say 10% :)</p>
<p>That&#8217;s all for now. Of course, we have many other client projects but I don&#8217;t like to talk about them, not the dev stage, it&#8217;s boring :)</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fedi.budimilic.com%2F2008%2F10%2F02%2Fdevelopment-update%2F';
  addthis_title  = 'Development+update';
  addthis_pub    = 'gemstudio';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://edi.budimilic.com/2008/10/02/development-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upload.hr &#8211; logo created</title>
		<link>http://edi.budimilic.com/2008/08/29/uploadhr-logo-created/</link>
		<comments>http://edi.budimilic.com/2008/08/29/uploadhr-logo-created/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 21:30:36 +0000</pubDate>
		<dc:creator>Edi Budimilic</dc:creator>
				<category><![CDATA[Dev diary]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[upload.hr]]></category>

		<guid isPermaLink="false">http://edi.budimilic.com/?p=34</guid>
		<description><![CDATA[Hi folks, I can hardly find the time to work on this project so it&#8217;s a bit slow but non the less in progress. Just a small update here, I just made a first &#8220;beta&#8221; logo for upload.hr portal and here it is: (fits better in the original header) UPDATE: Check the other versions, first [...]]]></description>
			<content:encoded><![CDATA[<p><a href="None"></a>Hi folks, I can hardly find the time to work on this project so it&#8217;s a bit slow but non the less in progress.</p>
<p>Just a small update here, I just made a first &#8220;beta&#8221; logo for upload.hr portal and here it is:<br />
(fits better in the original header)<br />
<img class="alignnone size-full wp-image-35" title="upload.hr logo" src="http://edi.budimilic.com/wp-content/uploads/2008/08/logo.jpg" alt="upload.hr logo" width="285" height="96" /></p>
<p>UPDATE: Check the other versions, first one is the simple default one..<br />
<img class="alignnone size-full wp-image-35" title="upload.hr - default logo" src="http://edi.budimilic.com/wp-content/uploads/2008/08/logo1.jpg" alt="upload.hr - default logo" /><img class="alignnone size-medium wp-image-37" title="upload.hr - logo" src="http://edi.budimilic.com/wp-content/uploads/2008/08/logo3.jpg" alt="" width="167" height="80" /></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fedi.budimilic.com%2F2008%2F08%2F29%2Fuploadhr-logo-created%2F';
  addthis_title  = 'Upload.hr+%26%238211%3B+logo+created';
  addthis_pub    = 'gemstudio';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://edi.budimilic.com/2008/08/29/uploadhr-logo-created/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting new project: upload.hr</title>
		<link>http://edi.budimilic.com/2008/08/13/starting-new-project-upload-hr/</link>
		<comments>http://edi.budimilic.com/2008/08/13/starting-new-project-upload-hr/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 18:27:26 +0000</pubDate>
		<dc:creator>Edi Budimilic</dc:creator>
				<category><![CDATA[Dev diary]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[renew]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[upload.hr]]></category>

		<guid isPermaLink="false">http://edi.budimilic.com/?p=33</guid>
		<description><![CDATA[Actually, it&#8217;s a renew. Last portal project was shut down due copyright problems and  lack of quality on copyrights laws in Croaita. It was an upload service where you could view all popular file types online without downloading them. Find out more on current old site at http://www.upload.hr This time, we said &#8220;why upload when [...]]]></description>
			<content:encoded><![CDATA[<p>Actually, it&#8217;s a renew. Last portal project was shut down due copyright problems and  lack of quality on copyrights laws in Croaita. It was an upload service where you could view all popular file types online without downloading them. Find out more on current old site at <a href="http://www.upload.hr">http://www.upload.hr</a></p>
<p>This time, we said &#8220;why upload when we can just download&#8221; :) so we started to work on a download portal where you can find the most famous software out there on one place, not any app &#8211; just the best and most useful. It&#8217;s going to be updated daily so you could always find the latest versions of your favorite apps.<br />
Let&#8217;s leave in-depth project description for my future posts :).</p>
<p>Yesterday I&#8217;ve started writing the database structure so today I could build it and prepare the folders for the project. Cya soon ;)</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fedi.budimilic.com%2F2008%2F08%2F13%2Fstarting-new-project-upload-hr%2F';
  addthis_title  = 'Starting+new+project%3A+upload.hr';
  addthis_pub    = 'gemstudio';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://edi.budimilic.com/2008/08/13/starting-new-project-upload-hr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced) (user agent is rejected)

Served from: edi.budimilic.com @ 2010-07-29 15:43:20 -->