Using Keypad as a Mouse
Keyboard’s num side can be used in handling the mouse pointer. For switching this feature on, we need to push alt + shift (below caps lock) + num lock key
This will initiate the mouse control. all directions will be applicable by keys. 5 means left click and * 5 right click
we can accelerate the movement by adding ctrl with direction.
Quick Links Find Tool in Mozilla
This is awesome tool for those who don’t like to use mouse while using computer. While browsing net in mozilla, we can directly go to the desired link by using quick links find.
This operates as we push single quote on keyboard that initiates the tool and by typing the link name, it goes to that link.
This does not work in case you are focused inside some textbox or textarea. So, push a tab and start using it.
Trace Bus Routes, Auto Fares and Traffic Situations in Indian Metros
This information is basically for Indian metro commuters where traffic department really took some cool initiatives to communicate with the end-users. A new web portal to get live information on traffic status, directions and auto fares for cities Bangalore, Hyderabad ,Delhi,Chennai and Pune. The traffic police have launched a live traffic portal (Transport Information System) where you can find
1. Optimal routes between any two places in the city…
2. Auto-fares
3. Bus routes and stops, etc.
Check :
http://www.dtis.in/ for Delhi
http://www.chennaitraffic.in/ for Chennai
http://www.btis.in/directions.htm for Bangalore
http://www.htis.in/directions.htm for Hyderabad
http://www.ptis.in/ for Pune
Sniffing Networks Using Wireshark
Make Your Browsing Efficient Using Netvibes
This is an ultimate facility which lets you open n number of sites in parallel and simultaneously check them all. Like I want to use a mail and want to check out a blog simultaneouly without switching between tabs.
Moreover, you can make your own page where all the blogs, news etc. can be pinned. Just like pinning web articles on a wall. This allows you to have collective login to all the facilities accessed on web like different mails, blogs or anywhere that demands login of pages.
Check following link http://www.netvibes.com/
Gather Information About Other System using NMAP
Restore Web Sites
Wondering if web data also have a restore option as we do have in our file system. Well, there is a solution, a site provides a service where they take backup of most of the web pages available on internet and gets you a sorted history according to date. Just try following link
Get Last Modified Date Of A Web Page
For getting the last modified date of a web page, just paste following statement of javascript to your browser address window and execute. This works for mozilla, IE i am not sure about
WebLogic 10 T3InitialContextFactory
In order to invoke an EJB client, we need to invoke it through a context. As of following snippet
static public Context getInitialContext() throws Exception {
Properties p = new Properties();
p.put(Context.INITIAL_CONTEXT_FACTORY, “weblogic.jndi.T3InitialContextFactory”);
p.put(“java.naming.security.principal”,”weblogic”);
p.put(“java.naming.security.credentials”, “weblogic”);
p.put(Context.PROVIDER_URL, url);
return new InitialContext(p);
}
In order to use T3InitialContextFactory ${WL_Home}\server\lib\weblogic.jar should be added to the classpath for smooth working of the InitialContext
Default Username Password of Web-Logic 10
There seems to be a lots of problems with working on weblogic as the passwords keep revolving all the time. Default username and password for weblogic application sever 10 is “weblogic” .



