JavaScript appears to be disabled. We recommend you enable JavaScript while visiting this site.

(All original content on this site is licensed under the Creative Commons License Attribution-Noncommercial-No Derivative Works 3.0.)

Personal NetBeans IDE 6.9.1 setting tweaks

For my own personal reference, I've made the following tweaks to the default install of NetBeans IDE 6.9.1.

  • Tools
    • Options
      • Editor
        • Formatting
          • Language: All Languages / Category: Tabs and Indents
            • Expand Tabs to Spaces: unchecked (from checked)
            • Number of Spaces per Indent: 4 (default)
            • Tab Size: 4 (from 8)

Tags:

Categories: software, StrivingLife

(All original content on this site is licensed under the Creative Commons License Attribution-Noncommercial-No Derivative Works 3.0.)

My first Silverlight Web application

The more I do with Microsoft technologies the hard it becomes for me to want to move outside of them. With the .NET Framework and Visual Studio 2010, which is the best development tool I think I've ever used, it's easy to get sucked in.

Since I've wanted to experiment with it for a while, and since I needed to do some kind of development after slacking off this weekend, I looked into creating a simple Silverlight application that would use the same Web service I created late last month.

I haven't hooked it up to any pages within the site yet, since it still needs some styling work, but ... here's a Silverlight application using my MusicService project. Note this requires Silverlight 4.0.

At this time it only works with one of the methods, and the output is a little clunky, but when I have time this week over lunch, or over the weekend, I'll try to clean it up.

This was a nice little exercise, involving a purely test project/solution to figure out how to make it work, and then adding a new project to my ASP.NET MVC 2.0 project that is the Web site. A cross domain policy file had to be added to the services site so that Silverlight could access it (otherwise it was erroring but seemingly without a message).

That's about two hours of work, and outside of about 15 minutes wasted because of some stupidity on my part (I'll blame the small amount of real-estate on my laptop monitor), it went fairly smoothly.

Tags: , ,

Categories: StrivingLife

(All original content on this site is licensed under the Creative Commons License Attribution-Noncommercial-No Derivative Works 3.0.)

Music Recommendations Please! version 0.5 beta

While not necessarily a step forward from version 0.4.5 of Music Recommendations Please!, version 0.5 is nonetheless a positive step. Consider this an idea-based release. As such, this application is in no way final (but might be more complete after this long weekend).

Download Music Recommendations Please! version 0.5, beta.

You can see a general idea of where I'd like to end up by reading my music application idea.

.NET Framework 4 is required for this application.

Ideas, outside of the obvious ones (such as changing the window's title and icon; I know) appreciated.

Tags: ,

Categories: software, StrivingLife