Jeff Makes Software
The software musings of Jeff Putz
-
ASP.NET special folder names changing
According to Kent Sharkey, the special folders in an ASP.NET application, including /bin, will change in beta 2. Using /bin will still work for backward compatibility.
-
FastClick beats SP2 pop-up blocker
I knew it wouldn't take long, but FastClick's pop-ups (or technically pop-unders) beat the blocker in SP2. The nice thing is that they only serve one per day per site per user anyway. I'm willing to deal with that if the site's owner gets paid.
-
Thoughts on a roller coaster
It was sunny and 74 this morning when I decided to go solo to Cedar Point for a couple of hours. I had lunch with a friend working there, then walked on to a few rides (not terribly busy with most kids back in school). Between the fifth and sixth inversions on Raptor, I thought, "Wow, if I had not left my six-figure corporate code monkey job, I'd be sitting in a cube right now developing software I could care less about." Instead I was flying through the air strapped into a roller coaster.
-
Today's documentationless experiment: Writing a ProfileProvider
Writing a Membership provider sure was easy, but wow is the documentation a bit thin for writing a Profile provider. I've started with the GetPropertyValues() method. So far I've got this bit working in a class called PopForumsProfileProvider, which inherits the abstract base class ProfileProvider:
-
Themes and CSS in ASP.NET v2
I've been playing a little with the themes in v2 and I've changed my opinion on them. When I first learned about the basic capabilities of themes I kind of shrugged it off as a, "That's neat, I guess."
-
SQL Express and ASP.NET v2: wow!
Scott Guthrie pointed me in the right direction in my last post regarding the use of SQL Express databases in ASP.NET v2. What I thought most incredible was that in e-mail he said that a box with SQL Express on it will create a database file in your /data folder, ready to go, for Membership, Profile and such, just as it did with the Access provider (which is going away for beta 2)! How cool is that?
-
Need help on SQL Express using file in /data
It's my understanding that since the Access providers are going away in .NET v2 that the SQL providers will be the default. However, and correct me if I'm wrong, they won't generate a database file for Membership, Profile, etc., the way that the Access provider did in the /data folder, right?
-
Gmail must be ready to ramp up
In the last week, I think I've had at least ten invites to give away from Gmail. I get the distinct impression that they're either pushing another level of traffic for testing purposes or they're considering going live soon. There are so many accounts out there now that it's not nearly as cool or "in" as it used to be to use Gmail!
-
Slipping schedules aren't good for anyone
It appears that Longhorn is going to be less than we had hoped for. According to News.com, some features will be left out just so they can finally get it out the door. Personally, I don't care that much, but I know the Windows developers that have been working with the alphas are disappointed.
-
An introduction to posting in forums
If you run a forum, you know how annoying new users can be. Here's the single best "instructional video" I've ever seen on the subject. Watch it... you'll laugh your ass off.