Skip to content

TechXcel.com - provides technical excellence...

Narrow screen resolution Wide screen resolution Increase font size Decrease font size Default font size default color orange color green color
You are here: Home arrow Blog
A blog of all sections with no images
How to Close Browser Window? PDF Print E-mail
(1 vote)
Written by Chetankumar Akarte   
Monday, 14 May 2007

How to Close Browser Window?

If you want to close any browser window then you can use window.close() method. The method window.close() will attempt to close the window in which the script is executing.
See simple script to …

<p style="text-align:center;font-family:'Trebuchet MS';">
<a href="javascript:window.close();">Close</a></p>

This simple script will close browser window in which it get executed and also worn user as shown in figure

Last Updated ( Friday, 28 September 2007 )
Read more...
 
What is Object Serialization? PDF Print E-mail
(1 vote)
Written by Mukesh Ranjan   
Monday, 14 May 2007

What is Object Serialization?

  • Serialization is a way of flattening, pickling, sizzling, serializing, or freeze-drying Objects so that they can be stored on disk, and later read back and reconstituted, with all the links between Objects intact
  • Object serialization is the process of saving an object's state to a sequence of bytes, as well as the process of rebuilding those bytes into a live object at some future time
Read more...
 
Difference between HashMap and HashTable PDF Print E-mail
(0 votes)
Written by Mukesh Ranjan   
Monday, 14 May 2007

Difference between HashMap and HashTable


Both provide key-value access to data. The Hashtable is one of the original collection classes in Java. HashMap is part of the new Collections Framework, added with Java 2, v1.2.
  • The key difference between the two is that access to the Hashtable is synchronized on the table while access to the HashMap isn't. You can add it, but it isn't there by default.
  • Another difference is that iterator in the HashMap is fail-safe while the enumerator for the Hashtable isn't. If you change the map while iterating, you'll know.
  • And, a third difference is that HashMap permits null values in it, while Hashtable doesn't
Read more...
 
What is the difference between JDK and JRE PDF Print E-mail
(1 vote)
Written by Mukesh Ranjan   
Monday, 14 May 2007

What is the difference between JDK and JRE


The "JDK" is the Java Development Kit. i.e., the JDK is bundle of software that you can use to develop Java based software. The "JRE" is the Java Runtime Environment. i.e., the JRE is an implementation of the Java Virtual Machine which actually executes Java programs.

Typically, each JDK contains one (or more) JRE's along with the various development tools like the Java source compilers, bundling and deployment tools, debuggers, development libraries, etc.


Last Updated ( Monday, 14 May 2007 )
Read more...
 
JavaScript Status Text Clock PDF Print E-mail
(3 votes)
Written by Chetankumar Akarte   
Tuesday, 08 May 2007

JavaScript Status Text Clock

Here we are going to display Text Clock at status bar of browser. If you are interested in details then please go through JavaScript Status clock – Basic and JavaScript Status clock – Advance.

First of all we have define variable var currentDate=new Date() and create a date object. Then define function NumToText() which take input as number which is output of method supported by date object.
Last Updated ( Tuesday, 04 September 2007 )
Read more...
 
JavaScript Status clock - Advance PDF Print E-mail
(3 votes)
Written by Chetankumar Akarte   
Tuesday, 08 May 2007

JavaScript Status clock - Advance


In previous article JavaScript Status clock – Basic we see simple technique to add clock at browser status bar. Now we are going to manipulate data which we get from Date object constructor. Using the date object and some of its methods, you can create your own JavaScript clock customized to our needs.

Here we are going to use some method supported by Date object are as follows…

Last Updated ( Tuesday, 04 September 2007 )
Read more...
 
<< Start < Prev 1 2 3 4 5 6 Next > End >>

Results 41 - 50 of 57

Who's Online

We have 1 guest online

User Login

PayPal Donation

Enter Amount:

Syndicate

TechXcel's Friends

Tutorials Garden
Wicolorz
pixel2life

Text Link Add

Statistics

Members: 272
News: 60
Web Links: 6
Visitors: 323408

Google Seach

Google AdSense

TechXcel Referrals

TechXcel's Sponcer...