199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for kirtan_thakkar

[code=php] echo ("<a href=foldername/".$file.">".$file."</a>"."<br>"); [/code] and there [code=php] $file = readdir($handle); [/code] in that case $file is a folder name with space.. So I have to put double quotation after href=. But it doesnt printing that double quotation. The link I am getting is only the folder name's first thing …

Member Avatar for kirtan_thakkar
0
2K
Member Avatar for saiprem

Hi all, I implemented jsTree([URL="http://www.jstree.com/"]http://www.jstree.com/[/URL]) in my script, which is displaying a tree structure for me, but i have a problem The problem is onCliking on the anchor tag it is not taking me to the url given on the href attribute, please help me to resolve this Ex : …

Member Avatar for nilaa
0
361
Member Avatar for kunal_tech

hiii, i am doing my final year project in Face recognition using laplacianfaces. if any body has done this technique then please help me out.. i dont know how to find the k-nearest neighbors and thus the similarity matrix between images... please reply me anybody who ha some IDEA OR …

Member Avatar for surya0112
0
90
Member Avatar for sureshrajanmca

Question 1. I am using ASP.NET master pager, in IE8 i am unable to set the Default button focus.

Member Avatar for sureshrajanmca
0
67
Member Avatar for aay

Write a program that reads in a sentence of up to 100 characters and outputs the sentence with spacing corrected and with letters corrected for capitalization. In other words, in the output sentence, all strings of two or more blanks should be compressed to a single blank. I don't know …

Member Avatar for aay
0
684
Member Avatar for gershom

Hello, I have opened Visual studio 2008.And I clicked on View-->Other Windows-->Macro Explorer.Then I got a macro explorer window.I then clicked different options present in that window randomly .Now the code is not generating any color.And i am unable to copy the content of code.Even the solution explorer is not …

Member Avatar for Ramesh S
0
122
Member Avatar for tony_waza

Hi, I am developping an image viewer and everithing is working fine. Now, i associated this application with all jpg files. It's fine too. But when the application is launched, the image is not being opened. I supose that i have to do something like this: Private Sub Form1_Load(ByVal sender …

Member Avatar for Teme64
0
217
Member Avatar for EricTetz

Is is possible to define a method which returns a delegate, without first creating a delegate type? For instance, in C or C++ I can define a function pointer type, then define a function which returns a function pointer of that type: [code=c]typedef int (*IntVoid)(); // function pointer type IntVoid …

Member Avatar for EricTetz
0
360
Member Avatar for mitch9654

This button will only appear if you move your mouse over it. See here: [url]http://mitch9654.zymichost.com/Java/index.html[/url] You hava to move the mouse around the top left my applet is this [code] /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package …

Member Avatar for mitch9654
0
103
Member Avatar for kirtan_thakkar

I have a complete list of a topics. I have to create a Index for A B C D E ... On Clicking those buttons without navigating to another page it shows only topics wich starts from that letter... How to code it in php???

Member Avatar for kirtan_thakkar
0
159
Member Avatar for fizanos

Hello guys, pls i need a Form And PHP Code To Get Upto 15 Values Into A Normalize DB At Once Sample Attached MySQL DB Syntax [CODE]-- -- Table structure for table `litorder` -- CREATE TABLE IF NOT EXISTS `litorder` ( `order_ID` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Order identification …

Member Avatar for digital-ether
0
158
Member Avatar for toradh77

Hi all in daniweb, I attempted some form validation but I seem to have made a complete mess of it. Before I introduced the validation and regular expressions it was working fine but because I'm not really sure of this topic I made some syntax errors. I would really appreciate …

Member Avatar for digital-ether
0
158
Member Avatar for bobgodwin

Is there a way to get a distinct value from a table and echo it as a id for a div tag and still have the rest of the values echo too? Say I have a table with these values: category item With 3 categories each having 3 items I'd …

Member Avatar for bobgodwin
0
134
Member Avatar for Crysomere

Hello, I attempted to create a linked list in Assembly which takes the values from x and stores them into the list LinkNode. While it does work properly in doing this, I am unable to get any calls to procedures to work after calling my GetLink procedure. The calls seem …

Member Avatar for Crysomere
0
93
Member Avatar for tdk420n

Hi. I'm having a little trouble figuring this problem out. What I need the program to do is take an email inbox and print out only the Headers for each message. Assuming each max line length to be 1024. I can read the file line by line but I don't …

Member Avatar for tdk420n
0
194
Member Avatar for daniel88

Hi guys, I am bringing a problem which I thought I had solved, but it has re-reared its ugly head. The problem is one of user input (I can hear you veterans audibly say "Aargh!"). I wish to remove serial numbers (of type string) from a set. To give you …

Member Avatar for daniel88
0
141
Member Avatar for drfrev

hello, I'm rather new to python, and I'm trying to make a simple macro program, i have the mouse setup but duplicating the keyboard actions is a giving me a bit of trouble. the website I'm using isn't for python but i found it for a reference: [url]http://www.codeproject.com/KB/system/keyboard.aspx[/url] I found …

Member Avatar for jcao219
0
383
Member Avatar for bsse007
Member Avatar for Radical Edward
0
127
Member Avatar for adobe71

My website contains database,which runs successfully in visual studio 2008,but when I put it in \wwwroot in IIS, database not working.PLS solve my problem.

Member Avatar for ajwei810192
0
117
Member Avatar for speedy94519

Hey guys Im having trouble printing out a string. Could someone help me out? I would like to enter a string like: "julie perez" and print out "julie perez" but my program only outputs "julie". The code that prints out only "julie" is the following: practice.c: [CODE] #include <stdio.h> #include …

Member Avatar for speedy94519
0
142
Member Avatar for DrApe1

I realize this is an extremely low level java problem, but I've been searching and searching and I can't figure out a way to take two characters and combine them into one string. Particularly, I have a char array and I need to take two particular elements out of it …

Member Avatar for DrApe1
0
123
Member Avatar for Wikedshorty

I have to write two arrays of 10 random numbers betwwen 1 and 25 then sort those two arrays in increasing order then make a third array that has all the numbers of the first two arrays in sorted order but no duplicate numbers in the third array. Here are …

Member Avatar for Wikedshorty
0
2K
Member Avatar for ChPravin

Hello All, I am new to SQL Server 2008.I was just wondering if there is any way to add a user as an admin in SQL Server 2008? Is it possible to do using SQL Server Management Studio? Thanks.

Member Avatar for ChPravin
0
80
Member Avatar for jackman05
Member Avatar for mrnutty
0
317
Member Avatar for franksmule

I have a very strange problem... I have the exact same data on my local server and remote server, same php code everything... Same PHP Version.. I use this code.. echo ord($str[11]) << 24; And it returns a totally different incorrect result on the remote server, but totally fine on …

Member Avatar for Lapixx
0
92
Member Avatar for pyprog

Let's say I want to create two classes Owner and Pet [CODE]class Owner(object): def __init__(first_name, last_name, address, phone): self.first_name = first_name self.last_name = last_name self.address = address self.phone = phone class Pet(object): def __init__(name, owner) self.name = name self.owner = Owner.__init__(first_name, last_name, address, phone)[/CODE] Did I pass the class Owner …

Member Avatar for pyprog
0
109
Member Avatar for BLKelsey

Hi fellas, This week in class (2nd week), we are learning about classes. Our professor has asked us just to complete one simple class with separate files. My problem is when I go to compile, I get errors stating my variables aren't "declared in this scope." As far as I …

Member Avatar for Agni
0
4K
Member Avatar for GAME

I need to copy 160 textbox's text and put it onto the clipboard. Here is what I have so far: [code] List<TextBox> boxes = new List<TextBox>() { textBoxX1, textBoxX2, textBoxX3, textBoxX4, textBoxX5, textBoxX4, textBoxX4, textBoxX5, textBoxX6, textBoxX7, textBoxX8, textBoxX9, textBoxX10, textBoxX11, textBoxX12, textBoxX13, textBoxX14, textBoxX15, textBoxX16, textBoxX17, textBoxX18, textBoxX19, textBoxX20, …

Member Avatar for bbman
0
95
Member Avatar for n30h4x

So my goal for a project of mine, is to output the values of variables into their respected locations in PDF file. Where would I need to look to get started on this? Are there any library's anyone would recommend?

Member Avatar for n30h4x
0
127
Member Avatar for abcdabid

[CODE]<Security> - <User> <Username>jon</Username> <Password>khan</Password> <UserFolder>aliHomeDIR</UserFolder> </User> - <User> <Username>bob</Username> <Password>khan</Password> <UserFolder>aliHomeDIR</UserFolder> </User> </Security>[/CODE] I have xml file and i want to remove specific element having username jon [CODE] foreach (XmlNode parentNode in parentNodes) { for (int i = 0; i <= parentNode.ChildNodes.Count - 1; i++) { XmlNode childNode = …

Member Avatar for papanyquiL
0
91
Member Avatar for GAME

Anyone know how to open a form inside of a form, that way it doesn't open a new process/ a new bar at the bottom? How would I do this?

Member Avatar for GAME
0
93
Member Avatar for san_fran_crisko

Hi, I'm trying to get Java to remove a JLabel from a JPanel whenever a button is clicked. Unfortunately it won't do this. I've tested my code and the button click is working for sure, so its the code to remove the component that is acting up. If anyone could …

Member Avatar for peter_budo
0
5K
Member Avatar for gameon
Member Avatar for Radical Edward
0
203
Member Avatar for mithunp

Trying to implement a stack using dynamic array. The Problem which i am facing is that if i a pushing 60 or 90 elements then the program is running fine but on inserting say 600 elements while printing the first two elements are showing junk value. Compiled the code using …

Member Avatar for Radical Edward
0
156
Member Avatar for Kesarion

How would I draw something on the screen ? not the console window but the entire screen, preferably with the console minimised. Also, would it show up on a printscreen ? It better not :P What I want to do is create something like a layer on top of the …

Member Avatar for Kesarion
0
125
Member Avatar for aashishdaniweb

I want to send email using JSP. I did this for that, 1. Downloaded and Installed Java and Tomcat on My PC. 2. Used the following script, [CODE]<html> <head> <title>JSP JavaMail Example </title> </head> <body> <%@ page import="java.util.*" %> <%@ page import="javax.mail.*" %> <%@ page import="javax.mail.internet.*" %> <%@ page import="javax.activation.*" …

Member Avatar for Hakoo
0
188
Member Avatar for hondros

Here is my issue: I have a program, that downloads roms off the internet. Everything works fine, but I would like to show an indefinite progress bar while it is downloading. I have that with the following code: [code] # -*- coding: utf-8 -*- # Form implementation generated from reading …

Member Avatar for woooee
0
525
Member Avatar for miac09

Hi, I have the following files and can match but, am having trouble with getting the output to write correctly to a data matrix format that I need and would appreciate any help with getting the code right. File 1 has a list of numbers and Files 2, 3 and …

Member Avatar for woooee
0
200
Member Avatar for wraph

On the bill gates biography it says "Gates developed a version of the programming language BASIC for the first microcomputer" but did he use this language to make windows?

Member Avatar for jwenting
0
636
Member Avatar for bsse007

-[B]Some of the characteristics of a book are the title, author(s), publisher, ISBN, price, and year of publication. Design a class bookType that defines the book as an ADT. 1. Each object of the class bookType can hold the following information about a book: title, up to four authors, publisher, …

Member Avatar for NP-complete
0
186
Member Avatar for mayank.15

Im trying to run my java application, but after some time it automatically stops and throws OutOfMemoryException: Java heap space. Now when i try to run it using (say) (-Xmx allocates the maximum heap memory) java -Xmx2000m [AppName] then it says Error occured during initialization of VM Could not reserve …

Member Avatar for mayank.15
0
180
Member Avatar for leiger

Basically I've got a text editor which revolves around a jTextArea. There are some settings (e.g. whether line wrap is enabled) that I'd like to save to a file when the application closes, and then load up again when it runs next. I've spent a few hours trying to get …

Member Avatar for leiger
0
201
Member Avatar for GAME

I need to be able to count the textbox characters on a keypress, how would I do that?

Member Avatar for ereruh
0
123
Member Avatar for sdhawan

Hi Guys i want to know how to access one method from another. i have two buttons.one method is button1_click and second button2_click.What i want to do is to put a if condintion in button2, something like if(button1.click = true).Can anyone help me with this.Thanks

Member Avatar for sdhawan
0
219
Member Avatar for Fr33t

I don't normally post in these kinds of forums and prefer to just google my way through problems, but after 3 hours of trying to solve this, I am beat. I am working on a program that uses a linked list and can add/delete/print out nodes (orbs in this program) …

Member Avatar for Banfa
0
223
Member Avatar for search4f

I am new to php and my sql so please bear with me. I am using a program php runner. I have 3 fields year make model that need to be drop down lists dependent on the prior selection. for instance if they chose 200 toyota there wont be a …

Member Avatar for search4f
0
168
Member Avatar for simon126

Hi all, I am a first year student at northeastern and my VB professor assigned me a project that i am just stuck on. This is my first programming course and i honestly am a newbie at it so i hope you guys can help. Here is my situation. A …

Member Avatar for rex24
0
398
Member Avatar for jamshed ahmed

[CODE] <cc1:Accordion ID="Accordion2" runat="server" SelectedIndex="0" TransitionDuration="300" FadeTransitions="true" style="position:absolute; top: 1417px; left: 307px; height: 136px;"> <Panes> <cc1:AccordionPane runat="server"> <Header>SINGLE PRODUCT</Header> <Content> <table bgcolor="#E4D7D1"> <tr> <td class="heading" colspan="4"> Single Product </td> </tr> <tr> <td class="text"> <asp:RadioButton ID="chkHomePhone" runat="server" Text="Home Phone" GroupName="Category" /> </td> <td class="text"> <asp:RadioButton ID="chkInterNet" runat="server" Text="Inter Net" GroupName="Category" /> …

Member Avatar for Ramesh S
0
103
Member Avatar for Acute

Hi, everybody)) In Daniweb when you click LOG IN, the page becomes like inactive, and box appears in the center with username and password fields. And there are many similar effects on other web sites. For example images in LightBox from Yootools. So, do you know any tutorial about how …

Member Avatar for Acute
0
115
Member Avatar for c++_fem

Does anyone know how to list all variations of vector elements in C++ ? Is there a function like for permutations (next_permutation) ? tnx

Member Avatar for c++_fem
0
2K

The End.