2009-03-20

The Mighty Oracle

Does anyone else think Oracle sucks arse? I am predominantly a Microsoft developer but do use other solutions now and then so I do have 'some' objectivity here. It seems like there are always problems when I'm dealing with an Oracle back-end.

Lately I've been working with Java web services on an Oracle Service Bus middle tier. Oh man - maybe they should've stuck to DBMS's. What a POS :)

Free tools I use for web development

Addons/Plugins for FireFox:

FireBug: https://addons.mozilla.org/en-US/firefox/addon/1843
IE Tab: https://addons.mozilla.org/en-US/firefox/addon/1419
Http Headers: https://addons.mozilla.org/en-US/firefox/addon/3829
Web Dev: https://addons.mozilla.org/en-US/firefox/addon/60

CodeRush Express:
http://msdn.microsoft.com/en-us/vcsharp/dd218053.aspx

PowerCommands:
Plugin for VS 2008 (collapse projects, open containing folder, etc)
http://code.msdn.microsoft.com/PowerCommands

Make IE8 display site as though it were IE7:
http://davidwalsh.name/ie8-emulate-ie7

2009-03-19

iPhone Apps

I have really got to quit wasting time on this App Store opportunity. I worked with another Developer that just QUIT his job because his App Store business was so good. He's got lots of ideas for new apps too.

It's amazing how many little rinky-dink apps that cell for $.99 cents are popping up all over the App Store. Hell, you can even make money on the "free" ones. One of my buddies biggest revenue earners was a free app!

The only roadblock for me is time. I know I can learn Objective-C and the Cocoa framework in a short time I just need to dedicate that time to going for it. My MacBook Pro is itchin' to go on this :)

But, then again, there's always work and the kids and my wife and blah blah...wish I could just buy extra time...

Some articles I researched for SQL Server-based IIS Session Management

I used these and several others found on Google to help me set up MSSQL IIS Session State persistence on my network. Excellent idea if you run/work on a high volumn IIS web server.

Session-State Modes

How To configure SQL server to store session state

ASP.NET SQL Server 2005 Session State