Vishnu S

How to get full-screen mode for 16-bit apps in Windows Vista and 7

I am having lab exams for Datastructures and ALP and we are using the traditional softwares :) so in Windows Vista and Windows 7, these compilers are shown very small. So i was experimenting how to get it full screen and finally found a solution. Go to device manager and disable the Display Driver. And after you use the compilers and other 16bit apps, just enable it back :) You might need to use Alt+Enter to switch to fullscreen.. Enjoy :)




CSS Padding issue with Firefox and Chrome..

I was working on a new site design, and I came across and issue with CSS rendering in Firefox and Chrome. Internet Explorer calculates the width of an object from the nearby border (like we think practically) whereas, Mozilla and Chrome calculates it in terms of the content. It becomes a problem when trying to align something and you notice that Mozilla and Chrome takes up a little more pixels compared to Internet Explorer.. I got a fix for that from some site, just add this code in the css file:
CODE:
-moz-box-sizing:border-box; box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;margin:0;padding:0;

This fixed my problems in Firefox, Chrome and IE8. I havnt tried it in IE6 and older browsers..




The best fix for PNG Transparency problem in IE 5.5+

While designing the blog for Riviera '09, I had to face a small problem. The logo and background images are PNG having Transparency effects. I am using Firefox 3 and Chrome on my laptop, but the college is still completely on IE 6. The problem was that, the transparency effect was not working on Internet Explorer 5.5 to 7, instead it shows a bad looking white background which is really affecting the design. I searched all over the net for some solution for this. I got many sites saying how to fix it. But I ended up with something called IE PNG Fix developed by Angus Turnbull (TwinHelix.com). I tried many solutions on net, and I found this one as the easiest and best for the PNG problem.
While other fixes gives transparency for single images, this one can fix the problem with background images as well as images having CSS background-Repeat property which I used in the blog design. The install of this script is also very easy

Download the IEPNGFix v2.0 Alpha from http://www.twinhelix.com/test/ or the attachment with this post
Just add the following code in head tag
CODE:
<style type="text/css"> img, div { behavior: url(iepngfix.htc) } </style>

If you want the CSS Background-Repeat feature also, then add the following code to include a small js file which comes with this v2.0 Alpha:
CODE:
<script type="text/javascript" src="iepngfix_tilebg.js"></script>


There are lots of features for this. Just extract the zip file and open the iepngfix.html for more details.
Thanks to its developers.

Attached Files
vishnu_iepngfix.zip



Google made a BooBoo :)

its time for me to get the payment from Google Adsense and when the Check was issued to me, the exchange rate for US Dollar vs Indian Rupee was 1 USD == 1 INR :D I thought it was another Google April Fool Jokes, but... wait... its not April !!! lol...
This was raised in the Inside Adsense Groups, and I got it corrected today morning :) now the rate is 1 USD == 49.7 INR. I hope Google wont do another BooBoo like this hehe...




Posting from my new Nokia E-51 ..

Finally i bought Nokia E-51 the best phone for the best price hehe. I bought with the adsense income. And i sneaked in the Airtel using teashark and got unlimited browsing :-) talking about life, its great hehe thats all for now... Cyaa




Rajasthan Royals wins the Grand Finale

After 6 weeks of stunning matches, Rajasthan Royals becomes the IPL Inaugural Tournament Champions. They beat Chennai Super Kings by three wickets. The match was very interesting and Chennai Super Kings played well till the last ball. My heart was beating fast when it was 1 run from 1 ball. Sohail Tanvir took the winning run for them.
     

I dont see the match very much, but I am interested in seeing the Finals :) I and my cousin sister was on phone throughout the match commenting on each team... I should say Dhoni was superb. He is having such a good nature and behavior. He had the sports man spirit to take the runners up trophy :) i can say this was the match i enjoyed most in my life ... 






A cool picture :)

just select the picture while using Internet Explorer :) this is really cool. I got this picture through email ..
Image
First open this page in Internet Explorer.
Then click the image to enlarge it.
Then press Ctrl+A to select and see the hidden image :)




Page :  1 2 3 4 5 
 


Creative Commons License