Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~5K People Reached
About Me

What's up everybody? I'm a freshman in college, and I'm majoring in Computer Science and double minoring in Creative Writing and Music. :D

Interests
Programming (HTML, CSS, Javascript, PHP, Java) Reading/Creative Writing Listening to and Writing Music…
PC Specs
Windows 7
Member Avatar for abyss776

My Windows Vista computer was freezing up a lot, so I wanted to perform a system restore. In a tutorial, it said that it would be best to do this in safe mode (which, it said, could be attained by hitting F8). Well, I tried, and F8 didn't do anything; …

Member Avatar for Q
0
4K
Member Avatar for tqmd1

Dear Sir, I have following codes [CODE]<html> <style type="text/css"> html { padding:0;margin:0 auto; } body { padding:0;margin:0 auto; } #content { position:absolute; width:500px;height:600px; color:red;background:#e3eeff; padding:10px;border:1px solid green; } #div_left { position:absolute; width:200px;height:400px;left:20px;top:20px; color:yellow;background:#e3eeff; padding:10px;border:1px solid orange; } #div_right { position:absolute; width:200px;height:400px;left:250px;top:20px; color:red;background:#e3eeff; padding:10px;border:1px solid blue; } </style> <body> <div id="content"> …

Member Avatar for ba3ati
0
154
Member Avatar for juliusmasa

Can you help me put actions to the buttons [code]public class TimeIn extends javax.swing.JFrame { /** Creates new form Timein */ public TimeIn() { initComponents(); } /** This method is called from within the constructor to * initialize the form. * WARNING: Do NOT modify this code. The content of …

Member Avatar for stultuske
0
145
Member Avatar for sirlink99

I am getting this error. [CODE] Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1 >= 0 at java.util.Vector.elementAt(Unknown Source) at Game.collision(Game.java:176) at Game.<init>(Game.java:20) at Frame.<init>(Frame.java:12) at Frame.main(Frame.java:31) [/CODE] The game was working, but when the enemies came on the screen it started lagging, so I made another thread, and just copied the …

Member Avatar for sirlink99
0
169
Member Avatar for abyss776

I've been searching the internet for a way to specify the size of a component within a JPanel, but I haven't been able to find anything that has worked. The best answer I came across was to override the getPreferredSize(), getMaximumSize(), and getMinimumSize() methods of the component, but the component …

Member Avatar for abyss776
0
210
Member Avatar for RoyalElite96

Hello everyone, I am redesigning a website and I want to change the background color of a PNG (with transparent pixels), when clicked. Apparently, my only half of the background is changing. HTML: [CODE] <a href=""> <img src="Images/logo.png" alt="Logo" style="display: block; margin-bottom: -4px; border: 0px;"/> </a> [/CODE] CSS: [CODE] a:link …

Member Avatar for abyss776
0
162
Member Avatar for abyss776

Firstly, sorry if this is the wrong forum, but I wasn't sure where to post this. In any case, I'm running Windows Vista, and recently all the videos I'm playing on my computer have become very laggy (regardless of which media player I use). I believe this may be a …

0
93