Ryan Ternier

Killer ASP.NET ninja coding monkeys do exist!

Browse by Tags

All Tags » ASP.NET (RSS)
JQuery image Upload & refresh using an ASHX File part 2.
A bit ago I wrote a blog post about how to hook up a JQuery upload script go a page to asynchronously upload files to an ASHX page on a server. For the 2nd part I’ll show you an easy snippet of code that can be used to upload and/or view the image. The...
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...
We call them software factories
When I first started designing and architecting online applications, we decided to move custom settings from a database to an XML file for more versatile settings for our customers. With hundreds of agencies using our system, we needed to have the ability...
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...
Two ASP.NET features that are usually missed or misunderstood...T
Enter the Tilde (~) Browsing the asp.net forums I notice a lot of people putting the '~' (tilde) character on every control that has some sort src or href. Many think that the tilde character is a regular character that deals with file locations. Much...
Get rid of regular buttons, use link buttons
For the past 3 years I have been pushing my managers and especially the teams I work with that the web applications we make need to be visually appealing. The graphics designers I know can do amazing things. My friend Steve Sereda is an amazing graphics...
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...
Updated BicNet Projects
I have updated my projects site. This section of my bicnet website is a place where I can throw working examples of blog posts, and other things I like to show. Sometimes at home I'll find something cool, and I'll throw it up there for my manager to see...
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...
UpdatePanel, FireFox and the DefaultButton
Recently I was pulling my hair out with this issue. Recently I blogged about using a Modal Login control instead of redirecting to a login page. I have had great success with this. However, the one thing that was vexing me was the Default Button. It worked...
More Posts Next page »