Ryan Ternier

Killer ASP.NET ninja coding monkeys do exist!

Browse by Tags

All Tags » JavaScript (RSS)
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...
Google Chrome - A player?
So today I'm playing with Google Chrome at work.  From my first look at it, it has promise. There's some beautiful things about it like when one tab freezes for one reason or another (something that would likely shut down Firefox / IE), only that...
IE8 is comming out, FireFox 3 is comming out, When's my duplicate comming out?
Holy Cow! I know this isn't new news. IE8 and FireFox 3.. Acid 2 tests, heck Acid 3 tests. When is it going to stop?!? As some know, I'm writing a very complicated vehicle tracking system that is all web based. It can track up to 200 vehicles at once...
Why I love Javascript, and Ie7 hates extra ,'s in prototyping
I've been working with javascript rather heavily for the past few... many months. Years ago when I started working with ASP.NET I was naive and thought everything should be done server side. I thought that the server should do all the work so the clients...
First look at VS 2008 - JavaScript intelisence.
Yesterday I downloaded and installed VS 2008 Professional (MSDN License). The process was mild and pretty easy... uninstall all the beta software, install the new software etc. The only problem I had was when I launched a 2005 application (under TFS Source...
Full Screen web pages and browser resizing - keeping it looking good
I've noticed one thing that really gets some web developers going (and not the good going): Keeping a full screen web site looking good with different browser sizes. Those that know CSS inside-out will also have this problem as sometimes you just can...
A LinkButton, DefaultButton, UpdatePanel and FireFox
What are we going to do today Brain? Today Pinky? We are going to TAKE OVER THE... learn to use the stuff in the title... I recently did a post regarding An UpdatePanel, FireFox and the Default button . One thing that has stumped many ASP.NET Developers...
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...
Disable pages until they're fully loaded?
I deal mainly with large scale online applications. Each page that is loaded on a clients computer is littered with JavaSciprt and AJAX functionality. One problem we've encountered is users clicking buttons before the page is fully loaded. They might...
More Posts