<?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>Fri, 18 Nov 2011 10:15:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>AutoPullRepo &#8211; a Bitbucket project</title>
		<link>http://edi.budimilic.com/2011/11/18/autopullrepo-a-bitbucket-project/</link>
		<comments>http://edi.budimilic.com/2011/11/18/autopullrepo-a-bitbucket-project/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 10:15:02 +0000</pubDate>
		<dc:creator>Edi Budimilic</dc:creator>
				<category><![CDATA[Dev diary]]></category>

		<guid isPermaLink="false">http://edi.budimilic.com/?p=327</guid>
		<description><![CDATA[I&#8217;m a Bitbucket.org user and please don&#8217;t judge me for that. There are a lot of different opinions about Bitbucket vs. GitHub, but mine is the only one that matters to me since I&#8217;m extremely satisfied with the features and the use of Bitbucket. Why would I switch to any other source control service? Now]]></description>
			<content:encoded><![CDATA[<p><a href="https://bitbucket.org/edifreak/autopullrepo"><img class="alignright size-thumbnail wp-image-328" title="AutoPullRepo - a Bitbucket project" src="http://edi.budimilic.com/wp-content/uploads/2011/11/Bitbucket-150x150.png" alt="AutoPullRepo - a Bitbucket project" width="150" height="150" /></a>I&#8217;m a <a href="http://bitbucket.org">Bitbucket.org</a> user and please don&#8217;t judge me for that. There are a lot of different opinions about Bitbucket vs. GitHub, but mine is the only one that matters to me since I&#8217;m extremely satisfied with the features and the use of Bitbucket. Why would I switch to any other source control service? Now that we cleared that out, let&#8217;s talk about this post&#8217;s subject. :)</p>
<p>&nbsp;</p>
<p><strong>The problem:</strong></p>
<p>Actualy two of them. I have a hosting account in Slovenia, they block all foreign IP&#8217;s to connect to FTP, so It&#8217;s pain in the but to make some changes on the script there. My other problem (while working on <a title="Get extensive domain data on a massive scale" href="http://whoapi.com">WhoAPI</a>); if you have let&#8217;s say 20 hosting accounts all over the world and you need to update the same script that&#8217;s on all of them, how would you do it? (no control of the server modules, so no automatic deployment)</p>
<p>&nbsp;<br />
<strong>The research:</strong></p>
<p>I found no scripts that can solve these problems. I&#8217;m sure that they exists, but I lost two (if not more) hours trying to find a finished and a working one.</p>
<p>&nbsp;<br />
<strong>The solution:</strong></p>
<p>I made a script (one file) that you upload to your server, change two lines of code, set the Bitbucket settings to ping the script as soon as you make the change to your files on your repository (30sec. job) and you&#8217;re done! What this script does is it download&#8217;s your script from the Bitbucket repository and extracts it, so you have the latest version of your script always live.</p>
<p>No FTP, no drag&amp;dropping files or scp-ing to the server directly. Out of the box solution for easy automatic script deployment. And yes, It&#8217;s in PHP :/ I would like to write the same thing in Python, and Node.js version would be cool as well.</p>
<p><strong>Check it out here:</strong> <a href="https://bitbucket.org/edifreak/autopullrepo">https://bitbucket.org/edifreak/autopullrepo</a><br />
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://edi.budimilic.com/2011/11/18/autopullrepo-a-bitbucket-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our first iPhone app in development</title>
		<link>http://edi.budimilic.com/2011/02/13/our-first-iphone-app-in-development/</link>
		<comments>http://edi.budimilic.com/2011/02/13/our-first-iphone-app-in-development/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 23:53:12 +0000</pubDate>
		<dc:creator>Edi Budimilic</dc:creator>
				<category><![CDATA[Dev diary]]></category>

		<guid isPermaLink="false">http://edi.budimilic.com/?p=285</guid>
		<description><![CDATA[Yep, after long wait we&#8217;re finally doing it. Here&#8217;s the story. We loved what we saw when iPhone was first introduced and the potential after Android showed what can be done with the apps (before the iPhone introduced the AppStore). We&#8217;ve been eager to get involved in all the hype these platforms created. So after three]]></description>
			<content:encoded><![CDATA[<p>Yep, after long wait we&#8217;re finally doing it. Here&#8217;s the story. We loved what we saw when iPhone was first introduced and the potential after Android showed what can be done with the apps (before the iPhone introduced the AppStore). We&#8217;ve been eager to get involved in all the hype these platforms created. So after three long years we bought a Mac Mini and started developing our first app. I must not forget to mention my brother <a title="Dino Budimilic" href="http://dino.budimilic.com">Dino Budimilic</a> who had the time to learn how to use the Mac, Xcode and all what comes with it :) He helped us create the app.</p>
<p>The app we&#8217;re making is all about our existing web service on <a title="CroDNS" href="http://crodns.com">http://crodns.com</a>. It&#8217;s a domain availability checker with whois information on demand. We&#8217;ve already created the WebApp that works on all smartphones (at least we like to think so) which you can try here: <a title="CroDNS Mobile" href="http://m.crodns.com">http://m.crodns.com</a></p>
<p><strong>Here are some screenshots of the icons we made. You may notice which icon we decided to go with on the Loading screen:</strong></p>
<div style="width: 100%; background-color: #eeeeee; padding: 20px 0; text-align: center; margin-bottom: 15px;"><img class="size-full wp-image-291 alignnone" style="margin-right: 20px; border: solid #dddddd 5px;" title="CroDNS iPhone ikone" src="http://edi.budimilic.com/wp-content/uploads/2011/02/crodns-iphone-ikone.png" alt="" width="235" height="333" /><img class="alignnone size-full wp-image-292" style="border: solid #dddddd 5px;" title="CroDNS iPhone loading screen" src="http://edi.budimilic.com/wp-content/uploads/2011/02/crodns-iphone-loading-scree.png" alt="" width="222" height="333" /></div>
<p>In-app screenshots and videos are coming after the release. My estimate is we’ll submit the app to the AppStore before this month ends. I don’t expect any problems with Apple’s approval :)</p>
<p>This version is intentionally made for regional market, that means it’s localized. But we didn’t forget the Global market, no! We’re planning to release the English version right after this one, as a separate project. We haven&#8217;t yet decided which domain to use for it, but we’re sure to find out using our first app ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://edi.budimilic.com/2011/02/13/our-first-iphone-app-in-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>
]]></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>
]]></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>
]]></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>
]]></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]]></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>
]]></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>
]]></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>
]]></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>
]]></content:encoded>
			<wfw:commentRss>http://edi.budimilic.com/2008/08/29/uploadhr-logo-created/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 @ 2012-02-06 21:23:53 -->
