rahul taiwala

Greenhorn
+ Follow
since Feb 06, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by rahul taiwala

In content only, And no its not a home assignment.
Suppose I have Paragraph tag which contains some string like-


Here, word is a sequence of character separated by white space, so here words are-A,friendly,place,for,programming,greenhorns,Big,Moose,Saloon
Now I need to change the background color of each word starting from "A" to "Saloon", one by one.
I need to highlight-meaning change the background color of each and every word in the html document one after another using javascript.
I am using this code to highlight each word one by one in a html document, but it is not that good method.
And It faces some problem for some words, if white space between two word is more than one, or if return character is encountered more than once

How to highlight all words in html one by one using javascript?
Any idea how to proceed?
I have tried a lot of things but I get confused when it comes to deeply nested tags.
I wish to develop a mobile chat application..

1)it will be mobile to mobile chat.

2) All interactions will be direct from mobile to mobile without any server .



can anyone please suggest me from where to start, what protocol should i use???
12 years ago
welcome Brian
13 years ago
We have been able to send thie ECG signal to mobile phones through Bluetooth and we have been able to plot it in real time.
now my question is How to save the data without affecting the plot on the mobile phone?
13 years ago
sorry fred, from next time I will keep your words in mind.
And for this problem it is solved,my panel was not getting focus,just tried to get it using requestfocus() method and it is solved..
13 years ago
13 years ago
use paint method instead of paintComponent and its working fine.....
13 years ago
hello every body i have some painting problem with the game can anybody help.....
here is the code
13 years ago