Archive for September, 2007

Coming Up With OOJS

25.09.2007 | Author:Black iD Team

Hi again,

This time after a long time. I have been working on OOJS. Though I feel it is of not much use, anyhow, OOJS is quite interesting to me. I found its usage pretty interesting and though I haven’t become a “guru” of OOJS yet, I am pretty confident of getting most of the things right. I am soon going to come up with a navigation class (drop down Menus). These menus run on OOJS funda. The Object Oriented Javascript is quite a fun to get through. I have been running around the concept for quite some time now and I am pretty much interested in it now.

Won’t take your time further. Let me introduce you to my new babies, the new javascript drop down menus. Currently I am preparing a pre release of them. They currently have only 1 theme and no submenus. I am working on getitng OO based submenus. Hopefully in the span of next 2 months I should be able to release them. But for now, these are the ones i am planning to release over the next weekend.

Thanks

Jyot

Transparent PNGs… An extremely simple fix…

18.09.2007 | Author:Black iD Team

Hi friend, use this code to get all your transparent PNGs fixed in a matter of a few seconds…

<span style=“width:306px;height:60px;display:inline-block; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’transparent.png‘);”>
<img style=“filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);” src=“transparent.png” width=“306″ height=“60″ border=“0″ alt=“”>
</span>