Search found 10 matches

by stuartshields
Sun Jan 31, 2010 3:26 pm
Forum: Javascript
Topic: Javascript Image Swap
Replies: 3
Views: 966

Re: Javascript Image Swap

Califdon, thanks it's along the lines of what I need... Although no input required it has to be on the image. Thank you very much :)
by stuartshields
Sun Jan 31, 2010 4:42 am
Forum: General Discussion
Topic: PHP to C++ compiler from Facebook - HipHop
Replies: 48
Views: 10270

Re: New PHP from Facebook?

Lol like Google did? But they released Google Chrome OS Beta before they announced Google Go
by stuartshields
Sun Jan 31, 2010 4:16 am
Forum: PHP - Code
Topic: Image upload script issue!!!
Replies: 1
Views: 110

Re: Image upload script issue!!!

cap2cap10 I believe what your looking for is GD or Image Magik, (Just google it and you'll find information on it). It will basically resize the images for you without making it look crap. Unfortunately I am not the greatest person in this department to be talking to but I do know what you do need.
by stuartshields
Sat Jan 30, 2010 11:48 pm
Forum: PHP - Code
Topic: Grid / Data Delete
Replies: 3
Views: 224

Re: Grid / Data Delete

IF your pulling data from the db in a while loop, you should be able to do what the above post states. So before your while loop closing bracket ( } ).
by stuartshields
Sat Jan 30, 2010 9:52 pm
Forum: PHP - Code
Topic: Function Problem
Replies: 7
Views: 288

Re: Function Problem

Are the cookies being called when the function is being called?
by stuartshields
Sat Jan 30, 2010 9:46 pm
Forum: General Discussion
Topic: email threading in gmail
Replies: 8
Views: 1000

Re: email threading in gmail

I agree with josh on this one, also I think it has something to do with re: within a reply. If you need another real world example you'll notice Thunderbird 3.0 has this same feature (although you do need to make it active).
by stuartshields
Sat Jan 30, 2010 9:43 pm
Forum: Javascript
Topic: Javascript Image Swap
Replies: 3
Views: 966

Javascript Image Swap

I have a question, I have 2 images, lets say one is the colour Black and the other is the Colour Red. Black is the default image, when they click on the black image it turns red. Mind you there is going to be 5 lots of this with different colours, and it will randomly generate the images in differen...
by stuartshields
Sat Jan 30, 2010 9:33 pm
Forum: Javascript
Topic: Javascript flipH
Replies: 4
Views: 1682

Re: Javascript flipH

This could be a very long shot, if it's working in IE and not in Firefox, Safari etc. maybe look at how your code is structured? Firefox is very anal on Javascript code being right where as IE isn't.

Can you post your code for us?
by stuartshields
Sat Jan 30, 2010 9:22 pm
Forum: PHP - Code
Topic: page running after browser close
Replies: 4
Views: 182

Re: page running after browser close

What $_SESSIONs are being called when the window is being opened? Are you declaring the Sessions before the script? After? During? I think that could be your issue.
by stuartshields
Sat Jan 30, 2010 9:19 pm
Forum: PHP - Code
Topic: Function Problem
Replies: 7
Views: 288

Re: Function Problem

This might be a long shot, are you declaring your function properly? Also I would check to see if your connection to your DB is correct.