I'm a bit of a jQuery novice and sure this problem is due to my method, although it is almost working. I'm trying to build a simple slider where the navigation buttons (next and previous)...
Thanks for the info guys :) Is there a better way to approach this, while keeping things simple? I'd rather not use a captcha as my form slides in within a fairly small DIV
Hi all, I appreciate that there is information on the web about this but I'm getting confused by the complexity of the PHP scripts (mine are usually simple as below). I'm just looking for a bit of...
I've got some jquery that animates an arrow reminding users to logout when they have finished. This is currently set to run when the doc is ready. Users can click another button to edit...
Ah thanks man! I didn't realise this would need a hack - thought it would be a pretty standard thing. Works perfectly though, thanks for taking the time to explain :)
Hi all. I've got a horizontal DIV with a slideshow of images that are 1200 pixels wide, centered on the page. If someone has a resolution of 1024 I would like the DIV to stay centered without causing...
form1 inserts new tasks into the database, with 'archived' column set to 'no', hence hidden field. Form2 displays all records who's 'archived' value is...
Yeah here's the code. Only difference is there's a hidden field in first and second form, which is used to update the 'archived' column from No to Yes.
Hi all. I'm trying to create a simple HTML task manager. There are 3 forms on the page, for adding a new task, displaying the task list (while loop, recordset 'tasks') and displaying the archived...
Hi all. I'm new to php and am trying to get past something that's probably quite simple. I've got a form with a while loop showing a list of tasks. The task can be deleted with this button:
Sorry just seen this, I didn't get an email notification about your post. Thanks for the tip but I'm trying to build this from the ground up so I understand the workings behind everything :)
This is my first shopping cart site and I wondered if someone can point me in the right direction or maybe give me the terms for what I'm trying to do so I can google it? At the moment I am...
Hi all, I'm using MAMP and have started to get a weird problem. My PHP that is used to connect to my database isn't working. No matter what I change the database name or password to, safari still...
Hi all, I'm new to PHP and was wondering if I can display a repeat region for a range of records rather than all records in the recordset? My page has lots of customer products which need splitting...
Sorry, I've confused this with another post. The more info buttons are working now. The javascript above used to say input#zoom and changed it to input.zoom and all the buttons started working. The...
Thanks, just tried that and uploaded again but same alignment problem in IE7. The class was productZoom as this triggers the following javascript to load the iFrame popup, but don't think it's...