User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 392,210 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,789 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 40 of 87
Search took 0.01 seconds.
Posts Made By: knight fyre
Forum: IT Careers and Business 28 Days Ago
Replies: 0
Views: 243
Posted By knight fyre
Career Adivce Needed! - What does my potential employeer really want?

An old friend of my mom from her University days tells me about a job she thinks I could perform because I'm in the IT field.


Description of the Job

My mom's friend ( let's call her Sara ), Sara,...
Forum: Web Developers' Lounge 31 Days Ago
Replies: 4
Views: 401
Posted By knight fyre
What should I learn next.

My ideal career choice is to be a web developer - creating web sites with powerful functionality.

So far I've learnt:

Front-End
xhtml, css, javascript

General
SQL, C, C++, and Java
Forum: Windows NT / 2000 / XP / 2003 34 Days Ago
Replies: 2
Views: 223
Posted By knight fyre
Re: Where is my $SYSTEMROOT% folder?

No need, I just dropped my php.ini in C:\WINDOWS directory and it worked.
Forum: Windows NT / 2000 / XP / 2003 Jul 17th, 2008
Replies: 2
Views: 223
Posted By knight fyre
Where is my $SYSTEMROOT% folder?

I'm trying to install php5 but I need to copy the php.ini file to the %SYSTEMROOT% folder. The problem is that I don't see this folder in my C:/WINDOWS directory.

Where is it or am I suppose to copy...
Forum: Viruses, Spyware and other Nasties Jul 1st, 2008
Replies: 2
Views: 199
Posted By knight fyre
A dozen IEXPLORE.EXE processes

Do I have a virus or is there some sort of conflict on my system? I was simply browsing the net and I noticed my usage maxing out at a 100%. This is the third time I've noticed a number of these...
Forum: Java Jun 30th, 2008
Replies: 3
Views: 258
Posted By knight fyre
Need help with Servlets

I'm trying to step-up a simple servlet that processes a get action from a form.

When I click on the submit button I get the message.



I also included an image of my file structure.

Here's the...
Forum: Java Jun 30th, 2008
Replies: 4
Views: 603
Posted By knight fyre
Re: Is "javax.servlet" included in Eclipse SDK

I found the jar file with the packages. Problem solved.
Forum: Java Jun 30th, 2008
Replies: 4
Views: 603
Posted By knight fyre
Re: Is "javax.servlet" included in Eclipse SDK

I'm using Tomcat 5.0.

There are multiple lib folders and none of the jar files match exactly. Which folder should I look into? Even if I choose the right folder how exactly should I add it the built...
Forum: Java Jun 28th, 2008
Replies: 4
Views: 603
Posted By knight fyre
Is "javax.servlet" included in Eclipse SDK

I'm trying to learn Java Servlets on my own but I'm having some very basic problems.

The code "import javax.servlet.ServletException;" produces a compiler error, "the import javax.servlet cannot be...
Forum: Java Jun 22nd, 2008
Replies: 3
Views: 409
Posted By knight fyre
Forum: Java Jun 16th, 2008
Replies: 3
Views: 409
Posted By knight fyre
Re: Networked chat application between two clients

A little help would be much appreciated.
Forum: Java Jun 11th, 2008
Replies: 3
Views: 409
Posted By knight fyre
Networked chat application between two clients

I'm trying to create a client/server setup that allows two clients to communicate with each other. The problem is that when I run the application the the message does not go to the send client, only...
Forum: Website Reviews Apr 12th, 2008
Replies: 2
Views: 354
Posted By knight fyre
First website

I did this website with 2 other group members as a graded project. It was mostly me adding content, structure and style over the past few weeks with 2 rush pages from the other members (game...
Forum: C Apr 10th, 2008
Replies: 7
Views: 382
Posted By knight fyre
Re: Evaluate my C Program

It's kind of long in my view. That's why I didn't post it up in the first place but here it is:

/* South Coast Serenity Inn (SSI) Automated Reservation and Booking System */

/*
FILE...
Forum: C Apr 10th, 2008
Replies: 7
Views: 382
Posted By knight fyre
Re: Evaluate my C Program

Ok, check out my source code file too.
Forum: C Apr 10th, 2008
Replies: 7
Views: 382
Posted By knight fyre
Evaluate my C Program

I just finished up the final touches on my C Project (at least I hope that's the last of them). Anyway, it's due Friday (10% of my overall grade) and I'd like to have some quick feedback...
Forum: C Apr 6th, 2008
Replies: 3
Views: 339
Posted By knight fyre
Re: Insertion sort with files

No worries, I solved the problem.
Forum: C Apr 6th, 2008
Replies: 3
Views: 339
Posted By knight fyre
Re: Insertion sort with files

I recoded my insertion sort function. With almost a full day between my first post it now works but it doesn't work perfectly. The issue is that the sorting function will partially sort the guest...
Forum: DaniWeb Community Feedback Apr 6th, 2008
Replies: 10
Views: 1,071
Posted By knight fyre
Re: Sister-site or twin-site? Programmingforums.

Most of the forums I see there are on Daniweb. How's the culture different there than here in Daniweb's programming sub-forums?



True but I could say PFO is the same as Daniweb's programming...
Forum: DaniWeb Community Feedback Apr 6th, 2008
Replies: 10
Views: 1,071
Posted By knight fyre
Sister-site or twin-site? Programmingforums.

Could someone tell me what the big difference(s) is between and Daniweb and is so-called sister site programmingforums. The only difference I see is a slightly different layout and a change of...
Forum: C Apr 5th, 2008
Replies: 3
Views: 339
Posted By knight fyre
Insertion sort with files

I'm trying to create a function that will sort the contents of a file in alphabetical order. The problem I'm having is that the code doesn't seem to do anything. The only examples I could find have...
Forum: C Apr 5th, 2008
Replies: 4
Views: 250
Posted By knight fyre
Re: Extra Data when reading from files

After reading that website you posted I realized that by freading it twice in the loop I'd would always be missing one. The problem is now solved. Thanks.
Forum: C Apr 5th, 2008
Replies: 4
Views: 250
Posted By knight fyre
Re: Extra Data when reading from files

The code you suggested doesn't work and has bugs similar to my first. With yours, some of rows that are in the file are left off (with yours the first row in each category) which lowers the grand...
Forum: C Apr 5th, 2008
Replies: 4
Views: 250
Posted By knight fyre
Extra Data when reading from files

I've created a program that writes info to a specific file and reading from it to generate an income report. The problem I'm having is that when I geerate my report, the last person that was entered...
Forum: JavaScript / DHTML / AJAX Apr 3rd, 2008
Replies: 9
Views: 1,389
Posted By knight fyre
Re: IE 6 problem with .innerHTML

Yep that's exactly how I did it but nothing happened...
Forum: JavaScript / DHTML / AJAX Apr 2nd, 2008
Replies: 9
Views: 1,389
Posted By knight fyre
Re: IE 6 problem with .innerHTML

Wrong unfortunately.:(

The code still works perfectly in FF but Nothing is displayed in IE 6.
Forum: JavaScript / DHTML / AJAX Apr 2nd, 2008
Replies: 9
Views: 1,389
Posted By knight fyre
Re: IE 6 problem with .innerHTML

Well there's all the code.

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
...
Forum: JavaScript / DHTML / AJAX Apr 2nd, 2008
Replies: 9
Views: 1,389
Posted By knight fyre
Re: IE 6 problem with .innerHTML

I tried using semi-colons where applicable but it still doesn't work. Also, for some strange reason only the World of Warcraft link works. NB, It was the only one working before I posted here.
Forum: JavaScript / DHTML / AJAX Apr 2nd, 2008
Replies: 9
Views: 1,389
Posted By knight fyre
IE 6 problem with .innerHTML

I'm using javascript to display text with a sidebar. It works fine in FF 2.0.0.13 but in IE 6 the links do not work and nothing is displayed. Could someone tell me how to solve this problem?

webpage...
Forum: C Mar 30th, 2008
Replies: 4
Views: 646
Posted By knight fyre
Re: Random Access Vs. Sequential access (When to use which)

What method would be most suitable for a logging file? The data would be of the same length and the program would be reading from the file on a moments notice to generate a report but the file would...
Forum: C Mar 29th, 2008
Replies: 6
Views: 308
Posted By knight fyre
Re: Searching and Updating a File

That's what it saw in Deitel and Deitel C How to Program. Said C99 provides the header file.

I have another problem; line 32 doesn't work. When the data is being written back to the file. The status...
Forum: C Mar 28th, 2008
Replies: 6
Views: 308
Posted By knight fyre
Re: Searching and Updating a File

I get the following errors with bool and it still doesn't work when I include <stdbool.h>...






I resorted to

int found = 0;
Forum: C Mar 28th, 2008
Replies: 6
Views: 308
Posted By knight fyre
Searching and Updating a File

I'm trying to create a function that searches through all the beds in a hotel until it finds one that is available or just ends when all the records are searched. When it finds that bed, it updates...
Forum: C Mar 28th, 2008
Replies: 1
Views: 204
Posted By knight fyre
Random Files

I'm having a problem maintaining the data in the file. Everytime I enter a person's data the display code I have only displays the first one I entered. I'm not sure if there's somethin wrong with the...
Forum: C Mar 28th, 2008
Replies: 4
Views: 646
Posted By knight fyre
Random Access Vs. Sequential access (When to use which)

When is it better to use random-access ? When is it not?

When is it better to use sequential-access? When is it not?

So far I'm only sure to use random access in a situation where I'm dealing with...
Forum: HTML and CSS Mar 24th, 2008
Replies: 4
Views: 499
Posted By knight fyre
Re: table using CSS and Xhtml

<html>
<head><title>Tables with CSS</title>

<!-- Used to create the outer borders of the table and setting the size -->
<style type="text/css"> #outer_table {border: solid red; width: 60px;...
Forum: HTML and CSS Mar 24th, 2008
Replies: 4
Views: 678
Posted By knight fyre
Re: Web Design: CSS problem with FF2

I did something like that to correct the code (float and relative) except without the use of breaks.
Forum: JavaScript / DHTML / AJAX Mar 24th, 2008
Replies: 6
Views: 1,021
Posted By knight fyre
Re: Javascript Compiler/Checker?

I have firebug and the web dev toolbar. A very useful combination!
Forum: Web Developers' Lounge Mar 24th, 2008
Replies: 66
Views: 13,632
Posted By knight fyre
Re: Are you a web developer or web designer?

I like coding aspects of css and xhtml and I can use Photoshop to save to my life. I haven't learnt any languages yet like C# or php but I want to and I'm familiar with the theoretical concepts of...
Forum: HTML and CSS Mar 24th, 2008
Replies: 2
Views: 519
Posted By knight fyre
Making forms submit info. to an email

Is there any way to make a form so that it sends the information to my email with just xhtml and css when submit button is used. A colleague suggested using "mailto:myemailaddy@hotmail.com" in the...
Showing results 1 to 40 of 87

 
All times are GMT -4. The time now is 4:38 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC