March 2008 Entries

Web Design: CSS printing friendly version for your page(s)

I found this great article in implement printing friendly version at http://www.alistapart.com/articles/printtopreview   Remember in the old days when you had to effectively run two sites or create separate templates in a CMS for “printer friendly pages”? No one liked that. Then print stylesheets came along and everything became wonderful and easy. Except that the people who use our sites didn’t think so; in fact, most got a tad confused because suddenly the “print this page” button and the subsequent full screen preview disappeared on all but the largest of sites. What’s happening now? Many sites...

Windows - Auto logoff immediately after log on

If one day, you are unable to logged in to your Windows because it's just keep auto logoff right after you have logged in with your password successfully. And you have make it back to normal even Scan whole your computer by anti-virus tools Repair your Windows with the CD Anything you can... I have deal with this problem on my co-worker computer, and found this http://support.microsoft.com/default.aspx?scid=kb;en-us;892893, but still have problems that I will not know which file is declared in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon until I can read your...

Web Design: Remove Horizontal Bar of IFRAME on IE6

You'll surprising that even of your IFRAME content have adjusted to fit the width of the IFRAME, the horizontal bar still appeared when web page showing on Internet Explorer 6. Really a headache and time consuming when dealing with that problems. I have take a day to find solutions around and finally came up with these two: Solution I: Change the DOCTYPE Replace your current DOCTYPE by this one <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> ...

Windows: Ricoh Card Reader on Windows 2003

If you are using Dell or Lenovo Laptop and have Ricoh Card, you might experienced that almost device driver provided by the manufacturer (both Dell and Lenovo) for Windows XP are working fine on Windows 2003, but the Ricoh card reader does not. I have overcome that issue by using driver provided by NEC for these Laptop product (how surprising :)), here are steps Go to http://202.188.160.140/User/ Select Notebook and VERSA E Series Select Laptop VERSA E6000, E6000x and come to http://202.188.160.140/User/driver.aspx?a=70 Select Ricoh SD/MS/xD cardreader driver...

Windows: Run both IE6 and IE7 on your PC

If you are an serious Web Developer or a Web Designer, you might need to have multiple popular and moderns web browsers like Internet Explorer 6, Internet Explorer 7, FireFox and even Opera, Safari in order to make sure you have created a accessible website and cross-browser supported. Here is how to get IE6 work on your computer which have IE7 installed http://tredosoft.com/Multiple_IE. In case you're running IE6 and want to have IE7, check out  http://tredosoft.com/IE7_standalone. Note that just work in NT5-based Windows like Windows XP, Windows 2003,...