The Archives

SEARCH


Archive for September, 2006

Change is a comin’

Posted in: General by Steve on September 19, 2006

I’ve not really been putting as much effort into this blog as I would like because I really don’t think that people are reading it.  If I would put some more code samples here, I might end up in some google searches or someone might randomly find it on Technorati or something, but I think it’s pretty fruitless.  I’m not really blaming anyone but myself since it’s my blog.  I’m just on a rant.

Anyway, I’ve taken an opportunity to start a blog over at Devlicio.us. Brendan Tomkins started this site to be a “sister site” to CodeBetter.com, which is a really great ASP.NET blog site.  He wants to make it just as successful, and he wanted to get some fresh faces, so I decided to join him. So I will start putting my programming thoughts and code samples there. I will get the URL up here, however, I will still put my other thoughts here, but for the insight on enterprise web programming with ASP.NET, I will put everything there.

List of Great “Web 2.0″ applications

Posted in: General by Steve on September 7, 2006

I stumbled across this site that lists out one person’s office setup using only the web.

http://itredux.com/blog/office-20/my-office-20-setup/

For a more comprehensive list of sites, I normally read the RSS feed of The Programmable Web

So it really wasn’t an anomily

Posted in: General by Steve on

Sometimes I think I’m the best programmer ever.  That’s a real problem because I’m not.

And I found out that the issue that I was talking about in my previous post was actually a viewstate issue.  I had changed the way that the User Login was hidden, and it needed to be visible, but I had set the textbox’s EnableViewState=”False”

I’m just a real dumbass sometimes.