Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
54% Quality Score
Upvotes Received
31
Posts with Upvotes
29
Upvoting Members
19
Downvotes Received
34
Posts with Downvotes
22
Downvoting Members
16
15 Commented Posts
8 Endorsements
Ranked #233
Ranked #363
~322.82K People Reached
Interests
Everything related computer technology..

279 Posted Topics

Member Avatar for vegaseat
Member Avatar for Reverend Jim
15
13K
Member Avatar for samaru
Member Avatar for LastMitch
Member Avatar for LoanHensley
6
6K
Member Avatar for laguardian

why you have created so many methods for matching user input? i think there is only one method is required for all that. I appreciate suggestion given by "dimasalang". Just go with it. It will work perfectly.

Member Avatar for stultuske
0
3K
Member Avatar for jalpesh_007

Hello all, How can i import my mysql table data to google spreadsheet? Also i want to add data in spreadsheet from particular cell. i have referred following web pages, but i can't get much idea. https://support.google.com/docs/answer/40608?hl=en http://www.ibm.com/developerworks/library/x-googledata2/ please help me. Thanks

Member Avatar for diafol
0
145
Member Avatar for Sam_13
Member Avatar for aya.dioses

i think following link is useful to you. http://code.tutsplus.com/tutorials/create-a-music-player-on-android-project-setup--mobile-22764 thanks

Member Avatar for Traevel
0
659
Member Avatar for jalpesh_007

hello, I am working on networking project. I have made client server program through socket program. Now, i don't know which library is used to detect hardware i.e. attached on machine. mean how can i detect keyboard is attached to my pc or not? mean how can i detect mouse …

Member Avatar for JamesCherrill
0
260
Member Avatar for jalpesh_007

Hello, I am making project of Face detection from image. I have read OpenCV library for it, but exactly i can't get how to find multiple face from image. i had group photos of my friends, i want find face of each person of the photo like tagging in facebook …

Member Avatar for rubberman
0
216
Member Avatar for jalpesh_007

hello all, I am working on android project. i have started background music in one of my activity named"myMainScreen.java" now on that activity i have put one button. while clicking on button i will redirected to another activity called"page_play.java" through intent. Music will get stopped on the second activity(page_play). but …

Member Avatar for jalpesh_007
0
5K
Member Avatar for jalpesh_007

As i am learning ios, please suggest some video or material on how can i create tabbed app. i want to create app for technical institute, where i am studying now. Thanks

Member Avatar for Kelly Burby
0
103
Member Avatar for jalpesh_007

Hello, I am working on project of developing video stagenograhy. i have referred following link. http://www.dreamincode.net/forums/topic/269189-video-steganography/ also read a lots of material on it and found total 10 encoding and decoding algorithm. please send/suggest me good material for video steganography. Just let me know how can encode/decode my message using …

Member Avatar for rubberman
0
157
Member Avatar for jalpesh_007

hello, I am working on a project of Mediaplayer using C#. I have taken MediaPlayer class, for my mediaplayer to play and stop it. Now i want to create play list programmatically. how to do so? Mean how can i generate .wpl file(Multiple with different genre), load it in mediaplayer …

0
144
Member Avatar for Atlanta15Braves
Member Avatar for awesomelemonade
Member Avatar for <M/>
Member Avatar for ToucheAmore

i think you can go to ios for developing application on i phone....and java/android for all leading smartphones...

Member Avatar for priyaspageo
0
549
Member Avatar for Kunai9292

please post some code and tell where the problem is? how can we suggest answer without knowing question.? Thank you

Member Avatar for TylerD75
0
9K
Member Avatar for surum

please go to the following link, it shows step by step demo of creating JSP page in netbeans. [Click Here](http://www.c-sharpcorner.com/UploadFile/fd0172/how-to-create-jsp-web-page-in-netbeans-ide-7-4-using-tomcat/)

Member Avatar for stultuske
0
123
Member Avatar for 2384443
Member Avatar for niccid76

As stultuske said: Put your calculate method outside your main method. Now, try to avoid space in declaring varible i.e. account bal, instead put account_bal. create object of the same class, and call your calculate method using that object. Also change the return type of calculate method with one return …

Member Avatar for Taywin
1
217
Member Avatar for ken.green.142035
Member Avatar for ddanbe
-1
150
Member Avatar for sandyprc78

If you want to call C++ from Java, you'll need to use JNI - Java Native Interface. Be warned that you lose some of the benefits of the garbage collector, since it can't deal with your C++ objects, and your code won't be portable anymore. A Java Servlet container is …

Member Avatar for raj.mscking
0
659
Member Avatar for razor2890

you just have to use javascript for that as <script type="text/javascript"> $(function(){ $('id').bind('change', function () { var url = $(this).val(); // get selected value alert(url); // This will help to check whether JS is getting executed. if (url) { // require a URL window.location = url; // redirect } return …

Member Avatar for trhtrh
0
6K
Member Avatar for mattster

my favourite song are In the end,it doesn't even matter-Linkin park Bodies - Robbie Williams

Member Avatar for polodas
1
679
Member Avatar for iAssistant
Member Avatar for Richa_2

Also you can run your html file from Command prompt. just Give following command to run your applet. appletviewer anyname.html your applet is run now.... OR / ELSE just change in your browser settings, and allow all active contents from file from security tab. Thanks

Member Avatar for Richa_2
1
232
Member Avatar for jalpesh_007

Dear all, I am developing SOAP web service using netbeans. As i have got preferred SOAP request and SOAP response,now i want to add security information like username and/or password in my SOAP header Request. Please tell me how can i modify or add username in my SOAP header Request …

Member Avatar for Ewald Horn
0
3K
Member Avatar for jalpesh_007

Dear all, I am learning html5 recently and stuck with one problem. Is it possible to add 4 different videos on same location with different extension of oog and mp4 inside a single <video> tag? If it is, then i have 4 video files that should be play with using …

Member Avatar for swaranan.barman
0
11K
Member Avatar for DawnofanewEra

you should have to try this: InputStreamReader isr = new InputStreamReader(System.in); BufferedReader br = new BufferedReader(isr); just import java.io.*; Thanks

Member Avatar for jalpesh_007
0
4K
Member Avatar for jalpesh_007

Dear all, I am developing SOAP web service using netbeans. As i have got preferred SOAP request and SOAP response,now i want to add security information like username and/or password in my SOAP header Request. Please tell me how can i modify or add username in my SOAP header Request …

0
265
Member Avatar for debasisdas

**Real difficulties can be overcome. It is only the imaginary ones that are unconquerable.**

Member Avatar for James_28
8
17K
Member Avatar for jalpesh_007

dear all, I just want to know how can i open any jsp page of my project from swing button of jframe. Do i have to use URL class and its methods or i can directly pass localhost address and run it. please reply. Thank you.

Member Avatar for masijade
0
161
Member Avatar for jalpesh_007

Dear all, I am making MS Access database connection with my java program. As i know that in Connection Following things are required: Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); Connection con = DriverManager.getConnection("jdbc:odbc:DSNname","Username","password"); Now i have created System DSN in Odbc data connection and also i have attached database with that DSN. While creating DSN, …

Member Avatar for jalpesh_007
0
421
Member Avatar for root404

But first of all you have to post what you have done so far? First post where have you been stuck in your program? We are ready to help in your code.

Member Avatar for JamesCherrill
-1
1K
Member Avatar for jalpesh_007

hello friends, we have stuck with one problem while doing program of mail api. we have doing unread mails via mail api,but its not perfectly working. There is an problem in reading content of (multipart type) of mail. it will work on Text/Plain type. Following is my code.please let me …

Member Avatar for JamesCherrill
0
3K
Member Avatar for Twee Nguyen
Member Avatar for peter_budo
0
249
Member Avatar for xtreamcoder
Member Avatar for stultuske
0
246
Member Avatar for <M/>
Member Avatar for sangeethab

here just kind of question is how you find any computer is at remote location? just by differentiating ip address.If pc is in same network then you can access it by name.

Member Avatar for jalpesh_007
0
175
Member Avatar for Andrew_8

you can see the following example for how to create .policy file and provide security. please go through: http://www.informit.com/articles/article.aspx?p=433382&seqNum=2 Thanks

Member Avatar for jalpesh_007
0
84
Member Avatar for leroy green

i think following example/link should be helpful to you. http://stackoverflow.com/questions/12863437/change-just-text-in-li-that-contains-img

Member Avatar for leroy green
0
162
Member Avatar for <M/>

it works fine..no error in the code. for which input you're getting wrong/random output.

Member Avatar for <M/>
0
335
Member Avatar for <sum>

Link with code to convert each plot to a single canvas then convert that canvas to image. https://bitbucket.org/cleonello/jqplot/issue/14/export-capabilities Once you've converted you could sent to server to compile in file format you want.

Member Avatar for dilang
0
71
Member Avatar for smdjilani

just go to following link and follow the steps. http://www.java.com/en/download/help/linux_install.xml

Member Avatar for jalpesh_007
0
97
Member Avatar for jalpesh_007

Hello, I am working on a project in php.Now i want to send a mail to any e-mail id. How can i send it? Is there any mail API for PHP there or not? because right now i am running project on localhost(for testing).After completion of it i will upload …

Member Avatar for Jamblaster
0
324
Member Avatar for jalpesh_007

For each of the following sets of functional dependencies on a schema r(A, B, C, D, E) AB --> C, D --> E, B --> E A --> CD, B --> DE AB --> C, C --> D For each of the above set of functional dependencies, decompose relation r …

Member Avatar for 1stDAN
0
176
Member Avatar for Kenney_1
Member Avatar for arohideep13
Member Avatar for <M/>

The End.