Daily Archives: April 30th, 2010

Basic command of VI editor

1. Moving the cursor 2. Deleting Characters 3. Deleting words 4. Deleting lines 5. Replacing Characters 6. Replacing Words 7. Replacing Lines 8. Inserting Text 9. Appending Text 10. Opening a Blank Line 11. Joining Lines 12. Searching 13. Command in quick Moving the cursor The cursor is controlled with four keys: h, j, k, …

Read more »

The Web Services Protocol Stack

The diagram below shows the protocols used in web services, from highest to lowest level, reading downward. We’ve omitted layers lower than HTTP, most notably the ones that employ TCP/IP and Ethernet technologies. Layer Technology Service Discovery : UDDI Service Description: WSDL Messaging: SOAP Encoding: XML Transport: HTTP

Read more »

How to call webservices with xml data by Jquery+Ajax

Forming xml: Call webservices sending xml data:

Read more »

Xml parsing using sun parser with servlet

Xml parsing using sun parser with servlet are given below: Import following packages: Then parsing your xml data which is given by parameter:

Read more »

Alphanumeric test by JavaScript

Verifying alphanumeric test by JavaScript:

Read more »

How to focus same textBox by onBlur function using javaScript

It is easy to focus any element in html using javaScript by following code But when we want to focus same element by onBlur function then it takes some extra query. Now you can use javaScript code

Read more »

How to assign dynamic value in href in xsl

Sometimes It makes confusing to assign dynamic value in link tag in xsl. Here is solution you can use it in your xsl program: Normally we can assign a value in textBox in xsl by following code And also can assign a value in label/span or something else by following code

Read more »

Follow

Get every new post delivered to your Inbox.