Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 169
Search took 0.24 seconds.
Search: Posts Made By: tosbourn
Forum: JavaScript programming 09-15-2009, 02:09 PM
Replies: 1
Views: 1,260
Posted By tosbourn
And sorry by onkeydown in the title I clearly...

And sorry by onkeydown in the title I clearly mean onkeypress.

IE can see onkeypress can't it? And pass an event into a function that way?
Forum: JavaScript programming 09-15-2009, 01:55 PM
Replies: 3
Views: 724
Posted By tosbourn
If you create a multidimensional array you should...

If you create a multidimensional array you should be able to store all that information very easily (description, link, imageid) then you can output it all in whatever order you want.
Forum: JavaScript programming 09-15-2009, 01:34 PM
Replies: 3
Views: 540
Posted By tosbourn
There is, but that is cheating! haha!

There is, but that is cheating! haha!
Forum: JavaScript programming 09-15-2009, 01:32 PM
Replies: 3
Views: 724
Posted By tosbourn
Can you not just give each <img> a unique id?...

Can you not just give each <img> a unique id? then you can easily reference it.

so..

<img src='./images/pic.gif' id='pic1'>
Forum: JavaScript programming 09-15-2009, 01:28 PM
Replies: 1
Views: 1,260
Posted By tosbourn
Exclamation IE7 onkeydown issues.

I was wondering if anyone could shed some light on this little problem.


function lostfocus(current,productNum,e)
{
var keycode;
if (window.event)
{
keycode = window.event.keyCode;
}
Forum: HTML & CSS 09-09-2009, 03:57 PM
Replies: 4
Views: 2,351
Posted By tosbourn
Cheers but I need Firefox et al to still work, it...

Cheers but I need Firefox et al to still work, it is an issue specific to those two browsers.

I think I am going to go with a PHP Browser Detect function and then call these extra CSS classes from...
Forum: HTML & CSS 09-09-2009, 03:15 PM
Replies: 4
Views: 2,351
Posted By tosbourn
I need some CSS to not get picked up by Safari or Chrome

Hey there,

I have a CSS issue, I have applied a set of styles to a checkbox in order to make it zoom correctly in IE8 (This is a must have feature for my customer).

However the solution...
Forum: PHP 07-29-2009, 04:59 PM
Replies: 2
Views: 1,843
Posted By tosbourn
Ah, excellent stuff, cheers! Here is the...

Ah, excellent stuff, cheers!

Here is the updated code for anyone else with this issue.

$htmlOutput .= "<td><input type='text' name='label1$divid' id ='label1$divid'...
Forum: PHP 07-29-2009, 04:43 PM
Replies: 2
Views: 1,843
Posted By tosbourn
Inserting an apostrophe into an input field.

I am having some issues inserting apostrophe's into input fields.

Here is the code I am using...

$htmlOutput .= "<td><input type='text' name='label1$divid' id ='label1$divid'...
Forum: PHP 07-24-2009, 12:29 PM
Replies: 2
Views: 575
Posted By tosbourn
I just found this on php.net and thought I would...

I just found this on php.net and thought I would share - if anyone has a better way though, let me know!


<?php

// 2009 is the year
// W01 is week number 1
// 1 is the day number (Monday), 7...
Forum: PHP 07-24-2009, 12:03 PM
Replies: 2
Views: 575
Posted By tosbourn
Getting the day of a date.

I am going to kick myself over this one because I know the answer is going to be more straight forward than I am making it!

I have the month and the year and the week of the year.

I then need...
Forum: PHP 07-20-2009, 10:30 AM
Replies: 0
Views: 638
Posted By tosbourn
Little help with IIS and emails.

Hey there,

I am having some issues setting up my IIS server to allow PHP to send emails using an Exchange server (on the same domain but not on the same computer).

My main issue is... I have no...
Forum: General web building 07-10-2009, 08:43 AM
Replies: 2
Views: 948
Posted By tosbourn
Yeah that is what I thought. And some of the...

Yeah that is what I thought. And some of the sites are meant to be public gateways so it would be a bigger issue than a few people needing to accept that the cert is fine.

Cheers for confirming...
Forum: General web building 07-07-2009, 04:46 PM
Replies: 2
Views: 948
Posted By tosbourn
SSL certificate problem across multiple sites.

I have a dedicated host with a static IP, on this host are say 6 websites, 5 of these have domain names, one does not.

The one that doesn't requires SSL certification.

In the past when I have...
Forum: HTML & CSS 04-24-2009, 04:59 PM
Replies: 3
Views: 1,308
Posted By tosbourn
Sorry for bringing back a really old topic but I...

Sorry for bringing back a really old topic but I found it during a search and wanted to ask the same question as the OP.

I am creating a webapp which is going to be used by data input clerks and...
Forum: JavaScript programming 03-20-2009, 10:18 AM
Replies: 11
Views: 3,335
Posted By tosbourn
Do you have any JavaScript debuggers? If so are...

Do you have any JavaScript debuggers? If so are they reporting anything? IE7 has an option to display JavaScript errors as they appear and ask you to debug, many times I have found that even the...
Forum: JavaScript programming 03-20-2009, 09:37 AM
Replies: 2
Views: 716
Posted By tosbourn
This method is terrible for SEO and...

This method is terrible for SEO and accessibility. I would suggest using <a><img /></a>.
Forum: PHP 03-14-2009, 02:13 PM
Replies: 0
Views: 835
Posted By tosbourn
Zend Question

I am moving a site from one server to another, and on the new server I am getting these error messages.. (



(I have stared out some of it!)

Now the tables are there, and are up - this error...
Forum: HTML & CSS 03-13-2009, 03:18 PM
Replies: 7
Views: 772
Posted By tosbourn
If your only problem is the submit button looking...

If your only problem is the submit button looking different in IE6, I wouldn't worry that much, the more hacks you put in the more you have to maintain your code over time.

As a general rule I...
Forum: HTML & CSS 03-12-2009, 01:24 PM
Replies: 3
Views: 1,229
Posted By tosbourn
I really hoped no one would say that! (or at...

I really hoped no one would say that! (or at least, that it wasn't the only option!) I don't really think this is a feasible option in this case (and sorry I should have stated this from the start)...
Forum: HTML & CSS 03-12-2009, 11:50 AM
Replies: 4
Views: 678
Posted By tosbourn
I am not sure if this will work, but you could...

I am not sure if this will work, but you could try

str_replace('','$nbsp;',$input)
Forum: HTML & CSS 03-12-2009, 11:37 AM
Replies: 3
Views: 1,229
Posted By tosbourn
Question Floating Height Problem.

Hey,

This will be hard to explain as the site isn't somewhere where I can just link you up. But here is my problem. I have two divs inside a container div (CSS below) I need the left hand div to...
Forum: PHP 03-05-2009, 05:03 PM
Replies: 2
Views: 2,603
Posted By tosbourn
This may not be very helpful from a coding point...

This may not be very helpful from a coding point of view, but surely the webserver your sites are hosted on has advanced stats that can churn out this information? I am not sure you should put a lot...
Forum: Geek News and Humour 03-05-2009, 04:43 PM
Replies: 20
Views: 5,346
Posted By tosbourn
This.

This.
Forum: General web building 03-05-2009, 04:26 PM
Replies: 3
Views: 1,587
Posted By tosbourn
Good Design Principles.

I was wondering what books/websites/tutorials/anything people would recommend for learning about good design principles.

I would consider myself to be a strong coder, and when given a paperbased...
Showing results 1 to 25 of 169

 
Forum Jump

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