Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
5
Posts with Downvotes
1
Downvoting Members
5
1 Commented Post
0 Endorsements
~6K People Reached
Interests
Computer Programming, Anime, gaming, writing, reading, music, Magic the Gathering, Manga, Golfing
PC Specs
OS: Windows 7 Ultimate 64-bit|MB: Asus Sabertooth X79|CPU: Intel I7-3930K @ 4.6Ghz|Gfx Card: Sapphire…
Favorite Tags

12 Posted Topics

Member Avatar for Geowil

I have been attempting to crack this nut for several hours now but I cannot figure out what combination of query code is required to achieve the exact results I am looking for. I have two tables: Music and Playlists The fields for Music: ID (Primary), Track_Name, File_Path, Date_Added, Artist, …

Member Avatar for Alberto Bucur
0
139
Member Avatar for Geowil

I am in the final stages of testing a text-based game I have been working on for several years but I am running into some major problems with my database access code and some very strange problems at that. What I am attempting to do is loop through a SQLite3 …

Member Avatar for Geowil
0
1K
Member Avatar for Geowil

I decided that before I would actually write the code for my planned inventory system in a game I am writing I would test it out in a small project first to make sure I know what needs to be done and if I needed to change anything. So I …

0
109
Member Avatar for Geowil

At the moment I have one question about vectors but I want to leave this open ended so if I obtain more questions I can come back here. So I was looking at different containers for a player inventory that can be dynamically changed on the fly due to events …

Member Avatar for Geowil
0
255
Member Avatar for Geowil

Hey everyone, I need some major help. I was going to get some development time in on one of my projects when I found that my installation of VS2008 Pro no longer wanted to compile any projects. I have tried making empty problems with just the int main(), nothing else …

Member Avatar for Geowil
0
527
Member Avatar for Landscape

Landscape all you have to do is put your css for the navigation menu into an external css file and link it in the webpage: [code=html] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="http://www.example.com/css/nav.css"> </head> <body> <!-- rest …

Member Avatar for Geowil
0
287
Member Avatar for Geowil

Edit: Nevermind I found the problem... I used the wrong comment tags (html instead of css...ack x.X). Fixed the tags and it works perfectly now. _______________ Hey everyone I need some help. I am working on a site for a class project for my web design class and it is …

0
145
Member Avatar for Geowil

'Lo everyone, I am having some pretty frustrating issues that I can not seem to get rid of. The main goal of my program is to make a GUI with buttons that trigger custom events. [quote] C:\Java Tests>javac JGUITest.java JGUITest.java:13: cannot find symbol symbol : class ButtonHandler location: class LabelFrame …

Member Avatar for Geowil
0
280
Member Avatar for Geowil

[code] //Address Book Part 1 //IT 215 //George Williams import java.util.Scanner; class menuOperations { //Initilize Arrays to store information String[] fNames = new String[5]; String[] lNames = new String[5]; String[] dAddress = new String[5]; String[] dCity = new String[5]; String[] dState = new String[5]; int[] dZip = new int[5]; int[] …

Member Avatar for masijade
0
479
Member Avatar for Geowil

Here is my code at the moment: [code] import java.util.Scanner; class menuOperations { String[] fNames = new String[50]; String[] lNames = new String[50]; String fName = " "; String lName = " "; String sFName = " "; String sLName = " "; int dAmount,dTimes,i; Scanner in = new Scanner(System.in); …

Member Avatar for Geowil
0
100
Member Avatar for Geowil

I have been plagued with this for several months now and still have been unable to get rid of it. Anytime I play certain games (Need for Speed: Most Wanted, Shattered Galaxy, Atlantica Online, Shot Online, Pangya to name some of the ones that do this often) if the game …

Member Avatar for Adamsappleone
0
118
Member Avatar for The Mad Hatter

most of this thread is funny. we have blatant M$ haters Vs. M$ supports/others who have some common sense. Imo i hate the hell out of Miscro$oft but windows is something that you don't need to think about. Almost all viruses and other kind of crapware can be traced back …

Member Avatar for Evenbit
-5
2K

The End.