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…
Deciphering SQL Server Field Length for N types
N types are used for implementing double-byte character sets. This is sometimes used in designed consideration. This can be quite confusing as the SQL Server Management Studio can be misleading or a…
Outlook signature files
Ever wanted to know where your Outlook signature files go in Windows Vista or 7? C:Users<USERNAME>AppDataRoamingMicrosoftSignatures Enjoy! Technorati Tags: outlook,productivity,windows,backup
Mission: delegates
Wanted to do a refresher on delegates before learning more about LINQ delegate void Callback(); void Main() { MakeRequest(AfterRequest2); } private void MakeRequest(Callback callback) { "Request Made".Dump(); callback(); }…
Windows 2008 SMTP Logging
Requires that you install the ODBC logging module. This is done via the server manager. You need to the “ODBC Logging” Role Service for IIS. Technorati Tags: smtp,windows,debugging