5,346 Topics

Member Avatar for
Member Avatar for alango

Hi there I have a dead machine. I purchased a post card and it stops at d555. Can anyone help to tell me what it means. The motherboard is an ASUS P5k, with ami bios. when turned on all fans run and no postcode beep are emitted. (beeps are emitted …

Member Avatar for caperjack
0
62
Member Avatar for Benedicto

Hi, My machine won't boot up. it powers up but won't post. I've taken out all the hardware etc. and tried to boot up with the minimun of requirements. No POST. Anyway I looked at the CPU only to discover there were a couple of pins bent. I've been asked …

Member Avatar for caperjack
0
109
Member Avatar for zoner7

Typically the code that I have seen uses phrases such as i++ as opposed to ++i. Recently, in a recently purchased book, I have seen the former implemented. As I understand i++ means that the addition takes place after the line is executed and thus with the initial value of …

Member Avatar for Abzero
0
274
Member Avatar for jilly

I made a basic website for my sons' garage band, and they want on the front page to have a box that the four of them can update with the 'latest news' - so I want it to be something they's have to log in to use, or at least …

Member Avatar for justin1206
0
195
Member Avatar for mikki2

Hi, i am creating a website for a friend and she wants a blog added to it, which is no problem for me. but she also wants to be able to view/review peoples posts BEFORE she allows them to be posted. And thats where i have the problem. i haven't …

Member Avatar for nav33n
0
88
Member Avatar for nlsna17

:!: Write a program that reads in an m by n matrix row by row, then reads in an n by p matrix row by row, and then computes the product matrix and displays the two matrices, as well as their product matrix on the screen. Use integer values for …

Member Avatar for Bitto11
0
176
Member Avatar for justoni

be posted here my appologies dramas with my registry or system files ? #1 4 Minutes Ago | Add to justoni's Reputation | Flag Bad Post hi guys i need help, i get an error message when ever i open my documents its says that windows has to cloase because …

Member Avatar for crunchie
0
168
Member Avatar for skinner72

Hi Folks This above error has just started to occur and it only happens when I try to play battlefield 2142 for some reason. From what little I can gather this is [U]usually[/U] a hardware driver issue so, on that basis I updated all my drivers tonight. Unfortuantely this had …

Member Avatar for bigbill20176
0
346
Member Avatar for Ancient Dragon

I think this has raised its ugly head again. Every time (well most of the time anyway) I post in a thread I get this error: [quote]The following errors occurred when this message was submitted[/quote] But if I hit the IE7's Refresh button my post was acaully made.

Member Avatar for Nick Evan
0
228
Member Avatar for shadiadiph

My earlier post works ok now to display I have been working on how to transfer the info to be displayed on another page. I can't get it to work in theory i thik it should be working can anyone give me an idea what I have done wrong. on …

Member Avatar for nav33n
0
112
Member Avatar for lavine43

When my computer starts, it runs through the memory checks, and then stops at "Detecting IDE drives." Nothing else happens. No error messages, nothing. I can't use delete to get to the BIOS. I even tried clearing the CMOS, didn't help. Changed the motherboard battery, no help. I can't even …

Member Avatar for caperjack
0
86
Member Avatar for Mushy-pea

Hello everyone. A few months ago I got a cheap new mobile phone with video recording. I'd just heard about Youtube at the time. So, the obvious came to mind (video myself playing a tune on the guitar and post it :p ). What resulted from this became an object …

Member Avatar for VernonDozier
0
155
Member Avatar for RON1949

I have not been able to get shortcuts or lnk files to work on the PC. I noticed a post here by c0801 that had the same problem after d/l'ing the lastest patch from Zone Alarm - which now automatically includes spyware. I have sent ZA a tech customer support …

Member Avatar for The Dude
-1
173
Member Avatar for ryy705

Hello, I am collecting data from users on one form, altering the data, and then depending on which option the users (user will choose a submit button out of many) selects I will be passing the data to a different form where the data will be altered further. I plan …

Member Avatar for amigura
0
153
Member Avatar for NoneMoreBlack

Hi, I've built quite a few computers and troubleshooted a good amount of hardware issues, but this one is new to me. When I power on my computer, I get a burst of life from the GPU fan, the case fans, and the power-on LED, which then all simultaneously cut …

Member Avatar for Chromium
0
108
Member Avatar for maui_mallard

WOOHOO This is my 1,000th post.... :'( Its Been such a great 1,000 postings :'( I don't mean to brag or anything.... I'm just glad to be in the "quadroupal" digits!

Member Avatar for jbennet
2
312
Member Avatar for linux

Sorry if this belongs elsewhere, it's BASIC, so VB is the closest. (By the way, long time no post for me, I'm back, yay) Okay. I'm writing a game (a SRPG) in QBASIC (wicked leet, huh?) so that my friends can edit it and crap (I know other languages, but …

Member Avatar for gugus
0
150
Member Avatar for colgate

I would like to create a digial post card, where you can send details to your friends via my website and I need to receive a copy in my inbox. Please help I am quite new so I need a code where I can paste it on a page and …

Member Avatar for blufab
0
67
Member Avatar for bond225

HI everyone, I am the Recruitment Manager of an IT company and I’m looking for a space to post the vacancies available in our company. I know that there are many places to advertise the job openings but I am looking for reliable service and that is why need your …

Member Avatar for jwenting
0
198
Member Avatar for chungkiap

i have tried alot alot of way to resolve the problem but none suceeded. this problem occurs after i try using 3 new hardware i bought listed down below. 1)USB CARD READER/WRITER. (no details of company and so on) 2)THUMBDRIVE MINI 2 GB (by TREK) 3)OPTICAL MOUSE model no: MX110A …

Member Avatar for kylethedarkn
0
690
Member Avatar for mikeandike22

ok im new to PHP and sortof need to learn the basics for my job and i got the oreily PHP 5 book and in some of the examples i keep getting a parse error. here is an example [php]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta …

Member Avatar for gcardella
0
146
Member Avatar for i_saw_some

Hi, Does anyone know how to perform web queries programmatically from Python with GET and Post requests? I have been trying out my code on this site - [url]http://www.comp.leeds.ac.uk/Perl/Cgi/textareas.html[/url] [code] import urllib, urllib2 link = 'http://www.comp.leeds.ac.uk/Perl/Cgi/textareas.html' urldata = {'review':"test",'method':'GET'} data = urllib.urlencode(urldata) req = urllib2.Request(link, data) response = urllib2.urlopen(req) the_page …

0
64
Member Avatar for Noliving

Here is the preorder: [code=java]private void preOrderTraverse(Node < E > node, int depth, StringBuilder sb) { for (int i = 1; i < depth; i++) { sb.append(" "); } if (node == null) { sb.append("null\n"); } else { sb.append(node.toString()); sb.append("\n"); preOrderTraverse(node.left, depth + 1, sb); preOrderTraverse(node.right, depth + 1, sb); …

Member Avatar for jinternalframe
0
95
Member Avatar for navamous

I have to program an Address book program in C++. So far I've done about 40% of the assignment. The main requirements of the Address Book are the following (Which I am confused about are): 1. Display 20 Contacts at a time, using the space bar to go to the …

Member Avatar for Spagett912
0
219
Member Avatar for Skinny

So recently, about 50% of the time when I turned on my 2+ year old computer it would freeze at the motherboard manufacturers logo screen. It worked fine otherwise. Then I decided to load optimized defaults in the BIOS since I've had it running in fail-safe defaults since I don't …

Member Avatar for sittas87
0
123
Member Avatar for Kev06N

Hi, I have a problen with my laptop (Gateway MX3101b) It's running XP home sp2. It was running slowly recently and Mc Afee did'nt find any threats, I removed mc afee and installed symantec corporate edition, symantec found a trojan of some sort (did'nt note the name sorry!)I removed the …

Member Avatar for bobbyraw
0
84
Member Avatar for aran87

Hello ive got a form where the users enter there details on a form then click on submit which then should update there telephone number, where is says where Email= $_Post[Email]") thats one of the fields that automatically appear the email cant be updated, this code below luks correct and …

Member Avatar for sukhy_1
0
62
Member Avatar for B00ster

Hi guys, A guy over at amdforums told me to post here about my problem. I've included an attachment on my problem, where I get red x's instead of the pictures, I know they are there as when I reload it or right click show picture it's there. I've ran …

Member Avatar for MidiMagic
0
549
Member Avatar for imahussey

I'm really bummed out, I tried to help my sister out and restore her laptop to the original form. I started with burning the DVD's from the restore partition, then ran them to restore the laptop to it's original state. All was well then I ran all my windows updates, …

Member Avatar for Auch
0
153
Member Avatar for DMayo

Hi, I'm new to CURL and I'm trying to use it to crawl a page. I checked the HTTP Headers for the post and noticed there was an initial POST, then a redirection, which is followed by a GET. During the redirection, cookies are set. I have tried doing this …

0
69
Member Avatar for dbayo

hello..i have a problem when i try to post the value from form 2.php to form 4.php..this form name 2.php..i make a table in this form.the problem is, i cannot post all the value that i wrote, it just take the last value for the proccess..anybody?..plz help me..u can try …

Member Avatar for queenc
0
63
Member Avatar for peter_budo

Just now spoted how nicely you implemented members post count dani. It does not change on all posts, just increase on the new one. Great job and thank you :*

Member Avatar for jbennet
0
100
Member Avatar for jah_ives

Hi All, This is a strange one for me. I have just got back from work to find my computers not working. I turned it on the Mobo graphics appeared (XFX) then the bios and the post completed successfully. It then jumps to the DMI Pool Data hangs for about …

Member Avatar for jah_ives
0
73
Member Avatar for dan da man

All of the flash content on any web page stop working since I installed Ad-aware and ran it with the latest updates. I get a blank boxes with a small stamp in the top corner where the flash usually loads. And when I go to Marcomedia to the Flash Player …

Member Avatar for Kolganova
0
618
Member Avatar for OpalSos

How do I dynamically show the author of each post next to the post in question? This is a team blog, with 5 contributors, and I'm looking to display each post author once they had posted their own article. As for now, the simple solution is that I put an …

Member Avatar for OpalSos
0
118
Member Avatar for tree100

Hello, this is my first post. I'm learning VB6 at home, with online tutorials. So far ok, but I can't find the right info on making a dual-paned app. Sort of like in webpages, where a 'frame' acts differently than the rest of the page. I guess it's like a …

Member Avatar for Jx_Man
0
113
Member Avatar for Terry.Yang

Hello. First time post, please be gentle. I have a graphics card problem; I'll probably try my best to explain the problem and hope someone or anyone can help me find a solution. At any time I have a game that requires the use of OpenGL, I seem to get …

Member Avatar for noraantonia
0
295
Member Avatar for Yellowdog428

Need some help. I have an assignment that calls for the sorting of two arrays. One is an array of doubles, the other chars (two dimensional). I cannot figure it out for the life of me. Here is the whole program. [CODE]#include<iostream> #include<iomanip> using namespace std; //Function Prototypes double sumRain(double[], …

Member Avatar for Yellowdog428
0
147
Member Avatar for peter_budo

Seems to me that rating box shrinken down. Rating titles used to be next to stars, where in attached screenshot they are in some cases actually bellow stars. Is this supposed to be like that or some width parameter sliped by control process

Member Avatar for nav33n
0
34
Member Avatar for truguate

how would i go about letting people upload videos to my website any special progs i should consider is one platform better than another

Member Avatar for gdi
0
40
Member Avatar for Dani
0
36
Member Avatar for Thrawl

I bought this PC from Ibuypower around Nov/Dec, and it's worked flawlessly till today. I was online typing an email, and all of a sudden my PC just shuts off. The power was still on to the house ;) so I tried to start it up, but the monitor read …

Member Avatar for coolraj003
0
95
Member Avatar for TotalNewbie

First i would like to thank all who is helping. Dell 8400 Windows XP - No floppy drive. (currently on forum with some old computer) This morning some how i messed up my computer and im clueless(im a noob). It wont start. I have messed up my computer before(last year) …

Member Avatar for sjanko
0
261
Member Avatar for $nipa

i was wondering what language would any 1 recomend for some one interested in learning programming. I am out of school i am 17 and i want to learn how to program i dont know what i want to start with i heard that its good to start with C# …

Member Avatar for ronicasingh
1
354
Member Avatar for geoss

Hi, I'll post my info on my USB device. I have XP Pro with SP 1, and a Trinity 400(S1854) motherboard. Can someone please tell me how I can get the "enhanced" USB 2.0? Do I have to buy a new card(is that what it is called), or download something …

Member Avatar for Robert17
0
198
Member Avatar for DarknessX

I'm new here, as you can most likely tell by my low post count... but my question is simple. What procedure/commands/whatever would I need to make the computer restart or shutdown? I have google'd for a looooong time to find this, but found absolutely nothing. Does anyone have some help …

Member Avatar for bobo_joker
0
294
Member Avatar for cindynicole

I'm sure my problem is pretty simplistic, however, I'm having issues with it. I'm trying to add class objects to an arraylist. Are there any good tutorials for this or any good pointers? I would post some code that i have but i need to first see the guidelines for …

Member Avatar for manal
0
97
Member Avatar for Mike W

I'm currently writing a set of small scripts for a web page. I've retrieved the GET variables using cgi.parse_qs and the query string, but can't figure out how to access the POST variables. I know you can use FieldStorage to access both GET and POST variables, but would like to …

0
56
Member Avatar for majestic0110

Hi all hope you are well. A thought just occurred to me....is it possible to give reputation points to a member who has made a suitable contribution to the daniweb community, in a way that is not specific to any individual post. for example if a member has written an …

Member Avatar for majestic0110
0
118
Member Avatar for deadbydesign

the other night i did a search on google, i went to one of the links expecting to find what i was looking for, instead i found a nightmare. my homepage was hijacked, my ie doesnt even work anymore (the computer doesnt recognize the program), my desktop is very faint …

Member Avatar for cipoza
0
248

The End.