- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 5
- Posts with Downvotes
- 1
- Downvoting Members
- 5
- 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…
12 Posted Topics
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, … | |
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 … | |
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 … | |
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 … | |
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 … | |
Re: 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 … | |
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 … | |
'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 … | |
[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[] … | |
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); … | |
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 … | |
Re: 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 … |
The End.