-
Dear Slovenian developers and UI enthusiasts, mark your calendars for 8th of November 2011 as that’s the day we’re launching a new user group targeting the UI/UX professionals. SIUX – Slovenian UX User Group – a sister user group (or a Siamese twin group as we fondly call it ) of now years-running SLODUG...
Objavljeno v
Zunanji viri
,
Andrej Tozon's blog
ob
10-28-2011
Pripete označbe:
Pripete označbe: Software, Community, Silverlight, WPF, Tech, User Experience, general, WP7, Talks, Windows 8, WinRT, Metro
-
I’ve discussed Reactive Extensions with a few people after my Rx talk last week and thought I’d clear up some confusion by clarifying on this blog… One thing to know about Reactive Extensions is that simply going from pull model (enumerating) to push model (observing) doesn’t give you immediate background...
-
These are slides and demo from my talk on Reactive Extensions from Thursday’s Bleeding Edge conference: Slides | Demo code Thanks to all for attending the talk. tweetmeme_url = 'http://tozon.info/blog/post/2010/10/03/Bleeding-Edge-2010-Reactive-Extensions-Slides-and-Demo.aspx'; tweetmeme_source...
-
Na Microsoft smo v okviru Microsoft Innovation centra prejeli 5 računalnikov z funkcionalnostjo multitouch. Če ste podjetje, ki vas razvoj na multitouch platformi zanima in bi želeli svojo aplikacijo tudi preizkusiti na eni izmed naprav, nas lahko kontaktirate in dogovorimo se za posojo opreme za določen...
-
A few of my Silverlight articles were published on the SilverlightShow site this past two months. The first one is an introduction to Silverlight/(WPF)/Blend behaviors, where I create a Silverlight Halloween Sound Player without writing a single line of code – the application is composed entirely in...
-
I’m observing this really irritating trend with new software lately… I followed up on a couple of tweets today to try the new Silverlight application everyone was RT’ing of. Clicked on the link and the loading animation began. Seconds later, it… stopped. Huh? Then I noticed an icon in IE’s left bottom...
-
In my post -NTK09 conference blog post I mentioned one of my MVVM demos was about sharing a ViewModel between WPF , Silverlight and even Windows Forms application. I got a lot of requests for posting sample code online since then, which I intended to do earlier, but because the sample application code...
-
Windows 7 launch day was fun. I gave a talk on Expression tools (and related) – here’s the PowerPoint slide deck for those who asked for it: I used Expression Blend 3 to build a photo viewer application, which I’ll blog about later; key points here were designer-developer workflow + using sample data...
-
When taking about data validation in applications, I usually describe the validation as the five-stage process or, put differently, five lines of defense against invalid data. In this post, I’ll write about the first line of defense – preventing the user entering the wrong data. 1. Preventing invalid...
-
Microsoft Expression Blend 3 je orodje, namenjeno oblikovalcem za gradnjo privlačnih namiznih (WPF) ali spletnih, Silverlight aplikacij . Ker je dokaj novo orodje, je na začetku potrebna dodatna krivulja učenja, da lahko začnemo graditi smiselne in bogate aplikacije. Dosti razvijalcev in oblikovalcem...
-
Projekt Windows XP to Windows 7 je referenčna aplikacija, ki na enostaven način prikaže tehnične prednosti Windows 7, ki omogočajo razvijalcem preobrazbo njihovih aplikacij na Windows 7. Primer je zasnovan na pregledovalcu slik, WPF aplikaciji ki teče na XPjih. Isto aplikacijo lahko zaženete tudi na...
-
I’ve just started discovering Prism , mainly as a tool to help me use the MVVM with my apps. That said, by now, Prism proved itself with: Support for Commanding EventAggregator Unity integration Targeting both WPF and Silverlight EventAggregator is great for inter-VM communication, but only when subscribing...
-
Had 2 talks at this year’s NT Konferenca . The first one was about building LOB application with Silverlight, starting from what can we do today with v2 (run a short, 2 min video of a Silverlight 2 LOB app we’re going to be releasing within few weeks) and what’s coming with v3. The last part was about...
-
Our office nests at least two Futurama maniacs that will quote just about any line from the series, whether the quote is relevant to the current discussion or not. Triumphantly playing back the exact video clip is of course necessary. This little video player parses subtitle files, searches for matching...
-
Behaviors are not new in WPF / Silverlight world; it’s a common way of extending visual element’s behavior through the power of attached properties and everybody probably used one of these at least once in their projects. Now, there’s new Behaviors in town… I first learned about the behaviors in this...