To reproduce the layout you've created with the table, I would remove the table but create two new divs around each 'row' of two divs. I'd then float the elements with CSS:
There are probably other ways of doing this but I personally use virtual box and install different versions of Windows to test different browsers (IE...
It's been a while since I've done any 'real' javascript, I've been picking up jQuery recently. One resource which I find to be considerably useful is the Firebug script debugging. Allows you to use...
How about an iframe? I think that's probably your only solution using plain HTML. If you're using a server side script however, you might be able to load the page in with a script and print it out...
At a guess I'd say that it's a normal form which is just posting the entered data through to the same page. It's probably checking to see if the posted data exists and if it does, it will do the...
I'll have to look into this a bit more but I thought that the mysql item(s) within the process list would be the daemon itself which I want to leave running.
You could probably achieve this by creating a separate javascript file defining some variables then you could reference these variables in the main script with the reset function.
Could be to do with the paths. If you're calling php from cron and the user's path is not directly the same location as the file, I think that any relative paths get called from the current directory...
You could probably do it with a Modulus operator which will get the remainder of a devision. This can be used in an if statement to see if the incremented value has no remainders.
Looks like there's a closing div tag after the testimonials instead of it being before it. Might be worth fixing some of the validation to help locate / fix it
Strangely enough I'm currently working on a similar application, still very much in the early stages but I can quite happily upload a 1.5Gb file with my PHP.ini set to only 128mb. I am however using...