Posts tagged design

Creating a Windows Phone 7 Series application

Yay, long article time!

With the release of the Windows Phone 7 Series (I really really hate that name so I’m gonna just use winmo7) SDK, I decided to give it a shot and see how hard (or even easy?) creating an application on the platform would be.

I should probably mention I have very little experience coding in SilverLight and only dabbled with it a while ago, and I’ve been coding in C# for a good half year or so now but once again not quite that much experience in the language. On top of that, most C#[…] read more

Da Stank Bank Uploader – progress!

Got a chance to sit down and finally do some more coding for this project which has been neglected for long enough now :/

I managed to add effectively full (for the program’s purposes anyways) youtube support to the program now. So it’ll batch render the mp3s to videos, and then upload all of them to youtube. The user can choose a youtube description for each file or just use the default one, as well as tags, the youtube category (synch’d with their schema), tags, etc…

Next up is figuring out the wordpress API to make posts on there,[…] read more

Da Stank Bank “Uploader”

So, after seeing the process begin to get somewhat convoluted for our uploading of music to Da Stank Bank I decided there must be a better way to go about doing this stuff.

The current process goes somewhat like this:

  • Open premiere.
    • Add our background image.
    • Add the mp3 file in an audio track.
    • Change the background image’s length to match the audio track.
    • Render (or queue) the file to be made into a video (usually an .flv).
  • Go to youtube.
    • Upload the video(s).
    • Enter all the information: title, tags, description, etc…
    • Wait for

[…] read more