This is actually quite a useful solution. The goal here is to use the same resource file for client and server side coding, while also utilizing the “Culture” awareness of .NET that…
Category: none
Reinstalling WCF on Windows
http://msdn.microsoft.com/en-us/library/ms732012.aspx Technorati Tags: wcf,debugging
PartialView: Why?
There are several cases where you would want to break down your view into several small components. One use case that I am working with right now, is I have a multi-lingual…
Reverse Proxying With IIS7
There are some really nice modules to add on to IIS7. One of the them URL Rewrite. You can also set up a Reverse Proxying rule. This basically allows you to re-route…
Curvycorners.js with jQuery
Curvycorners.js is a great library that can add curvycorners to DOM elements. A lot of older browsers don’t support the CSS3 property to add “radius” to make them rounded (amongst other properties)….
jQuery is bundled w/VS2010
Both webforms and MVC have jquery 1.4.1 in the Scripts folder by default. Technorati Tags: aspnet,visual-studio,jquery
Flex Help
So I have officially delved into the world of Flash development recently. It took some time to configure Eclipse to work properly, but I got the Gannymede version from eclipse.org site to…
Decoupling CSS Files (Skinning)
It can be very useful to decouple CSS files from each other without reusing classes. In some cases you might want a designer to focus on handling the coloring items and not…
Cool Stuff Vol 2.
· Jquerypad attached (running against jquery 1.4.4, but you can modify the jquery.js that is being used) · Stylizer http://www.skybound.ca/ · Blue Beanie Day 2010 http://www.zeldman.com/2010/11/28/dont-forget-blue-beanie-day/ | check out my twitter profile…
Troubles installing Windows Live Essentials 2011
I faced some tough issues trying to install Windows Live Essentials. Even more so it feels good to blog as I haven’t written an entry in over a month. I have a…