199,114 Archived Topics
Remove Filter ![]() | |
Hi, I am working on the application in which Ajax, JSP, Javascript and html is used in UI part. We have our own UI frame work in which we update the page through AJAX. i.e. Initially page is loaded and later on we request to AJAX to update that particular … ![]() | |
Can someone help me with this program.I had found that the output of this program should be the local time and display time and date and i dont know where my program gone wrong and display like this time is 03:29:30 date08/06/[COLOR="Red"]1[/COLOR]08 how to eliminate 1 from my program.it should … | |
Dear Sir I want to develop an application that will get the current market price of the stock using jsp. | |
The recursive function is only reversing the first and last characters of a string. I've been trying for hours but cant find the error. Any help would be awesome. The code: [CODE] #include <iostream> #include <string> using namespace std; void str_reverse(char str[], int length) { char temp, temp1; int starti=0; … | |
Does ne one knw how to create an uneditable text file ? plz tell me.....n also about check box in datagrid.... | |
Hi All, I am very new to Perl and trying to practice a bit. I am rebuilding my website and decided to take on a project - convert an Simple Machine Forum database into vBulletin database. At the present stage my script successfully converts users and topics, but I am … | |
I am writing an application using python to display a FITS image file. I am using pythoncard to build GUI for my application.I can display image files in jpeg, .png, etc . but I am not able to dispaly FITS image in the same application...I donot understand why I am … | |
i am new in java can any one please tell me the main use of constructor if we can use method in what cases its necessary to use constuctor | |
Hi, I am a new programmer - I'm taking a course of C++ programming in College. I have a quick question - well, I hope it's quick. After I create a program and try to run the program, the .exe file will pop up and in less than a second … | |
I developed the project in vb.the screen resolution is 1024 * 768 the exe is posted in server . now when another person is opening the exe from his system of 15 inch wider screen the resolution is 800 * 600. some part (right to the user) of the form … | |
erm, hi everyone, i am working on chart using dundas chart, i already load the .dll file to the toolbox, drag it for its control, load the .mdb file as well for the data source, and when i try to test query, i still manage to view my data, however … | |
Hello, i just started with on my new school and we are going to make an application that ask how old you are. If you're 13 to 19year old it should say ''Teenager'' But if you write for example 8, it should say '' little kid ". I started to … | |
Hello, Need pointer on how to create a for loop within gdb that will print something each repetition to a file so that I can view results. How would I go about doing this? | |
Hi i've got a problem. I keep getting this awesome error "[Build Error] [Project1.exe] Error 1" I copied this source code from [url]http://www.daniweb.com/forums/thread56924.html[/url] I just can't seem to get it to work. can someone pls help [CODE]#include <windows.h> #include <stdio.h> #include <string.h> #include <odbcinst.h> #include <sql.h> #include <sqlext.h> #include <sqltypes.h> … | |
Hi, I'm learning C++ at the moment using one of Jesse Liberty's books and got to the pointers day. They ask to code a stray pointer as an exercise and give as a solution the following code: [CODE=syntax] int main() { int *pVar; *pVar = 9; return 0; }[/CODE] Could … | |
Hi all, I'm trying to figure out why TH I get these error unhandled exception at <address No.> in <my project neme>.exe: <address No.>: Privileged instruction and another : unhandled exception at <address No.> in <my project neme>.exe: <address No.> : Access violation writing location <address No.> when I try … | |
![]() | I've spent entire night and day searching on the internet how to solve my problem, and i couldn't find anything... so please help me, if you know :( this is piece of my code: [code] int main () { string line; cout<<"Welcome!"<<endl; getline(cin, line); while (line!="0") { hello (line); getline(cin, … ![]() |
hey all :) I'm making a console program, and I want to do that when you run it from the terminal, you can give arguments like -debug (./program -debug). How do i get whether an argument is set or not in the code? i've tried #ifdef debug, but it didn't … | |
![]() | well i didn't have to include anything except string with working with strings and getline, and getline works... but there's another problem. i always have to press enter twice for another line of code to read ;_; ![]() |
I am looking for someone to help with a project, skill set required : JAVA viz. J2EE, JSP, Servlets, EJB, JDBC , J2ME, Web Services . If you have domain knowledge on IPTV or Video on Demand type of applications if will help. Middleware development is the major requirement for … | |
how to find all of the IP addresses in any and all of the files under /var/lib/output/*, ignoring whatever else may be in those files? now i can assume anything in those files.....can some one get me started on this. Now i know that the basic logic in this is … | |
I have a form that contains two text boxes where the user can type in file paths, I want to check to see if the file path entered into the textboxes are valid when the user clicks on the accept button. Here is my code [CODE]Private Sub btnAccept_Click() Dim OpenFile … | |
Hi, In the code below, when I click on the link [I]Colour[/I], it needs to connect to javascript function and display "Hello" or alert message. For some reason, it does not do it. If anyone spots a mistake, pleeese let me know - I'll be here. Appreciate! [CODE] <!DOCTYPE html … | |
Hello, I am having problems retrieving correct values from two radio buttons in my AJAX script below. The radio button values are either a 1 or 0 and always produces 0 regardless of which button is selected. Once in AJAX, I can not have the script retreive a 1 or … | |
XML to XSLT for XML with value in attribute -------------------------------------------------------------------------------- Hi All - I need your help to resolve this. I have gone through some basic examples of xml and their conversion to xslt, but the one i have to convert is something quite specific. The XML schema for the … ![]() | |
Hi all, I'm rather new to XSL (and this forum) and have searched everywhere to find out how to order the output of XML to text using XSLT but haven't found the answer. The XML is similar to the following: [CODE] <table name="data"> <row> <field column="groupA" type="java.lang.String">00000030</field> <field column="name" type="java.lang.String">Smith</field> … ![]() | |
Hi everyone, I tried to embed a video from YOUTUBE to my website with autostart. The suggested code is [code]<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/52_wba_dzKs&hl=en&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/52_wba_dzKs&hl=en&fs=1&rel=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>[/code] I modified it [code]<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/52_wba_dzKs&hl=en&fs=1&rel=0"></param> <param name="allowFullScreen" value="falce"></param> <param name="allowAutoPlay" value="true"></param> <embed src="http://www.youtube.com/v/52_wba_dzKs&hl=en&fs=1&rel=0" type="application/x-shockwave-flash" allowfullscreen="falce" allowAutoPlay=”true” … | |
this is my xml: </ROOT> <Item Segment="COMFIN" Dept="Blackberry" Category1="Active Directory" Category2="Password Reset" Code="Reset" /> <Item Segment="GEHC" Dept="Remote Support" Category1="Hardware" Category2="Cable" Code="Replace" /> <Item Segment="Plastics" Dept="Blackberry" Category1="Software" Category2="Casing" Code="Install" /> <Item Segment="Plastics" Dept="Remote Support" Category1="Hardware" Category2="Casing" Code="Repair" /> <Item Segment="Plastics" Dept="Site Support" Category1="Hardware" Category2="Parts & Vendor 5.0" Code="Replace" /> </ROOT> this … ![]() | |
Hello, i have created a HTML table dynamically using javascript and JSP, i have to store the values inside the table to database. Thanks in advance. Ananth | |
Hello I am writing a vb code that will generate xml files. I am making some progress, but I am stuck. When I run the vb program, the [B]MessageDetails[/B] node is not displayed, eventhough it is contained in the vb code. What am I doing wrong? Below is the vb … ![]() | |
i have a file from which i have to read and compute the total value of all items,i dont know what methodto use to read arrays i tried DataInputStream(object).readInt(quantity[]); but it says it is wrong can any one help me in reading from the file and computing the total value … | |
i would like to know how to get ipaddress using host name of my friends computer in java programming. I have tried using [COLOR="Red"]getByName(".....")[/COLOR] method ,but it is a failure. will u assist me....... | |
Hi, I have a web form that uses an objectdatasource to select and update the data that is displayed on a gridview. the select is working great, but the update keeps coming back with this. " ObjectDataSource 'objdsIntake' could not find a non-generic method 'UpdateCompleted' that has parameters: Completed, LName, … | |
hi i need a script that make security image for forms.please give me an script to download . thanks | |
in my project i am using multiple combo boxes in a single page.so can u help me how to get values from those comboboxes.here me used nearly 400 comboboxes.so it is very difficult to use 400 variables to retrive value from comboboxes.so me used array technology.bt here me not able … | |
Hello and hii fellows.... I want your help right now in making a BST in which we can perform treeSearch....treeMINIMUM....treeMAXIMUM....treeINSERT....treeSUCCESSOR....treePREDECESSOR....treeDELETE....alongwith INORDER....POSTORDER....PREORDER traversal methods.... I have made a program consistiting of all methods excluding treeDELETE.... I'm ordered to make a tree-class....and a structure for node of a tree.... but im confused … | |
Hi there I have a problem creating a slot machine game in turbo c++ because I cant get the value of the randomize number.... | |
Hi everyone, I'm having issues while attempting to read a text file of the following structure [QUOTE] 0 0 -7.278289 0 1 1.922087 [/QUOTE] As you see the first and second values in a line are integers, I'm not interested in those, the third value is a float which I … | |
Hello Friends, i return a database connectivity like this. [code=php] function db_conn() { $mysqli = new mysqli("localhost", "root", "", "test"); if (mysqli_connect_errno()) { printf("Connect failed: %s\n", mysqli_connect_error()); exit(); } return $mysqli; } [/code] with this upto now i used to insert records successfully. but now i have an problem with … | |
Hi i want need to fetch sec highest marks from given tables. my database design is like: My database design: Table 1: Student table (PK)Stud_id, Stud_name Table 2: Subject table (pk)Sub_id, Sub_name, Marks. Table 3: Stud_Sub table Stud_id, Sub_id And i come up with the query: Select Student.stud_id, Student.stud_name Max( … | |
Hi everyone.... Could anyone tell me... I have a C++ program, source and exe. And I have a txt file that acts as a database. That program reads and operates with that database and is intended to be useable on my one site. Now... what I want to know is... … | |
Hello everyone. I am new to coding, taking an introductory C++ class at Baylor University. I am trying to get this standard deviation problem worked out, but I just pulled an all-nighter on it thinking it would be simple, but it is not. I have attached the prompt for the … | |
Hi, I navigate throught the pages in my php project. When i click back button in Internet Explorer to go back to previous page, it displays common "The page cannot be displayed" error. What do i have to add into my php code to overcome this problem? Thanks | |
hi friends i need a good tutorial for learning creating macros in excel using visual basic. i have never programmed in vb.so i dont know how much it will take me to learn. i serched online but most of them were available only after registeration. can someone suggest me some … | |
Sorry I first posted this question on on the tech talk portion.... I'm using crystal report and vb6. I posted a thread two days ago regarding changing the connection properties of the crystal report in vb6. I found a way by using : [code]crxReport.Databases.SetDataSource rsReport[/code] but I'm having an exception … | |
Hi guys, what might be the cause of this exception, the reason why I did not make my methods static is because I'm running it on putty. Here is my error: Exception in thread "main" java.lang.NoSuchMethodError: main [code=java] package NCN; // Trying date formatting import java.util.Locale; import java.text.DateFormat; import java.text.ParseException; … | |
When running GWBasic on one of my computers Alt/Enter works perfectly at minimising the Basic window, but on my other computer it has no effect at all. Both computers are running WinXP. How do I train Computer 2 to respond? Thanks | |
I have the following function. in this function i am not able to push back in vector. I will explain how it works. if same f_pin will comes in the second iteration compared to first iteration of EventNum loop it will get into if Loop and have to push into … | |
Hi All, i'm new here but hoping someone can give me some much needed help! :) I'm new to PHP Completely, the script i currently use to pull pages for this website is something i borrowed from a freind. I Kinda understand this one script, but the rest is unknown … ![]() | |
Ive written the following simple code to find the addresses of the varialbles [code=C] #include<stdio.h> int main() { int a; int b; char c; float d; printf("\nInt : %x\nInt : %x\nChar : %x\nfloat : %x",&a,&b,&c,&d); return 0; } /* OUTPUT Int : 12ff4c Int : 12ff48 Char : 12ff47 float … |
The End.