How to open Modal window in Javascript

Posted on Jan 29, 2009 | 3 Comments

Sometimes we need to show Modal window in our web application. This window basically opens a popup window which does not allow the user to click any link in the background. User will be able to click on the background when he/she closes the window. The code snippet is given below: <html> <body> <script language=“JavaScript”> function openWindow() { var myArguments = ‘nothing’;... 

Reading user input in java

Posted on Jan 29, 2009 | Leave a Comment

Sometimes in our stand alone java program we need to read user input data. Below code snippet will show you how to read user input in a Java application. package com.tctalk.myapp.java.src;   import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader;   /** * ReaduserInput.java – [This code reads the user input data from command prompt] ... 

Ectaco iTRAVL reviews

Posted on Jan 29, 2009 | Leave a Comment

You are planning a trip to China and you are excited about the tour but you are wondering how to communicate in the local market. Even you are in a situation that you would need some road direction in a new country in Asia and the local person couldn’t understand enlgish then what would you do? Well, thanks to the Ectaco iTRAVL, a new award-winning travel device(Innovation Award 2008 from the Consumer Electronics... 

creating non duplicate array from duplicate array in Java

Posted on Jan 23, 2009 | Leave a Comment

This example helps you to generate a fresh and non duplicate array of elements from an array having duplicate elements. However there is a problem in this code. The nonduplicate array tends to have 0 to fillup the empty spaces. package com.test.java; public class sample {     public static void main(String[] args) {         int dupArr[] = { 1, 2, 3, 3, 7, 8, 8, 1, 4, 1};         int noDupArr[] = generateNonDuplicateArr(dupArr);  ... 

How to test if a String is palindrome or not in Java?

Posted on Jan 23, 2009 | Leave a Comment

Steps to check if a given string is a Palindrome or not? Step 1: Get the string instance Step 2: Reverse the string Step 3: Compare the reversed string with the original string Step 4: If it matches then it is Palindrome else not. Below code snippet does the same thing: package com.test.java;   public class PalindromeChecker {       public static void main(String[] args) {         String plCheckStr1... 

New Launch Garmin nuvi 885T GPS

Posted on Jan 22, 2009 | Leave a Comment

When it comes to use satellite navigational system, Garmin always stays ahead of others with its alltime innovative and user friendly nuvi series of GPS systems. Recently at CES 2009 Garmin announced a new addition to their popular nuvi series – the Garmin nuvi 885T. The device features a sleek 4.3 inch true color touchscreen display having resolution 480×272 pixels. It comes preloaded with maps of the USA, Canada... 

Sprint introduces new USB modem 598U

Posted on Jan 22, 2009 | Leave a Comment

Sprint network has introduced a new USB modem device during this January in north america region. The USB modem 598U is 3G compatible and is developed by popular Sierra Wireless service. As per Sprint, the device is a convenient and reliable solution for its subscribers to connect to internet to check email or browse as efficiently as they do at their office or at home. This sleek looking modem device is EV-DO Rev.A compatible... 

Brando brings HDD enclosure to protect Hard Drive’s life from overheating

Posted on Jan 22, 2009 | Leave a Comment

Brando Workshop – a popular computer peripheral company has recently launched a Hard Disk Drive(HDD) enclosure system which helps the HDD users to get real time HDD specific data like drive’s current state including temperature, fan rotation speed etc. The data is nicely displayed in the built in blue LCD screen. The 3.5 inch HDD enclosure also features an inbuilt 8 cm silent cooling fan which keeps the HDD temperature... 

Total Video Converter- The all in one solution for Video conversion

Posted on Jan 21, 2009 | 8 Comments

EffectMatrix Inc. has launched its new software solution for those who loves to play with Videos. The software “Total Video Converter” is a very powerful and versatile video conversion software which not only convert videos from different formats to all popular formats but also can burn them into Audio CD(ACD), Video CD, DVD or SVCD. We got a chance to evaluate the software suite. Installation is pretty easy... 

LG UP3- The new addition in flash drive based portable player

Posted on Jan 20, 2009 | 1 Comment

LG has recently launched a new portable audio player which is based on the flash memory drive – UP3 Touch DAP. This new generation audio player comes in two versions 2Gb and 4Gb. As you can see in the picture the portable player looks very attractive in the stylish red and black exterior. The media control is based on touch sensitive screen which looks pretty impressive in red color LED in black front end. Though... 
Page 1 of 41234
Advertisement

Subscription

You can subscribe by e-mail to receive news updates and breaking stories.