- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 31
- Posts with Upvotes
- 29
- Upvoting Members
- 19
- Downvotes Received
- 34
- Posts with Downvotes
- 22
- Downvoting Members
- 16
- Interests
- Everything related computer technology..
279 Posted Topics
Re: Night is certainly more novel and less profane than day.. | |
![]() | Re: i have seen **on the sunset** .really awesome work by pierce Brosnan... |
Re: 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. | |
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 ![]() | |
Re: Please write some code and then post it where you stuck. | |
Re: i think following link is useful to you. http://code.tutsplus.com/tutorials/create-a-music-player-on-android-project-setup--mobile-22764 thanks | |
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 … | |
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 … | |
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 … | |
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 | |
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 … | |
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 … | |
| |
Re: why sun is yellow in morning and orange in evening? | |
Re: i think you can go to ios for developing application on i phone....and java/android for all leading smartphones... | |
Re: please post some code and tell where the problem is? how can we suggest answer without knowing question.? Thank you | |
Re: 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/) | |
Re: Where you want to set your background as image?? | |
Re: 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 … | |
Re: Just tell where you stuck? please define your problem exactly. | |
Re: 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 … | |
Re: 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 … | |
Re: my favourite song are In the end,it doesn't even matter-Linkin park Bodies - Robbie Williams | |
Re: here i am india..really good suuny weather today... | |
Re: 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 | |
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 … | |
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 … | |
Re: you should have to try this: InputStreamReader isr = new InputStreamReader(System.in); BufferedReader br = new BufferedReader(isr); just import java.io.*; Thanks | |
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 … | |
Re: **Real difficulties can be overcome. It is only the imaginary ones that are unconquerable.** | |
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. | |
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, … | |
Re: 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. | |
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 … | |
Re: you should create java web if you are using NetBeans IDE for development. | |
Re: you can go for either pluralaight or lynda.There is no advanced contents on VTC. | |
Re: 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. | |
Re: 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 | |
Re: i think following example/link should be helpful to you. http://stackoverflow.com/questions/12863437/change-just-text-in-li-that-contains-img | |
Re: it works fine..no error in the code. for which input you're getting wrong/random output. | |
Re: 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. | |
Re: just go to following link and follow the steps. http://www.java.com/en/download/help/linux_install.xml | |
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 … | |
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 … ![]() | |
Re: you can also refer "Java: The Complete Reference 7th Edition" | |
The End.