No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Information Technology Developer
- Interests
- Music, Movie, Video Games, Dance
15 Posted Topics
Re: I think the update commands with three column update should work fine. But you can check what are the values you are supplying, what are the table column data type, check are you sending null values or not, you may need to convert data to the right type. Try to … | |
![]() | Re: Several steps: one way: Need to identify the card first Need scanning device and analyze the acct number is right then interface to type the pin -- there should be a server program that can handle request from the ATMs. ATMs will create a socket connection to the server and … |
Re: Ok, For your problem First you need a service who provide a directory/service/database for current stock market price. Then you have to query it. You may need to register with the service provider. Search first for such directory service or web-service. I will check if I find anything for u … | |
Re: Some possible ways: Use google webmaster tools to submit your sitemap , submit all urls Submit to search engines in a regular basis Update your contents regularly Make your web-pages keyword rich and having keyword related contents Join social networking sites, increase your friend connection, tell them about your web-site, … | |
Re: Trying to answer quickly: I think you can write a class for Rectangle - what you define/mean for a rectangle---can write some methods to determine that it is a rectangle - check the length of the arms that each pair are equal. Check for angles [90 degrees] between arms. for … | |
Re: You can an example: [url]http://www.dreamincode.net/forums/showtopic56030.htm[/url] This may contribute to your conference centre | |
Re: You can check a video tutorial from on creating java development enviornment - it covers basic to advanced [url]http://www.justetc.net/knowledge/multimedia_training/index.php?table=TrainingVideos&categoryID=1&category=Struts&subCategoryId=47[/url] Check the first two lessons | |
Re: Ok you can try running javac command with a redirection to a file with > both in linux and windows javac .......java > error.txt If you use an editor the error list you can easily see after compilation use textpad for the purpose..search google for textpad install java first then … | |
Re: Use an ArrayList or Vector [synchronized though] | |
Re: You should use classes for NumberFormat or DecimalFormat. You have to create an instance of these. then call the format method I guess with your number and format. Check the class references and search google for example. The idea is you need to define a format and then apply that … | |
Q1. I have a web-site on Business and Computer tutorials and video training. Until now, I am the only contributor. I want other industry/academic experts to contribute. How can I go for that? Q2. I am from Canada. What are the different ways to get IT projects? For consultant work … | |
By Sayed, June 25th, 2008 * Single tier applications are easier to design. Single tier applications mix data, presentation, business logic altogether. It is easier design but workload distribution becomes difficult. Moreover, software maintenance becomes a big headache. * Multi-tier applications can address these challenges. Here, the application, hence, the … | |
Re: [QUOTE=LevelSix;635167]The task: Write a program that asks the user for a file and counts the number of characters, words, and lines in that file. Then the program asks for the name of the next file. When the user enters a file that doesn't exists, the program prints the total count … | |
Hello: I was implementing payment processing through Moneris. I set some information in session variables. Then I go to moneris hosted page. After I come back from moneris, my session variable values expire. What am I doing wrong? If increasing session timeout variable will work or not? I am using … | |
Hello: I was implementing payment processing through Moneris. I set some information in session variables. Then I go to moneris hosted page. After I come back from moneris, my session variable values expire. What am I doing wrong? If increasing session timeout variable will work or not? I am using … |
The End.