199,113 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for aaronmk2

I am tring to remove three string from a que using nodes. When I try to remove the third one it does so, but then I get a debugging error. I think the problem is that I am not deleting the last node but I cannot figure out what I …

Member Avatar for arshad115
0
133
Member Avatar for nirandhn

Hi, I am new in xslt ,i want to remove any tag from xml file with using xslt . Can anybody assit me. Thanks in Advance. Niranjan Kumar My XMl file:- [CODE=XML]<?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="emp.xsl"?> <company> <employee id="1"> <name>Niranjan<p>tkadakdk sadfafk ff</p></name> <roll>1</roll> <contact>Delhi</contact> </employee> <employee id="2"> <name>brijesh</name> <roll>1</roll> <contact>Noida</contact> …

Member Avatar for nirandhn
0
2K
Member Avatar for scaiferw

I'm pulling my hair out trying to find a checkbox check-all toggle script that will pass an array of selected to my server side PHP script. I really want a master checkbox that serves as a select-all/deselect-all control. I've looked at countless examples online, and the closest I can find …

Member Avatar for scaiferw
0
139
Member Avatar for El_Tazar

I need to change my project to a program that can be installed,please send me instructions on how to accomplish this,and I am having a problem copying my system to other pc's. It works fine on my pc,but when I copy to another pc,it only allows me to login and …

Member Avatar for El_Tazar
0
72
Member Avatar for vandalised

Hi basically i have this: [code]<?xml version="1.0" encoding="ISO-8859-1"?> <catalog> <cd> <title>Empire Burlesque</title> <artist>Bob Dylan</artist> <country>USA</country> <company>Columbia</company> <price>10.90</price> <year>1985</year> </cd> <cd> <title>Hide your heart</title> <artist>Bonnie Tyler</artist> <country>UK</country> <company>CBS Records</company> <price>9.90</price> <year>1988</year> </cd> <cd> <title>Greatest Hits</title> <artist>Dolly Parton</artist> <country>USA</country> <company>RCA</company> <price>9.90</price> <year>1982</year> </cd> <cd> <title>Still got the blues</title> <artist>Gary Moore</artist> <country>UK</country> <company>Virgin …

Member Avatar for iceandrews
0
754
Member Avatar for electricrain

i have been asked to make phone book console application in java using collections/data structure i have done some of it. i am having problem that i have to store firstname,lastname,cellnumber,emailaddress etc in such a way into collection so that if some one wants to search phone number from phonebook …

Member Avatar for JamesCherrill
0
632
Member Avatar for emhmk1

Hi Everyone, i have a query regarding checkboxes. i have got a 'check all' checkbox on my form but what i need is to uncheck all if the check all is not checked This is the check all script [CODE]function checkAll(field) { for (i = 0; i < field.length; i++) …

Member Avatar for scaiferw
0
130
Member Avatar for Suarli

Hi; in Ubuntu and C++, i need the code to obtain and show for screen myself MAC. Can you help me?. This is part of a big program and it's the only thing which i have problems I can use: #include <algorithm> #include <cassert> #include <iostream> #include <sstream> #include <vector> …

Member Avatar for daviddoria
0
163
Member Avatar for pentolanmenteng

Hi, im sort of trying to insert an array value as an argument, illustrated in the following code: [code] for($j=0;$j<count($number);$j++) { <input type='text' size='1' name='inputno' id='inputno$j' onchange='check_input(this.value, (i wanna get the value of $j here) )'>"; } [/code] any idea? thank you

Member Avatar for urtrivedi
0
89
Member Avatar for ayesha789

I want this form as lightbox form. Is it possible. [CODE]<form action="lims_updated_north.php" method="post"> <table class="mytable" align="center"> <tr> <td>Code</td> <td> <input type="text" name="al" id="al" value="<?php echo $al; ?>" /> </td> <td>Owner Name</td> <td> <input type="text" name="cd" id="cd" value="<?php echo $cd; ?>" /> </td></tr> <tr> <td>Mobile</td> <td> <input type="text" name="nid" id="nid" value="<?php …

Member Avatar for Graphix
0
187
Member Avatar for tom3.14

Hello long time reader first time poster. (Long time VB6 user newb at C#) I wish to hold the mouse down and slide over cells in a data view control. As the mouse if moved from cell to cell a tool tip is displayed. (The info will be pulled off …

Member Avatar for RobCr
0
692
Member Avatar for Clawsy

Hi, I have a few simple questions regarding sending SMS from my PC to my moble phone. I have two libraries which should be able to send SMS messages: [CODE] import com.simplewire.sms.*; public class send_text { public static void main(String[] args) throws Exception { SMS sms = new SMS(); // …

Member Avatar for jwenting
0
987
Member Avatar for BaluM

Hello All, Could you please help me on below issue!!!! I am write and read binary file as below, when i write array to file it was writing good but when i read same array i am always loosing last values and below is the code for both operations. Writing …

Member Avatar for BaluM
0
331
Member Avatar for ceyesuma

Is it possible to write a class and hava a another class add that to a panel?

Member Avatar for ceyesuma
0
89
Member Avatar for bjoernh

Hi there. Day 2 of programming python. In this thread I posted my first attempt [url]http://www.daniweb.com/forums/post1231604.html#post1231604[/url] and growing from there it goes to slightly deeper water here. I have three .txt files: nvutf8.txt here new vocab items are stored esutf8.txt here example sentences are stored exoututf8.txt example sentences from esutf8.txt …

Member Avatar for bjoernh
0
173
Member Avatar for mandeep.laha

I am developing a web application in which the clients wants to generate a pdf of the current page. I google a lot about this but didn't find any suitable solution to the problem. Many dlls and classes are available but no one is working. The main problem is that …

Member Avatar for mandeep.laha
0
88
Member Avatar for jag4

[code]Dim MonPrice As Decimal If RadioBtnMon20.Checked Then TxBxPRICE.Text = TxBxPRICE.Text MonPrice = MonPrice + 120 ListBox1.Items.Add(RadioBtnMon20.Text) End If If RadioBtnMonHD.Checked Then TxBxPRICE.Text = TxBxPRICE.Text MonPrice = MonPrice + 140 ListBox1.Items.Add(RadioBtnMonHD.Text) End If If RadioBtnMonFullHD.Checked Then MonPrice = MonPrice - 140 + 170 ListBox1.Items.Add(RadioBtnMonFullHD.Text) ElseIf RadioBtnMoniterStand.Checked Then ListBox1.Items.Add(RadioBtnMoniterStand.Text) End If TxBxPRICE.Text …

Member Avatar for Luc001
0
171
Member Avatar for zkelvin2010

Write a program that creates a text file that contains a power of two table in HTML format. The file could be called "twoPowerTable.html". When it is viewed with a browser you will see something like: Power of 2 Value 0 1 1 2 2 4 3 8 4 16 …

Member Avatar for rajarajan2017
0
233
Member Avatar for andydeans

Hi, I have tested this and get no errors. However when i am updating a mortgage record for a client it changes the client id?? So if i am updating a mortgage for clientid = 1 Test Case and Mortgage ID = 1 once i click update in my php …

Member Avatar for andydeans
0
116
Member Avatar for rabzzz

hi, in the below code i have made a variable $htmll, in my php file.In dat var i have stored the html code,in dat html code im writing some php code which in unable to execute....Kindly help me out to resolve it. Thanx.... [code=php] <?php $htmll=' <table align="centre" border="1" cellpadding="0" …

Member Avatar for diafol
0
159
Member Avatar for ben.matthews18

So when I plan to set up a register form on my site I need to know how to automatically assign an ID to the user once they press the 'Register' button. I guess I would be using this type of table setup; Table name: Users ID int 11 Email …

Member Avatar for coreyavis
0
116
Member Avatar for Abdul Rouf

I have tried my best but failed so i have decided to discuss with u all about this matter. when i run Given below code on my current system it's OK but when i install this on my client machine then it gives my a window during call Print button …

Member Avatar for pritesh2010
0
131
Member Avatar for PaulMoore12

I create my code on my own machine and tested it on my own machine and everything worked perfectly fine but as soon as I uploaded it to my server it seems to have stopped working. None of the code has been changed except for the database user, pass and …

Member Avatar for PaulMoore12
0
420
Member Avatar for miskeen

Hi, Is there any possible way to unselect a number of radiobuttons grouped in the same groupname? Thank you

Member Avatar for spectra
0
923
Member Avatar for charvie

Hi, I have page that allows the user to search using a "date range" AND "location". I'm able to do this individually. Its like, if the user searches using the date range (from begin date to end date) the results show. Then if the user searches using a specific location …

Member Avatar for tyson.crouch
0
88
Member Avatar for madhurita

Java program to find the longest substring which are common in 3 strings. Please help me out. Madhurita

Member Avatar for finito
0
99
Member Avatar for prasadsatam

I am able to display one table record on crysatal report,but i get balnk feild when i am retriving that feilds from multiple table on A3 paper. can you please help me? Prasad.

Member Avatar for SHINICHI_N
0
272
Member Avatar for kigams

The project should be able to perform the task of a payroll system for the University workers and the enrollment system for the Students. I have already designed the interface for the whole project. could you please send me the codes for the program. Basically two programs of payroll system …

Member Avatar for jhai_salvador
0
172
Member Avatar for neti1987

hi! I have a table which contain files paths. my problem is, that when I insert a path, MySQL omit the separator char. for example: INSERT INTO A VALUES ('C:\qqq\www\eee.ttt'); will be saved in A as: C:qqqwwweee.ttt what can I do for saving the path as it is? (ofcourse, I …

Member Avatar for tyson.crouch
0
161
Member Avatar for wewehalim

Hi, i am making a website which prove a sudoku interactive game that enables users to play it. the game data is in the form of database and have the following field: +-----------+--------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +-----------+--------------+------+-----+---------+----------------+ | game_no | …

Member Avatar for wewehalim
0
116
Member Avatar for idlackage

Probably a stupid question, but I need the 'colour' variable for an external class, and it can only return something when it's declared in the constructor. However, the colour returned would then never change. Is there a way to return values from the change listener, or anything else that I …

Member Avatar for JamesCherrill
0
527
Member Avatar for vs.vaidyanathan

when i do a stderr redirect to stdout, does the shell open the stdout file? if so is there any way i can capture the opening of this file? basically what i want to do is at the firstinstance of an error i want my perl script to die and …

0
86
Member Avatar for raju_boini525

hai all, i am working on shopping cart project, i need globalpay integration . i got the sample code and run in my localhost it shows me error this.[QUOTE]Warning: SoapClient::__construct() [function.SoapClient---construct]: I/O warning : failed to load external entity "https://certapia.globalpay.com/GlobalPay/transact.asmx?WSDL" in C:\wamp\www\exampls\PHP Web Service Sample (Credit Card) 4.0.0\PHP Web Service …

Member Avatar for raju_boini525
0
226
Member Avatar for gptArun

Hello everybody, I have to edit joomla left panel contents but didn't find code. how would do this? i chk administrator part where i cant change/add links. But not found code other than "<jdoc:include type="modules" name="left" style="rounded" />" in index file. somebody help me out !!

Member Avatar for jwd.adodis
0
90
Member Avatar for tyson.crouch

G'day, I've got a table [CODE]CREATE TABLE IF NOT EXISTS `attractions` ( `attID` int(11) NOT NULL AUTO_INCREMENT, `attName` varchar(255) NOT NULL, `adultPrice` double NOT NULL, `childPrice` double NOT NULL, `referenceID` varchar(255), PRIMARY KEY (`attID`), KEY (`attName`) ) ENGINE=InnoDB;[/CODE] Now my initial set up was that [B]referenceID[/B] was linked to [B]attID[/B] …

Member Avatar for tyson.crouch
0
105
Member Avatar for ghoststick

Hello. I'm wondering if anyone has knowledge or a code that will refresh a script without a full page load. Just a widget/box on a site. What I have is a script which displays random posts in wordpress. Just calls 5 posts from the database with a simple random call. …

Member Avatar for rajarajan2017
0
124
Member Avatar for mattloto

I am learning assembly and I have a question about interrupts. Are they bound to a specific OS? I, like a lot of people, want to make a simple OS of my own, not that I ever will. I was wondering if I can use interrupts like 10h without having …

Member Avatar for maf5693
0
98
Member Avatar for anuragcoder

Hi guys! I want the user to enter the day, month and year in a dd/mm/yyyy format. But what i've written doesn't seem to work. Code: [CODE]char d[2]; char m[2]; char y[4]; cout << "Day:"; gets(d); cout << "Month:"; gets(m); cout << "Year:"; gets(y); [/CODE] In the output, it doesn't …

Member Avatar for anuragcoder
0
219
Member Avatar for jiraiya

Hi all, I'm working on a project in Java that involves developing a GUI that can, among other things, receive user input from the keyboard, receive and store handwritten input (characters/words) done with a mouse, and display png images. Eventually the program will be used on a linux environment, but …

Member Avatar for jwenting
0
91
Member Avatar for sam1

hi does any1 knw how to put the path for servlets in netbeans. it is located in src/java/controll/servlet i have this in my code action = "servlet/controll.servlet" but it says directory not found thanx ps I posted it here because nobody is answering it in jsp section!! :rolleyes:

Member Avatar for mxd4n13l0n
0
205
Member Avatar for spartanace

My file structure is Project data sort main.cpp code as follows [CODE]#include <cstdlib> #include <iostream> #include <fstream> #include <string> #include "genlist.cpp" #include "genstring.cpp" using namespace std; int main(int argc, char *argv[]) { ifstream in; ofstream out; int unique=0; GenList<string> gList; gList.checkFileOpen(in,out); gList.populateNUnique(in); gList.sort(1); gList.output(); in.close(); system("PAUSE"); return EXIT_SUCCESS; } [/CODE] …

Member Avatar for mrnutty
0
160
Member Avatar for jayesh4414

Download.php not working.. i was just making a download.php file which accepts the song_id from the url and fetch it from database.. example: download.php?id=111 this will download the song with id=111 from the database.. but the song is not being downloaded.. no response just blank screen. the details i am …

Member Avatar for jayesh4414
0
266
Member Avatar for Alexii

So I recently made a website, and I have two questions I need answering. The first is I have a form with multiple things in it (text fields, checkboxes and buttons). Now I want the form to check if the checkbox has been checked or not, and I have come …

Member Avatar for deleted1234
0
120
Member Avatar for zalogarcia

i need to make a program that adds numbers, but asking first the user how many numbers he wants to add, and then adding them. any one knows how to do that

Member Avatar for snippsat
0
103
Member Avatar for new2programming

How do i incoporate this countdown timer into my main? ive given it a go but it comes up a black screen.. timer: [CODE]/* clock example: countdown */ #include <stdio.h> #include <time.h> void wait ( int seconds ) { clock_t endwait; endwait = clock () + seconds * CLOCKS_PER_SEC ; …

Member Avatar for new2programming
0
217
Member Avatar for ultimatebuster

I just used MonoDevelop 2.2 for Python under Ubuntu. IT'S AMAZING! Code hinting seems to not be working though... Anyone has any idea on when the python is gonna jump to windows?

Member Avatar for jcao219
0
198
Member Avatar for ansari.wajid

Hi Guys I am trying to use below code to show a save dialog box when a link with .swf file is clicked, But the problem is that its not working. Can anyone share the code to show a save dialoge box when a link is clicked with .swf file …

Member Avatar for ansari.wajid
0
187
Member Avatar for fellixombc

Alright, so everything works, except there are a couple minor bugs. Also, is there a more efficient way in doing my listen method? Thanks. Bugs: -First client does not recv the information it sent, until the 2nd client connects. (the server sends it back) -Everyother click recv's everything twice. Server.cpp …

Member Avatar for fellixombc
0
491
Member Avatar for kischi

Hi, i'm trying to setup a connection in dreamweaver. so now I have the diologbox open with the different fields I have to write in. First no problem with the: connection name, mysql server, user name and database fields. But when I get to the field password, I don't really …

Member Avatar for tyson.crouch
0
88
Member Avatar for bladethebric

Sry about the last post :D my braind failed on me .. so here is the deal .. i need a litle help .. half of the program is done .. there are just mising parths .. if somone can fill them ? ( im just a begginer.. ) rest …

Member Avatar for bladethebric
0
124

The End.