Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 40
Search took 0.18 seconds.
Search: Posts Made By: jmitch18
Forum: Computer Programming 12-24-2008, 02:13 AM
Replies: 8
Views: 3,292
Posted By jmitch18
I ignored the utterly preposterous second have of...

I ignored the utterly preposterous second have of your previous comment but thanks for your help anyway.
Forum: Computer Programming 12-23-2008, 02:18 PM
Replies: 8
Views: 3,292
Posted By jmitch18
Nope and that's been the case for pretty much any...

Nope and that's been the case for pretty much any non-dedicated host I have worked with in the past 5 years.
Forum: Computer Programming 12-22-2008, 10:20 PM
Replies: 8
Views: 3,292
Posted By jmitch18
The problem is with the current host, I don't...

The problem is with the current host, I don't have the rights to create new users or give them different access rights.
Forum: Computer Programming 12-22-2008, 09:21 PM
Replies: 8
Views: 3,292
Posted By jmitch18
The current plan for the program is that it will...

The current plan for the program is that it will read from and write to the database however there is an alternate solution that would allow for it to be read only.

Basically the program will...
Forum: Computer Programming 12-22-2008, 08:50 PM
Replies: 8
Views: 3,292
Posted By jmitch18
C# protected DB connection string

Hi,

I'm working on a program that interacts with the MySQL database of a website.

I have a class for the Database in C# which manages the connection and closing etc. It also stores a constant...
Forum: Java and JSP 05-11-2008, 06:31 PM
Replies: 2
Views: 3,789
Posted By jmitch18
Thanks. I have been considering rewriting the...

Thanks. I have been considering rewriting the generation method because of the length of time it took to pick a correct number when I applied one of the rules (took something like 16 loops to turn up...
Forum: Java and JSP 05-10-2008, 08:37 PM
Replies: 2
Views: 3,789
Posted By jmitch18
Java Sudoku

I am working on a java Sudoku game but have hit a hurdle that I just can't get over. Just to start with the game has 3 classes; Sudoku (extends JFrame), BoxPanel (extends JPanel) and NumberBox...
Forum: Java and JSP 02-10-2008, 06:59 PM
Replies: 4
Views: 1,446
Posted By jmitch18
Yeah I just made a loop to print each index of...

Yeah I just made a loop to print each index of conditionsList to the console and they appeared alright.
Forum: Java and JSP 02-09-2008, 11:34 PM
Replies: 4
Views: 1,446
Posted By jmitch18
Exception in thread "AWT-EventQueue-0"...

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at SymptomSelect.getConditions(SymptomSelect.java:47)
at SymptomSelect.actionPerformed(SymptomSelect.java:34)
at...
Forum: Java and JSP 02-06-2008, 04:37 PM
Replies: 4
Views: 1,446
Posted By jmitch18
How to replace the items in an AWT List

I have a project at the minute which is basically a medical conditions and symptoms database. Basically the idea is that the user can select a symptom from one List which will then update another...
Forum: JavaScript programming 10-27-2007, 08:19 PM
Replies: 2
Views: 866
Posted By jmitch18
thanks

thanks
Forum: JavaScript programming 10-27-2007, 07:27 PM
Replies: 2
Views: 866
Posted By jmitch18
Mouse position

Hi,

I'm writing a script to generate a div at an offset position when a user mouses over an element, pretty much the same as a tool tip.

I have it working fine in IE but getting the pointers...
Forum: Java and JSP 09-09-2007, 06:36 PM
Replies: 1
Views: 1,038
Posted By jmitch18
New to Java - need a bit of help

Got it figured out, please delete this thred.
Forum: JavaScript programming 08-31-2007, 11:48 AM
Replies: 2
Views: 790
Posted By jmitch18
Thanks :)

Thanks :)
Forum: JavaScript programming 08-31-2007, 03:39 AM
Replies: 2
Views: 790
Posted By jmitch18
Preventing users from highlighting images

I want to prevent users from highlighting images on a website I'm currently making just because it seems a bit more professional when they can't accidentally highlight any images used for the design....
Forum: PHP 08-27-2007, 12:03 AM
Replies: 2
Views: 772
Posted By jmitch18
Thank you :D

Thank you :D
Forum: PHP 08-26-2007, 11:56 PM
Replies: 2
Views: 772
Posted By jmitch18
PHP "bots"

Hi,

I just wanted to ask how you could go about making a script that draws information from other websites and displays it on your own. For example, say I wanted a script that took currency...
Forum: Project collaboration/ partnership 07-30-2007, 11:55 PM
Replies: 10
Views: 4,388
Posted By jmitch18
I agree whole heartedly with srule. The idea...

I agree whole heartedly with srule.

The idea of a partnership is that the parties involved bring their own skills "to the table". When searching for a partner in this it is ideal to list your own...
Forum: General web building 04-13-2007, 09:52 PM
Replies: 10
Views: 995
Posted By jmitch18
I agree it is annoying even after seeing that...

I agree it is annoying even after seeing that site. Especially when entire sites are built out of it and you have to wait a decade for it to load.

If I wasn't just looking at that website to see...
Forum: PHP 04-04-2007, 07:00 PM
Replies: 3
Views: 636
Posted By jmitch18
xampp automatically picks the ports for it I...

xampp automatically picks the ports for it I think.

I think I had this problem once. I'll try remember how I fixed it.
Forum: PHP 04-02-2007, 10:58 PM
Replies: 72
Views: 3,481
Posted By jmitch18
PHP isn't confusing :P But I would like to...

PHP isn't confusing :P

But I would like to see it support objects more.
Forum: PHP 04-02-2007, 10:44 PM
Replies: 5
Views: 721
Posted By jmitch18
http://www.apachefriends.org/en/xampp.html I...

http://www.apachefriends.org/en/xampp.html

I use xampp. It's easy to set up. All you do is unzip it, run a couple of files and there you go.
Forum: HTML & CSS 03-30-2007, 09:12 PM
Replies: 3
Views: 585
Posted By jmitch18
yeah just saw it. sorry.

yeah just saw it. sorry.
Forum: HTML & CSS 03-30-2007, 09:07 PM
Replies: 3
Views: 585
Posted By jmitch18
XHTML link target

I want to set the target of a link, however the normal method I use does not validate for an XHTML strict document.

Normal method:
<a href="wherever.html" target="blah">Text</a>

The W3...
Forum: PHP 03-26-2007, 08:57 PM
Replies: 5
Views: 2,394
Posted By jmitch18
I'm sure it can be abstracted in the same way. ...

I'm sure it can be abstracted in the same way. Have an object class, user (admin, moderator, player inherit from this) etc. The container class would also apply to what I'm wanting to do.
Showing results 1 to 25 of 40

 
Forum Jump

All times are GMT +1. The time now is 09:03 AM.