Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~34.0K People Reached
About Me

I'm in my second year of university pursing a 4 year degree in Computing and IT. I love watching Sci-Fi/ Fantasy movies, anime, an interesting videos on the web.

Interests
C++, database, web design, anime, movies, socializing music: nu metal, rock, alternative, rap, dancehall.
Favorite Tags

41 Posted Topics

Member Avatar for Duki
Member Avatar for sk8ndestroy14
Member Avatar for knight fyre

I'm trying to learn Java Servlets on my own but I'm having some very basic problems. The code [CODE]"import javax.servlet.ServletException;"[/CODE] produces a compiler error, "the import javax.servlet cannot be resolved". I'm using version 3.2.2. Why am I having this problem?

Member Avatar for varun.x.anand
0
625
Member Avatar for Michael_Knight
Member Avatar for happygeek
0
1K
Member Avatar for Hernandez

'Best' is subjective. It depends on your needs. [B]Paid Hosting[/B] [INDENT][LIST] [*]unique domain name e.g [url]www.Hernandez.com[/url] [*]advanced technologies such as sql, php, asp, etc [*]large storage needs requiring gigabytes upon gigabytes [*]total control of content, i.e. no advertisements [*]commercial site used for selling products and/or services [/LIST][/INDENT] [B] Free Hosting[/B] …

Member Avatar for webenthusiast
0
329
Member Avatar for knight fyre

I'm new to Javascript but not new to programming. I find JS more time consuming because I have to manually search line by line for a single error. In C++ or C the compiler tells me the exact line number of the error or at least what the error is …

Member Avatar for helioptra
0
274
Member Avatar for Dani

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 database. Where does that description put me?

Member Avatar for anuj_sharma
2
765
Member Avatar for knight fyre

Not sure where this post should go but I'm having trouble with writing a code in Textinfo. I want the menu and layout to be like that you see in the attached picture picture but anytime I test the code I get the following error. [QUOTE]C:\Program Files\GnuWin32\bin>makeinfo --html spssbase.tex spssbase.tex:18: …

0
86
Member Avatar for knight fyre

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. [QUOTE] [B]HTTP Status 404 - /jhtp6/welcome1[/B] [B]type [/B]Status report [B]message[/B] /jhtp6/welcome1 [B]description[/B] The requested resource (/jhtp6/welcome1) is not available. [B]Apache Tomcat/5.0.25[/B] [/QUOTE] I also …

Member Avatar for mariamAbed
0
157
Member Avatar for knight fyre

[B][COLOR="Red"]My ideal career choice is to be a web developer - creating web sites with powerful functionality.[/COLOR][/B] So far I've learnt: [B][I]Front-End[/I][/B] xhtml, css, javascript [B][I]General[/I][/B] SQL, C, C++, and Java [B][I]Back-End[/I][/B] php ( just started learning ) [B][I]Applications[/I][/B] Dreamweaver, mySQL, Visual Studio, Eclipse, Borland, Apache [B][COLOR="Red"]What language/application do you …

Member Avatar for sTyleSHA
0
71
Member Avatar for knight fyre

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. [B]Description of the Job[/B] My mom's friend ( let's call her Sara ), Sara, is starting a new business she's has wanted to do …

0
45
Member Avatar for knight fyre

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 the file to another location? I'm using Windows XP.

Member Avatar for gerbil
0
178
Member Avatar for knight fyre

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 processes running at the same time. I took …

Member Avatar for memnac
0
160
Member Avatar for knight fyre

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 to the server. Here is the source code. Class MorseServer [CODE=java]import javax.swing.JTextArea; import javax.swing.JFrame; …

Member Avatar for Jishnu
0
232
Member Avatar for knight fyre

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 colours.

Member Avatar for Infarction
0
157
Member Avatar for knight fyre

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 (constructive criticisms and complements) before I had it in. It was suppose to …

Member Avatar for jephthah
0
122
Member Avatar for knight fyre

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 to do with arrays which I am not using but I tried to …

Member Avatar for knight fyre
0
1K
Member Avatar for knight fyre

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 is repeated twice, hence throwing off the grand total. Here's the bit of …

Member Avatar for knight fyre
0
109
Member Avatar for knight fyre

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? [URL="http://knight.110mb.com/ebook_section.htm"]webpage[/URL]

Member Avatar for DangerDev
0
226
Member Avatar for knight fyre

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 a fixed number of records. For example a record of rooms …

Member Avatar for Ancient Dragon
0
1K
Member Avatar for knight fyre

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 that bed record with new information (marking it as reserved or occupied). …

Member Avatar for Aia
0
315
Member Avatar for knight fyre

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 creating or populating or just the display code I'm using [CODE=c]void addReserve() { …

Member Avatar for Ancient Dragon
0
97
Member Avatar for knight fyre

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 action attribute but that did not work.

Member Avatar for buddylee17
0
68
Member Avatar for vijukumar

[CODE]<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; height:60px;} </style> <!-- Used to highlight the low border of the first div to create the illustion of a table row --> <style …

Member Avatar for knight fyre
0
121
Member Avatar for knight fyre

In IE 6 my site has the layout I want it to have but when I view it with FF2.0.0.12 the pictures and text is out of alignment. :( Another problem that I'm having is that when I resize my browser window the images move and everything falls out of …

Member Avatar for knight fyre
0
128
Member Avatar for knight fyre

Why doesn't it work when I enter "NO"? [CODE=c] do{ printf("\n\nDo you wish to continue (yes or no): "); uppercase(fgets(progress, sizeof progress, stdin)); fflush(stdin); ((strcmp(progress,"YES")!= 0 && strcmp(progress,"NO")!= 0)?printf("\nOnly 'yes' or 'no' will be accepted!\n"):printf("\n")); }while(strcmp(progress,"YES")!= 0 && strcmp(progress,"NO")!= 0);[/CODE]

Member Avatar for jephthah
0
128
Member Avatar for knight fyre

I'm trying to create a parking lot system where users can enter and exit a lot. This lot should be kept on a file(s). My code compiles but my data doesn't write to the actual file. [CODE]void SYSTEM::parkProcess() { CARD IDcard; char lot; int id; string type; cout<<"Enter Parking Lot: …

Member Avatar for vmanes
0
141
Member Avatar for knight fyre

I'm trying to use composition. I included the header file and made a type of the class that is contained within the owner class but I keep getting errors like this: [QUOTE]c:\documents and settings\cheryl\desktop\parking lot system\person.cpp(7) : error C2614: 'PERSON' : illegal member initialization: 'DATE' is not a base or …

Member Avatar for knight fyre
0
521
Member Avatar for knight fyre

I downloaded [URL="http://www.download.com/BitMeter/3000-2381_4-10398686.html"]BitMeter[/URL] a few hours ago to check if my bandwidth was being used without my knowledge. To my unpleasant surprise it was. I turned off my web browser and I started no programs yet DL rates fluctuated between 5 - 15 kb/s per second and upload rates with …

Member Avatar for bbqchickenrobot
0
87
Member Avatar for knight fyre

I'm experimenting with fgets because I heard it's better for dealing with memory buffer overflow but I am not sure of the [B]sizeof[/B] component and how to the [B]stdin[/B] part helps it to work. Is [B]METHOD 1[/B] or [B]METHOD 2[/B] in the following code the correct implementation of [B]sizeof [/B]and …

Member Avatar for knight fyre
0
167
Member Avatar for knight fyre

I'm trying to write a program with a has-a relationship but the initialization isn't working. The error I'm getting is: [QUOTE] h:\oop labs\license retry\license2.0\license2.0\licenses.cpp(15) : error C2275: 'Date' : illegal use of this type as an expression[/QUOTE] [CODE=cplusplus]Licenses::Licenses(int id, string name, string ad, Date, Date) :issue_date(Date), expiry_date(Date) // error occurs …

Member Avatar for knight fyre
0
137
Member Avatar for knight fyre

I'm trying to design my UML diagram but I'm not sure about something. If I have a derived class that belongs to two other classes will the two other classes inherit the features of the base class? For example class Vehicle_Details inherits features from class People[I](is-a relationship AKA inheritance)[/I] while …

Member Avatar for knight fyre
0
90
Member Avatar for knight fyre

I know how to calculate a person's age based on their date of birth but is the reverse possible? I would like to display a person's DOB in a form using their age. What is the formula for this and how do you implement it?

Member Avatar for bobbyraw
0
63
Member Avatar for curt1203

That should solve your problem with the rand function. [CODE] int GuessFunction(int) { int result; srand( time(NULL) ); result = rand()% 99 + 1 // range for rand() = (max - min) + min return result; } //I am supposed to // (1)Write a program that generates a random integer …

Member Avatar for curt1203
0
298
Member Avatar for knight fyre

I'm working c++ project but before I can start coding I am required to analyze the problem and determine potential objects/classes - Object Orientated Analysis. I read through the paper a few times and did my analysis. Tell me what you guys think. I'm not verse in this area so …

Member Avatar for VernonDozier
0
68
Member Avatar for Jboy05

[B]Pay close attention to the comments.[/B] [CODE=cplusplus]//#include <cstdlib> This library is not apllicable for your needs // http://www.cplusplus.com/reference/clibrary/cstdlib/ // Follow the link for more information on libraries #include <string> // include the string library when working with strings #include <iostream> // this library includes functions cin and cout using namespace …

Member Avatar for Jboy05
0
111
Member Avatar for knewc

Click here for the formula. [URL="http://www.daniweb.com/forums/post541981-9.html"]http://www.daniweb.com/forums/post541981-9.html[/URL]

Member Avatar for Dave Sinkula
0
55
Member Avatar for knight fyre

My assignment requires me to demonstrate composition in my source code. I completed my code and worked out all the bugs but at the end where I display the date, I doubt that constitutes composition. Here the question: [QUOTE]Create a system that maintains information on drivers' licenses. The system must …

Member Avatar for knight fyre
0
144
Member Avatar for knight fyre

I'm not sure where this should go but here goes: A student of my mom asked me to workup something for her to store informations and do calculations. Basically she described an events planner where she'll enter a date, name of event, the cost, and the payment to be received. …

Member Avatar for leo002000
0
165
Member Avatar for forumdude123
Re: Poll

I've got an old 14 inch CRT monster that's long overdue for an upgrade.

Member Avatar for knight fyre
0
92
Member Avatar for knight fyre

Hi to everyone who contributes to this active and good looking website. I hail from Jamaica and I'm looking forward to increasing my value in the information technology field with the daniweb family.

Member Avatar for knight fyre
0
130