Saturday, September 25, 2004

Designing 3D buttons with pure CSS

Interesting article on how to create 3D buttons with using only CSS.
 div#buttonA {
    margin-left: 50px;
}
div#buttonA ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;
}
div#buttonA li {
    list-style-type: none;
    height: 30px;
    width: 125px;
    margin: 10px;
    text-align:center;
}
div#buttonA li a {
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: block;
    background-color: #999999;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}
div#buttonA li a:link {
    color: #000000;
    font-weight: bold;
    background-color: #999999;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}
div#buttonA li a:visited {
    color: #000000;
    font-weight: normal;
    background-color: #999999;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}
div#buttonA li a:hover {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #777777;
    border-style: solid;
    border-bottom-color: #333333;
    border-right-color: #555555;
    border-left-color: #BBBBBB;
    border-top-color: #DDDDDD;
}
div#buttonA li a:active {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #666666;
    border-style: solid;
    border-top-color: #333333;
    border-left-color: #555555;
    border-right-color: #BBBBBB;
    border-bottom-color: #DDDDDD;
}

Friday, September 24, 2004

10 REASONS WHY WE SHOULD LEAVE WORK AT 6.00PM

1. Employment letter stated that working hour finish at 6.00pm. 2. Work is a never-ending process even you stay until next morning you will never finish it. 3. Human are not robots even robots / machines have to rest or else it will facing breakdown problems. 4. You love your career, but your family is even more important in your life. 5. If you failed in your life, you boss is not going to be the one who gives you a helping hand whereas your family would definitely offer help. 6. You do not want to screw up or make your life miserable because of your job. 7. Monthly salary = Work from 9.00 am - 6.00pm, if 6.01pm = $0.00 + 0 Bonus + 0 Ang Pau + 0 apreciation + Bad Health + Bad Social Life + Poor Family Relationship. Equal To: Unproductive Employee + Performance Drop + Company Reputation Drops + Retrenchment Rate Increases + Resignation Rate Increases 8. If the person who disagree to the above formulation, we think he/she is a loser who has no life, heartless, doomed workaholic, etc. He/she deserves the 'Best Employee of "The Year' award! 9. You don't give a damn if your boss fires you. 10. For the Chinese, remember this 'House In The East No Longer keep You, Then Just Move to The West House' - Dong Ka Umm Ta, Ta Sai Ka! So, you still staying back for work!!!!!

Thursday, September 23, 2004

SQL Loader

SQL*Loader (sqlldr ) is the utility to use for high performance data loads. The data can be loaded from any text file and inserted into the database.

Tuesday, September 21, 2004

Command Prompt Options

Guide to Windows XP command prompt options. To enable or disable file and directory name completion on a computer or user logon session, run Regedit.exe and set the following REG_DWORD value: HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor\CompletionChar\REG_DWORD To set the REG_DWORD value, use the hexadecimal value of a control character for a particular function (for example, 0×9 is TAB and 0×08 is BACKSPACE). User-specified settings take precedence over computer settings, and command-line options take precedence over registry settings. For more information about file and directory name completion, see Related Topics.

Saturday, September 18, 2004

Google Deskbar


Google Deskbar enables you to search with Google from any application without lifting your fingers from the keyboard. Installs easily in your Windows taskbar. I stumbled into this useful software at google's playground. It is extremely useful *in my own humble opinion* as it allows you to search directly from your taskbar without using your browser. The thesaurus feature is also really useful as it allows weak English language people like me to quickly look up meanings of words. Try it and you will be amaze.

Tuesday, September 07, 2004

The Nissan 350Z (Fairlady Z) at a glance

The Nissan 350Z (Fairlady Z) 350Z at a glance Configuration: Two door sports coupe Rear wheel drive Models: Base, Enthusiast, Performance, Touring, Track, Roadster Engines: 3.5L V-6 (287 bhp)

Monday, September 06, 2004

Ever view source in GMail before?

I had always been curious about why GMail seems to be more responsive than most of the other web applications I had use. Out of curiousity, I look at the html/Javascript source code that was generated and rendered by my browser. I was unable to understand what was actually being generated as it seems to use a single function named D() to render its display. Thus I made a search on Google and found out about the Gmail engine and protocol. I think if this new technique takes on successfully, others may follow suit and this will change the way web developers work dramatically. Read more about it.

Thursday, September 02, 2004

Conquer medieval kingdoms with CodeRuler

Born of the 2004 ACM International Collegiate Programming Competition, CodeRuler is IBM alphaWorks' newest fantasy gaming simulator challenge. The game has a simple premise: You are the imperial ruler of your very own medieval kingdom. Your peasants and knights depend on your brilliant strategic thinking, agile adaptability, and superior Java programming skill to survive, increase, and prosper. Your objective as a player is to write Java code that simulates this ruler. The gaming simulator pits your ruler against up to six opponents' rulers (or the included sample rulers) and determines the winner.

Wednesday, September 01, 2004

Smart Editor

Smart Editor Professional 3.0 is an Integrated Development Environment for developers. It has a lot of features and tons of user friendly helpers and tools. Smart Editor Professional 2004 package can really simplify the way you write code.

Double Driver

With Double Driver you can view which drivers are installed in your system and you can backup the drivers you choose, save and print the drivers list, and more. Double Driver is freeware. Feel free to use and give this program to anyone you know. Your feedback would be greatly appreciated.