creative code monkey's Profile
Reputation: 13
Tradesman
- Group:
- Members
- Active Posts:
- 45 (0.07 per day)
- Joined:
- 14-September 11
- Profile Views:
- 373
- Last Active:
Oct 20 2011 11:57 AM- Currently:
- Offline
Previous Fields
- Country:
- US
- OS Preference:
- Windows
- Favorite Browser:
- FireFox
- Favorite Processor:
- AMD
- Favorite Gaming Platform:
- PC
- Your Car:
- Pontiac
- Dream Kudos:
- 0
Latest Visitors
-
Sinned 
27 Dec 2011 - 05:38 -
ishkabible 
15 Oct 2011 - 16:32 -
brep 
15 Oct 2011 - 15:04 -
Fuzzyness 
05 Oct 2011 - 09:27 -
DaneAU 
27 Sep 2011 - 09:02 -
CodingSup3rna... 
26 Sep 2011 - 11:18 -
supercorey 
24 Sep 2011 - 21:07 -
TheOptimizer 
23 Sep 2011 - 10:45 -
CoachH 
23 Sep 2011 - 10:03 -
<3DIC 
23 Sep 2011 - 08:58
Posts I've Made
-
In Topic: sql help?
Posted 13 Oct 2011
It's possible to save a picture in a SQL or Access DB, but it changes the format of the picture. I never took the time to try getting around that, but if you are just looking to pull up a picture in a form application just store the path to the file in the DB. This will keep the size of the DB smaller as well.
The same could be done with an office doc, just save the path in the DB, pull it out when you need it and open it from your hard drive. -
In Topic: Null Pointer Exception problem
Posted 13 Oct 2011
Your private list in MyList is not initialized to anything.
Change to this ->private List<T> list = new ArrayList<T>();
-
In Topic: User input with if statement problem
Posted 4 Oct 2011
Usechoise.equals("options")
Strings are objects, not primitives, so you must use the .equals() method to compare them. Otherwise you are just comparing the address of the object, instead of it's contents.
Also, 'choise' is spelled "choice".
-
In Topic: I just cant find out where i got it wrong...
Posted 27 Sep 2011
Ah, ok, I've never seen it written that way. +1 for learning something new today. -
In Topic: I just cant find out where i got it wrong...
Posted 27 Sep 2011
Fuzzyness, on 27 September 2011 - 12:08 PM, said:I understand that it is your preference but if you have so much information in a parameter that you are getting confused and have to pay attention and track it.. you need to separate the information. I understand that it is a preference but it is just very unnecessary. It is like doing:
String name; (String) name = "Redundant Broseph!";
All I am saying.
Don't you mean:String name; name = (String) "Redundant Broseph!";
?
My Information
- Member Title:
- New D.I.C Head
- Age:
- 27 years old
- Birthday:
- May 19, 1986
- Gender:
-
- Location:
- Illinois, US
- Interests:
-
When I'm not programming or reading computer science books (which is most of the time!), I enjoy a good documentary, gardening, and spending as much time with my beautiful wife as I can. :)
Things that I avoid include watching TV (I don't even have TV service), eating anything with high fructose corn syrup in it, and becoming too dependent on any one thing. I own an android phone, but don't have cell phone service (I use skype and tracphone). I drive a 13 year old grand prix, and will drive it for the rest of my life. - Years Programming:
- 5
- Programming Languages:
- Java, C#, VB.NET, C++, Javascript, jQuery
Contact Information
- E-mail:
- Click here to e-mail me
- Skype:
-
groe.family
Friends
creative code monkey hasn't added any friends yet.
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
creative code monkey
22 Sep 2011 - 07:23xclite
22 Sep 2011 - 07:20