Archive for the ‘Links’ Category

Where is almondmendoza.com

Posted on February 22nd, 2009 in Links | No Comments »

anyone wondering where is almondmendoza.com (my other site). The DNS of almondmendoza had some problem right now and hostmonster are doing all they could (i hope so) to maintain point back to their server. sorry for the inconvenience it caused.

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

Posted on August 30th, 2008 in Links | No Comments »

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

Having fun with canvas (HTML5)

Posted on August 18th, 2008 in Links | No Comments »

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

Keep ratio of 2 images

Posted on August 12th, 2008 in Links | No Comments »

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;
}

Mount ISO on Windows

Posted on August 5th, 2008 in Links, Technology | No Comments »

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

Wii MotionPlus Video

Posted on July 31st, 2008 in Links | No Comments »

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

The Eraserheads Reunite

Posted on July 14th, 2008 in Links | No Comments »

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/
Read the rest of this entry »