Browse by Tags

All Tags » ASP.NET (RSS)
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...
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...
Posted by Ryan Ternier | 19 comment(s)
Filed under: , ,
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...
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...
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...
Posted by Ryan Ternier | with no comments
Filed under: , , , ,
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...
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...
Posted by Ryan Ternier | 14 comment(s)
Filed under: , ,
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...
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...
Since the conception of secure pages on the internet, there has been the <pause><chimes> "Login Page" </chimes>. When a user authenticates on this "Login Page" they usually get some sort of a Session set for them, and they're forwarded...
More Posts Next page »