The Official jQuery Podcast – Episode 30

Blog » The Official jQuery Podcast – Episode 30 – Chris Coyier

Posted July 30th, 2010 by Ralph WhitbeckIn our 30th episode, we talk with Chris Coyier of CSS-Tricks. Chris also works for Wufoo, an online form builder service.  Chris talks about his inspiration for writing for CSS-Tricks and we look at his jQuery snippets, freebies and screen casts.  We learn what Wufoo is and talk about the new API for Wufoo.  Chris shows us the new Wufoo jQuery API Wrapper and we talk about  the choice of putting the plugin on the jQuery namespace verses making it its own global object.  Finally, we talk about how designers and developers responsibilities are becoming more blurred as it evolves and changes.
You can subscribe to the show in iTunes or via the raw RSS feed or you can download the MP3.

Tutorial ClickOnce

The easy way to deploy the .Net applications

In 2007 i wrote a tutorial about ClickOnce technology.  I try many time to put it on the web, but the format was to “complexe” to be only copy-paste.  Recently some reader ask me to re-work the formatting…
So here it is I just put it as a pdf.
I hope you like it…

Tutorial ClickOne (PDF)


~Franky

Introducing “Razor” – a new view engine for ASP.NET - ScottGu's Blog

Introducing “Razor” – a new view engine for ASP.NET - ScottGu's Blog: "Introducing “Razor” – a new view engine for ASP.NET

One of the things my team has been working on has been a new view engine option for ASP.NET.

ASP.NET MVC has always supported the concept of “view engines” – which are the pluggable modules that implement different template syntax options. The “default” view engine for ASP.NET MVC today uses the same .aspx/.ascx/.master file templates as ASP.NET Web Forms. Other popular ASP.NET MVC view engines used today include Spark and NHaml.

The new view-engine option we’ve been working on is optimized around HTML generation using a code-focused templating approach. The codename for this new view engine is “Razor”, and we’ll be shipping the first public beta of it shortly." [...]