Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 7
1
2
3
>
Last
»
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
IE7 onkeydown issues.
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
Spacegallery Hyperlink Question
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
Bookmarklet Help for auto-following a link
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
Spacegallery Hyperlink Question
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
IE7 onkeydown issues.
Views:
1,260
Posted By
tosbourn
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
I need some CSS to not get picked up by Safari or Chrome
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
I need some CSS to not get picked up by Safari or Chrome
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
Inserting an apostrophe into an input field.
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
Inserting an apostrophe into an input field.
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
Getting the day of a date.
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
Getting the day of a date.
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
Little help with IIS and emails.
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
SSL certificate problem across multiple sites.
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
SSL certificate problem across multiple sites.
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
Can tabindex set to none?
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
Javascript: Accordion & Lightbox conflict
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
Javascript Help --- image hyerlink
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
Zend Question
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
Do really people nowadays use IE6
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
Floating Height Problem.
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
Textarea Problem
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
Floating Height Problem.
Views:
1,229
Posted By
tosbourn
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
Calculating the difference between several times in SQL
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
Coding=Nerdy?
Views:
5,346
Posted By
tosbourn
This.
This.
Forum:
General web building
03-05-2009, 04:26 PM
Replies:
3
Good Design Principles.
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
Page 1 of 7
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
03:20 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.