By tag: JonGalloway
0
kicks
Silverlight doesn't require any JavaScript
Jon shows that you don't need javascript to display silverlight in the browser and he then goes on the explain what the silverlight js files are doing.
0
kicks
Speed Up Your Site! 8 ASP.NET Performance Tips
Sample chapter from the book "The ASP.NET 2.0 Anthology". Many nice tricks to improve the performance of you site/app.
0
kicks
Gravatar 201: Advanced Gravatars in ASP.NET
Jon Galloway describes a number of techniques for integrating Gravatars into your project.
0
kicks
Setting the DefaultButton for a Login control
Jon walks us through setting the default button for a form using the Form control's DefaultButton and DefaultFocus attributes. And then talks about a Gotcha' for setting the defaults via a templated control, like the Login Control.
0
kicks
The ASP.NET 2.0 Anthology: 101 Essential Tips, Tricks & Hacks
Phil Haack announces their new ASP.NET book written by some famous .NET community members.
0
kicks
Taking CSS beyond a simple style library - Jon Galloway
Good CSS design starts with structured HTML. Here's how to do that, with an emphasis in ASP.NET.
0
kicks
The real reason SELECT * queries are bad: index coverage
Are SELECT * queries bad? Sure, everyone know that. But, why?
0
kicks
The value of "good enough" technology - Jon Galloway
Don't wait until you have something perfect - ship something that's good enough, then listen to your customers and ship something even better.
0
kicks
[SubSonic] LoadFromPost method maps controls to object properties
Jon Galloway writes about a cool way of binding your asp controls back to object properties using subsonic. Ever heard of LoadFromPost?
0
kicks
Are you ALT.NET?
When tools, practices, or methods become mainstream it’s time to get contrarian; time to look for new ways of doing things; time to shake it up. The minute Entity Framework surpasses NHibernate, I mean the very instant it empowers me to better express my intent, so long NHibernate. It’s been real, i...
0
kicks
9 things Microsoft should be announcing next week at MIX07 (but won't)
We've heard some good guesses as to what Microsoft will be announcing at MIX07. What do should they be announcing?
0
kicks
Identicon Handler for .NET on CodePlex
Identicons are a unique way to anonymously represent an IP Address graphically. Now there's an open source implementation for .NET on CodeProject.
0
kicks
Adding a DotNetKicks image via Javascript
Simple Javascript function which adds the DotNetKicks counter button to your pages.
0
kicks
Conditionally showing Google Ads
Jon discusses the merits (and a couple of techniques) for only showing ads to selective users... namely the bandwidth hogging one-timers who get to your site via search engine and/or social bookmarking sites.
0
kicks
Reg file to add a shell command - Remove SVN Folders
The Subversion source control client maintains your local state in hidden folders named .svn inside your project, which can be a problem if you want to copy or share the project directory. This REG file adds "Delete SVN Folders" to the context menu for folders. When you select it, it remo...