Skip to main content

Posts

No comments :)

-- Courtesy Idly Vadai :)

Christmas 3D Greetings

Christmas is only few days away, and you must already be searching for a novel E-Greeting to post to your friends and relations. Came across A fabulous interactive 3-D e-card, which needs only a Flash Player to enjoy it. It can be viewed by simply clicking on the link below : Am forwarding it, so that you too can share in its fun. Enjoy ! Christmas 3D Greeting - Click Here

4 great tips to start your working day

Every morning can be a challenge – whether you’re sitting in the rush-hour traffic or running to catch the train – in a torrential downpour. With all the problems and hassles we have to face before it’s even time for a coffee break, mornings can be the hardest part of our entire day. What’s more, the first few hours after you wake up really do set the tone for the rest of the day. So it’s important to begin with a calming ritual (or two, or three!) to help you better manage stress and give you that zen-like poise you’ll need to make it through the next eight to ten hours. Here are a few suggestions you may want to consider incorporating into your morning routine. Start with a soothing serenade As you’re making coffee and ironing your shirt, switch on the stereo or power up the computer speakers. But unless you find traffic reports, weather forecasts and shouting disc jockeys relaxing, avoid the morning radio shows. Instead, opt for calming classical music – it’s be...

Wireless networking made easy with Windows 7

With the release of Microsoft® Windows® 7 , wireless networking is easy. All you need is a wireless interface adapter and a router or access point, and you can be connected to nearby computers and to the Internet in a few minutes. 1.     Get your equipment First you need a wireless access point (WAP) or wireless router . Computers and other wireless devices connect through this to one another and to the Internet. You also need a wireless network interface adapter (wireless card) that is compatible to the WAP or router. If you have a notebook PC, it may be built in. You can add a wireless adapter to a computer as an internal expansion card (for example, a PCI card) or as an external adapter that plugs into a PC card slot or USB port. You should also have a high-speed Internet connection, if possible. Wireless computers and other devices communicate using signals that go over the airwaves, usually using satellite, WiMAX , Wi-Fi or Bluetooth® . To connect ...

Top tips for talking with your boss

One of the most challenging areas of the workplace is communication . It can often literally make or break your career. What you say to your superiors shapes their impressions of you, and in turn can mean the difference between being promoted – or being overlooked. While not all bosses are the same when it comes to communication , there are some general dos and don’ts to keep in mind. Here are five of them. 1. Do share your ideas If you have a suggestion for a process change or potential improvement, don’t be afraid to share it. Bosses appreciate employees with initiative and imagination, and they are almost always open to ways to help the business run better. You’ll stand out from the crowd as someone who’s innovative and committed to the company’s success, two qualities that can significantly boost your career and your professional reputation. 2. Don’t wait until the last minute   In business, surprises are generally not appreciated. So when you have important...

Setting up Apache 2.2 plugin for Weblogic Clusters (Linux)

1. Download and install Apache for linux. Normal installation steps would be      $ ./configure --prefix=PREFIX             (./configure --prefix=/scratch/aime/apache)      $ make      $ make install      $ PREFIX/bin/apachectl -k start      $ PREFIX/bin/apachectl -k stop 2. Copy the mod_wl_22.so file from $MW_HOME/wlserver_10.3/server/plugin/linux/i686 to $APACHE_HOME/modules directory 3. Configure httpd.conf file to incorporate WLS changes     * User <user_name>     * Listen <listen_port>     * LoadModule weblogic_module /scratch/aime1/apache/modules/mod_wl_22.so       <IfModule mod_weblogic.c>                    WebLogicCluster host1:port,host2:port ...