grab our rss feed

stevienova.com

Homepage of Steve Novoselac

Entries for the ‘Geeky/Programming’ Category

SQL Server Reporting Services: Quick way to get 10 digit year (all the zero’s) using String.Format

Dates are fun. See, by default most dates come out like 5/6/2008. But computers, and programs like them formatted as 05/06/2008. That way, all the dates, no matter what month or day, are all the same length, cool huh?
Well, in Reporting Services, if you have a date field coming back in a dataset, and you [...]

Leave a Comment | 56 views

Hacking Microsoft Pro Photo Tools - Using Reflector to use MapPoint Lat Long Lookup (for free!) in C#

The other day, Microsoft came out with “Microsoft Pro Photo Tools” which allows you to geocode your photos. It is a pretty cool app, but there are some things that I wonder, like why didn’t they just build this functionality into Windows Live Photo Gallery?
Anyway’s, with any new thing I download and play around with, [...]

Comments (1) | 168 views

Auto Submit Form in ASP.NET With Javascript

Not sure if this is the best way to do this, but this is what I do. Say you want to auto submit a form on an aspx page. You can call document.formname.submit(); from the body onLoad event and it will submit, but ASP.net will automatically post it back to itself.
I tried added buttons [...]

Leave a Comment | 119 views

Ubuntu 8.04 Hardy Heron - Linux is Cool, Linux Wireless is Not - 10 Step Program

Gah. I have a love hate relationship with Linux. It is pretty cool, can do pretty much everything. But.. But.. wireless support is just a joke. Same issues with Yellow Dog Linux on the PS3.
Wireless should JUST WORK.
I downloaded the 8.04 iso, and burnt it to cd. Installed it in windows, which is [...]

Comments (3) | 831 views

Ruby on Rails and MySql .. on Windows Vista

So, this evening I got the urge to get Ruby on Rails working on Vista, with MySql. I haven’t done much with RoR, but figured I would give it a go. I have this test hosting account that has RoR hosting, so that is what got me somewhat motivated…anyway’s, on with the show.
 
Install Ruby
Installing [...]

Comments (2) | 588 views

Windows Vista vs. Windows XP Debate. Who Wins?

I have been using Microsoft’s Windows Vista since it came out RTM, Oct 30 2006. I had it on a Dell desktop, which worked fine. Some driver issues before January 2007, but it still worked. I have had it on my main Dell laptop since May 2007. I use this laptop for work (read: Visual [...]

Comments (3) | 389 views

OAuth: Getting Started with OAuth in C#, .NET

I have been playing around with Pownce and their API. They offer HTTP Basic Authentication and OAuth authentication. I decided to give a go with OAuth since BASIC auth just seems, dirty insecure to me. I started digging around, and http://oauth.net/ has some good info. Under code there is a C# (CSharp) version - http://oauth.googlecode.com/svn/code/csharp/  [...]

Leave a Comment | 423 views

My Current iPhone Setup - Lots of Cool Apps Out Lately

In the last couple of weeks, many cool new iPhone native apps have come out, so I have been tricking out my iPhone lately.
First, Aqwoah Battery is really cool. It changes the generic battery screen to what you see here. The percent that your battery is charged, a no brainer!

Next, my first screen, [...]

Leave a Comment | 265 views

Why is MFC Not Dead?

I was reading through some blogs this morning, and ran across this one, from my MSDN Feed.
Here is my answer (I wanted to leave a comment, but it wasn’t working, and I figured it would be a good blog post anyways)
Right now you can make an MFC app and it can run on win98,2k,xp,vista, [...]

Comments (8) | 1,775 views

Mac OSX 10.5 Leopard - Enable Root Access

Ok, maybe I am a real newb on Mac OSX, but I didn’t know this one. Took me some fooling around in the OS to get it working. A little background. I am getting into some iPhone development. I want to dig into the Native app dev, and using SDK.
Using the Native app stuff, [...]

Comments (2) | 309 views