Posts
 
Reputation
Joined
Last Seen
Ranked #780
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
15
Posts with Upvotes
5
Upvoting Members
14
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
6 Commented Posts
7 Endorsements
Ranked #260
Ranked #2K
~119.74K People Reached
About Me

IT Specialist - U.S. Army

Interests
graphics, computers, programming, weight lifting etc
Favorite Tags
Member Avatar for shantuli

Dude, 2 things. 1. Put your code into the code tags 2. Don't just give him the answer to his homework, what good will that do him. You can help him and give him clues, but don't just do it for him. Also, your code seems overly complicated and there …

Member Avatar for zunam
-5
81K
Member Avatar for smapira

Do you know anything about the .NET framework? Or any of the languages used in it (C#, VB.NET, C++, ASP.NET[well that's kinda like VB and C#], J#, etc) if you know any of those you should be fine. Or they could be testing you on what the .NET framework provides …

Member Avatar for Theirligh
0
663
Member Avatar for Ghost

If you're application consists of of a main form (i.e. one created by using Application.Run(new Form()); ) then closing that form exits the application. Although, if you're doing it programaticly, then I wouldn't use that.

Member Avatar for vasanthmc2
1
10K
Member Avatar for luckydude

C# For the absolute beginner is quite good. Really, I haven't seen that many "bad" C# beginner books. You just need to search amazon and you'll find like a thousand. Most of the time from reading the customer reviews you can find out a good amount.

Member Avatar for geric823
0
928
Member Avatar for fkhaeer

What? You want to be able to select part of an image so the user can have further usage? Please rephrase ;)

Member Avatar for JerryShaw
1
183
Member Avatar for Dark_Omen

try: [code] publicstatic Response Message(string doc) { XmlTextReader textReader = new XmlTextReader(doc); XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Load(textReader); return Response.Message(xmlDoc); } [/code] If that doesn't work, post the xml document you're trying to read.

Member Avatar for bbauraj
0
630
Member Avatar for Ghost

jext.org was made in java...I believe netbeans.org was made in java. Those are not ones I made, but you'll see the capabilities of Java by looking at them. Java is a very powerful language, just put your mind to it.

Member Avatar for masijade
0
609
Member Avatar for Iron_Cross

I often see people asking the same question over and over, "How do I learn to program, and where do I start?" Some people may take that question to the next level by asking, "Which language should I learn first?". The answer to those questions is fairly simple, but also …

Member Avatar for Ancient Dragon
11
1K
Member Avatar for JTroopSoldier

Some other classes you could take the next year is some computer science classes. Those could give you a small taste of what the general idea is. Also, be sure you get plenty of math, it will help you tremendously. Good luck.

Member Avatar for smokewire
0
217
Member Avatar for fakespike

on IRC, never abused it. In forums, never abused it (or not that I know of). On other stuff...I've used what I know against some people before...not to do anything bad or illegal, just to gain an advantage :P muwhahaha

Member Avatar for anu07
0
797
Member Avatar for Alhilali
Member Avatar for aeinstein

webmonkey also has some good tutorials if I remember correctly. Another book you might want to look at is The Complete Idiots guide to JavaScript. It's pretty good. Though I agree with csgal, I'd learn a 'real' language. This is not to say you can't also know JS, just don't …

Member Avatar for flexsmith093
0
338
Member Avatar for Elektro

Do you mean an engine? If that's what you mean, then just search google for a Java Game Engine you'll find tons of free ones. Otherwise, I'm not sure I know what you mean. :P

Member Avatar for gOdfLesH27
-1
127
Member Avatar for kavitha

First outline what all you want the program to do. Then I'd go in and start implementing the structure of the system in coments and psuedo code. Then you can go in and fill in the blanks. But the main point is to FIRST PUT IT ON PAPER. :)

Member Avatar for ithelp
0
147
Member Avatar for adityabakle

Not that I know of, unless you're using something like a factory that would programatically choose from a list of predefined choices...You're going to need something to start with.

Member Avatar for omgargatte
0
101
Member Avatar for vegaseat
Member Avatar for AlPhA

Some good sites for php would be php.net webmonkey.com hotscripts.com (for example code) google.com (hehe, lots of stuff there) or get a book, some good ones are sam's teach yourself php in 24 hours beginning php Those are just some ones I liked. Ultimatly, PHP is a good language to …

Member Avatar for schizoman
0
515
Member Avatar for JC7

C# is also supported by more things. Such as language specific tasks, and ASP.NET. Where as C++.NET isn't. Not to mention the easy at which you can develope with C#.

Member Avatar for nicentral
0
189
Member Avatar for omnis

You can do it with the Session and Application objects...but it's better if you use Cookies or GET/POST methods.

Member Avatar for f1 fan
0
225
Member Avatar for Mix
Member Avatar for TylerSBreton
0
172
Member Avatar for jack19

So what are you wanting suggestions and guidelines for?! Are you wanting project ideas, general guidelines, what? You have to be more specific and tell us what you want help with.

Member Avatar for jwenting
0
140
Member Avatar for Iron_Cross

I've been wondering about console programming. Not the book example type stuff, but the 'real' console programming. Stuff that seems to use things like ncurses, or something like that I assume. I found a good tutorial on what I'm looking for: [url]http://www.adrianxw.dk/SoftwareSite/Consoles/Consoles1.html[/url] but I'm wanting something that goes a little …

Member Avatar for Ancient Dragon
0
189
Member Avatar for giles

Meh, flash isn't good for long term stuff. That's just my opion. I like flash for little cartoons and games and stuff, not applications. [url]http://www.daniweb.com/tutorials/tutorial16923.html[/url] Read that.

Member Avatar for Covinus
0
358
Member Avatar for tenbellys
Member Avatar for ilovcars
0
202
Member Avatar for Deepa

Huh? Do you want to check to see if someone uploaded the same image twice? You could check the filename and filesize...other than that I'm not sure what you're asking.

Member Avatar for HrishiR
0
872
Member Avatar for c#bird

You could use the Process or ProcessStartInfo classes to call the perl.exe process with the argument being the script. Then you could use the properties of said classes to see if the script is still running. To actually get info from it, you're probably going to have to write the …

Member Avatar for str_kani
0
909
Member Avatar for samaru

I've only used PHP out of those three, I like it a lot. It's got it's strengths and weaknesses. Though after reading your post, I think I'm going to look into ColdFusion since I'm mainly a Java programmer. Thanks for the post! :D

Member Avatar for chrisranjana
0
802
Member Avatar for Iron_Cross

I've got a project going where I need to do some extensive searching, so I decided it would be best to put that code into a new thread. To make it a little more user friendly I decided to pop up a dialog box with a little animated image informing …

Member Avatar for amirmi
0
127
Member Avatar for Iron_Cross

Here is the programming FAQ v2.0.1! If you see something to add, let me know and I'll do it. Consider this one a beta, because I'm not near done, but at least I'm further than I've been before :) [url]http://home.ripway.com/2003-12/42676/ProgrammingFAQv2.0.pdf[/url]

Member Avatar for Paladine
0
75
Member Avatar for Dark_Omen

Don't quote me on this, but it might have something to do with making it a service, rather than an application.

Member Avatar for Kapatsos
0
592