Posts
 
Reputation
Joined
Last Seen
Ranked #493
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
88% Quality Score
Upvotes Received
14
Posts with Upvotes
12
Upvoting Members
11
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
7 Commented Posts
~85.0K People Reached
Interests
Programming, Graphic Design, Drawing, Painting, Guitar, Reading, Fantasy.
PC Specs
Windows 7 Home Premium 64-bitIntel Core i7-2630QM 2.00GHz8GB RAM2TB Hard Drive
Favorite Tags
Member Avatar for peter_budo

Please don't post "spam" or "Thank you" posts in this thread since this is meant to be used as a guide for all beginners and I am sure we would like it to be on topic. I hope you understand this. For these of you who would like to learn …

Member Avatar for Rajeev Kumar_1
9
3K
Member Avatar for Dean_Grobler

Hi there, I'm in the process of creating a utility program that builds a table in a database and inserts the initial data. I'm getting an error stating: java.sql.SQLException: No suitable Driver found for jdbc.odbc.ContactKeeperDB My Code: [CODE] import java.sql.*; import java.io.*; public class MakeDB { public static void main(String …

Member Avatar for jwenting
0
238
Member Avatar for Dean_Grobler

Since some of us might get a bit rusty with our coding, we constantly need projects to keep us busy, no matter how big or small. Making sure you code a little a day it not only fun but also allows your skills to continue growning. The problem though, is …

Member Avatar for JamesCherrill
0
736
Member Avatar for Doctor Inferno

[b]TEAM A[/b]: includes members whose BC username start with A C E G I K M O Q S U V W [b]TEAM B[/b]: includes members whose BC username start with B D F H J L N P R T X Y Z [b]SCORE Board[/b] Team A: 4 Team …

Member Avatar for cproger
9
45K
Member Avatar for GrimJack

I was just on the bus, minding my own business when I heard a magical phrase "he knew 2 dozen languages and numerous dialects"; I just had to speak up because there is only one person in history who could fit that phrase: My hero, [B][U][URL="http://en.wikipedia.org/wiki/Richard_Francis_Burton"]Captain Sir Richard Francis Burton[/URL][/U][/B]. …

Member Avatar for GrimJack
3
530
Member Avatar for Dean_Grobler

Hey guys, I'm working on Ubuntu 10.04. I use Eclipse as my IDE, but now I want to install the Android ADT plugin for eclipse(as seen [URL="http://developer.android.com/sdk/eclipse-adt.html"]here[/URL]). Now the thing is, that I don't have internet connection on the machine that has Eclipse running so I can't simply go to …

Member Avatar for bettybarnes
0
938
Member Avatar for Dean_Grobler

Hi there, I have a machine with 2 harddrives. One has Windows 7 installed and the other has Windows 8 Consumer Preview installed. Since my Win8 is my primary, it starts up into windows 8 without even showing the bootloader. Is there a way for me to go add the …

Member Avatar for sylprose2
0
455
Member Avatar for Dean_Grobler

Hi there, I have a machine with 2 harddrives. One has Windows 7 installed and the other has Windows 8 Consumer Preview installed. Since my Win8 is my primary, it starts up into windows 8 without even showing the bootloader. Is there a way for me to go add the …

0
70
Member Avatar for ilovejava

I had to make a arrayList and i do not know why is it not working [CODE]public class ArrayList<E> { private E[] theArray; private int size; private int capacity; public ArrayList(int initialCapacity) { this.size = 10; this.capacity = initialCapacity; theArray = (E[]) new Object[initialCapacity]; } public ArrayList() { this(1024); } …

Member Avatar for ilovejava
0
203
Member Avatar for Dean_Grobler

Hi there, Last night I switched to Ubuntu 10.04 (no, not 10.10, long story). And I wanted to get started programming as soon as possible, so I'm trying to find out how to install Eclipse Helios and the Java JDK 1.6 on my machine? Please note that [B]my machine is …

Member Avatar for newpaulman
0
347
Member Avatar for Dean_Grobler

Hi guys, So like the post header suggests. What is the best email address to use with your own-name domain? Mine is deangrobler.com. Currently the address is [email]dean@deangrobler.com[/email] but that just seems to have too many 'deans' in there. Any other creative ideas?

Member Avatar for shineyray
0
218
Member Avatar for Dean_Grobler

Hi there, I have no prior website design experience and I'm taking up in re-designing a family business site. I do have knowledge in Java, HTML and CSS, but I don't have the knowledge of what "standards" a site should adhere to (if any). As in, what should a home …

Member Avatar for ayubcbe
0
757
Member Avatar for installer
Member Avatar for abelLazm

Just read a new story [URL="http://money.cnn.com/2011/05/13/technology/google_chrome_os/?section=money_latest"]Google begins war against Windows[/URL].... Google is going to launch Chrome OS, a Web-based operating system... I thought ion this idea and was bit confused both (web-based OS and old hard-Disk based OS) have benefits as well as limitations but i think old OS have …

Member Avatar for Ancient Dragon
0
291
Member Avatar for Dean_Grobler

Hi there, I'm having a rather bad morning today and my brain is being stupid. I have an ArrayList containing String Arrays. How do I convert my ArrayList to a 2D Array? What I have: [CODE] ArrayList<String[]> transactionList = new ArrayList<String[]>(); String[] resultSetRow = {"String1","String2","String3","String4","String5"}; int resultsSetRowSize = resultSetRow.length; for(int …

Member Avatar for peter_budo
0
1K
Member Avatar for Dean_Grobler

Hello there, I'm busy working on a project using GWT and Sencha GXT libraries. I have come to this stage that I now have to populate a tree with data received from an XML file... I have no idea how to do this, I've gone through the javaDocs but it …

Member Avatar for RicardoE
0
174
Member Avatar for Dean_Grobler

Hey guys, I'm looking for a good book to read on Charles Darwin and the theory of evolution. Does anyone have some suggestions? It would be cool if the book goes on to look further into the future to try and explain what the human race would be like in …

Member Avatar for guest star
0
185
Member Avatar for Dean_Grobler

Hi there, I just want to find out if one can create a "strpied filled rectangle" as seen in the attached pic in photoshop? This might be more of a job for Illustrator but since I only have photoshop I have to make do. I'm not sure if one can …

Member Avatar for matricol
0
125
Member Avatar for Dean_Grobler

Hey guys, Okay, tough one. How exactly would we go about integrating Biometric scanners (e.g. fingerprint scanners) with our software? The way I see it, the scanner scans a finger print, and then saves that data in a database, but what data is this? What file type? This is probably …

Member Avatar for rubberman
0
156
Member Avatar for Dean_Grobler

Ellew! Attached I have an example of my form written in GXT (EXT GWT). On the image you will see a red line I drew where I would like to put in a line feed just to make the layout look a bit less cramped. Does anyone have an idea …

0
74
Member Avatar for Dean_Grobler

Hi guys, I've recently started with the [URL="http://www.sencha.com/products/touch/"]Sencha Touch API[/URL], or should i say, [B]tried[/B], as the syntax is crazy and takes some getting used to. Anyways, I'm just struggling with basic layouts in my page. Don't want to go into too much detail if no-one here has ever worked …

0
74
Member Avatar for oviyarajan
Member Avatar for Dean_Grobler

Hi there, I've installed the Android SDK on my Linux (Ubuntu 10.04) machine. I don't have internet connection on my machine so I couldn't simply go download and install the required stuff through Eclipse. Everything worked out pretty well, I'm able to run a virtual device, and I'm also able …

0
144
Member Avatar for Dean_Grobler

Ello, Does anyone know of some 3rd party libraries that can simplify working with XML through Java, because as we all know the normal SDK's libraries are terrible.. Thanks in advance!

Member Avatar for Ezzaral
0
150
Member Avatar for Dean_Grobler

Hey guys, So first of all, after lots of job hunting I finanly got an interview and a call this morning telling me that I got the job. I'm going to be working as a Junior Developer. This is my [B]first[/B] IT job, and don't know what the enviroment is …

Member Avatar for NETProgrammer
0
165
Member Avatar for Dean_Grobler

Hi there, The thread title pretty much says it all. How exactly do you send data to, and from portlets? Does it have something to do with the RenderRequest and RenderResponse objects? I haven't a clue... There's hardly any information on the net regarding portlet development, very frustrating. Thanks in …

Member Avatar for peter_budo
0
111
Member Avatar for Dean_Grobler

I'm actually taking a chance here hoping that someone will know what font this is. Bellow is an image of a companies logo, what I want to know, is what font is being used? It could be that this 'font' was custom made for this specific logo... OR, it could …

Member Avatar for pgmco
0
117
Member Avatar for Dean_Grobler

Hi there, I'm busy coding an interface JSP for Liferay Portal using the Alloy UI taglib. Does anyone have a link to nice tutorials on using it? I've tried googling this but there seems to be virtually NO tutorials on this... Thanks guys!

Member Avatar for Airshow
0
79
Member Avatar for Dean_Grobler

Hi there, I've recently been given a project that I have to develop portlets for Liferay portal. I have absolutely no experience with portlets, although I do have experience with servlets. Portlets and Servlets have quite alot in common, but I honestly don't even know where to start. I've got …

Member Avatar for Ezzaral
0
115
Member Avatar for Dean_Grobler

Hey there, I'm stuck in a rut at the moment trying to figure something out. I have a class, that has 4 methods. method1(), method2(), method3() and whatMethod()... whatMethod() accepts a String and then decides what method to execute based on the received String. Say the String that was sent …

Member Avatar for JamesCherrill
0
286