<?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; software</title>
	<atom:link href="http://www.mihavalencic.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mihavalencic.com</link>
	<description>Solving IT Challenges</description>
	<lastBuildDate>Tue, 30 Mar 2010 13:01:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQL Server and conversion of local character</title>
		<link>http://www.mihavalencic.com/2009/11/20/sql-server-and-conversion-of-local-character/</link>
		<comments>http://www.mihavalencic.com/2009/11/20/sql-server-and-conversion-of-local-character/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 17:10:50 +0000</pubDate>
		<dc:creator>miha</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.mihavalencic.com/?p=250</guid>
		<description><![CDATA[I&#8217;ve had this problem for the second time yesterday. I&#8217;ve had this problem once before, but I could not remember how I solved it then. The situation: Application developed and tested on a local Windows Server 2008, MS SQL Server 2008. I deployed the application on a hosted server with SQL Server 2008 Express. The [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had this problem for the second time yesterday. I&#8217;ve had this problem once before, but I could not remember how I solved it then. The situation: Application developed and tested on a local Windows Server 2008, MS SQL Server 2008. I deployed the application on a hosted server with SQL Server 2008 Express. The OS is WS2008 R2. I noticed, that I was missing slovene characters, but just one of them. A letter č (c with caret). I tested the local installation, and everything was fine. I opened SQL Server Management studio, and tried to enter slovene characters there. I typed čšž, submitted the query, and what got insterted was cšž. (notice that č was being converted on the fly to c). What is weird is, that this is happening on a hosted machine, and not on my local machine &#8212; although both machines use English as a default language.</p>
<p>Since I&#8217;ve had this problem before, and I discussed it with <a href="http://blogs.solidq.com/EN/dsarka/default.aspx">Dejan</a>, I started digging through all of my email correspondence with Dejan, but could not find anything. I checked and changed the collation of a database, still nothing. My best friend, Google, was of no help either. It then struck me. <a href="http://msdn.microsoft.com/en-us/library/aa258242%28SQL.80%29.aspx">Varchar</a>. It is <strong>non-unicode</strong> data type. nvarchar is of course, what was needed to fix the problem. It is intriguing though, that all of the other Slovene characters work, but c with caret (č) does not get corrupt as one would expect, but gets converted to c.</p>
<p>A lesson learned, is a lesson earned, I guess. This post is here to remind of this situation next time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mihavalencic.com/2009/11/20/sql-server-and-conversion-of-local-character/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>After YSlow, now Page Speed from Google</title>
		<link>http://www.mihavalencic.com/2009/06/05/after-yslow-now-page-speed-from-google/</link>
		<comments>http://www.mihavalencic.com/2009/06/05/after-yslow-now-page-speed-from-google/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 21:36:36 +0000</pubDate>
		<dc:creator>miha</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.mihavalencic.com/?p=191</guid>
		<description><![CDATA[Page Speed is an YSlow alternative for testing and optimizing websites. I tested it only briefly on Firefox 3.5b4 (officialy, it does not support beta Firefox releases, but you can always unpack the XPI and change the maxversion attribute.
Both YSlow and Page Speed require the excellent Firebug extension, which is an essential tool for web [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/speed/page-speed/">Page Speed</a> is an <a href="http://developer.yahoo.com/yslow/">YSlow</a> alternative for testing and optimizing websites. I tested it only briefly on Firefox 3.5b4 (officialy, it does not support beta Firefox releases, but you can always unpack the XPI and change the <em>maxversion</em> attribute.</p>
<p>Both YSlow and Page Speed require the excellent Firebug extension, which is an essential tool for web developers. If you don&#8217;t know YSlow or Page Speed yet, now is the time to get acquainted.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mihavalencic.com/2009/06/05/after-yslow-now-page-speed-from-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC &#8211; NTK 09 demos</title>
		<link>http://www.mihavalencic.com/2009/06/02/aspnet-mvc-ntk-09-demos/</link>
		<comments>http://www.mihavalencic.com/2009/06/02/aspnet-mvc-ntk-09-demos/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 07:22:11 +0000</pubDate>
		<dc:creator>miha</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[ntk]]></category>

		<guid isPermaLink="false">http://www.mihavalencic.com/?p=188</guid>
		<description><![CDATA[Attached, you can find a couple of ASP.NET MVC demos which demo:

ajax views
route debugging
menulink helper
error handling (controllers, views, customization)
different view results (RSS view result among them)
model binding
custom controller factory with a simple Autofac dependency injection demo
custom view engine (showing how mobile pages can be served by using MDBF) and
client &#38; server side validation using the [...]]]></description>
			<content:encoded><![CDATA[<p>Attached, you can find a couple of <a href="http://www.asp.net/mvc">ASP.NET MVC</a> demos which demo:</p>
<ul>
<li>ajax views</li>
<li>route debugging</li>
<li>menulink helper</li>
<li>error handling (controllers, views, customization)</li>
<li>different view results (RSS view result among them)</li>
<li>model binding</li>
<li>custom controller factory with a simple <a href="http://code.google.com/p/autofac/">Autofac</a> dependency injection demo</li>
<li>custom view engine (showing how mobile pages can be served by using <a href="http://mdbf.codeplex.com/">MDBF</a>) and</li>
<li>client &amp; server side validation using the interesting <a href="http://www.codeplex.com/xval">xVal</a> framework.</li>
</ul>
<p><a title="NTK ASP.NET MVC demos" href="/wp-content/uploads/2009/06/aspnet-mvc-ntk-demos.zip">Get all demos in one zip archive</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mihavalencic.com/2009/06/02/aspnet-mvc-ntk-09-demos/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>It&#039;s late and I have a new theme</title>
		<link>http://www.mihavalencic.com/2009/05/08/its-late-and-i-have-a-new-theme/</link>
		<comments>http://www.mihavalencic.com/2009/05/08/its-late-and-i-have-a-new-theme/#comments</comments>
		<pubDate>Thu, 07 May 2009 23:09:19 +0000</pubDate>
		<dc:creator>miha</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[old]]></category>

		<guid isPermaLink="false">http://www.mihavalencic.com/?p=169</guid>
		<description><![CDATA[I guess the old blue theme was looong overdue, so I decided to change it. It took longer than expected, but here we are. I don&#8217;t know about &#8220;better&#8221;, but it is definitely different. And that&#8217;s a good thing.
On a related note, I do like the new Wordpress 2.7 administration interface.
]]></description>
			<content:encoded><![CDATA[<div id="attachment_170" class="wp-caption alignnone" style="width: 510px"><img class="size-full wp-image-170   " title="old-www-mihavalencic-com" src="http://www.mihavalencic.com/wp-content/uploads/2009/05/old-www-mihavalencic-com.png" alt="Old design" width="500" height="214" /><p class="wp-caption-text">Old design</p></div>
<p>I guess the old blue theme was looong overdue, so I decided to change it. It took longer than expected, but here we are. I don&#8217;t know about &#8220;better&#8221;, but it is definitely <strong>different</strong>. And that&#8217;s a good thing.</p>
<p>On a related note, I do like the new <a href="http://wordpress.org">Wordpress</a> 2.7 administration interface.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mihavalencic.com/2009/05/08/its-late-and-i-have-a-new-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X image viewer &#8211; Xee</title>
		<link>http://www.mihavalencic.com/2009/02/08/mac-os-x-image-viewer/</link>
		<comments>http://www.mihavalencic.com/2009/02/08/mac-os-x-image-viewer/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 21:24:08 +0000</pubDate>
		<dc:creator>miha</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.mihavalencic.com/?p=145</guid>
		<description><![CDATA[After using Windows operating systems for a long time (and still am), I&#8217;ve assembled my own utility toolset that got installed on every Windows machine I used. With regards to photo viewing, I was faithful to IrfanView for fast, random photo viewing and otherwise used IMatch, Lightroom and Photoshop for more advanced tasks.
On Mac OS [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" title="xee_icon" src="http://www.mihavalencic.com/wp-content/uploads/2009/02/xee_icon.png" alt="" width="64" height="64" />After using Windows operating systems for a long time (and still am), I&#8217;ve assembled my own utility toolset that got installed on every Windows machine I used. With regards to photo viewing, I was faithful to <a href="http://www.irfanview.com/">IrfanView</a> for fast, random photo viewing and otherwise used <a href="http://www.photools.com/">IMatch</a>, <a href="http://www.adobe.com/products/photoshoplightroom/">Lightroom</a> and <a href="http://www.adobe.com/products/photoshop/">Photoshop</a> for more advanced tasks.</p>
<p>On Mac OS X, there is Quicklook (just press spacebar on an image), then there is the Preview, but neither is well suited for ordinary photo viewing, where you sometimes crop an image and convert it to another format. IPhoto wants to import images and is most importantly not fast for viewing a single images now and then (or a folder of images). So, I found <a title="Xee" href="http://wakaba.c3.cx/s/apps/xee.html">Xee</a>, which seems great so far.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mihavalencic.com/2009/02/08/mac-os-x-image-viewer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMWare Fusion and Windows Server 2008</title>
		<link>http://www.mihavalencic.com/2009/01/26/vmware-fusion-and-windows-server-2008/</link>
		<comments>http://www.mihavalencic.com/2009/01/26/vmware-fusion-and-windows-server-2008/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 22:05:07 +0000</pubDate>
		<dc:creator>miha</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.mihavalencic.com/?p=140</guid>
		<description><![CDATA[After I migrated VirtualBox images to VMWare&#8217;s VMDK format, I noticed that Windows Server 2008 takes much longer to boot in VMWare Fusion (2.0.1) than in VirtualBox. As I was swamped with work, I didn&#8217;t have time to investigate. I was using a MacBook at the time.
Now, on my shiny new iMac, it was still [...]]]></description>
			<content:encoded><![CDATA[<p>After I migrated <a href="http://www.virtualbox.org/">VirtualBox</a> images to VMWare&#8217;s VMDK format, I noticed that Windows Server 2008 takes much longer to boot in <a href="http://www.vmware.com/products/fusion/">VMWare Fusion</a> (2.0.1) than in VirtualBox. As I was swamped with work, I didn&#8217;t have time to investigate. I was using a MacBook at the time.</p>
<p>Now, on my shiny new iMac, it was still booting slow &#8211; now this just didn&#8217;t feel right. I noticed in the <a href="http://www.vmware.com/support/fusion2/doc/releasenotes_fusion_201.html">release notes</a> that this issue can be worked around by converting the image back to hardware format 6 (whatever that means). And lo and behold, it boots really fast now. Go to Virtual Machine menu and choose <strong>Downgrade Virtual Machine</strong> and you&#8217;ll be set. Hope that helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mihavalencic.com/2009/01/26/vmware-fusion-and-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC and TDD: BleedingEdge presentation</title>
		<link>http://www.mihavalencic.com/2008/10/03/aspnet-mvc-and-tdd-bleedingedge-presentation/</link>
		<comments>http://www.mihavalencic.com/2008/10/03/aspnet-mvc-and-tdd-bleedingedge-presentation/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 12:58:53 +0000</pubDate>
		<dc:creator>miha</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[BleedingEdge]]></category>

		<guid isPermaLink="false">http://www.mihavalencic.com/?p=124</guid>
		<description><![CDATA[
Uspešna konferenca BleedingEdge 2008 je za nami. Hvala organizatorjem! Meni se zdi, da se je vse skupaj odlično obneslo. Hvala poslušalcem predavanja &#8212; čeprav je bilo težko poslušati takoj po kosilu.
Obljubil sem prezentacijo in pa tudi celotno aplikacijo. Vse skupaj se nahaja v paketu na koncu. Na konferenci je bilo tudi precej vprasanj na temo [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.mihavalencic.com/wp-content/uploads/2008/10/appscreenshot_small.jpg" alt="PhotoShare BleedingEdge application" /><br />
Uspešna konferenca <a href="http://www.bleedingedge.si/">BleedingEdge</a> 2008 je za nami. Hvala organizatorjem! Meni se zdi, da se je vse skupaj odlično obneslo. Hvala poslušalcem predavanja &#8212; čeprav je bilo težko poslušati takoj po kosilu.</p>
<p>Obljubil sem prezentacijo in pa tudi celotno aplikacijo. Vse skupaj se nahaja v paketu na koncu. Na konferenci je bilo tudi precej vprasanj na temo TDD in ASP.NET, pa jih bom nekaj zapisal na tem mestu, hkrati z odgovori:</p>
<p>Vpr: <strong>Ali je ASP.NET MVC aplikacije nujno tudi testirati?</strong><br />
Odg: Ne. ASP.NET MVC aplikacije <em>omogočajo</em> dobro testiranje web aplikacij (kar ne drži pri WebForms aplikacijah), nujno jih pa ni testirati.</p>
<p>Vpr: <strong>Ali lahko v ASP.NET MVC aplikaciji uporabljam kontrolnike kot so GridView in podobni?</strong><br />
Odg: Lahko, vendar v večini primerov razen prvega pogleda ne bodo delovale, saj ne deluje &#8220;postback&#8221; mehanizem, ki je itak &#8220;evil&#8221;. Lahko pa uporabljate kontrolnike prilagojene za ASP.NET MVC (poglejte katere metode so na voljo na HtmlHelper objektu kot &#8220;extension&#8221; metode), lahko uporabljate posebne javascript knjižnice, <em>menda</em> pa cel set teh knjižnic pripravlja tudi Microsoft. Vsekakor pa si oglejte tudi projekt <a href="http://www.asp.net/dynamicdata/" target="_blank"><strong>Dynamic Data</strong></a>, ki je namenjen &#8220;scaffoldingu&#8221; administracijskih vmesnikov, ki so namenjeni osnovnim CRUD operacijam. Predlagam, da si ogledate <a href="http://blogs.msdn.com/davidebb/">Davidov </a>kratek <a href="http://download.microsoft.com/download/5/D/1/5D113D2D-571C-4EDD-9C1C-59BC0E6981F6/WinVideo-2007-12-08%20Dynamic%20Data.wmv">screencast </a>na to temo. Screencast je sicer že &#8220;star&#8221;, amapk boste po mojem dobili dober občutek. Na internetu se pojavlja vse več &#8220;client side&#8221; kontrolnikov in tudi <a href="http://weblogs.asp.net/scottgu/archive/2008/09/28/jquery-and-microsoft.aspx">distribucija jQuery javascript</a> ogrodja hkrati z ASP.NET MVC nakazuje prihodnje trende, da se bo veliko stvari zgodilo na klientu samem. Že danes pa lahko uporabljate knjižnjice kot je <a href="http://developer.yahoo.com/yui/datatable/">YUI DataTable</a>.</p>
<p>Vpr: <strong>Ali je ASP.NET MVC ogrodje primerno za velike web aplikacije?</strong><br />
Odg: Vsekakor. Največjo prednost dejansko pridobimo pri velikih aplikacij, vkolikor imamo funkcionalnosti aplikacije pokrite s testi. Tako lahko <em>brez skrbi</em> da bi pokvarili obstoječo funkcionalnost dodajamo nove funkcionalnosti v aplikacijo, hkrati pa preverjamo ali so vsi naši testi zeleni.</p>
<p>Vpr: <strong>Ali razvoj spletne aplikacije z ogrodjem ASP.NET MVC traja dalj časa?</strong><br />
Odg: Ne! Enako, ali celo manj časa, sama koda pa je bolj strukturirana in večkrat pouporabljena.</p>
<h2>Take-away points</h2>
<ul>
<li>ASP.NET MVC je zgolj opcija. Alternativa obstoječim tehnologijam. <a href="http://www.hanselman.com/blog/PlugInHybridsASPNETWebFormsAndASPMVCAndASPNETDynamicDataSideBySide.aspx">Ne verjameš</a>?</li>
<li>TDD je zgolj opcija. Če ne potrebujete testiranja (??) ali gre za &#8220;quick and dirty&#8221; job, je ravno tako OK</li>
<li>System.Web.Routing nam pomaga, da nimamo &#8220;zapečenih&#8221; URLjev v naših aplikacijah</li>
<li>Kadar je možno, uporabljamo &#8220;strong-typed&#8221; alternative za kreiranje URL naslovov (primer je Photo.master, vrstica 40)</li>
<li>Tehnologija se še blazno razvija, zato je vaš <a href="http://forums.asp.net/1146.aspx">feedback</a> dragocen.</li>
</ul>
<p>Prezentacija je vključena v <a title="PhotoShare ASP.NET MVC application" href="/software/BleedingEdge/PhotoShare2008.zip">paketu</a>, skupaj z aplikacijo. Za uspešen zagon potrebujete:</p>
<ul>
<li>ASP.NET 3.5 (menim da MVC ni potrebno namestiti, saj so zbiri že vključeni v aplikaciji &#8212; če slučajno ni tako, dobite MVC Preview 5 na <a title="MVC Preview 5 download" href="http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=16775#ReleaseFiles">codeplexu</a>.</li>
<li>SQL Server Express (baze se bodo &#8220;attachale&#8221;) same</li>
<li>v web.config datoteki morate nastaviti pod to &#8220;<strong>MediaRepository</strong>&#8221; direktorija (appSettings element)</li>
<li>če želite poganjati teste tudi na SQL strežniku (zadnji SqlPhotoShareRepositoryTest), morate v app.config datoteki v <strong>testnem</strong> projektu nastaviti pot do baze</li>
</ul>
<p><a href="/software/BleedingEdge/PhotoShare2008.zip"><strong>Download!!</strong></a></p>
<p>Dodatna vprašanja lahko zastavite kot komentarje tukaj, ali direkt preko e pošte (<strong>miha </strong>pika <strong>valencic </strong>afna <strong>gmail </strong>pika <strong>com</strong>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mihavalencic.com/2008/10/03/aspnet-mvc-and-tdd-bleedingedge-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://download.microsoft.com/download/5/D/1/5D113D2D-571C-4EDD-9C1C-59BC0E6981F6/WinVideo-2007-12-08%20Dynamic%20Data.wmv" length="60394780" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>ASP.NET MVC Preview 5 and HandleError attribute</title>
		<link>http://www.mihavalencic.com/2008/09/30/aspnet-mvc-preview-5-and-handleerror-attribute/</link>
		<comments>http://www.mihavalencic.com/2008/09/30/aspnet-mvc-preview-5-and-handleerror-attribute/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 06:52:42 +0000</pubDate>
		<dc:creator>miha</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.mihavalencic.com/?p=122</guid>
		<description><![CDATA[If you are wondering why you are not seeing the &#8220;custom error page&#8221; you&#8217;ve set up in your Views, it might be because you have not set the &#60;customErrors&#62; section of the web.config file. This was changed between Preview 4 and Preview 5. I guess it makes sense&#8230;
]]></description>
			<content:encoded><![CDATA[<p>If you are wondering why you are not seeing the &#8220;custom error page&#8221; you&#8217;ve set up in your Views, it might be because you have not set the &lt;customErrors&gt; section of the web.config file. This was changed between Preview 4 and Preview 5. I guess it makes sense&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mihavalencic.com/2008/09/30/aspnet-mvc-preview-5-and-handleerror-attribute/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dynamic languages for dynamic applications</title>
		<link>http://www.mihavalencic.com/2008/09/26/dynamic-languages-for-dynamic-applications/</link>
		<comments>http://www.mihavalencic.com/2008/09/26/dynamic-languages-for-dynamic-applications/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 19:41:11 +0000</pubDate>
		<dc:creator>miha</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.mihavalencic.com/?p=116</guid>
		<description><![CDATA[Na SLODUG srečanju sem predstavil koncept Microsoft DLR in primer aplikacije, ki izkorišča DLR v t.i. &#8220;hosting&#8221; scenariju in izvaja python kodo (s pomočjo IronPython-a) v kontekstu Windows Forms aplikacije. Obljubil sem vam tudi aplikacijo (pomembno: za prevajanje aplikacije potrebujete IronPython 2.0 b4), zraven pa prilagam še prezentacijo. Na koncu prezentacije so naštete tudi povezave [...]]]></description>
			<content:encoded><![CDATA[<p>Na <a href="http://slodug.si/blogs/system/archive/2008/09/01/sre-anje-18-9.aspx">SLODUG srečanju</a> sem predstavil koncept Microsoft DLR in primer aplikacije, ki izkorišča DLR v t.i. &#8220;hosting&#8221; scenariju in izvaja python kodo (s pomočjo <a href="http://www.codeplex.com/IronPython">IronPython</a>-a) v kontekstu Windows Forms aplikacije. Obljubil sem vam tudi <a href="http://www.mihavalencic.com/wp-content/uploads/2008/09/winformshostingpy.zip">aplikacijo</a> (<strong>pomembno</strong>: za prevajanje aplikacije potrebujete <a href="http://www.codeplex.com/IronPython/Release/ProjectReleases.aspx?ReleaseId=14353">IronPython 2.0 b4</a>), zraven pa prilagam še <a href="http://www.mihavalencic.com/wp-content/uploads/2008/09/dynlangfordynapps.pptx">prezentacijo</a>. Na koncu prezentacije so naštete tudi povezave na zanimive strani povezane z DLR in dinamičnimi jeziki. Definitivno pa si oglejte tudi <a href="http://www.hanselman.com/blog/TheWeeklySourceCode11LOLCodeDLREdition.aspx">LOLCODE </a>primerček.</p>
<p>Po predavanju smo govorili še o dinamičnih in funkcionalnih (funkcijskih?) jezikih, kjer smo načeli precej zanimivih tem. Morda pa bo naslednjič kdo predstavil <a href="http://msdn.microsoft.com/en-us/fsharp/default.aspx">F#</a> ali kateri drugi funkcijski jezik z vsemi njegovimi prednostmi.</p>
<p>Nisem pozabil, da sem nekaterim omenil, da napišem primerček, kako lahko aplikacija, brez da bi definirala nek poseben plugin vmesnik (Interface) izvaja dinamične skripte (IronRuby, IronPython, Javascript, LOLCODE?), ki delujejo z (ali uporabljajo, razširjajo&#8230;) &#8220;neznane&#8221; plugine. Primerček pride bo <a href="http://www.bleedingedge.si/">BleedingEdge</a> konferenci!</p>
<p><a href="http://www.mihavalencic.com/wp-content/uploads/2008/09/winformshostingpy.zip"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mihavalencic.com/2008/09/26/dynamic-languages-for-dynamic-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User-Agent history</title>
		<link>http://www.mihavalencic.com/2008/09/09/user-agent-history/</link>
		<comments>http://www.mihavalencic.com/2008/09/09/user-agent-history/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 20:52:28 +0000</pubDate>
		<dc:creator>miha</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.mihavalencic.com/?p=113</guid>
		<description><![CDATA[Via Andrea, comes a funny article. A must read for web/mobile developers.
]]></description>
			<content:encoded><![CDATA[<p>Via <a href="http://blog.trasatti.it/">Andrea</a>, comes a funny <a href="http://www.webaim.org/blog/user-agent-string-history/">article</a>. A must read for web/mobile developers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mihavalencic.com/2008/09/09/user-agent-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
