May 29th, 2010
Isn’t it really annoying when this happens?

So up to this point, I would manually retype the correct Korean song title/artist name, but sometimes I need to do this for the entire album, which gets lame pretty fast.
A simple solution is to download this little application called ID3Mod2. Once you have it installed, open the application and load your song(s) via File > Open or simply drag the song into the application window.

Once you have the song on the screen like so, toggle the encoding list and select EUC_KR because the song title in this example is Korean and simply save.

That’s it! Now your song should show up with the correct names! This will obviously work with other languages with the correct encoding option selected.

Posted in Tutorials | Tags: Broken, Error, Fix, ID3Mod2, Korean, Mac, OS X, Song, Title | No Comments »
May 6th, 2010
Posted in Blog | Tags: 2010, Photos, Summer | No Comments »
May 3rd, 2010
Posted in Blog | Tags: 2010, Photos, Summer | No Comments »
April 20th, 2010

As a school project, I have create a photography website in flash actionscript 3 where fullscreen button is used to go to fullscreen and a close button is used to go back to the normal state. Users can by default hit the “escape” key to exit the fullscreen mode but it would be more user friendly to include a “exit” or “close” fullscreen button once you’re in fullscreen mode.
Here is how I did this with actionscript 3.
1. In your flash file, create two buttons on top of each other,
“fullscreen_btn”
“exitfullscreen_btn”
2. Open up your actionscript window and put this code in.
exitfullscreen_btn.visible = false;
fullscreen_btn.addEventListener(MouseEvent.CLICK, fullScreen);
function fullScreen(event:MouseEvent):void {
stage.displayState=StageDisplayState.FULL_SCREEN;
fullscreen_btn.visible = false;
exitfullscreen_btn.visible = true;
}
exitfullscreen_btn.addEventListener(MouseEvent.CLICK, exitullScreen);
function exitullScreen(event:MouseEvent):void {
stage.displayState=StageDisplayState.NORMAL;
fullscreen_btn.visible = true;
exitfullscreen_btn.visible = false;
}
If you have any questions or suggestions, leave it in the comments!
Posted in Tutorials | Tags: actionscript 3, as3, button, close fullscreen, exit fullscreen, flash cs3, flash cs4, fullscreen | No Comments »
April 19th, 2010

With the recently increased overage fee of $50, I’ve come to despise Rogers and their services. First of all, the previous overage fee of $25 was even absolutely ridiculous, and now, they’ve doubled this amount to $50. What is the point of offering a 50Mbps download stream when the users are capped at 175GB? and what is this ONLINE/LAN Party they speak of? Like seriously… On top of this unfitting service offer, they threaten you with previously collected discount charge fees when canceling the service. Give me a break.
Posted in Blog | Tags: Rogers, Rogers Hi-Speed Internet, Rogers Internet | No Comments »
January 1st, 2010
Just wishing everyone happy 2010!
Posted in Blog | No Comments »
November 13th, 2009
I had some issues upgrading to the latest release of WordPress (2.8.6) and lost my sidebar content and all of my plugins but that’s okay. I’ll try to configure the sidebar and the blog as soon as possible.
UPDATE: The backup of the blog is also missing several posts from before
Posted in Blog | Tags: WordPress | No Comments »
September 6th, 2008

I honestly did not pay too much attention when this show first aired but then being a O.C. fan, it was just a matter of time before I got obsessed with the show. After watching season one, I am not too impressed with the Gossip Girl’s soundtrack and what is this I hear? they’re releasing a soundtrack, go figure. Anyway, here are some of the tracks that were featured on the premiere of the second season.
Shwayze – Buzzin’
Lady GaGa – Paparazzi
Teyana Taylor – Google Me
Jem – Crazy

If you watch television on a regular basis, this show was inevitable. CW pushed this show hard in terms of advertisement and there were lot of talk as to how hard this show was going to flop, but then guess what? the premiere wasn’t all that bad and Shenae Grimes didn’t hurt the show one bit. Okay, enough talk of how the show is, lets get down to business. Here are some of the tracks featured on the series premiere.
MGMT – Time to Pretend
The Ting Tings – That’s Not My Name
Colby O’Donis – What You Got
Tilly And The Wall – Beat Control
Tilly And The Wall – Pot Kettle Black
With artists like MGMT, The Ting Tings and Tilly and The Wall, 90210 is just way too hip for Gossip Girl, soundtrack wise. Sure, Jem and Lady GaGa puts up a decent fight but I’m sorry, it just doesn’t cut it. Who knows, in the future episodes, Gossip Girl will play some Lykke Li and turn the tables around, but I highly doubt it.
Posted in Uncategorized | No Comments »
August 27th, 2008

With my summer schedule pretty much done with, I am just getting back into things. I have been updating consistently on BDRLS but I rarely touched this blog as of late. Over the past months, I wanted to write more articles and tutorials but I just got really lazy. To make up for this bad habit of mine, I took the time to upgrade to the latest Wordpress release, moderate some comments, update plugins and reorganized my blogroll. Enough with this weak talk, lets get started with the latest post.
Being a avid Hypem reader that I am, there was no way around Lykke Li, a Swedish singer who is taking the electronic and alternative genres into new heights. At this point, Li is pretty much all I listen to, but then she is nowhere near Feist in terms of my female vocalists obsession. I noticed that she will be performing in Toronto this October at the Mod Club and I am so there. Her new album Youth Novels is one of those albums where every single track is awesome and amazing. If I had to choose, I would pick “Little Bit” and “I am Good, Im Gone” as my top two tracks
Posted in Blog, Music | Tags: Blog, Electronic, Lykke Li, Music, Toronto | No Comments »
July 29th, 2008

Blah, it was my 20th birthday yesterday and what did I do? I wrote 4 pages of essay. Its essentially my fault since I left all my work till the last minute and it was either write the essays on my birthday or FAIL the course and be miserable with a horrific GPA which will ultimately lead to no job, which is just depressing. Its okay I guess, I still have next year and the year after that.
It wasn’t all that sad though, my mom brought this cute cake with Oreo ears! How can you be sad? Just take a moment and look at that cake.
Posted in Blog | No Comments »