Ryan Ternier

Killer ASP.NET ninja coding monkeys do exist!

Browse by Tags

All Tags » General Software Development (RSS)
JQuery image upload & refresh using an ASHX file.
I recently finished a solution that uploads an image to my server, and then displays the uploaded image to the user. this is all done “asynchrously”, and it’s within an update panel to boot. There are a good handful of solutions for doing this. One of...
Java Script – Content delivery networks (CDN) can bite you in the butt.
As much as I love the new CDN’s that Google, Microsoft and a few others have publically released, there are some strong gotchas that could come up and bite you in the ass if you’re not careful. But before we jump into that, for those that are not 100...
Application logging – yes it is important
I’ve spent most of my professional career working on Enterprise Applications (mostly web based). Sometimes you release your code and everything goes smoothly (this is where praise is warranted by rarely given). However, there are times when code has been...
Hiring more developers doesn’t always speed things up.
Who’s heard of the term : “Too many cooks in the kitchen”? It’s a fundamental problem if ruling. I was talking to someone awhile ago about this problem where they needed to get Task A done in a specific time frame and his boss wanted him to just hire...
Some common Gotchas in JavaScript
Over the past month I've been heavily involved in scripting. The application I'm writing is 80% JavaScript, 20% .NET. Because of this, my DOM, JavaScript, and CSS knowledge has been increasing steadily, and I've found some common errors that many Developers...
A Table, some text and CSS Pseudo Classes
To See this in a working example, please check out my projects at : bicnet Projects. I really want to thank the IE7 team for building in more Support for CSS. It allows us web developers to do some pretty cool things with CSS without the use of javaScript...
A Quick refresher on List<T>
I'm a big fan of .NET Generics. In fact, I can't believe I lived without them in .NET 1.1. Generics are pretty much the most powerful feature for C# 2.0. They allow you to define type safe data structures. They give a huge boost in performance, and they...
Tools I cannot work without.
I posted an article about Sites, References and Articls that I cannot work without awhile back. I decided I'd follow up on it on tools I cannot work without. Visual Studio 2005 . Yea, I can't really work without this. This is my bread, butter, coffee...
Sites, References and articles that I can not work without. #1
I’ve decided to throw together a list of useful sites, links, posts etc. These sites are a great reference point and a great resource to use when looking at new design ideas, architecture, development methodologies etc. ASP.NET Sites & Articles Scott...
More Posts