Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 34
Search took 0.45 seconds.
Search: Posts Made By: gwh
Forum: XML 12-28-2012, 11:16 AM
Replies: 3
Views: 1,993
Posted By gwh
Name appearing in google search results

Hi everyone,

When I put my name into google, my name appears as one of the google search results. The web page in the results has a url similar to this:

www.site.com/subfolder/xml/sections.xml...
Forum: JavaScript programming 03-28-2010, 02:41 PM
Replies: 18
Views: 2,695
Posted By gwh
Thanks very much for the code. I'll test it out.

Thanks very much for the code. I'll test it out.
Forum: JavaScript programming 03-26-2010, 03:35 PM
Replies: 18
Views: 2,695
Posted By gwh
Onblur event creating problems with form validation

Hi everyone,

The following code has an onblur event in the input fields so that if someone clicks out of the field without typing something in it, the original label, ie. 'First name' is...
Forum: JavaScript programming 10-30-2009, 02:24 PM
Replies: 1
Views: 1,874
Posted By gwh
Sorry guys - I spoke too soon as I've actually...

Sorry guys - I spoke too soon as I've actually been able to work it out. For anyone who may be having similar problems, the correct code is:


<script type="text/javascript"...
Forum: JavaScript programming 10-30-2009, 01:38 PM
Replies: 1
Views: 1,874
Posted By gwh
Paging controls for a dataset using the Spry framework in Dreamweaver

Hi everyone,

I'm using a .csv file as the basis for a spry dataset. I've got it working and the data is getting inserted into a table dynamically. Since there'll be quite a lot of rows in the...
Forum: JavaScript programming 10-29-2009, 10:51 AM
Replies: 5
Views: 1,991
Posted By gwh
Thanks for the input, I've actually got it...

Thanks for the input,

I've actually got it working by using the following code:

<script type="text/javaScript" src="js/curvycorners.src.js"></script>
<style type="text/css">
<!--

p.round...
Forum: JavaScript programming 10-29-2009, 03:32 AM
Replies: 5
Views: 1,991
Posted By gwh
Yes, I've seen that post but it doesn't solve my...

Yes, I've seen that post but it doesn't solve my issue.

Can someone help me out?
Forum: JavaScript programming 10-28-2009, 07:41 PM
Replies: 5
Views: 1,991
Posted By gwh
Curvy Corners not rendering

Hi everyone,

I've downloaded the curvy corners codes from the following address:

http://www.curvycorners.net/downloads/

The instructions in the curvycorners.src.js file say that all i need...
Forum: HTML & CSS 11-02-2008, 11:48 AM
Replies: 2
Views: 1,054
Posted By gwh
Hi everyone, I ended up solving this issue...

Hi everyone,

I ended up solving this issue before a reply came in.
Forum: HTML & CSS 11-02-2008, 12:09 AM
Replies: 2
Views: 1,054
Posted By gwh
CSS Onion Skin Drop Shadow Problem

Hi everyone,

I'm trying to use the instructions from the following site:

http://www.ploughdeep.com/onionskin/

...to create a drop shadow effect around the perimeter of a site. My problem is...
Forum: HTML & CSS 03-17-2008, 06:08 PM
Replies: 5
Views: 2,118
Posted By gwh
That didn't work either. Anyone-else have...

That didn't work either.

Anyone-else have any ideas?
Forum: HTML & CSS 03-17-2008, 04:11 PM
Replies: 5
Views: 2,118
Posted By gwh
Thanks for the reply, I just removed the...

Thanks for the reply,

I just removed the 100% but unfortunately it didn't make a difference.

The navigation at the top is actually working now, so "#navtop li a" is okay - it's only...
Forum: HTML & CSS 03-17-2008, 02:48 PM
Replies: 5
Views: 2,118
Posted By gwh
Background image on anchor element won't display in IE 5, 5.5 and 6

Hi everyone

I've got problems with Internet Explorer 5, 5.5 and 6 when trying to create a dotted border effect on anchor elements in two navigation lists I have on a page. In all other browsers...
Forum: HTML & CSS 09-12-2007, 02:49 AM
Replies: 2
Views: 669
Posted By gwh
Layout breaking in Internet Explorer, 6, 5 and 5.5

Hi everyone,

I'm having trouble with a site not rendering correctly in internet explorer 6, 5 and 5.5.

I have a couple of images set in the background of two divs (see css below), and in IE 6...
Forum: PHP 06-29-2007, 12:41 AM
Replies: 3
Views: 558
Posted By gwh
Thanks for your reply, It would be great if...

Thanks for your reply,

It would be great if the solution were that simple. I'm not actually sure how to combined lines 285 and 109 below - can you be more specific as to how to do this?

Line...
Forum: PHP 06-28-2007, 12:13 PM
Replies: 3
Views: 558
Posted By gwh
Help revising class code

Hi everyone,

Before beginning I just wanted to say I've posted the full page code, as well as the custom class code at the end of this post.

I've been trying to solve a problem with a php form...
Forum: PHP 06-21-2007, 03:35 PM
Replies: 18
Views: 1,306
Posted By gwh
So this would be the code all up? if...

So this would be the code all up?

if ($_POST['supplier'] == 'choose' || $_POST['garment_type'] == 'choose' || $_POST['category'] == 'choose' || $_POST['colour'] || $_POST['size'] == 'choose') {...
Forum: PHP 06-21-2007, 03:30 PM
Replies: 18
Views: 1,306
Posted By gwh
Thanks for your input. Yes this is...

Thanks for your input.



Yes this is where I added the extra parentheses but not sure if it's needed



Not sure what you mean here - I thought the [0] was needed. Actually I'm trying to...
Forum: PHP 06-21-2007, 02:58 PM
Replies: 18
Views: 1,306
Posted By gwh
I added the parentheses like this: if...

I added the parentheses like this:

if ($_POST['supplier'] AND $_POST['garment_type'] AND $_POST['category'] AND $_POST['colour'] AND $_POST['size']) [0] == 'choose')
array_shift(...
Forum: PHP 06-21-2007, 02:29 PM
Replies: 18
Views: 1,306
Posted By gwh
Thanks so much for your continued support. ...

Thanks so much for your continued support.

Sorry about not using vbcode - I have been trying to edit that post but for some reason it won't take - I'm using safari on a mac so maybe it's the...
Forum: PHP 06-21-2007, 11:49 AM
Replies: 18
Views: 1,306
Posted By gwh
I think those asterisks appeared after I copied...

I think those asterisks appeared after I copied and pasted the code from this forum into dreamweaver - I couldn't see them though. I've fixed it up and that particular error has disappeared.
...
Forum: PHP 06-21-2007, 11:27 AM
Replies: 18
Views: 1,306
Posted By gwh
I have no idea how they got there - I just copied...

I have no idea how they got there - I just copied and pasted code from my Dreamweaver document.

It looks like this in dreamweaver:

$code = $_POST['code'];
$supplier_id = $_POST['supplier_id'];...
Forum: PHP 06-21-2007, 10:55 AM
Replies: 18
Views: 1,306
Posted By gwh
Code is below as requested <PHP> <?php ...

Code is below as requested
<PHP>
<?php
require_once('classes/database.php');
$db=new Database('localhost','root','password','catalogue',0);
$getSuppliers = 'SELECT * FROM suppliers ORDER BY...
Forum: PHP 06-21-2007, 08:36 AM
Replies: 18
Views: 1,306
Posted By gwh
Thanks again for a reply, Unfortunately...

Thanks again for a reply,

Unfortunately after trying your code, I'm getting this error:

Parse error: syntax error, unexpected T_VARIABLE in...
Forum: PHP 06-21-2007, 07:42 AM
Replies: 18
Views: 1,306
Posted By gwh
Thanks for the suggested code. Unfortunately...

Thanks for the suggested code.

Unfortunately when I test it, I get the following error:

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in...
Showing results 1 to 25 of 34

 
Forum Jump

All times are GMT +1. The time now is 05:19 PM.