<?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>/dev/nikc/blog &#187; Ropelihattujutui</title>
	<atom:link href="http://blog.nikc.org/category/propellihattujuttuja/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nikc.org</link>
	<description>Kuolleiden purjehduskenkien seura</description>
	<lastBuildDate>Thu, 26 Aug 2010 14:24:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Radion tekstitystä odotellessa</title>
		<link>http://blog.nikc.org/2009/10/07/radion-tekstitysta-odotellessa/</link>
		<comments>http://blog.nikc.org/2009/10/07/radion-tekstitysta-odotellessa/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 04:11:36 +0000</pubDate>
		<dc:creator>nikc</dc:creator>
				<category><![CDATA[Ropelihattujutui]]></category>
		<category><![CDATA[Suomeksi]]></category>

		<guid isPermaLink="false">http://blog.nikc.org/?p=2031</guid>
		<description><![CDATA[<p>Kuulin juuri radiomainoksen, siin&#228; mainittiin lopuksi verkko-osoite zodiac.fi. Tai siis, niin min&#228; luulin. Todellisuudessa mainostettu osoite taisi kuitenkin olla zodiak.fi, ainakin mainoksen tyylilajista p&#228;&#228;tellen, en min&#228; sit&#228; niin tarkkaan kuunnellut ja kofeiinikin kohisi korvissa. Ongelmallinen tilanne tietysti noin l&#228;heiset verkko-osoitteet, kun K-kirjain ei po. sanassa lausuttaessa eroa C-kirjaimesta. Ehk&#228; sitten olisi ollut erottuvampaa mik&#228;li valittu [...]</p>]]></description>
			<content:encoded><![CDATA[<p>Kuulin juuri radiomainoksen, siin&auml; mainittiin lopuksi verkko-osoite <a href="http://www.zodiac.fi/">zodiac.fi</a>. Tai siis, niin min&auml; luulin. Todellisuudessa mainostettu osoite taisi kuitenkin olla <a href="http://www.zodiak.fi/">zodiak.fi</a>, ainakin mainoksen tyylilajista p&auml;&auml;tellen, en min&auml; sit&auml; niin tarkkaan kuunnellut ja kofeiinikin kohisi korvissa.</p>

<p>Ongelmallinen tilanne tietysti noin l&auml;heiset verkko-osoitteet, kun K-kirjain ei po. sanassa lausuttaessa eroa C-kirjaimesta. Ehk&auml; sitten olisi ollut erottuvampaa mik&auml;li valittu <a href="http://fi.wikipedia.org/wiki/Verkkotunnus#Yl.C3.A4tason_verkkotunnukset">yl&auml;tason verkkotunnus</a> olisi ollut jokin muu kuin .fi, tai <a href="http://en.wikipedia.org/wiki/Hostname">is&auml;nt&auml;nimelle</a> annettu etuliite. </p>

<p>Ainakin radiota varten.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.nikc.org/2009/10/07/radion-tekstitysta-odotellessa/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Seamless mp3-playback in flash</title>
		<link>http://blog.nikc.org/2009/06/10/seamless-mp3-playback-in-flash/</link>
		<comments>http://blog.nikc.org/2009/06/10/seamless-mp3-playback-in-flash/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 17:52:36 +0000</pubDate>
		<dc:creator>nikc</dc:creator>
				<category><![CDATA[In English]]></category>
		<category><![CDATA[Ropelihattujutui]]></category>

		<guid isPermaLink="false">http://blog.nikc.org/?p=1737</guid>
		<description><![CDATA[<p>I have the pleasure of working with flash. And when I say pleasure, I actually mean it. Except for on those special occasions, which are more frequent than I&#8217;d like them to be. My latest task was to create a simple tracker. You&#8217;ve all seen one of them; drag the samples on to the timeline [...]</p>]]></description>
			<content:encoded><![CDATA[<p>I have the pleasure of working with flash. And when I say pleasure, I actually mean it. Except for on those special occasions, which are more frequent than I&#8217;d like them to be.</p>

<p>My latest task was to create a simple <a href="http://en.wikipedia.org/wiki/Tracker" title="Wikipedia: Tracker">tracker</a>. You&#8217;ve all seen one of them; drag the samples on to the timeline and <i>press play on tape</i> to hear your masterpiece. All good and dandy, sounds like a fun little project. My only worry was regarding playing back the samples one after another, as working with sounds in flash isn&#8217;t quite as smooth as I&#8217;d like it to be.</p>

<p>Luckily, we&#8217;ve already (heh) migrated to Flash 9 and <acronym title="Actionscript 3">AS3</acronym>, so I figured most of the pain I remembered from the days of <acronym title="Actionscript 2">AS2</acronym> would be gone by now. But how wrong was <span class="caps">I&#8230;</span></p>

<p>Flash is not alone to take the blame though. As it turns out, <a href="http://www.netalive.org/swsu/archives/2007/01/gapless_mp3_loops_in_flash_1.html">mp3 encoders always create a short lead in and out when encoding</a>. That&#8217;s problem number 1. </p>

<p>Problem number 2 is that the <a href="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/events/Event.html#SOUND_COMPLETE"><code>Event.SOUND_COMPLETE</code></a>-event flash so conveniently provides you with, isn&#8217;t usable in this case, because playing sounds sequentially when the event triggers, results in a short but disastrous gap between sounds, making the event useless (in this case).</p>

<p>Problem number 3 is an interesting one. Let&#8217;s say, that I have a 1.8 seconds long sound. When I load that sound into my flash movie, the <a href="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/media/Sound.html"><code>Sound</code></a>-object will say that the duration is 1800 milliseconds. However, when I play it back, the <a href="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/media/SoundChannel.html"><code>SoundChannel</code></a>-object will trigger the <a href="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/media/SoundChannel.html#event:soundComplete"><code>soundComplete</code></a>-event a bit before the <code>Sound.position</code> reaches that magical 1800 marker.</p>

<p>It seems, that the good folks at <del>Macromedia</del> Adobe have tried to create a mechanism that works around the automagically inserted lead in and out. The article linked to at the top notes that importing a wav-file into the library will result in gapless mp3-encoded sound, and it seems (just speculating here) that the <code>SoundChannel</code>-object is trying to mimic that behaviour, but failing to do so, or perhaps it&#8217;s just the <code>Sound</code>-object that fails at accounting for the lead in and out when setting its own length.</p>

<p>Firstly, it does in no way account for the lead in. Secondly, the unconsistency between <a href="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/media/Sound.html#length">Sound.length</a> and the point where the <code>soundComplete</code>-event triggers, makes the situation even worse when trying to programmatically work around the shortcomings of the mp3-format and the Sound <acronym title="Application Programming Interface">API</acronym>.</p>

<p>Lastly, I&#8217;ve found no pattern in the manner that the <code>Sound.length</code> relates to the point where the <code>soundComplete</code>-event triggers, so I can&#8217;t calculate it. (Disclaimer: my tests have not been thorough, rigorous and scientific, so this is not to be taken as absolute truth &#8212; it also most probably related to mp3-encoding and not the Sound <span class="caps">API, </span>but I&#8217;m mostly guessing.) The &#8220;solution&#8221; I came up with, was to play back the sound silently and record the position where the <code>soundComplete</code>-event triggers &#8212; certainly not elegant, but it works.</p>

<p>For the overall problem of gapless playback, I used <a href="http://www.compuphase.com/mp3/mp3loops.htm">an existing &#8220;solution&#8221;</a> (scroll down to part b) which is basically an event triggering every millisecond to stop and start sounds at the right moment. Quite resource wasteful and certainly not foolproof, but it <del>solved</del> circumvented the problem at hand.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.nikc.org/2009/06/10/seamless-mp3-playback-in-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Up-up-down-down-left-right-left-right-b-a</title>
		<link>http://blog.nikc.org/2009/05/11/up-up-down-down-left-right-left-right-b-a/</link>
		<comments>http://blog.nikc.org/2009/05/11/up-up-down-down-left-right-left-right-b-a/#comments</comments>
		<pubDate>Mon, 11 May 2009 12:16:35 +0000</pubDate>
		<dc:creator>nikc</dc:creator>
				<category><![CDATA[In English]]></category>
		<category><![CDATA[Lyhykäisii]]></category>
		<category><![CDATA[Ropelihattujutui]]></category>

		<guid isPermaLink="false">http://blog.nikc.org/?p=1710</guid>
		<description><![CDATA[<p>Konami code sites</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://konamicodesites.com/">Konami code sites</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.nikc.org/2009/05/11/up-up-down-down-left-right-left-right-b-a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wonderfl</title>
		<link>http://blog.nikc.org/2009/05/04/wonderfl/</link>
		<comments>http://blog.nikc.org/2009/05/04/wonderfl/#comments</comments>
		<pubDate>Mon, 04 May 2009 09:50:52 +0000</pubDate>
		<dc:creator>nikc</dc:creator>
				<category><![CDATA[In English]]></category>
		<category><![CDATA[Lyhykäisii]]></category>
		<category><![CDATA[Ropelihattujutui]]></category>

		<guid isPermaLink="false">http://blog.nikc.org/?p=1690</guid>
		<description><![CDATA[<p>Wonderfl.com &#8211; write flash online. Check out Ball Blast.</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://wonderfl.kayac.com/">Wonderfl.com &#8211; write flash online</a>. Check out <a href="http://wonderfl.kayac.com/code/27d00564185abd47b2c78c962271a20a0fe16f16">Ball Blast</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.nikc.org/2009/05/04/wonderfl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Commandlinefu</title>
		<link>http://blog.nikc.org/2009/04/27/commandlinefu/</link>
		<comments>http://blog.nikc.org/2009/04/27/commandlinefu/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 19:04:00 +0000</pubDate>
		<dc:creator>nikc</dc:creator>
				<category><![CDATA[In English]]></category>
		<category><![CDATA[Lyhykäisii]]></category>
		<category><![CDATA[Ropelihattujutui]]></category>

		<guid isPermaLink="false">http://blog.nikc.org/?p=1673</guid>
		<description><![CDATA[<p>Commandlinefu.com, the place to record those command-line gems that you return to again and again.</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.commandlinefu.com/">Commandlinefu.com</a>, the place to record those command-line gems that you return to again and again.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.nikc.org/2009/04/27/commandlinefu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Operating System Interface Design Between 1981-2009</title>
		<link>http://blog.nikc.org/2009/03/13/operating-system-interface-design-between-1981-2009/</link>
		<comments>http://blog.nikc.org/2009/03/13/operating-system-interface-design-between-1981-2009/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 13:52:09 +0000</pubDate>
		<dc:creator>nikc</dc:creator>
				<category><![CDATA[In English]]></category>
		<category><![CDATA[Lyhykäisii]]></category>
		<category><![CDATA[Ropelihattujutui]]></category>

		<guid isPermaLink="false">http://blog.nikc.org/?p=1609</guid>
		<description><![CDATA[<p>Operating System Interface Design Between 1981-2009 a look at the evolution of the interface designs of the major operating systems since the 80&#8242;s We&#8217;ve come a long way&#8230;which is nice. And if visions become real, we still have a long way to go.</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.webdesignerdepot.com/2009/03/operating-system-interface-design-between-1981-2009/">Operating System Interface Design Between 1981-2009</a></p>

<blockquote><p>a look at the evolution of the interface designs of the major operating systems since the 80&#8242;s</p></blockquote>

<p>We&#8217;ve come a long way&#8230;which is nice. And if <a href="http://www.istartedsomething.com/20090228/microsoft-office-labs-vision-2019-video/">visions</a> become real, we still have a long way to go.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.nikc.org/2009/03/13/operating-system-interface-design-between-1981-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Selainten kiihdytysajot</title>
		<link>http://blog.nikc.org/2009/03/13/selainten-kiihdytysajot/</link>
		<comments>http://blog.nikc.org/2009/03/13/selainten-kiihdytysajot/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 12:59:54 +0000</pubDate>
		<dc:creator>nikc</dc:creator>
				<category><![CDATA[Ropelihattujutui]]></category>
		<category><![CDATA[Suomeksi]]></category>

		<guid isPermaLink="false">http://blog.nikc.org/?p=1603</guid>
		<description><![CDATA[<p>Futuremark (beta)julkaisi Peacemaker suorituskykytestin selaimille. Jos siis tuntuu ett&#228; toinen selain on toista tahmeampi, saatat hyvinkin olla oikeassa ja nyt voit saada tunteillesi lukujakin tueksi. Henkil&#246;kohtainen suosikkini, Firefox ei p&#228;&#228;ssyt testaamistani selaimista k&#228;rkikahinoihin, mutta luulen ett&#228; tilanne olisi toinen mik&#228;li liit&#228;nn&#228;isi&#228; ei olisi n+1 kpl k&#228;yt&#246;ss&#228;.</p>]]></description>
			<content:encoded><![CDATA[<p><a href="/wp-content/uploads/2009/03/browser-benchmarks.jpg" rel="lightbox"><img src="/wp-content/uploads/2009/03/browser-benchmarks_small.jpg" alt="" class="border center" /></a></p>

<p>Futuremark (beta)julkaisi <a href="http://service.futuremark.com/peacekeeper/">Peacemaker suorituskykytestin</a> selaimille. Jos siis tuntuu ett&auml; toinen selain on toista tahmeampi, saatat hyvinkin olla oikeassa ja nyt voit saada tunteillesi lukujakin tueksi.</p>

<p>Henkil&ouml;kohtainen suosikkini, <a href="http://getfirefox.com/">Firefox</a> ei p&auml;&auml;ssyt testaamistani selaimista k&auml;rkikahinoihin, mutta luulen ett&auml; tilanne olisi toinen mik&auml;li <a href="http://blog.nikc.org/2006/05/18/selaintuunausta/#theentry">liit&auml;nn&auml;isi&auml;</a> ei olisi n+1 kpl k&auml;yt&ouml;ss&auml;.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.nikc.org/2009/03/13/selainten-kiihdytysajot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MOPV#10: Omat suosikit und mehr</title>
		<link>http://blog.nikc.org/2009/01/02/mopv10-omat-suosikit-und-mehr/</link>
		<comments>http://blog.nikc.org/2009/01/02/mopv10-omat-suosikit-und-mehr/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 17:10:02 +0000</pubDate>
		<dc:creator>nikc</dc:creator>
				<category><![CDATA[Ropelihattujutui]]></category>
		<category><![CDATA[Suomeksi]]></category>

		<guid isPermaLink="false">http://blog.nikc.org/?p=1457</guid>
		<description><![CDATA[<p>Blogilista on uudistumisensa j&#228;lkeen el&#228;nyt varsin hiljaista el&#228;m&#228;&#228;. Kehitysblogiin on tullut muutama kirjoitus ongelmista tai pienist&#228; uudistuksista tai huoltot&#246;ist&#228;. Sama kohtalo Jaiku-kanavalla. Mit&#228;&#228;n ei juuri tunnu tapahtuvan. T&#228;t&#228;k&#246; tarkoitti julistus joulukuussa 2007: Blogilistalle uusi koti merkitsee ennen kaikkea loistavia uutisia palvelun kehityksen kannalta. P&#228;&#228;semme nyt kehitt&#228;m&#228;&#228;n palvelua innokkaan ja kunnianhimoisen tiimin kanssa enemm&#228;n blogien lukijoiden [...]</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogilista.fi/">Blogilista</a> on uudistumisensa j&auml;lkeen el&auml;nyt varsin hiljaista el&auml;m&auml;&auml;. <a href="http://www.blogilista.fi/kehitysblogi/">Kehitysblogiin</a> on tullut muutama kirjoitus ongelmista tai pienist&auml; uudistuksista tai huoltot&ouml;ist&auml;. Sama kohtalo <a href="http://jaiku.com/channel/BlogilistaBeta">Jaiku-kanavalla</a>. Mit&auml;&auml;n ei juuri tunnu tapahtuvan. T&auml;t&auml;k&ouml; tarkoitti julistus joulukuussa 2007:</p>

<blockquote><p>Blogilistalle uusi koti merkitsee ennen kaikkea loistavia uutisia palvelun kehityksen kannalta. P&auml;&auml;semme nyt kehitt&auml;m&auml;&auml;n palvelua innokkaan ja kunnianhimoisen tiimin kanssa enemm&auml;n blogien lukijoiden ja bloggaajien tarpeita vastaavaksi.</p></blockquote>

<p>Kasvua on kuitenkin tapahtunut, nimitt&auml;in suosikkisivun koko on sent&auml;&auml;n paisunut suorastaan megalomaaniseksi. Sivu, jolla on sis&auml;lt&ouml;n&auml; linkkilista ja muutama mainos, on kokoa per&auml;ti 2 Mt. </p>

<p>Minulle joka tykk&auml;&auml;n lukea blogeja raitiovaunussa &#8211; tai muuten sopivasti joutavana &#8211; mobiilisti se on aivan liikaa. My&ouml;nnett&auml;k&ouml;&ouml;n ett&auml; on my&ouml;s k&auml;ytt&auml;m&auml;st&auml;ni selaimesta kiinni (<a href="http://www.nokia.com/browser">Nokia Web browser</a>) ettei sivua optimoida vaan render&ouml;id&auml;&auml;n kuten oikeassa selaimessa, mutta enivei.</p>

<p>Kevyt ja pinnallinen analyysi <a href="http://getfirebug.com/">Firebugia</a> k&auml;ytt&auml;m&auml;ll&auml; kertoo seuraavaa:</p>


<ul>
<li><span class="caps">HTML,</span> 90 Kt</li>
<li><span class="caps">CSS,</span> 14 Kt</li>
<li>Javascript-l&auml;hdetiedostoja 9 kpl, 249 Kt</li>
<li>kuvia 20 kpl, 901 Kt</li>
</ul>



<p>Javascript-l&auml;hdetiedostoja ei ole mill&auml;&auml;n tavallaa optimoitu ja niit&auml; on liikaa (5 blogilistalta, 4 mainostajilta/statistiikalle). J&auml;&auml;v&auml;t tosin selaimen v&auml;limuistiin mutta (ainakin Nokian) mobiiliselaimen v&auml;limuistitus on surkuhupaisaa. </p>

<p>Kuvien kohdalla pahin ylily&ouml;nti on vasemmalla navigaation alapuolella olevan boksin piilossa olevalla v&auml;lilehdell&auml; (heh, heh) olevat kolme kuvaa. Kuvat ovat sivulla 60 pikseli&auml; leve&auml;t, mutta itse kuvatiedostot ovat kuitenkin paljon suuremmat. (Nyt n&auml;kyv&auml;t sy&ouml;v&auml;t per&auml;ti 871 Kt.) Kaistaa kuluu siin&auml; miss&auml; mobiilisurffaajan hermotkin. Lis&auml;ksi viel&auml; se, ettei kuvia tarvitsisi ladata <a href="http://en.wikipedia.org/wiki/Lazy_loading" title="WikiPedia: Lazy Loading">ennen kuin v&auml;lilehti jolla ne ovat avataan</a>. Puhumattakaan siit&auml; ett&auml; mobiilisti surffatessani annan mainoksille viel&auml; v&auml;hemm&auml;n huomiota kuin muuten.</p>

<p>Saattaa toki olla niinkin ett&auml; olen Blogilistan viimeisi&auml; k&auml;ytt&auml;ji&auml; <span class="caps">RSS</span>-feedien kev&auml;isen r&auml;j&auml;hdysm&auml;isen suosion kasvun my&ouml;t&auml; ja nillit&auml;n turhasta, mutta nillit&auml;n nyt kuitenkin. </p>

<p>Koska voin.</p>

<p class="center">***</p>

<p><a href="/search/MOPV/">Muut <acronym title="Maailmassa On Pieni Virhe">MOPV</acronym>-sarjan kirjoitukset</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.nikc.org/2009/01/02/mopv10-omat-suosikit-und-mehr/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>OpenSocial, OpenID, and OAuth: Oh, My!</title>
		<link>http://blog.nikc.org/2008/11/14/opensocial-openid-and-oauth-oh-my/</link>
		<comments>http://blog.nikc.org/2008/11/14/opensocial-openid-and-oauth-oh-my/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 09:55:40 +0000</pubDate>
		<dc:creator>nikc</dc:creator>
				<category><![CDATA[In English]]></category>
		<category><![CDATA[Lyhykäisii]]></category>
		<category><![CDATA[Ropelihattujutui]]></category>

		<guid isPermaLink="false">http://blog.nikc.org/?p=1350</guid>
		<description><![CDATA[<p>OpenSocial, OpenID, and OAuth: Oh, My!</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://sites.google.com/site/io/opensocial-openid-and-oauth-oh-my">OpenSocial, OpenID, and OAuth: Oh, My!</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.nikc.org/2008/11/14/opensocial-openid-and-oauth-oh-my/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 beta 2</title>
		<link>http://blog.nikc.org/2008/11/06/wordpress-27-beta-2/</link>
		<comments>http://blog.nikc.org/2008/11/06/wordpress-27-beta-2/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 15:33:37 +0000</pubDate>
		<dc:creator>nikc</dc:creator>
				<category><![CDATA[Ropelihattujutui]]></category>
		<category><![CDATA[Suomeksi]]></category>

		<guid isPermaLink="false">http://blog.nikc.org/?p=1324</guid>
		<description><![CDATA[<p>Asensin itselleni WordPressin uusimman beta-version koek&#228;ytt&#246;&#246;n &#8211; mittavan varmuuskopiointioperaation j&#228;lkeen tietysti. T&#228;ytyyp&#228; vain sanoa ett&#228; hyv&#228;lt&#228; n&#228;ytt&#228;&#228;, eritt&#228;in hyv&#228;lt&#228;. Eik&#228; ainakaan heti mik&#228;&#228;n hajonnut. Melkoinen rumsteeraus j&#228;lleen hallinnointipuolella, mutta t&#228;ll&#228; kertaa j&#228;lki on ehdottoman kaunista ja onhan se per&#228;ti testattu ennen julkaisua. T&#228;m&#228;n syv&#228;luotaavampaa testi&#228; en aio suorittaa. Ongelmat saavat avautua ihan itsekseen mik&#228;li niin [...]</p>]]></description>
			<content:encoded><![CDATA[<p>Asensin itselleni <a href="http://wordpress.org/development/2008/11/wordpress-27-beta-2/">WordPressin uusimman beta-version</a> koek&auml;ytt&ouml;&ouml;n &#8211; mittavan varmuuskopiointioperaation j&auml;lkeen tietysti. T&auml;ytyyp&auml; vain sanoa ett&auml; hyv&auml;lt&auml; n&auml;ytt&auml;&auml;, eritt&auml;in hyv&auml;lt&auml;. Eik&auml; ainakaan heti mik&auml;&auml;n hajonnut.</p>

<p><a href="http://wordpress.org/development/2008/10/the-visual-design-of-27/">Melkoinen rumsteeraus</a> j&auml;lleen hallinnointipuolella, mutta t&auml;ll&auml; kertaa j&auml;lki on ehdottoman kaunista ja onhan se per&auml;ti <a href="http://wordpress.org/development/2008/10/usability-testing-report-25-and-crazyhorse/">testattu ennen julkaisua</a>.</p>

<p>T&auml;m&auml;n syv&auml;luotaavampaa testi&auml; en aio suorittaa. Ongelmat saavat avautua ihan itsekseen mik&auml;li niin haluavat.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.nikc.org/2008/11/06/wordpress-27-beta-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
