199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Jak Dude

Hi, I've been looking for an avatar generator/maker script, does anyone know of one?

Member Avatar for hoffin
0
719
Member Avatar for LloydFarrell

hi all, Im teaching myself webdesign, php and mysql from the fourms here and watching youtube videos. I have come across this error that I cant resolve. Its driving me crazy and i cant find a solution for it. I was hoping someone cant help. Im building a web subscription …

Member Avatar for LloydFarrell
0
112
Member Avatar for bluewire2000

Hi, i use simple login with a login page where user place u/n and p/w. The data are compared to store data from access db. If matches, open a secure page. So far so goob. In secure page i wanr to show a gridview with user's data, so he can …

Member Avatar for kb.net
0
107
Member Avatar for said.amsur

Hi I'm new to computer programming. 'Im just needing to learn some basic c++ for a larger project. So if someone wouldn't mind guiding me through some basics on i/o streams. I need to able to open a .txt file saved on my c drive and be able to count …

Member Avatar for said.amsur
0
230
Member Avatar for crh0872

Hello again DaniWeb! I'm designing a dynamic website in PHP, and it's structured so that each page creates the necessary objects (based on what content is being viewed) which get the right information to display. Smarty then organizes this content and makes it look good. The problem is, I have …

Member Avatar for diafol
0
125
Member Avatar for cascade3891

Hi all, My first post here, but long time troller. I was looking for a GUI platform to develop on and couldn't decide between wxPython, PyQT and/or IronPython or Jython. I decided to go with wxPython after getting a couple of headaches elsewhere. I'd really like a quick IDE to …

Member Avatar for Stefano Mtangoo
0
167
Member Avatar for zulqadar

i am going to make the Database (i.e enter name, phone # etc) but how i will make it permanent (i.e to save it permanent). When i close the program and reopen, my previous Data that i had enter should Present??? How i will make it???

Member Avatar for tkud
0
97
Member Avatar for AAAKsu

Hi! Can anyone explain why the output of the code below is [B]6 7 7[/B] ? [CODE]#include <stdio.h> int main () { int a=5; printf ("%d%d%d",a++,a,++a); return 0; }[/CODE]

Member Avatar for Salem
0
67
Member Avatar for ochness

First off I would like to say that I am new to asp.net and programming in general. I have created a website that is being hosted at Network Solutions on a Windows server. My html and aspx pages load fine. On my aspx pages I am using the asp login …

Member Avatar for ochness
0
150
Member Avatar for eliza2044

Hey guys, I'm working on an SQLite3 wrapper using C programming. I was wondering if you know how can I set database properties such as mode, headers and echo through the C application. For example when running the SQLite shell and you are connected to the database you can do …

Member Avatar for eliza2044
0
112
Member Avatar for John_W

Hey how do I make so this would save myfile as a text file? [CODE]FILE * pFile; char filename[256] = "myfile"; pFile = fopen (("%s",filename), "w"); fclose (pFile);[/CODE] This creates a File named myfile but not as a textfile. I tried to add .txt after %s but that doesn't help. …

Member Avatar for Dave Sinkula
0
130
Member Avatar for changeco

I wrote this code and I can't get it disappear on mouseout.. [CODE]<script language="javascript" type="text/javascript"> var activeLayer = "0"; function highlight(theLayer) { highlighter = document.all? document.all[theLayer] : document.getElementById? document.getElementById(theLayer) : "" } function lowlight(theLayer) { lowlighter = document.all? document.all[theLayer] : document.getElementById? document.getElementById(theLayer) : "" } function JumpToNav(navIndex) { newNav = …

Member Avatar for changeco
0
203
Member Avatar for keeperx

I am attempting to write my first c++ program. It is a bot that will me used to connect to a Multi User Dungeon. The premis is this The application will open a server on a specified port on the local machine, and also connect to the MUD server. The …

Member Avatar for keeperx
0
261
Member Avatar for igirl

I have two tables but I'm thinking it should be one. one is: [B]Courses [/B] columns are: [B]CourseID, Title, Description, Objectives, Price, Length, Prerequisites[/B] the other is: [B]CourseDetails[/B] columns are: [B]CourseID (where this is checked against the Courses table, must exist in the Courses table), CategoryID, TypeID, SubTypeID, Type[/B] First …

Member Avatar for igirl
0
107
Member Avatar for kendaop

I'm trying to create my own little collection of code that I can basically copy and paste into programs as I need them, but it seems to be causing some problems. After importing a LinkedList class and a Node class into Netbeans and then changing the constructors a little bit, …

Member Avatar for kendaop
0
141
Member Avatar for mittalanuj

Hi, Is there any development tool i can install on my mac for ASP.net? Regards, Anuj

Member Avatar for rg10
0
305
Member Avatar for tunde011

I want my website to remember people's email when they post on my website. [CODE] <form method="post" action="formposting.php"> <input type="text" name= "title" size="22"> <input type="text" name= "email" size="22"> <?php if(!$_COOKIE['cookname']) { echo "<input type=\"checkbox\" name=\"remember\" id=\"remember\" /> Remember me on this computer"; } else{ echo $email; echo "Forget Me{delete cookie//help …

Member Avatar for vaultdweller123
0
115
Member Avatar for rkulp

Ok its been awhile since I've taken a CS class and I am still a bit rusty. It seems like a simple problem but I just cant get my brain around it. The program needs to shake a boggle board. For those of you who have never played this game, …

Member Avatar for rkulp
0
108
Member Avatar for isuruj

I am using CruiseControl Binary Release 2.8.2 and I am sending mails using this. I can only send the url for log file generated by the software. So I need to add some text to email body and attach a file. So can you please tell me how should I …

Member Avatar for Ezzaral
0
84
Member Avatar for Emret

Hello code monkeys :p I need some guidance with an application that I am working on. The idea for the application is as follows: The user is presented with a search field where he/she is supposed to enter a control number. This control number has a relation to a certain …

Member Avatar for doctorfox
0
241
Member Avatar for kshetri

i am trying to start using nasm... i did som in masm.. now my problem is, i am not getting proper nasm compiler file..if anyone have their collection working..i would like to get that...:) you can post over here or email to my id [I]<<snip>>[/I]

Member Avatar for gerard4143
0
78
Member Avatar for jeffjnsb

a C++ newbie here.. I am doing the question at the end of Ch3 which is about classes, objects, and constructors. I'm stuck on a few that asks you to write a C++ statement for each: (On 5, I wasn't sure how to give a value in the same statement.. …

Member Avatar for mrnutty
0
180
Member Avatar for aaj23

Hey guys, I'm hoping someone can gelp me try to get a snipet of code working that i've been having problems with. What I'm trying to accomplish is to get a picture from a users computer with ASP.net with a C# backend, convert that picture to an System.Drawing.Image so I …

Member Avatar for aaj23
0
109
Member Avatar for anthony5557
Member Avatar for mrnutty
0
192
Member Avatar for 1qaz2wsx7

Hi :) I have some object in a forum, and i want that those objects will be resize and moved proportionatly after i resize the forum. (like when i make the forum width bigger, i want that all the object will get bigger with the forum) Is there an Automatic …

Member Avatar for jamesonh20
0
102
Member Avatar for catcoffee

Hi! That's me again. And I'm still an idiot, and I need yours help. Terms of tasks: Show photos with the ratings. Problem: Rating display pictures. And if the first base photo have rating 4, the code for all the other photos, too, shows a picture rating 4. What am …

Member Avatar for catcoffee
0
85
Member Avatar for ds2000

Hi all, first post so hopefully I'm in the correct place. I'm new to python/jython and am currently trying to write a hot-deploy script, in short its working, however I am now making it for mulitple applications. I'm really struggling to get the path to a JAR archive into a …

Member Avatar for woooee
0
226
Member Avatar for Reborn121

Hi everyone...I am building a program to input students names(first and last) and also GPA. I have everything working but the sort by last name. Everything works fine, even the GPA sort but the last name sort will not. Please help. Below is the function in my program i am …

Member Avatar for hag++
0
151
Member Avatar for eikal

hi, i'm making a simple program where it when you type a name of soemthing from a video game it will give you a brief description, i'll be using if and else statements, here is what i have so far. [code=java]import java.util.Scanner; public class WoW { public static void main(String[] …

Member Avatar for eikal
0
85
Member Avatar for samirf

Hi All I am a peoplesoft developer and I dont understand JSP too well . I have following two questions about the code below . 1) Are we using a POST call to [url]https://SomeUrl/ssoreq.asp[/url] (not a GET request) ? 2) Are we assigning the content-length and content-type header variables prior …

Member Avatar for peter_budo
0
139
Member Avatar for anthony5557

I've been trying for hours to find out how to display an inputed word backwards but I just can't figure it out. Could someone help me please!! Thank you guys for your time.

Member Avatar for hag++
0
2K
Member Avatar for doforumda

Hi i want to retrieve data from mysql database using ajax and php. my code is below which does not work here is index.html [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <script> var url = "getCustomerData.php?id="; var xhr = …

Member Avatar for Alcaro
0
215
Member Avatar for destroyed

Hey everyone.I am doing bachelors in software engineering and now am in my final year.and need a good idea for my final year degree project.so any good idea.....please do write in detail....waiting for a positive reply

Member Avatar for peter_budo
0
351
Member Avatar for manojjena1982

Hi! Akl I want to upload a file sizeed around 2GB. Could you help me? Thanx in advance

Member Avatar for kireol
0
112
Member Avatar for johnson9000

Why does my file operation code write random data over the first two numbers I store in the file. The code compiles and runs without error messages, but I try to store the vector [0 0 0 0 0] and instead I get [20520 2414 0 0 0]. I am …

Member Avatar for Dave Sinkula
0
160
Member Avatar for nehashri

hey all i am stuck with this problem while i am trying to make a software. here i have a form that has to be filled by the user. form1, form2, form3 and form4. In form2 there are two radio button 'yes' and 'no'. So when the user selects yes …

Member Avatar for amd_k8
0
117
Member Avatar for michelleradu

Hi I got 1 static drop down list, 1 dynamic drop down list(shows content of a mysql table) and content of another mysql table on the same webpage. They are all placed on 3 different forms. The selected option in the first list triggers the 2nd list on the page. …

Member Avatar for vaultdweller123
0
227
Member Avatar for takeshi

can't delete records.. here's the codes.. [CODE] <?php mysql_connect('localhost','root',''); mysql_select_db('records'); ?> <?php if(isset($_GET['btndelete'])){ $position = $_GET['position']; if(isset($position)){ foreach($position as $val){ mysql_query( "DELETE FROM positions WHERE id='".$val."'" ); } } } ?>[/CODE] [CODE] <html> <head> <tittle> confirm </title> <script> function deleterec(){ if(confirm("Are you sure you want to delete?")){ return true; }else{ …

Member Avatar for vaultdweller123
0
142
Member Avatar for pymatio

I have been writing a program to backup files (attached). I've tried to add a new option that restores the last backup of all the files in a directory: [CODE] static void RestoreDirBackup(string filename) { string file = Path.GetFullPath(filename); string[] backups = Directory.GetFiles(BackupLocation + file); if(!Directory.Exists(file)){ Directory.CreateDirectory(file); } string lastfile …

Member Avatar for pymatio
0
134
Member Avatar for xxmp

i am new in sql and i would like to ask you if i can make a class in mysql. For example class test { INT AGE; INT YEAR; } CREATE TABLE lol (x test); can i do this? Thank you very much

Member Avatar for xxmp
0
86
Member Avatar for scranton

This is new for me so I'm not really sure how to do this... I'm trying to create a base class that I can inherit from but there are some fields that I need to ensure each inheriting class specifies a value for. How do I do that?

Member Avatar for scranton
0
125
Member Avatar for carey_amanda

just want to ask you guys whether there's any coding i can type or do to make my button more 3D or pop out without using WPF. cos my button is very big and i have select the FlatStyle to Popup yet its still flat. i guess its because of …

Member Avatar for ddanbe
0
107
Member Avatar for s32ialx

ok so in order here is my code [TEX]/* index.html */[/TEX] [CODE] <!-- jQuery Scripts --> <script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.2.6.min.js"></script> <script type="text/javascript" src="http://tdr.host22.com/scripts/li.js"></script> <link href="http://tdr.host22.com/scripts/tdr.css" rel="stylesheet" type="text/css"> <!-- Div Layout --> <div id="container"> <div id="dp">my DP here</div> <div id="hrefs"> <ul id="menu"> <li><a id="home">Home</a></li> <li><a id="about">About Me</a></li> <li><a id="shop">My Shop / Wishlist</a></li> …

Member Avatar for s32ialx
0
238
Member Avatar for klimenta

I have an abstract class called student with an abstract method add(). I also have other classes undergraduate, graduate, parttime that extends student. Requirements are that I have to have an abstract class student and the same abstract method add(). This method needs to write to mySQL DB elements entered …

Member Avatar for ~s.o.s~
0
319
Member Avatar for supriya14

how to i check whether the map1 exist or not for some string in map <string, map1<string, int> > map2

Member Avatar for Protuberance
0
78
Member Avatar for PcPro12

So I have a question about timers and need some help... I'm still learning VB.NET programming, so I'm a beginner here...but so far, with timers and all, I've been able to do them well. My last assignment dealing with timers went very smooth...one of the things was to create timers …

Member Avatar for jenphoenix
0
253
Member Avatar for Acegikmo

[B]This has been solved! Look at the end of this post.[/B] Hello! I'm having some trouble here with polymorphism, as I need to access methods in a subclass from an array of superclass objects. This method is called parseCommand(Command c); The method exists in the superclass and is overridden in …

Member Avatar for masijade
0
276
Member Avatar for yongDb

I wonder how or in what way to autosave a picture (in a form) when an attached digital camera shot a client.

Member Avatar for debasisdas
0
68
Member Avatar for bigmanjames

OK basically im confused ive got an assignment due in tomorrow night and at the moment even an example code wont work for me, basically i was reading a book and ended up with the following code but it doesn't work and i have no idea to convert this from, …

Member Avatar for feoperro
0
120
Member Avatar for dre-logics

I Use visual Basic 8.0 and Mysql 5.0 I have two exactly the same Tables: Table1: RecordID , Integer = primary key auto_increment NOT NULL Articlenr , Integer Articlename, Char(20) Table2: RecordID , Integer = primary key auto_increment NOT NULL Articlenr , Integer Articlename, Char(20) Table1: has [COLOR="Green"]two records[/COLOR]: RecordID, …

Member Avatar for dre-logics
0
214

The End.