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

Breaking into the information security field!

Member Avatar for computerbear

I am just in the first week of XML class. Never even heard of it before this class. I am getting this error message, and here is my output. I have tried in IE and Chrome. Same result. Can someone tell me what I am doing wrong? Thank you!!! Teddi …

Member Avatar for Squiva
0
295
Member Avatar for computerbear

I am in a class doing a lab simulation. They are usually very straight forward. But this one, I am left hanging. So either I am really missing something or something went terribly awry. You can only go so wrong with a simulation, though. Set up a RAID 5 using …

Member Avatar for Issabeaber
0
224
Member Avatar for swissknife007

I am looking for a new laptop.My budget is around 700 $.I require the laptop for programming mainly.I would like to have i5 processor with 4gb + ram. I would like to save as much money as possible without compromising on these requirements and quality .I don't care for looks …

Member Avatar for akshay326893
-1
2K
Member Avatar for computerbear

Hello, I have been struggling with this and it is due today. I have searched and read and am unable to determine what I am doing wrong. Thank you in advance. [CODE]class Accounts { // private class members const int arrayLength = 5; private int [] accountNumbArray = new int[arrayLength]; …

Member Avatar for titali
0
286
Member Avatar for computerbear

My apologies if I missed something like this already. I cannot find anything quite fitting. And this work computer keeps closing this page on me. At home, I have 2 laptops both running Windows 7, a Lexmark wireless printer that worked fine last week. Now it won't print, but it …

Member Avatar for manojrea
0
155
Member Avatar for computerbear

Hi, I miss Daniweb. I have been away too long. My problem is my iPad, which I have had for a few years, (it is the first version) will not connect to wifi. I can get to listing of available networks, but when I select one, I do not get …

Member Avatar for rubberman
0
300
Member Avatar for computerbear

ARRGGG, I had a program going along swimmingly until I tried to change the name for form1 to something more meaningful. Now It is all messed up and I am getting the dreaded resx error. Is there any hope in salvaging this? Please don't tell me I have to start …

Member Avatar for computerbear
0
102
Member Avatar for computerbear

Hi there, I have been having some problems with my Visual Basic. In trying to figure that out, un-installing, and reinstalling, running virus scans, etc, I have lost a lot of my time to get this assignment done. I would just keep messing around with it and try to be …

Member Avatar for computerbear
0
320
Member Avatar for computerbear

I feel like I am having every possible problem this term, (good learning experience, right). Hopefully you can help me. I started this weeks program, had some glitches and restarted. I deleted the first project, began again and got an error when I saved saying that file already existed and …

Member Avatar for computerbear
0
84
Member Avatar for computerbear

Please help. I am not seeing why this won't work. Thank you. [CODE] private void FNameTB_TextChanged(object sender, EventArgs e) { friend.FName = Console.ReadLine(); } private void LNameTB_TextChanged(object sender, EventArgs e) { friend.LName = Console.ReadLine(); } private void PhoneTB_MaskInputRejected(object sender, MaskInputRejectedEventArgs e) { friend.Phone = Console.ReadLine(); } private void MonthTB_TextChanged(object sender, …

Member Avatar for computerbear
0
117
Member Avatar for computerbear

Hello, I did not find what I was needing with a search, so here goes. I am having problems getting my calendar to work, passing a start and end date for a rental car and displaying on the form the number of days chosen and the amount for the total. …

Member Avatar for computerbear
0
358
Member Avatar for computerbear

Hi, I am trying to create a form application with console. I label my text box using, this.Test = "Assignment 8". There is a button saying press me. When button is pressed, the box that comes up needs to say Click me in the title area. I can't find anything …

Member Avatar for computerbear
0
1K
Member Avatar for computerbear

Here I am again for my weekly Sunday night help. Sigh. How can I pass my error message into my exception? Thanks. Let me know if you need to see more of the code. [CODE] /* Create an error message that is passed to the Exception class constructor for the …

Member Avatar for C#Jaap
0
132
Member Avatar for computerbear

Hello, Code below has requirements commented in. I don't get any errors, but when I go to run it, I immediately get a stack overflow and program closes. I don't even know where to begin to look. I am too new at this. Without a road map to errors, I …

Member Avatar for computerbear
0
204
Member Avatar for computerbear

I have never run into this problem before and I am frustrated. What am I missing? I am trying to initialize an array of five social security numbers. It does fine until the fifth one, then throws an error saying something about the indexer out of bounds. SSN has to …

Member Avatar for spdesigns
0
121
Member Avatar for computerbear

I have Googled and looked and looked. What is the best cleanest way to format a social security number to look like xxx-xx-xxxx? And as long as I am asking, how about how to ensure that a nine digit number is entered? Thank you!

Member Avatar for spdesigns
0
3K
Member Avatar for computerbear

Hi, Continuation of a previous thread. This is different question, so new thread. I have an array of 5 taxpayers. User enters 5 SSNs and Incomes. An array is instantiated to fill this data. I need to display all five objects listing SSN, income and tax. I am having difficulty …

Member Avatar for computerbear
0
632
Member Avatar for computerbear

Requirements are listed throughout. I have tried with and without the converter. prefix. Please help. [CODE] namespace Assignment_4b_Moon_money { //program that contains a method that calculates the conversion of any amount of money into the fewest bills; it calculates //the number of 20s, 10s, 5s, and 1s needed. This assignment …

Member Avatar for computerbear
0
175
Member Avatar for pragati_2010

I have one problem with '/' we have a field which contains multiple values and these values will come separated by a slash '/'. Now i dont know how to resolve when the values it self contains a '/'. For eg. <xsd:Value> Tiger / Lion / Deer</xsd:Value>----This is what is …

Member Avatar for xml_looser
0
259
Member Avatar for computerbear

Hello, This is part of code I posted in another thread. Seems like the process works, I can load my arrays. But when I make a choice from a menu list. it just jumps out of the while loop. It does not enter the switch. I am sure I am …

Member Avatar for abelLazm
0
110
Member Avatar for computerbear

Hello, I have a program I am working on that is working, except for the output for the avg. I know NaN can occur when the denominator is a zero, but mine are not zeros. Here is the relevant code. [CODE] double avg6 = (grade6tot/cont6Count); // grade_tot's are declared as …

Member Avatar for computerbear
0
117
Member Avatar for computerbear

My XML class is kickin my behind. I have an assignment that is to combine 3 files, books, movies and music into one called products. I have xml and xsd doc for each. I have gone over the book and a fellow students work and the solution files. I cannot …

Member Avatar for iceandrews
0
147
Member Avatar for computerbear

ELP! Ok long story, I will try to be brief. Monday, my Ipad was stolen. I tried to change every password I have, but I knew they would still be able to see my email. At the time, I had gmail and MSN on my ipad receiving messages. I created …

Member Avatar for mjdodd
0
197
Member Avatar for computerbear

Hello, Class assignment, I get partway there, but borders do not show up. We have text files we turn into XML and css by inserting some prefixes and namespaces, etc. Each listing under an agent should be in its own box with a border. I just get long paragraphs after …

Member Avatar for computerbear
0
158
Member Avatar for computerbear

Hello, Having trouble with a program for school. Prof gave a shell that has color declared as static. Here is what I have so far. [CODE]class MyRectangle { private double width = 1; //private class instance fields private double height = 1; private static String color = "white"; public MyRectangle(){ …

Member Avatar for Antenka
0
115
Member Avatar for computerbear

Hello, I am at the end of my first C# programming class. I am working on some extra credit. Having problems with my loops. I am supposed to get output looking exactly like this: Bark Bark Meow Bark Meow Bark Bark Meow Bark Meow Bark Meow Bark Meow Bark Bark …

Member Avatar for apines
0
241
Member Avatar for computerbear

Hi Everyone, Glad to find you all. My name is Teddi (Female). I am in the process of changing my career after 13 years of doing xray. My dream is to do computer forensics. Since I have been doing xray all these years, I need to firm up a good …

Member Avatar for computerbear
0
153