The first thing you'll need to create a custom ringtone in WP7 is an MP3 file. This file must be 40 seconds or shorter (and 1MB or smaller in size). If your MP3 is too large, you can use a program like Audacity to crop it.
After you have your MP3 file the correct size, you'll need to open Zune and make sure that the MP3 is listed in your music collection. Find it in the collection, right click on the MP3, and click on "Edit". This should bring up a window with the MP3 properties. The only real important thing here is that the genre of the song must be changed to Ringtone. See the image below.

After updating the genre to Ringtone, click the OK button, and then sync the MP3 to your phone.
Finally, on the phone, go to Settings -> ringtones+sounds, and click on the Ringtone selector. The ringtone you created should now be at the top of this list in the "Custom" section.
Microsoft has setup a website where users can submit and vote on features they'd like to see in Windows Phone 7.
I've submitted a couple features I'd like to see:
- Treat the phone as a USB drive when plugged in to devices which do not have Zune installed.
- Integrate with Ford SYNC.... I think its crazy that iPhones work with SYNC but WP7 devices do not.
You can vote on them here: http://windowsphone.uservoice.com/users/24151465-filip-stanek
e0498bd9-5d7d-4a9a-9c75-ef8bbca641bb|1|4.0|27604f05-86ad-47ef-9e05-950bb762570c
Tags: wp7
Mobile
I tried to customize the combobox ( AS3 ), and everything was working fine by using cbo.setStyle( "embedFonts" ) and cbo.setStyle( "textFormat" ) while testing the movie. However, when I published the SWF, the styles were no longer working.
It seems like setStyle doesn't really work properly for comboboxes for some reason. The solution was to apply the setStyle to the textField inside the combobox, and not to the combobox itself.
For example, this doesn't work:
cbo.setStyle( "embedFonts", true );
cbo.setStyle( "textFormat", tf );
but this works:
cbo.textField.setStyle( "embedFonts", true );
cbo.textField.setStyle( "textFormat", tf );
There's some pretty cool new software for fantasy football this year. It is designed for fantasy football draft parties (for up to 20 teams) to select their players via either a snake draft, or an auction draft.
The draft software is called Prime Time Draft, and it was developed by folks at where I work. It is designed for Windows, and it really shines when you hook it up to a big TV.
You can find it by clicking the link below:
Fantasy Football Draft Software for 2011
f73dc187-7316-4034-82b3-53f17d97b895|0|.0|27604f05-86ad-47ef-9e05-950bb762570c
Tags:
I wanted to start using SQL Server. I was using DiscoutASP.NET, and was paying $10/mo. If I wanted to add on SQL Server, it would have cost an additional $10 per month, brining the total to $240 per year, which was a bit more than I wanted to pay for hosting on a personal blog.
I searched around and found a host named Arvixe. The price was absolutely excellent. The basic hosting package costs $5/mo, and it comes with 6 websites and 6 SQL Server databases. They also claim unlimited bandwidth and storage, although I'm not sure what it means. I am pretty sure that its not really unlimited, although I doubt they'll complain about my little blog. The final price for Arvixe (I also got a static IP) was $96 for 2 years (that's with a 20% off coupon, which can be found pretty easily using Google), with an additional $48 for a static IP for 2 years. Not bad, and way cheaper than what I was paying before.
Also, my pages seem to be loading very fast, so right now, I have 0 complaints. The control panel and webmail at Arvixe are way better than DiscountASP.NET, so that is also a nice bonus.
709d7d92-5f61-4708-bafc-11aa28d288bb|4|4.5|27604f05-86ad-47ef-9e05-950bb762570c
Tags: hosting
Personal