Monmonja Programming Blog

August 30, 2008

Microsoft: No more Windows Live Mail crashes with IE8 Beta 2

Filed under: Links — Tags: — admin @ 8:22 am

When i read the news i couldn’t help but laugh, man will IE8 be the next zune? Where MS products don’t communcate properly. On the list of items is hotmail, another MS product, this does mean these sites didn’t follow the standard? I don’t know but its really funny and the fact that this is beta 2 not alpha release makes it more funny. You can read the rest of the story here.

http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9113900&intsrc=hm_list

August 18, 2008

Having fun with canvas (HTML5)

Filed under: Links — admin @ 3:44 am

Another experiment on html5 on monmonja labs, this time its the canvas tag. I had a great time doing the experiment. check it out on the labs.

http://monmonja-labs.appspot.com/html5/?content=canvas1

August 12, 2008

Keep ratio of 2 images

Filed under: Links — admin @ 11:44 am

I found a formula for making 2 images proportional on a forum the other day.
The formula is: H1 / W1 = H2 / W2

Fujitsu Computer Systems Corporation

Example:
if (image1.height > image1.width) {
newWidth = (image1.width / image1.height) * preferredheight;
image1.height = preferredheight;
image1.width = newWidth;
}else {
newHeight = ((image1.height / image1.width) * preferredWidth);
image1.width = preferredWidth;
image2.height = newHeight;
}

August 5, 2008

Mount ISO on Windows

Filed under: Links,Technology — Tags: , — admin @ 4:59 am

I used to be a fan of Daemon tools but the last time i installed it i got annoyed because of the ads. So now i need to use a mounting software on windows, i found a software created by windows that just work as you expect it to (unlike vista):
http://www.tech-recipes.com/rx/620/xp_small_free_way_to_use_and_mount_images_iso_files_without_burning_them

July 31, 2008

Wii MotionPlus Video

Filed under: Links — admin @ 8:21 am

Here is a video of the wii motionplus, the video is impressive, i wish there will be good games that will use this.

July 14, 2008

The Eraserheads Reunite

Filed under: Links — admin @ 8:16 am

Off from technology to music. Philmusic is back and so are the Eraserheads. They remain to be may favorite band all this years and its so unfair that i can’t see their reunion. How i wish i’m in the Philippines so that i may even have a higher chance to see their concert.

For more information:
http://philmusic.com/main/content/view/165/1/
(more…)

June 28, 2008

Doing a website with css

Filed under: Links — admin @ 2:43 am

Planning to do a website? Want your website to look good on all the browser? Here is how to better manage your css without hacking css.
(more…)

Older Posts »

Powered by WordPress

Monmonja Programming Blog is Digg proof thanks to caching by WP Super Cache