Ryan Ternier
Killer ASP.NET ninja coding monkeys do exist!
-
Update Panels not working with IIS7.. but they'll work on the production servers...
We had a case awhile ago where all our update panels (<asp:UpdatePanel .. />) stopped working. It took me awhile to figure out what was going wrong with it.
-
The Trogdor song gets a facelift.
We all know about this character. Strong Bad drew him a long time ago, and since then he's been all over the internet.
-
How to install .msi files on Vista.
I've been running Vista for about two months now. One thing I've noticed is installing msi files (install files) is a pain. One way around this is to create a small bach file that uses the msiexec.exe executable to launch the msi. When referencing the file names, you must fully qualify them.
-
The Day Vista turned on me
Yesterday (tuesday) started out fine. Got up, kissed my wife good-bye and left to work all happy and all that jazz.
-
Sites, References and articles that I can not work without. #1
Scott Guthrie’s Blog – Scott Guthrie runs the teams that build IIS, ASP.NET, AJAX, CLR, Windows Forms, Commerce Server, Visual Web Developer, and Visual Studio tools for WPF. His blog is update regularly and has great articles that pertain to ASP.NET
-
Neet trick to make sure your sotware is getting released properly
At work we've had a few problems with different people doing releaes, not knowing that they need to change certain settings to put things in release mode etc.
-
CSS attribute selectors... in IE7!
A co-worker sent around an email regarding CSS Attribute Selectors. What was amazing in that email though is it said they worked in IE7!
-
Atlas & AJAX progress Indicator images.
Before I start, the Atlas Control Toolkit just recieved another Update, which includes an Animation Library. Check it out!
-
Atlas Toolkit - Reorder List Example
After looking at the release code and spending much times on the asp.net forums, I finally figured out how to use this control, and manipulate it to meet my needs. There are a few issues I see with this control, but regardless of those, it's a fine peice of work.
-
How to Generate Roman Numerals
One thing you get when you work with a customer base as wide as the one we have at our company is a list of useful scripts. As no two customers want the exact same thing, these little scripts come in handy.
Here is one that I have that changes an Integer into a Roman Numeral.
Let's show some code first: