<?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>Miha Valencic &#187; general</title>
	<atom:link href="http://www.mihavalencic.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mihavalencic.com</link>
	<description>Solving IT Challenges</description>
	<lastBuildDate>Tue, 25 Oct 2011 06:32:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>O negibnem dojemanju</title>
		<link>http://www.mihavalencic.com/2011/07/28/o-negibnem-dojemanju/</link>
		<comments>http://www.mihavalencic.com/2011/07/28/o-negibnem-dojemanju/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 12:24:39 +0000</pubDate>
		<dc:creator>miha</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.mihavalencic.com/?p=323</guid>
		<description><![CDATA[Pod roke mi je prišel tekst, ki se mi zdi vreden objave v širšem kontekstu. Gre za Takuanovo pismo Yagiu Tajima-no-Kami. Morda gre v tekstu za pomoto in gre dejansko za pisma Yagyū Munenori, kar pa zares ni toliko pomembno kot dejanska vsebina. Budistični nauk razlikuje dvainpetdeset stopenj duhovnega razvoja. Eno izmed stopenj imenuje zastoj, [...]]]></description>
			<content:encoded><![CDATA[<p>Pod roke mi je prišel tekst, ki se mi zdi vreden objave v širšem kontekstu. Gre za <a href="http://www.zenstoriesofthesamurai.com/Characters/TakuanSoho.htm">Takuanovo</a> pismo Yagiu Tajima-no-Kami. Morda gre v tekstu za pomoto in gre dejansko za pisma <a href="http://en.wikipedia.org/wiki/Yagy%C5%AB_Munenori">Yagyū Munenori</a>, kar pa zares ni toliko pomembno kot dejanska vsebina.</p>
<blockquote><p>Budistični nauk razlikuje dvainpetdeset stopenj duhovnega razvoja. Eno izmed stopenj imenuje <b>zastoj</b>, ko se človek prilepi na eno samo mesto ne more več naprej. S tvojim mečevanjem je nekaj podobnega: če nasprotnik udari po tebi in so vsi čuti zbrani na njegovem meču, tedaj si pod njegovim vplivom in nisi več gospodar lastnih gibov. Temu pravimo zastoj, ker obstaneš pripeljen na eno samo mesto.</p></blockquote>
<p>Celoten tekst je <a href="/wp-content/uploads/2011/07/O-negibnem-dojemanju.pdf">na voljo v PDF zapisu</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mihavalencic.com/2011/07/28/o-negibnem-dojemanju/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Oh really? Password too long?</title>
		<link>http://www.mihavalencic.com/2011/02/23/oh-really-password-too-long/</link>
		<comments>http://www.mihavalencic.com/2011/02/23/oh-really-password-too-long/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 07:28:48 +0000</pubDate>
		<dc:creator>miha</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.mihavalencic.com/?p=306</guid>
		<description><![CDATA[We are in 2011 after all, so seeing an error message that a password is too long is&#8230; well embarasing. So, given that passwords shouldn&#8217;t or should I say must not be saved in a way that enables anyone (even administrators) to retrieve the plaintext version of a password, we&#8217;re talking about some sort of [...]]]></description>
			<content:encoded><![CDATA[<p>We are in 2011 after all, so seeing an error message that a password is too long is&#8230; well embarasing.<br />
<img class="alignnone size-full wp-image-307" title="linkedin-password-too-long" src="http://www.mihavalencic.com/wp-content/uploads/2011/02/linkedin-password-too-long.png" alt="" width="526" height="383" /></p>
<p>So, given that passwords <b>shouldn&#8217;t</b> or should I say <b>must not</b> be saved in a way that enables anyone (even administrators) to retrieve the plaintext version of a password, we&#8217;re talking about some sort of hashing. Whether hashing algorithm it is MD5 (avoid) os SHA1 (and in order to avoid precomputed hashes of passwords (known also as rainbow tables) you should use <a href="http://www.google.com/search?q=password+salting+techniques">salting techniques</a> with hashing algorithms), the length of a calculated hash does not depend on the length of the plain text password.</p>
<p>So, why is the length of the password limited to 16 characters? Beats me.</p>
<p>Of course, I recommend developers to use <a href="http://www.google.com/search?q=bcrypt">bcrypt</a> instead of SHA or MD5. Bcrypt is very slow (compared to SHA or MD5), which is a good property to have for checking passwords &#8212; you don&#8217;t want to have a super-fast hashing/crypting algorithm thus effectively preventing brute force attacks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mihavalencic.com/2011/02/23/oh-really-password-too-long/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Airport Extreme and PPTP</title>
		<link>http://www.mihavalencic.com/2011/01/31/airport-extreme-and-pptp/</link>
		<comments>http://www.mihavalencic.com/2011/01/31/airport-extreme-and-pptp/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 20:38:01 +0000</pubDate>
		<dc:creator>miha</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Airport]]></category>
		<category><![CDATA[Connectivity]]></category>

		<guid isPermaLink="false">http://www.mihavalencic.com/?p=295</guid>
		<description><![CDATA[I was having issues with VPN connection (PPTP to be exact) to my customer. I was connecting with Mac OS X and Windows (tried Windows 7 and Windows XP sp3) and could not make it work. All computers are behind Airport Extreme. When I connected to internet directly (not through Airport), everything worked fine. While [...]]]></description>
			<content:encoded><![CDATA[<p>I was having issues with VPN connection (PPTP to be exact) to my customer. I was connecting with Mac OS X and Windows (tried Windows 7 and Windows XP sp3) and could not make it work. All computers are behind Airport Extreme. When I connected to internet directly (not through Airport), everything worked fine. While <a href="http://www.google.com/search?q=airport+pptp">googling</a> around, I found many posts referring to a <a href="http://discussions.apple.com/thread.jspa?messageID=4046689">lengthy post</a> describing to enable the default host on Airport base station. I had that configured already, so I was looking for solution elsewhere, since I just could not get the clients to connect. The error I was getting was &#8220;<code>PPTP received unexpected message type = 6699</code>&#8220;. And that error was printed in the log file after several <code>sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x4e583e74>
<pcomp> <accomp>]</code> messages.<br />
<img src="http://www.mihavalencic.com/wp-content/uploads/2011/01/Airport-extreme-config.png" alt="Airport-extreme-config" title="Airport-extreme-config" width="547" height="222" class="alignnone size-full wp-image-298" /><br />
Since &#8220;Default host&#8221; setting is sort of dangerous (if don&#8217;t use a firewall), I decided to turn it off and to check with tcpdump what goes on on the wire (maybe the /var/log/ppp.log isn&#8217;t telling me everything).<br />
To my surprise, PPTP connection was established successfully, so there is a hint for you: if you have problems establishing PPTP connection, try <strong>disabling</strong> the &#8220;Enable default host at&#8221; in your Airport configuration.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mihavalencic.com/2011/01/31/airport-extreme-and-pptp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netduino &#8211; the beginning</title>
		<link>http://www.mihavalencic.com/2011/01/20/netduino-beginning/</link>
		<comments>http://www.mihavalencic.com/2011/01/20/netduino-beginning/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 00:02:18 +0000</pubDate>
		<dc:creator>miha</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[Netduino]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[fritzing]]></category>
		<category><![CDATA[LED]]></category>

		<guid isPermaLink="false">http://www.mihavalencic.com/?p=279</guid>
		<description><![CDATA[I&#8217;ve received Netduino Plus yesterday. After playing with the on-board LED and button switch, I tried something else today. Since I don&#8217;t have a background in electronics, I googled a bit, asked around and connected LED, a couple of resistors and a transistor (BC108C) to control the external LED with the digital output of a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mihavalencic.com/wp-content/uploads/2011/01/netduino.jpg"><img src="http://www.mihavalencic.com/wp-content/uploads/2011/01/netduino.jpg" alt="netduino" title="netduino" width="359" height="270" class="alignnone size-full wp-image-286" /></a><br />
I&#8217;ve received <a href="http://www.netduino.com/netduinoplus/specs.htm">Netduino Plus</a> yesterday. After playing with the on-board LED and button switch, I tried something else today. Since I don&#8217;t have a background in electronics, I googled a bit, asked around and connected LED, a couple of resistors and a transistor (BC108C) to control the external LED with the digital output of a Netduino.<br />
The project goal is simple enough for a seasoned electronics guy, but for me, it is quite a challenge:</p>
<ul>
<li>Function as a <a href="http://www.eberle.de/product.aspx?id=2340">regular thermostat</a></li>
<li>Which can be controlled remotely via SMS as well:
<ul>
<li>to check current temperature on location</li>
<li>to set desired temperature on location</li>
<li>to switch power on or off for the oil boiler (heating furnace) and water pumps</li>
<li>to alert via SMS when the temperature drops below a defined threshold</li>
</ul>
</li>
</ul>
<p>The <a href="http://www.netduino.com">Netduino</a>/<a href="http://www.arduino.cc/">Arduino</a> boards are  amazing in that they offer a high level language to control them and create your stuff. You can develop &#038; debug with Visual Studio in case of Netduino boards using the familiar interface and software development skills. There are <a href="http://www.sparkfun.com/categories/103">tons of shields</a> (addons, plugins) available for those boards as well. I&#8217;m planning on integrating real time clock, digital temperature sensor and a cellular shield (GSM functionality) and a graphical LCD next. Baby steps.</p>
<h2>So, how did I wire the external LED?</h2>
<p>First, I had to learn some basics:</p>
<ol>
<li>You have to limit current for the LED, otherwise it will burn</li>
<li>You have to drop the voltage, or the LED will burn</li>
</ol>
<p>You can limit current by using resistors. I used the 5V pin on the Netduino, and LED needs only 2.5V, so I had to halve the voltage and limit current at the same time. You can do this simply by using two resistors. Smart people call this <a href="http://en.wikipedia.org/wiki/Voltage_divider">voltage divider</a>. First, I calculated the maximum current that is allowed for the LED, and that is 20mA. Given the 5V voltage and formula V = R*I, the resistor comes out to 5V / 0.02A = 250&#8486; (Ohm). Given that, I now needed to lower the voltage, which in my case is simple. The formula for voltage divider is Vout = Vin * R1 / (R1 + R2). Now that I know that R1 + R2 should be 250&#8486; it is easy to calculate that R1 = R2 = 125 Ohm. I actually used 120&#8486; resistors as I didn&#8217;t have 125&#8486; ones.<br />
So, the LED was lit, but I wanted to control it via software, so I needed a &#8220;switching&#8221; mechanism. I asked around used NPN transistor for that. I connected the LED output to collector of a transistor, and connected the emitor part of the transistor to ground. Now, we need to tell the transistor to &#8220;open up&#8221;. I figured I&#8217;ll just connect the digital output to base of transistor, but friendly guys on a Slovenian <a href="http://www.elektronik.si/phpBB2/viewtopic.php?t=24113">electronics forum suggested</a> that I use a resistor in between. So I did.<br />
The end result? A program, which turns the LED on whenever I press the button. The final schema looks something like this:<br />
<img src="http://www.mihavalencic.com/wp-content/uploads/2011/01/blinking_bb.png" alt="Blinking netduino with external LED" title="Blinking netduino with external LED" width="412" height="518" class="alignnone size-full wp-image-289" /><br />
This image was made with <a href="http://fritzing.org/">Fritzing</a> which looks like a very promising project as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mihavalencic.com/2011/01/20/netduino-beginning/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A truly amazing game</title>
		<link>http://www.mihavalencic.com/2010/01/16/a-truly-amazing-game/</link>
		<comments>http://www.mihavalencic.com/2010/01/16/a-truly-amazing-game/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 00:30:18 +0000</pubDate>
		<dc:creator>miha</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.mihavalencic.com/?p=256</guid>
		<description><![CDATA[I am by no means a gamer (don&#8217;t play, never did a lot (except for Tetris (the original one), The Incredible Machine, and maybe something else) but was fascinated by Crayon Physics Deluxe. I&#8217;ve been setting up my father&#8217;s and my sister&#8217;s computer (they&#8217;ve bought themselves an MSI multi-touch all-in-one PC AE2220M) and found an [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://crayonphysics.com/"><img class="alignnone size-full wp-image-257" title="crayon-physics" src="http://www.mihavalencic.com/wp-content/uploads/2010/01/crayon-physics.png" alt="crayon-physics" width="550" height="272" /></a></p>
<p>I am by no means a gamer (don&#8217;t play, never did a lot (except for <a href="http://en.wikipedia.org/wiki/Tetris">Tetris</a> (the original one), <a href="http://en.wikipedia.org/wiki/The_Incredible_Machine">The Incredible Machine</a>, and maybe something else) but was fascinated by Crayon Physics Deluxe. I&#8217;ve been setting up my father&#8217;s and my sister&#8217;s computer (they&#8217;ve bought themselves an <a href="http://eu.msi.com/index.php?func=proddesc&amp;maincat_no=654&amp;cat2_no=666&amp;prod_no=1933">MSI multi-touch all-in-one PC AE2220M</a>) and found an interesting application in the <a href="http://www.youtube.com/results?search_query=windows+7+touch+pack+blackboard">Windows 7 Touch Pack: Blackboard</a>. It reminded me of <a href="http://en.wikipedia.org/wiki/The_Incredible_Machine">The Incredible Machine</a>, a DOS-based game in the early nineties. Refreshing the fond memories of TIM, I read the Wikipedia article about it, where I saw the game <a href="http://crayonphysics.com/">Crayon Physics Deluxe</a> mentioned. When I saw the demo (the video recording), I downloaded a trial and bought the game. I do own <a href="http://www.wacom.com/bamboo/bamboo_fun.php">a tablet</a>, and I&#8217;m testing it on my kids tomorrow (they are not allowed to work computer otherwise).</p>
<p><span id="more-256"></span>With regards to the multi-touch all-in-one PC: it is solid built, the sound is not so great, and the keyboard is too small for my taste and feels very plastic &#8212; it is wireless, on the other hand. Otherwise, it&#8217;s quite good consireding the price (720 EUR + VAT), sporting a dual core CPU, 4GB of RAM and 640GB of hard disk space. A quality keyboard would&#8217;ve made the difference, in my opinion, since the rest of the computer feels quite solid.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mihavalencic.com/2010/01/16/a-truly-amazing-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kdaj je bolha.com postala plačljiva?</title>
		<link>http://www.mihavalencic.com/2010/01/13/kdaj-je-bolha-com-postala-placljiva/</link>
		<comments>http://www.mihavalencic.com/2010/01/13/kdaj-je-bolha-com-postala-placljiva/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 17:01:22 +0000</pubDate>
		<dc:creator>miha</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.mihavalencic.com/?p=253</guid>
		<description><![CDATA[Presenečen sem danes ugotovil, da je na bolha.com le nekaj rubrik brezplačnih. Za precej rubrik pa zahtevajo plačilo. Prodajam (po zelo ugodni ceni!) PVC okna in vrata, ki sem jih odstranil ob adaptaciji hiše&#8230; Očitno bom dal pač oglas na Pod svojo streho. Sicer, če koga zanima, ali pozna koga ki bi to rabil, gre [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mihavalencic.com/wp-content/uploads/2010/01/PVC-Okna-in-balkonska-vrata.jpg"><img class="alignleft size-thumbnail wp-image-254" title="PVC-Okna-in-balkonska-vrata" src="http://www.mihavalencic.com/wp-content/uploads/2010/01/PVC-Okna-in-balkonska-vrata-150x150.jpg" alt="PVC-Okna-in-balkonska-vrata" width="150" height="150" /></a>Presenečen sem danes ugotovil, da je na <a href="http://bolha.com">bolha.com</a> le nekaj rubrik brezplačnih. Za precej rubrik pa zahtevajo plačilo. Prodajam (po zelo ugodni ceni!) PVC okna in vrata, ki sem jih odstranil ob adaptaciji hiše&#8230; Očitno bom dal pač oglas na <a href="http://www.podsvojostreho.net">Pod svojo streho</a>. Sicer, če koga zanima, ali pozna koga ki bi to rabil, gre za kvaliteten PVC profil (jaz drugod po hiši še vedno imam ostala okna) in termopan (k=1.1) stekla. Dimenzije: balkonska vrata (višina: 224cm, širina 100cm) in dve okni (višina: 140cm, širina 210cm).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mihavalencic.com/2010/01/13/kdaj-je-bolha-com-postala-placljiva/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BleedingEdge 2009</title>
		<link>http://www.mihavalencic.com/2009/10/01/bleedingedge-2009/</link>
		<comments>http://www.mihavalencic.com/2009/10/01/bleedingedge-2009/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 15:06:09 +0000</pubDate>
		<dc:creator>miha</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.mihavalencic.com/?p=242</guid>
		<description><![CDATA[Hvala vsem ki ste se udeležili predavanj. Menim da smo odprli nekaj zanimivih vprašanj, ki jih velja dobro razmisliti pri naslednjih projektih. Prezentacija predavanja z naslovom &#8220;Kako z velikimi&#8221; je na voljo za &#8220;dolvleko&#8221;.]]></description>
			<content:encoded><![CDATA[<p>Hvala vsem ki ste se udeležili predavanj. Menim da smo odprli nekaj zanimivih vprašanj, ki jih velja dobro razmisliti pri naslednjih projektih. Prezentacija predavanja z naslovom <a title="Prezentacija" href="/wp-content/uploads/2009/10/Kako-z-velikimi.zip">&#8220;Kako z velikimi&#8221; je na voljo za &#8220;dolvleko&#8221;</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mihavalencic.com/2009/10/01/bleedingedge-2009/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Prodajamo stanovanje</title>
		<link>http://www.mihavalencic.com/2009/08/24/prodajamo-stanovanje/</link>
		<comments>http://www.mihavalencic.com/2009/08/24/prodajamo-stanovanje/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 18:51:20 +0000</pubDate>
		<dc:creator>miha</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.mihavalencic.com/?p=229</guid>
		<description><![CDATA[Prodamo stanovanje v Spodnji Šiški.]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="/wp-content/uploads/2009/08/20090824-0758-150x150.jpg" alt="Nase stanovanje" width="150" height="150" align="left" /> Odločili smo se za prodajo našega ljubega stanovanja v Spodnji Šiški. Več si lahko preberete na <a href="/sarmantno-stanovanje/">strani namenjeni stanovanju</a>.</p>
<p>Stanovanje smo vmes že prodali. <img src='http://www.mihavalencic.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mihavalencic.com/2009/08/24/prodajamo-stanovanje/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change collation of a database</title>
		<link>http://www.mihavalencic.com/2009/08/04/change-collation-of-a-database/</link>
		<comments>http://www.mihavalencic.com/2009/08/04/change-collation-of-a-database/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 18:02:28 +0000</pubDate>
		<dc:creator>miha</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.mihavalencic.com/?p=213</guid>
		<description><![CDATA[This is mostly a &#8220;note to self&#8221;. If you receive &#8220;The database could not be exclusively locked to perform the operation.&#8221; error message, you have to put the DB in the single user mode, then change the collation. Here&#8217;s how to do it: USE MASTER GO ALTER DATABASE moovme SET SINGLE_USER WITH ROLLBACK IMMEDIATE ALTER [...]]]></description>
			<content:encoded><![CDATA[<p>This is mostly a &#8220;note to self&#8221;. If you receive &#8220;The database could not be exclusively locked to perform the operation.&#8221; error message, you have to put the DB in the single user mode, then change the collation. Here&#8217;s how to do it:</p>
<pre>USE MASTER
GO

ALTER DATABASE moovme SET SINGLE_USER WITH ROLLBACK IMMEDIATE
ALTER DATABASE moovme COLLATE Slovenian_CI_AS
ALTER DATABASE moovme SET MULTI_USER
GO</pre>
<p>Hope that helps anyone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mihavalencic.com/2009/08/04/change-collation-of-a-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prezentacija ASP.NET MVC &#8211; NTK 09</title>
		<link>http://www.mihavalencic.com/2009/05/27/prezentacija-aspnet-mvc-ntk-09/</link>
		<comments>http://www.mihavalencic.com/2009/05/27/prezentacija-aspnet-mvc-ntk-09/#comments</comments>
		<pubDate>Wed, 27 May 2009 09:20:41 +0000</pubDate>
		<dc:creator>miha</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.mihavalencic.com/?p=185</guid>
		<description><![CDATA[Hvala vsem ki ste prišli na predavanje. Tukaj se nahaja powerpoint prezentacija s predavanja ASP.NET MVC. Upam da ste izpolnili vprašalnike.]]></description>
			<content:encoded><![CDATA[<p>Hvala vsem ki ste prišli na predavanje. <a href="/wp-content/uploads/2009/05/aspnet-mvcpptx.zip">Tukaj</a> se nahaja powerpoint prezentacija s predavanja ASP.NET MVC. Upam da ste izpolnili vprašalnike.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mihavalencic.com/2009/05/27/prezentacija-aspnet-mvc-ntk-09/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

