Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 40
Search took 0.08 seconds.
Search: Posts Made By: Hydrian
Forum: Java and JSP 01-30-2013, 06:25 AM
Replies: 5
Views: 1,200
Posted By Hydrian
Here are the errors Exception in...

Here are the errors




Exception in thread "main" java.lang.ExceptionInInitializerError
at com.cmstudios.Voruius.graphics.Sprite.<clinit>(Sprite.java:11)
at...
Forum: Java and JSP 01-29-2013, 08:42 PM
Replies: 5
Views: 1,200
Posted By Hydrian
Yeah, my friend did, it gave me a bunch of errors...

Yeah, my friend did, it gave me a bunch of errors that i cant even find.
Forum: Java and JSP 01-29-2013, 10:30 AM
Replies: 5
Views: 1,200
Posted By Hydrian
JAVA Update Problem

Hey guys, i recently updated java. My game im working on wasent having problems running on its own in a .jar file untill i exported it into the release. Now when i try to run the .jar it loads and...
Forum: JavaScript programming 01-29-2013, 09:39 AM
Replies: 0
Views: 173
Posted By Hydrian
Changeing Click and Paint to Drag and Piant

Hi, how would i go about chaning my map editor to Drag and piant from Click and paint. I havent a clue on howto.

http://pastebin.com/Kw885K35
Forum: Looking for work/ for hire 01-29-2013, 05:46 AM
Replies: 2
Views: 874
Posted By Hydrian
Huh? What do you mean.

Huh? What do you mean.
Forum: Looking for work/ for hire 01-28-2013, 05:48 AM
Replies: 2
Views: 1,675
Posted By Hydrian
Check this guy out....

Check this guy out. http://www.codingforums.com/showthread.php?t=285638
Forum: Looking for work/ for hire 01-28-2013, 05:02 AM
Replies: 2
Views: 874
Posted By Hydrian
Web Developer and Designer for Hire

ey guys. Im going to give up my skills to make websites for you. If you need a website. Please take into consideration, i will NOT be making them for FREE. They cost, but i will PM you the cost if...
Forum: PHP 11-10-2012, 12:15 AM
Replies: 2
Views: 388
Posted By Hydrian
There that should do it, my question is that im...

There that should do it, my question is that im not sure on what to do.
Forum: Java and JSP 11-09-2012, 10:43 PM
Replies: 0
Views: 333
Posted By Hydrian
Movement in java

How would i go about doing a movement variable or whatever in java.

So Greentfoot.isKeyDown(""); is the code i want to tell the game if a key is pressed and move(); turn(); to move and turn.
...
Forum: PHP 11-09-2012, 10:21 PM
Replies: 2
Views: 388
Posted By Hydrian
Add XP on button click

Hi, ive been working on a leveling system for my class, but im at the point where i need to make it automatic, so when a button is clicked add 5xp to the total xp.

Here is my code for the system...
Forum: Java and JSP 10-27-2012, 04:20 AM
Replies: 5
Views: 1,003
Posted By Hydrian
jb1.addActionListener(al); ...

jb1.addActionListener(al);
jb2.addActionListener(al);
jb3.addActionListener(al);


So i make al the url to the file?

so somthing like this?
Forum: Java and JSP 10-26-2012, 11:09 PM
Replies: 5
Views: 1,003
Posted By Hydrian
Cheers, can you give me an example of doing this...

Cheers, can you give me an example of doing this please. That would be great if you can. If so ill add you into the credits list for extremely helpful
Forum: Java and JSP 10-26-2012, 08:19 AM
Replies: 5
Views: 1,003
Posted By Hydrian
JAVA- How to make buttons download certain files

Hey, im working on a program, and it uses buttons. I want to know how to make it, when you click a button, its downloads a certain file. So, Essentials will download the file essentials.zip. How can...
Forum: Ajax and Design 09-30-2012, 03:02 AM
Replies: 4
Views: 920
Posted By Hydrian
Thanks for that, it works. Now, what i wanted to...

Thanks for that, it works. Now, what i wanted to do is, when i type into a input box say, Test, and then hit the button, it will set the announcement.

How will i do this?
Forum: Ajax and Design 09-29-2012, 01:28 PM
Replies: 4
Views: 920
Posted By Hydrian
help please

help please
Forum: Ajax and Design 09-29-2012, 08:48 AM
Replies: 4
Views: 920
Posted By Hydrian
Making an AJAX announcement

I want to know how to write a bit of script that will allow me to post a announcement on the top of a page with a form, so that it changes for everyone.


//this is my form

<input type='text'...
Forum: XML 09-29-2012, 08:44 AM
Replies: 0
Views: 774
Posted By Hydrian
Is this the spot for AJAX

found the ajax area
Forum: PHP 09-24-2012, 11:40 AM
Replies: 2
Views: 241
Posted By Hydrian
Getting data from database for a certain keyword

I want to know how to get data from my database for a certain keyword, so say if put a keyword like `PHP` it will list data from the database which have the keywords PHP

how can i do this?
Forum: PHP 09-23-2012, 10:55 AM
Replies: 4
Views: 341
Posted By Hydrian
One Vote Per IP

I have a application where users can vote for submission, and i want to make sure users dont spam it, how can i make this one vote per IP?


<script type="text/javascript">
var clicks2 = 0;
...
Forum: JavaScript programming 09-23-2012, 10:45 AM
Replies: 8
Views: 491
Posted By Hydrian
how would i go about doing that tho?

how would i go about doing that tho?
Forum: JavaScript programming 09-23-2012, 10:04 AM
Replies: 8
Views: 491
Posted By Hydrian
One Vote per IP

I have a application where users can vote for submission, and i want to make sure users dont spam it, how can i make this one vote per IP?


<script type="text/javascript">
var clicks2 = 0;
...
Forum: PHP 09-19-2012, 10:19 AM
Replies: 6
Views: 450
Posted By Hydrian
Now i get . Warning: mysql_fetch_assoc():...

Now i get
.
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /srv/disk10/1141314/www/jays.atwebpages.com/submissionvote/index.php on line 21


<?php
...
Forum: PHP 09-19-2012, 08:57 AM
Replies: 6
Views: 450
Posted By Hydrian
Echoing username by id

I have a project which needs to display a username from a certain id so say

username id is 1 it would show the username for id1

here is the script


<?php

session_start();
Forum: PHP 09-18-2012, 08:46 AM
Replies: 4
Views: 312
Posted By Hydrian
I worked through that and i get Fatal...

I worked through that and i get

Fatal error: Call to undefined function ssh2_connect() in /srv/disk10/1141314/www/saserv/mswaconnecttest.php on line 19

Here is the script


<?php
/* Notify...
Forum: PHP 09-17-2012, 09:08 PM
Replies: 4
Views: 312
Posted By Hydrian
Ok thanks.

Ok thanks.
Showing results 1 to 25 of 40

 
Forum Jump

All times are GMT +1. The time now is 06:11 PM.