<?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>tadej.eu &#187; Web development</title>
	<atom:link href="http://tadej.eu/category/blog/web-development/feed" rel="self" type="application/rss+xml" />
	<link>http://tadej.eu</link>
	<description>Game development, web technologies, Unity 3D and entrepreneurship</description>
	<lastBuildDate>Wed, 19 May 2010 16:20:30 +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>5 Google Wave Invites Left</title>
		<link>http://tadej.eu/5-google-wave-invites-left</link>
		<comments>http://tadej.eu/5-google-wave-invites-left#comments</comments>
		<pubDate>Wed, 11 Nov 2009 09:37:38 +0000</pubDate>
		<dc:creator>Tadej Gregorcic</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Web technology]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[GoogleWave]]></category>

		<guid isPermaLink="false">http://www.elasticlife.net/?p=411</guid>
		<description><![CDATA[I have a couple of Google Wave invites left, so let me know if you need one.
Although it still has [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I have a couple of <a class="zem_slink" title="Google Wave" rel="homepage" href="http://wave.google.com/">Google Wave</a> invites left, so let me know if you need one.</p>
<p>Although it still has a <strong>long way to go</strong> before you will want to use it on a daily basis (for one thing, it is <strong>slow</strong>), Wave is probably going to be an <strong>important</strong> <strong>communication</strong> and <strong>collaboration</strong> <strong>tool</strong> for some obvious reasons:</p>
<p><span id="more-411"></span></p>
<p><strong>1.</strong> The platform is <strong>easily extensible</strong></p>
<p>You can write a useful gadget in a couple of hours (<a title="Google Wave Gadgets " href="http://code.google.com/apis/wave/extensions/gadgets/guide.html">Google Wave gadgets guide</a>).</p>
<p><strong>2. </strong>The server architecture is <strong>open to federation</strong></p>
<p>Just like e-mail (<a title="Google Wave Federation" href="http://www.readwriteweb.com/archives/google_wave_federation_why_it_matters.php">Google Wave Federation &#8211; Why it matters</a>).</p>
<p><strong>3.</strong> E-mail is an outdated communication tool</p>
<p><strong>4.</strong> It&#8217;s Google</p>
<p>Google has a lot of steam to power this transition &#8211; slowly but surely</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/2349aad4-b597-4d3b-9406-c1287566ce61/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=2349aad4-b597-4d3b-9406-c1287566ce61" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://tadej.eu/5-google-wave-invites-left/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Drupal Published Date equals Effective Date fix</title>
		<link>http://tadej.eu/drupal-published-date-equals-effective-date-fix</link>
		<comments>http://tadej.eu/drupal-published-date-equals-effective-date-fix#comments</comments>
		<pubDate>Mon, 29 Dec 2008 00:12:50 +0000</pubDate>
		<dc:creator>Tadej Gregorcic</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.elasticlife.net/?p=228</guid>
		<description><![CDATA[We have a gaming site where the node creation date is irrelevant to the user as they only see it [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>We have <a title="Bringler" href="http://www.bringler.com" target="_blank">a gaming site</a> where the <strong>node creation date</strong> is <strong>irrelevant</strong> to the user as they only see it once it is <strong>published</strong> by our moderators.</p>
<p>Surprisingly, there is <strong>no &#8220;published on&#8221; date</strong> in the original <a class="zem_slink" title="Drupal" rel="homepage" href="http://drupal.org">Drupal</a> database, so the <a title="Drupal Views" href="http://drupal.org/project/views">Views</a> can only sort by the mysterious &#8220;created on&#8221; date.</p>
<p>As I didn&#8217;t want to hammer this problemmette away with the formidable <a title="Drupal Scheduler" href="http://drupal.org/project/scheduler">Scheduler</a> module, here&#8217;s a <strong>quick fix.</strong></p>
<p>Get the <a title="Drupal Rules Module" href="http://drupal.org/project/rules">Rules module</a> and add this triggered rule:</p>
<ul>
<li><strong>After updating existing content</strong></li>
<li><strong>Conditions</strong>: updated content type fits, NEGATE &#8220;unchanged content is published&#8221;, &#8220;changed content is published&#8221;</li>
<li><strong>Custom <a class="zem_slink" title="PHP" rel="homepage" href="http://php.net/">PHP</a> action</strong>:</li>
</ul>
<p><em>$node-&gt;created = time();<br />
return array(&#8220;node&#8221; =&gt; $node);</em></p>
<p><span id="more-228"></span></p>
<p>Seems to work just fine.</p>
<p>Now I can use the &#8220;posted on&#8221; date in Views to display the games in a logical manner. Too bad there is no way to do this retroactively.</p>
<p>Here&#8217;s my Rules screen shot:</p>
<div class="mceTemp">
<dl id="attachment_229" class="wp-caption alignnone" style="width: 281px;">
<dt class="wp-caption-dt"><a href="http://www.elasticlife.net/wp-content/uploads/2008/12/picture-1.png"><img class="size-medium wp-image-229" title="Drupal Published-on Date Rule" src="http://www.elasticlife.net/wp-content/uploads/2008/12/picture-1-271x300.png" alt="Drupal Published-on Date Rule" width="271" height="300" /></a></dt>
</dl>
</div>
<p>And a related article: <a title="Drupal NY Observer" href="http://drupal.org/nyobserver">http://drupal.org/nyobserver</a>.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://robinmonks.com/2008/08/24/drupal-databases-the-next-generation/">Drupal Databases: The Next Generation</a></li>
<li class="zemanta-article-ul-li"><a href="http://robloach.net/node/91">Drupal 6? What about Drupal 7?</a></li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/038d56fd-d4cb-4073-8805-dc455ff2cfc8/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=038d56fd-d4cb-4073-8805-dc455ff2cfc8" alt="Reblog this post [with Zemanta]" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://tadej.eu/drupal-published-date-equals-effective-date-fix/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Web 2.0 Expo Berlin</title>
		<link>http://tadej.eu/web-20-expo-berlin</link>
		<comments>http://tadej.eu/web-20-expo-berlin#comments</comments>
		<pubDate>Tue, 21 Oct 2008 08:22:14 +0000</pubDate>
		<dc:creator>Tadej Gregorcic</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Berlin]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web 2.0 Expo in Berlin]]></category>
		<category><![CDATA[World Wide Web]]></category>

		<guid isPermaLink="false">http://www.elasticlife.net/?p=183</guid>
		<description><![CDATA[The days started early today at the Web 2.0 Expo in Berlin &#8211; Robert and I are currently at Dion [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a rel="attachment wp-att-194" href="http://www.elasticlife.net/web-20-expo-berlin/picture-39"><img class="size-medium wp-image-194 alignright" title="Web 2.0 Expo Berlin Session Ceiling" src="http://www.elasticlife.net/wp-content/uploads/2008/10/picture-39-300x240.png" alt="" width="300" height="240" /></a>The days started early today at the <a class="zem_slink" title="Web 2.0" rel="wikipedia" href="http://en.wikipedia.org/wiki/Web_2.0">Web 2.0</a> Expo in <a class="zem_slink" title="Berlin" rel="geolocation" href="http://maps.google.com/maps?ll=52.5166666667,13.4166666667&amp;spn=1.0,1.0&amp;q=52.5166666667,13.4166666667%20%28Berlin%29&amp;t=h">Berlin</a> &#8211; Robert and I are currently at Dion Hinchcliffe&#8217;s <a class="zem_slink" title="Workshop" rel="wikipedia" href="http://en.wikipedia.org/wiki/Workshop">workshop</a> on Building Successful Web 2.0 Applications.</p>
<p>You can follow my tweets from the event on <a title="Tadej on Twitter" href="http://www.twitter.com/tadej">Twitter</a> at <a title="Tadej on Twitter" href="http://www.twitter.com/tadej">www.twitter.com/tadej</a> (hash tag #web20expo).</p>
<p>Some other tags from the event:</p>
<p><strong>*update* #w2eb now seems to be the one to go with</strong></p>
<p><span id="more-183"></span>*SESSION HASH TAGS**<br />
Strategy &amp; Business Models :: #w2eb_strat<br />
Marketing &amp; Community :: #w2eb_mktg<br />
Design &amp; User Experience :: #w2eb_ux<br />
Development :: #w2eb_dev<br />
Sponsored Sessions :: #w2eb_ss<br />
Keynotes :: #w2eb_key</p>
<p>There is also <a title="Web 2.0 Expo Berlin Back Channel" href="http://blog.web2expo.com/2008/10/web-20-expo-europe-launches-with-official-backchannel/">an official back channel</a>.</p>
<p>Our friends from <a class="zem_slink" title="Zemanta" rel="homepage" href="http://www.zemanta.com">Zemanta</a> will have (at least) two presentations here (let me know if there are more):</p>
<ul>
<li>Andraz Tori: <a title="Tori at web2.0expo" href="http://webexberlin2008.crowdvine.com/talks/show/2128">Beyond Who Else Bought What</a></li>
<li>Marko Samastur: <a title="Marko at web2.0expo" href="http://webexberlin2008.crowdvine.com/talks/show/2123">Easy Deployment of Site Extensions With Browser Plugins</a></li>
</ul>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://blog.web2expo.com/2008/10/berlin-the-tag-debatew2eb/">Berlin &#8211; the tag debate&#8230;w2eb?</a></li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/d3560f26-52bb-4e27-a14a-db47f0e2ac58/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=d3560f26-52bb-4e27-a14a-db47f0e2ac58" alt="Reblog this post [with Zemanta]" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://tadej.eu/web-20-expo-berlin/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Fire The Translator &#8230; Yet</title>
		<link>http://tadej.eu/dont-fire-the-translator-yet</link>
		<comments>http://tadej.eu/dont-fire-the-translator-yet#comments</comments>
		<pubDate>Thu, 03 Jul 2008 12:25:50 +0000</pubDate>
		<dc:creator>Tadej Gregorcic</dc:creator>
				<category><![CDATA[Language]]></category>
		<category><![CDATA[Translation]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Communications]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Translate]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Machine Translation]]></category>
		<category><![CDATA[Systran]]></category>
		<category><![CDATA[Web page]]></category>

		<guid isPermaLink="false">http://www.elasticlife.net/?p=157</guid>
		<description><![CDATA[Despite a myriad of translation engines and web sites, human translation is still a very important job that requires a [...]]]></description>
			<content:encoded><![CDATA[<p></p><div id="attachment_156" class="wp-caption aligncenter" style="width: 350px">
	<a href="http://www.elasticlife.net/dont-fire-the-translator-yet"><img class="size-full wp-image-156" title="Crowdsourced Translation" src="http://www.elasticlife.net/wp-content/uploads/2008/07/evbakjeyyaxtw4o0agaqf9in_500.jpg" alt="Why Translation Should Still be Human-aided" width="350" height="263" /></a>
	<p class="wp-caption-text">Translate Server Error</p>
</div>
<p>Despite a myriad of translation engines and web sites, human translation is still a very important job that requires a lot of experience and knowledge to be done properly.</p>
<p>It&#8217;s not just the language.</p>
<blockquote><p>No-one in their right mind should tackle e.g. legal or technical translations if they&#8217;ve never worked in any of the fields (unless the job pays really, really well and it&#8217;s worth digging through books and Googling everything <img src='http://tadej.eu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ).</p></blockquote>
<p><strong>Translation work is well paid (and rightly so) &#8211; and thus quite expensive for the client.</strong></p>
<p><span id="more-157"></span></p>
<p>After all, you usually pay for 1-3 passes of proofreading after the translation, depending on the type of document you are delivering.</p>
<p>And if it&#8217;s marketing or other commercial text, the translator needs to know how to write copy, too.</p>
<blockquote><p>I am sure that in Brussels, where everyone and their dog have a translator in their rolodex (as just about everything is translated into more than 20 of <a class="zem_slink" title="European Union" rel="wikipedia" href="http://en.wikipedia.org/wiki/European_Union">EU&#8217;s</a> official languages), this is a pressing issue.</p></blockquote>
<p><strong>There is a huge demand for cost-cutting through <a class="zem_slink" title="Machine translation" rel="wikipedia" href="http://en.wikipedia.org/wiki/Machine_translation">Machine Translation</a> and Crowdsourced Translation</strong> &#8211; it&#8217;s one of those markets where the right solution can make a lot of people rich instantly &#8211; but we are not quite there yet.</p>
<p>We are still in the era of <strong>machine-aided human translation</strong>.</p>
<p>This means that the areas <strong>where money can be made right now are</strong>:</p>
<ul>
<li>Translation corpuses (example: http://evrokorpus.gov.si/)</li>
<li><a class="zem_slink" title="Translation memory" rel="wikipedia" href="http://en.wikipedia.org/wiki/Translation_memory">Translation memory</a> tools (example: Trados)</li>
<li>Seamless integration of dictionaries, thesauri, &#8230;</li>
<li>Various tools for <a class="zem_slink" title="Translation" rel="wikipedia" href="http://en.wikipedia.org/wiki/Translation">translators</a> (e.g. tools that hide <a class="zem_slink" title="HTML" rel="wikipedia" href="http://en.wikipedia.org/wiki/HTML">HTML</a> and other tags in <a class="zem_slink" title="Web page" rel="wikipedia" href="http://en.wikipedia.org/wiki/Web_page">web pages</a>)</li>
</ul>
<p><a class="zem_slink" title="Natural language processing" rel="wikipedia" href="http://en.wikipedia.org/wiki/Natural_language_processing">Natural language processing</a>, machine translation and various semantic technologies are already having <strong>beneficial effects on productivity in writing</strong>, research and language learning (look at <a title="Lingro" href="http://lingro.com/">Lingro</a>, <a class="zem_slink" title="Zemanta ltd." rel="homepage" href="http://www.zemanta.com">Zemanta</a>, <a class="zem_slink" title="Google Translate" rel="wikipedia" href="http://en.wikipedia.org/wiki/Google_Translate">Google Translate</a>, <a class="zem_slink" title="SYSTRAN" rel="wikipedia" href="http://en.wikipedia.org/wiki/SYSTRAN">Systran</a>), but we are still years away from being able to deliver quality localizations without an experienced human translator.</p>
<blockquote><p>Fun fact: this post would cost about 25-50 EUR to translate by a professional</p></blockquote>
<p><em>Disclosure: I used to do freelance translation and nowadays still occasionally do business as an agent and proofreader</em></p>
<fieldset class="zemanta-related">
<legend class="zemanta-related-title">Related articles by Zemanta</legend>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.nytimes.com/idg/IDG_002570DE00740E18002573D7003D2058.html?ex=1358744400&amp;en=54ed59ca4c30013a&amp;ei=5088&amp;partner=rssnyt&amp;emc=rss">EU Helps Machine Translation With One Million Sentences</a></li>
<li class="zemanta-article-ul-li"><a href="http://googlesystem.blogspot.com/2008/05/google-translate-becomes-best-online.html">Google Translate Becomes the Best Free Online Translator</a></li>
</ul>
</fieldset>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/d7d6070a-121f-42d2-94b6-cbf53389e93e/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=d7d6070a-121f-42d2-94b6-cbf53389e93e" alt="Zemanta Pixie" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://tadej.eu/dont-fire-the-translator-yet/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Woopra &#8211; Live Web Analytics and More?</title>
		<link>http://tadej.eu/woopra-live-web-analytics-and-more</link>
		<comments>http://tadej.eu/woopra-live-web-analytics-and-more#comments</comments>
		<pubDate>Tue, 03 Jun 2008 17:53:30 +0000</pubDate>
		<dc:creator>Tadej Gregorcic</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Site Management]]></category>
		<category><![CDATA[Woopra]]></category>

		<guid isPermaLink="false">http://www.elasticlife.net/?p=148</guid>
		<description><![CDATA[
I got my Woopra private beta login today and I&#8217;m impressed!
Woopra is an installable (Windows, Linux and Mac) application that [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a title="Woopra at ElasticLife.net" href="http://www.elasticlife.net/woopra-live-web-analytics-and-more"><img class="alignnone size-full wp-image-151" title="Woopra at ElasticLife.net" src="http://www.elasticlife.net/wp-content/uploads/2008/06/woopra1.png" alt="Woopra at ElasticLife.net" width="450" height="297" /></a></p>
<p>I got my <a href="http://www.woopra.com">Woopra</a> private beta login today and I&#8217;m impressed!</p>
<p>Woopra is an installable (Windows, Linux and Mac) application that displays web site analytics in real time, like a real (and beautifully designed) web general&#8217;s HUD.</p>
<p><span id="more-148"></span></p>
<p>You see users popping up as they visit your web site and move from page to page, you can tag them (give them a name) and follow them over a series of sessions, and <strong>you can even message individual users</strong>.</p>
<p><span style="text-decoration: underline;"><a href="http://www.elasticlife.net/woopra-live-web-analytics-and-more"><img class="alignnone size-full wp-image-152" style="border: 0pt none ; clear: both; margin-left: 0px; margin-right: 50px;" title="Woopra options at ElasticLife.net" src="http://www.elasticlife.net/wp-content/uploads/2008/06/croppercapture30.png" alt="Woopra options at ElasticLife.net" width="369" height="28" /></a></span></p>
<p>The way this works is that a small window pops up at the bottom of the user&#8217;s screen and you are able to chat with them <a href="http://www.liveperson.com">LivePerson</a>-style.</p>
<p>I&#8217;ve noticed that I can often see when a user gets stuck on a page and needs help &#8230; *<a title="Surphone" href="http://www.surphone.net">HINT</a>* <img src='http://tadej.eu/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<fieldset class="zemanta-related">
<legend>Related articles</legend>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a title="Open in new window" href="http://mashable.com/2008/06/02/woopra-waiting/">No Longer Waiting for Woopra</a> [via Zemanta]</li>
<li class="zemanta-article-ul-li"><a title="Open in new window" href="http://www.masternewmedia.org/news/2008/04/08/web_traffic_monitoring_in_realtime.htm">Web Traffic Monitoring In Real-Time: Track And Interact Live With Your Site Visitors With Woopra</a> [via Zemanta]</li>
<li class="zemanta-article-ul-li"><a title="Open in new window" href="http://performancing.com/analytics/woopra-website-analytics-can-be-absolutely-beautiful">Woopra: Website Analytics Can Be Absolutely Beautiful</a> [via Zemanta]</li>
</ul>
</fieldset>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixie.png?x-id=a7d7b489-57ec-4b49-99a3-1a2d6cedc83d" alt="Zemanta Pixie" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://tadej.eu/woopra-live-web-analytics-and-more/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>GoDaddy.me</title>
		<link>http://tadej.eu/me-domain-names-godaddy</link>
		<comments>http://tadej.eu/me-domain-names-godaddy#comments</comments>
		<pubDate>Sat, 22 Mar 2008 23:59:36 +0000</pubDate>
		<dc:creator>Tadej Gregorcic</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Domain name]]></category>
		<category><![CDATA[For Sale or Auction]]></category>
		<category><![CDATA[Go Daddy]]></category>
		<category><![CDATA[Government of Montenegro]]></category>
		<category><![CDATA[ICANN]]></category>
		<category><![CDATA[Montenegro]]></category>
		<category><![CDATA[Serbian]]></category>
		<category><![CDATA[Top-level domain]]></category>

		<guid isPermaLink="false">http://www.tadejhq.com/?p=118</guid>
		<description><![CDATA[Image via Wikipedia

Since Montenegro&#8217;s independence and the news of the highly lucrative .me top-level domain name assignation, a lot of [...]]]></description>
			<content:encoded><![CDATA[<p></p><div class="zemanta-img" style="margin: 1em; float: right;"><a href="http://en.wikipedia.org/wiki/Image:Montenegro1913.png" target="_blank"><img style="border: medium none; display: block;" src="http://upload.wikimedia.org/wikipedia/en/thumb/9/9c/Montenegro1913.png/202px-Montenegro1913.png" alt="Kingdom of Montenegro in 1913." /></a>Image via <a href="http://en.wikipedia.org/wiki/Image:Montenegro1913.png" target="_blank">Wikipedia</a></p>
</div>
<p>Since <strong><a class="zem_slink" title="Montenegro" rel="wikipedia" href="http://en.wikipedia.org/wiki/Montenegro" target="_blank">Montenegro</a></strong>&#8217;s <strong>independence </strong>and the news of the highly lucrative <strong>.me top-level domain</strong> name assignation, a lot of people have been standing in line in hope that they&#8217;d be able to register their <strong>kiss.me</strong>, <strong>sex.me</strong>, <strong>call.me</strong>, <strong>find.me</strong> and <strong>whatnot.me <a class="zem_slink" title="Domain name" rel="wikipedia" href="http://en.wikipedia.org/wiki/Domain_name" target="_blank">domains</a></strong>.</p>
<p>Go home, people &#8211; <strong><a class="zem_slink" title="Go Daddy" rel="homepage" href="http://www.godaddy.com/" target="_blank">GoDaddy</a>&#8217;s </strong><strong>got the </strong><strong>contract </strong>with the <a class="zem_slink" title="Government of Montenegro" rel="wikipedia" href="http://en.wikipedia.org/wiki/Government_of_Montenegro" target="_blank">government of Montenegro</a> (<a title="GoDaddy + .me domains contract" href="http://www.nic.me/docs/Ugovor.pdf">here </a>the contract in <a class="zem_slink" title="Serbia and Montenegro" rel="wikipedia" href="http://en.wikipedia.org/wiki/Serbia_and_Montenegro" target="_blank">Serbian</a> &#8230; ukhm &#8230; Montenegrian? &#8211; published last month).</p>
<p>This explains the mysterious delays in getting these domains to the market &#8211; I have been trying to get some news (in vain) from the people at <a href="http://www.nic.me/">nic.me</a> for the last couple of months.</p>
<p>Yup &#8211; domains = $$$.</p>
<fieldset class="zemanta-related" style="margin: 0.5em 0pt 1em; padding: 0pt;">
<legend class="zemanta-title">Related articles</legend>
<ul class="zemanta-article-ul" style="margin: 1em 0pt 1.5em; padding: 0pt;">
<li class="zemanta-article" style="margin: 0.5em 2em;"><a title="Open in new window" href="http://www.blogherald.com/2008/05/06/will-dot-me-take-center-stage/" target="_blank">Will Dot ME Take Center Stage?</a> [via Zemanta]</li>
<li class="zemanta-article" style="margin: 0.5em 2em;"><a title="Open in new window" href="http://www.nytimes.com/idg/IDG_002570DE00740E18802573E00032449C.html?ex=1359435600&amp;en=afe6098d0eb57972&amp;ei=5088&amp;partner=rssnyt&amp;emc=rss" target="_blank">ICANN Considers Plan to Stop &#8216;Domain Tasting&#8217;</a> [via Zemanta]</li>
</ul>
</fieldset>
<div id="zemanta-pixie" style="margin: 5px 0pt; width: 100%;"><a id="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><img id="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixie.png?x-id=9142c477-8ae5-4853-86a8-e11b3d2c1ecb" alt="" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://tadej.eu/me-domain-names-godaddy/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>SocNets &#8211; Ending The Schizophrenia</title>
		<link>http://tadej.eu/socnets-ending-the-schizophrenia</link>
		<comments>http://tadej.eu/socnets-ending-the-schizophrenia#comments</comments>
		<pubDate>Sat, 08 Mar 2008 17:33:59 +0000</pubDate>
		<dc:creator>Tadej Gregorcic</dc:creator>
				<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.tadejhq.com/?p=115</guid>
		<description><![CDATA[
 &#124; View &#124; Upload your own

A nice presentation throwing out a couple of ideas of how social networks are [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><div style="width:425px;text-align:left" id="__ss_293656"><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=brian-oberkirch-tantek-celik-joseph-smarr-fowa-miami-1204731276615772-3"/><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=brian-oberkirch-tantek-celik-joseph-smarr-fowa-miami-1204731276615772-3" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;"><a href="http://www.slideshare.net/?src=embed"><img src="http://static.slideshare.net/swf/logo_embd.png" style="border:0px none;margin-bottom:-5px" alt="SlideShare"/></a> | <a href="http://www.slideshare.net/carsonsystems/brian-oberkirch-tantek-celik-joseph-smarr-fowa-miami?src=embed" title="View 'Brian Oberkirch, Tantek Celik &amp; Joseph Smarr @ FOWA Miami' on SlideShare">View</a> | <a href="http://www.slideshare.net/upload?src=embed">Upload your own</a></div>
</div>
<p>A nice presentation throwing out a couple of ideas of how social networks are likely to interoperate in the near future.<br />
<span id="more-115"></span><br />
Although having multiple personae can often benefit one&#8217;s personal branding endeavours, I&#8217;m sure everyone is getting tired of having to maintain their profiles across Facebook, MySpace, LinkedIn, Plaxo or even Twitter and the like.</p>
<p>The technological aspects have pretty much been figured out, let&#8217;s see how the business side follows.</p>
<p>Good thing that the web, in all of its loosely coupled grace, allows for more than one standard to hit home run without consumers ever noticing it (compared to e.g. the blueray vs. HD-DVD debacle IRL <img src='http://tadej.eu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://tadej.eu/socnets-ending-the-schizophrenia/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache+MySQL+PHP on Vista/XP in 3 minutes</title>
		<link>http://tadej.eu/apache-mysql-php-vista-windowsxp-in-3-minutes</link>
		<comments>http://tadej.eu/apache-mysql-php-vista-windowsxp-in-3-minutes#comments</comments>
		<pubDate>Mon, 24 Dec 2007 20:48:58 +0000</pubDate>
		<dc:creator>Tadej Gregorcic</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Apache HTTP Server]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[On the Web]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web server]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XAMPP]]></category>

		<guid isPermaLink="false">http://www.tadejhq.com/?p=85</guid>
		<description><![CDATA[I&#8217;ve just installed XAMPP 1.6.5 for Windows for PHP development on my Vista machine.It only takes a couple of minutes [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;ve just installed <a class="zem_slink" title="XAMPP" rel="homepage" href="http://www.apachefriends.org/en/xampp.html" target="_blank">XAMPP</a> 1.6.5 for Windows for <a class="zem_slink" title="PHP" rel="homepage" href="http://php.net/" target="_blank">PHP</a> development on my Vista machine.It only takes a couple of minutes to get it all up and running with the installation wizard and you get:</p>
<ul>
<li><a class="zem_slink" title="Apache HTTP Server" rel="homepage" href="http://httpd.apache.org/" target="_blank">Apache HTTPD</a> 2.2.6 + Openssl 0.9.8g</li>
<li><a class="zem_slink" title="MySQL" rel="homepage" href="http://mysql.com/" target="_blank">MySQL</a> 5.0.51</li>
<li>PHP 5.2.5</li>
<li>PHP 4.4.7</li>
<li>phpMyAdmin 2.11.3</li>
<li><a class="zem_slink" title="FileZilla" rel="homepage" href="http://filezilla-project.org/" target="_blank">FileZilla</a> <a class="zem_slink" title="File Transfer Protocol" rel="wikipedia" href="http://en.wikipedia.org/wiki/File_Transfer_Protocol" target="_blank">FTP Server</a> 0.9.24</li>
<li><a class="zem_slink" title="Mercury Mail Transport System" rel="wikipedia" href="http://en.wikipedia.org/wiki/Mercury_Mail_Transport_System" target="_blank">Mercury Mail Transport System</a> 4.52</li>
</ul>
<p><span id="more-85"></span><br />
Basically everything you need for testing PHP code, <a class="zem_slink" title="WordPress" rel="homepage" href="http://wordpress.org/" target="_blank">Wordpress</a> blogging engines, <a class="zem_slink" title="Drupal" rel="homepage" href="http://drupal.org" target="_blank">Drupal</a>, Pligg, etc. on Windows.</p>
<p>XAMPP comes with a nice control panel that lets you start and stop the individual system services and a <a class="zem_slink" title="Web server" rel="wikipedia" href="http://en.wikipedia.org/wiki/Web_server" target="_blank">web</a> interface with a lot of functions that most developers will need right away.</p>
<p>After some basic testing,  I have discovered no significant problems and I would definitely recommend PHP developers using Windows to try it out.</p>
<p>Hat tip to the guys at <a title="Apache Friends" href="http://www.apachefriends.org/en/index.html">Apache Friends</a> for this very useful toolset!</p>
<p>And the link: <a title="XAMPP" href="http://www.apachefriends.org/en/xampp.html">the official XAMP site </a></p>
<div class="zemanta-pixie" style="margin: 5px 0pt; width: 100%;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixie.png?x-id=abd68285-051d-4242-81c1-810d39de0060" alt="" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://tadej.eu/apache-mysql-php-vista-windowsxp-in-3-minutes/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Amazon S3 and Flash widgets</title>
		<link>http://tadej.eu/amazon-s3-and-flash-widgets</link>
		<comments>http://tadej.eu/amazon-s3-and-flash-widgets#comments</comments>
		<pubDate>Thu, 27 Sep 2007 19:08:23 +0000</pubDate>
		<dc:creator>Tadej Gregorcic</dc:creator>
				<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.tadejhq.com/?p=49</guid>
		<description><![CDATA[Today, I wanted to load a Flash widget of mine and its corresponding XML configuration file to Amazon S3.
What appeared [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Today, I wanted to load a Flash widget of mine and its corresponding XML configuration file to Amazon S3.</p>
<p>What appeared to be a trivial task turned into 3 hours of struggle with browser cache problems, security issues and  other whatnots.</p>
<p>So to summarise what did the job eventually:</p>
<p>*updated to support IE7*</p>
<p>The address of the Flash file is: http://s3.amazonaws.com/bucketname/flashfile.swf</p>
<blockquote><p>&lt;script language=&#8221;javascript&#8221;&gt;<br />
if (AC_FL_RunContent == 0) {<br />
alert(&#8220;This page requires AC_RunActiveContent.js.&#8221;);<br />
} else {<br />
AC_FL_RunContent(<br />
&#8216;codebase&#8217;, &#8216;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0&#8242;,<br />
&#8216;width&#8217;, &#8216;220&#8242;,<br />
&#8216;height&#8217;, &#8216;200&#8242;,<br />
&#8217;src&#8217;, &#8217;s3.amazonaws.com/bucketname/flashfile&#8217;,<br />
&#8216;quality&#8217;, &#8216;high&#8217;,<br />
&#8216;pluginspage&#8217;, &#8216;http://www.macromedia.com/go/getflashplayer&#8217;,<br />
&#8216;align&#8217;, &#8216;right&#8217;,<br />
&#8216;play&#8217;, &#8216;true&#8217;,<br />
&#8216;loop&#8217;, &#8216;true&#8217;,<br />
&#8217;scale&#8217;, &#8217;showall&#8217;,<br />
&#8216;wmode&#8217;, &#8216;window&#8217;,<br />
&#8216;devicefont&#8217;, &#8216;false&#8217;,<br />
&#8216;id&#8217;, &#8216;flashfile&#8217;,<br />
&#8216;bgcolor&#8217;, &#8216;#ffffff&#8217;,<br />
&#8216;name&#8217;, &#8216;flashfile&#8217;,<br />
&#8216;menu&#8217;, &#8216;true&#8217;,<br />
&#8216;allowFullScreen&#8217;, &#8216;false&#8217;,<br />
&#8216;allowScriptAccess&#8217;,'always&#8217;,<br />
&#8216;movie&#8217;, &#8217;s3.amazonaws.com/bucketname/flashfile&#8217;,<br />
&#8217;salign&#8217;, &#8221;<br />
); //end AC code<br />
}<br />
&lt;/script&gt;<br />
&lt;noscript&gt;<br />
&lt;object classid=&#8221;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&#8243; codebase=&#8221;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0&#8243; width=&#8221;220&#8243; height=&#8221;200&#8243; id=&#8221;flashfile&#8221; align=&#8221;right&#8221;&gt;<br />
&lt;param name=&#8221;allowScriptAccess&#8221; value=&#8221;sameDomain&#8221; /&gt;<br />
&lt;param name=&#8221;allowFullScreen&#8221; value=&#8221;false&#8221; /&gt;<br />
&lt;param name=&#8221;movie&#8221; value=&#8221;s3.amazonaws.com/bucketname/flashfile.swf&#8221; /&gt;&lt;param name=&#8221;quality&#8221; value=&#8221;high&#8221; /&gt;&lt;param name=&#8221;bgcolor&#8221; value=&#8221;#ffffff&#8221; /&gt;    &lt;embed src=&#8221;s3.amazonaws.com/bucketname/flashfile.swf&#8221; quality=&#8221;high&#8221; bgcolor=&#8221;#ffffff&#8221; width=&#8221;220&#8243; height=&#8221;200&#8243; name=&#8221;flashfile&#8221; align=&#8221;right&#8221; allowScriptAccess=&#8221;always&#8221; allowFullScreen=&#8221;false&#8221; type=&#8221;application/x-shockwave-flash&#8221; pluginspage=&#8221;http://www.macromedia.com/go/getflashplayer&#8221; /&gt;<br />
&lt;/object&gt;<br />
&lt;/noscript&gt;</p></blockquote>
<p>In order to be able to load the XML and other files, I had to add this to Actionscript (at the beginning of the movie):</p>
<blockquote><p>System.security.allowDomain( &#8216;*&#8217; );</p></blockquote>
<p>This allows cross-domain scripting, of course you can substitute the * with a specific domain name.</p>
<p>Some references: <a href="http://www.mail-archive.com/flashcoders@chattyfig.figleaf.com/msg33189.html" title="cross-domain flash">link1</a>, <a href="http://developer.amazonwebservices.com/connect/thread.jspa?threadID=9873&amp;tstart=30" title="cross-domain flash 2">link2 </a></p>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://tadej.eu/amazon-s3-and-flash-widgets/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Move Your Multimedia Content to S3</title>
		<link>http://tadej.eu/move-your-multimedia-content-to-amazon-s3</link>
		<comments>http://tadej.eu/move-your-multimedia-content-to-amazon-s3#comments</comments>
		<pubDate>Thu, 27 Sep 2007 18:37:06 +0000</pubDate>
		<dc:creator>Tadej Gregorcic</dc:creator>
				<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.tadejhq.com/?p=48</guid>
		<description><![CDATA[In order to save me some trouble from my hosting provider, I recently decided to move all my multimedia content [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>In order to save me some trouble from my hosting provider, I recently decided to move all my multimedia content to Amazon&#8217;s Simple Storage Service.</p>
<p>Scalable and affordable serving of large files to an expanding number of visitors indeed has become a commodity, as a GB of storage per month costs only $0.15, with $0.18 per GB for the first TB of transfered data (check all the prices <a href="http://www.amazon.com/gp/browse.html?node=16427261">here</a>).</p>
<p>What you need for a simple start is:</p>
<ol>
<li>Sign up for Amazon Web Services (<a href="http://www.amazon.com/gp/browse.html?node=3435361" title="AWS ">link</a>)</li>
<li>Under<em> Your web services account</em>, you will find you <em>AWS Access Identifiers</em></li>
<li>Save your <em>Access Key ID (public) </em>and your <em>secret access key</em> somewhere safe</li>
<li>Get a tool like <a href="http://www.bucketexplorer.com/" title="Bucket Explorer">Bucket Explorer</a>, which servers as a UI for S3 <em>(buckets are like folders in S3)</em></li>
<li>Sign in with your keys</li>
<li>Start uploading content and setting access rights</li>
</ol>
<p>Once you&#8217;ve given <em>read </em>access for<em> All users</em> to a file within a bucket, it will become available from a web browser/service at such an address:</p>
<blockquote><p>http://s3.amazonaws.com/bucket_name/file_name.extension</p></blockquote>
<blockquote></blockquote>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://tadej.eu/move-your-multimedia-content-to-amazon-s3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choose The Right Fonts</title>
		<link>http://tadej.eu/choose-the-right-fonts</link>
		<comments>http://tadej.eu/choose-the-right-fonts#comments</comments>
		<pubDate>Tue, 03 Jul 2007 08:55:52 +0000</pubDate>
		<dc:creator>Tadej Gregorcic</dc:creator>
				<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.tadejhq.com/?p=18</guid>
		<description><![CDATA[
This cool web app lets you compare 3 columns of text side-by-side using the types you choose.
This could come quite [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://typetester.maratz.com/" title="TypeTester"><img src="http://www.tadejhq.com/wp-content/uploads/2007/07/croppercapture10.Png" alt="TypeTester" /></a></p>
<p><a href="http://typetester.maratz.com/" title="TypeTester">This </a>cool web app lets you compare 3 columns of text <strong>side-by-side</strong> using the <strong>types</strong> you choose.</p>
<p>This could come quite handy when developing the CSS for a new web site.</p>
]]></content:encoded>
			<wfw:commentRss>http://tadej.eu/choose-the-right-fonts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Loading Animation Generator For AJAX Apps</title>
		<link>http://tadej.eu/loading-animation-generator-for-ajax-apps</link>
		<comments>http://tadej.eu/loading-animation-generator-for-ajax-apps#comments</comments>
		<pubDate>Fri, 29 Jun 2007 18:11:12 +0000</pubDate>
		<dc:creator>Tadej Gregorcic</dc:creator>
				<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.tadejhq.com/?p=12</guid>
		<description><![CDATA[
If you&#8217;re looking for cool GIF animations for your AJAX-powered web application, this site does it all for you.
It&#8217;s got [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.ajaxload.info/" title="Ajax Loader 1"><img src="http://www.tadejhq.com/wp-content/uploads/2007/06/ajax-loader5.gif" alt="Ajax Loader 1" /></a></p>
<p>If you&#8217;re looking for cool <strong>GIF animations</strong> for your<a href="http://en.wikipedia.org/wiki/Ajax_(programming)" title="What is AJAX?"> AJAX-powered</a> web application, <a href="http://www.ajaxload.info/" title="AjaxLoad">this site</a> does it all for you.</p>
<p>It&#8217;s got a nice interface where you can choose the type and color of the animation, and you can even make it <strong>transparent.</strong></p>
<p>I&#8217;m definitely going to use this for a while, at least until something better comes along.</p>
<p>True &#8211; the web space is increasingly full of <strong>clichés</strong>, ranging from loading animations, reflections, &#8220;beta&#8221; versions, to at times unintuitive social collaboration.</p>
<p>But heck &#8211; I&#8217;m  not quite ready to start worrying about this just yet &#8211; all in all, if we are moving our <strong>desktops </strong>to the <strong>web</strong>, we might as well get <strong>comfortable </strong>with a set of easily <strong>recognizable visual elements</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tadej.eu/loading-animation-generator-for-ajax-apps/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
