ashishware.com
ashishware.com RSS Feed
 

Archive for March, 2009

Center aligning image inside <DIV> tag

Say, you want to center align an image, inside a <DIV>. Looks like a small thing,doesn’t it ? I recently faced this problem, so I googled for a solution. This turns out to be a classic problem of web page designing. The most convenient way I discovered to solve this was to use TABLE inside [...]

Resizing image using Javascript in IE and FireFox

A couple of weeks ago, I wrote the following code to resize an image with javascript: imgnode.style.width= parseInt(imgnode.style.width) + 20; imgnode.style.height = parseInt(imgnode.style.width) + 20; This works perfect in IE. But does not work at all in FireFox. Then I changed it to: var width = parseInt(imgnode.style.width); var height = parseInt(imgnode.style.height); width = width – [...]

Some Nice Free Video Convertion/Editing Tools

FFMPEG : is the big daddy of open source video encoding. Don’t be surprised to find many video converting software using this under the hood. It can convert video and audio from almost any to any format. To use ffmpeg in its ‘raw’ form, you need to be comfortable working with commandline options (something Windows [...]

My very first 3D animation

These days I spend lot of my time playing with AOI (Art of Illusion). I firmly believe that this is the best program for newcomers (like me) to learn about 3D modelling and 3D animation . I love its simple and concise interface.The user interface is superb and in my opinion much better than that [...]

You are currently browsing the ashishware.com blog archives for March, 2009.

Tags

Archives