Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 85
Search took 0.96 seconds.
Search: Posts Made By: dudeshouse
Forum: General web building 03-18-2011, 04:18 PM
Replies: 2
Views: 871
Posted By dudeshouse
Ok, fixed it. Just in case this helps anyone...

Ok, fixed it.
Just in case this helps anyone else, it was the ISAPI rewrite filter that was locking files, causing them to stay on the server. I've updated to the latest dll, applied it a site at a...
Forum: General web building 03-18-2011, 12:45 PM
Replies: 2
Views: 871
Posted By dudeshouse
Issues with file permissions when migrating site between servers

Hi all,
I'm trying to move a Drupal site from our local server to a production server.
They are both Win2k3 running IIS6. I'm also running the Ionics Isapi Rewrite tool.
I can get the site...
Forum: HTML & CSS 10-28-2010, 09:45 AM
Replies: 4
Views: 549
Posted By dudeshouse
Try: #links li#ac instead.

Try:

#links li#ac

instead.
Forum: Other Databases 10-22-2010, 10:26 AM
Replies: 3
Views: 1,628
Posted By dudeshouse
Thanks for the replies. I've got the answer...

Thanks for the replies.

I've got the answer now, tested and working.

SELECT t.logid, t.DealerVisited, t.DateVisited FROM ( SELECT DealerVisited, MAX(DateVisited) AS latest_visit FROM...
Forum: HTML & CSS 10-21-2010, 12:48 PM
Replies: 2
Views: 605
Posted By dudeshouse
There is no code for an image map in there. Is...

There is no code for an image map in there. Is that what you really mean? An image map is links on certain parts of an image...
Forum: Other Databases 10-21-2010, 12:45 PM
Replies: 3
Views: 1,628
Posted By dudeshouse
SQL Statement with DISTINCT data

Hi All,

I've got a SQL Server database with the following structure in a table called fieldlog:

logID | DateVisited | DealerVisited
1 | 20/10/2010 | 123456
2 | 21/10/2010 | 123456
3 |...
Forum: ASP 09-10-2010, 09:10 AM
Replies: 2
Views: 912
Posted By dudeshouse
As usual, Old Pedant, you are correct. There...

As usual, Old Pedant, you are correct.

There was an errant close tag not showing when writing the variable to screen, so the match wasn't exact. I hadn't thought to use a RegExp during debug.

A...
Forum: HTML & CSS 09-09-2010, 05:15 PM
Replies: 4
Views: 1,462
Posted By dudeshouse
Glad you fixed it. Btw, it's not the CSS that...

Glad you fixed it.
Btw, it's not the CSS that needs the validation done, it's the markup.
Cheers.
Forum: HTML & CSS 09-09-2010, 10:40 AM
Replies: 4
Views: 1,462
Posted By dudeshouse
Try adding float: left; to .pagination span...

Try adding float: left; to .pagination span strong and .pagination a

Best to fix the validation issues too as suggested by abduraooft...
Forum: HTML & CSS 09-09-2010, 10:33 AM
Replies: 1
Views: 465
Posted By dudeshouse
There are some nice (tested) templates available...

There are some nice (tested) templates available at http://www.campaignmonitor.com/templates/ if that helps.
Otherwise, think tables for layout and inline css styles, preferably with font tag...
Forum: ASP 09-09-2010, 10:21 AM
Replies: 2
Views: 912
Posted By dudeshouse
Cannot get Select Case to work

I've been round and round in circles trying to get this to work, so thought I'd throw it out there in the hope that I've missed something really obvious.
I'm reading a random quote from a text file,...
Forum: ASP 03-24-2010, 01:05 PM
Replies: 0
Views: 977
Posted By dudeshouse
Possible to check whether a file is still being uploaded?

Hi,
I've got a page working fine that relies on a file being uploaded by a 3rd party. They have the file set to upload every 5 minutes. So far so good.
The uploaded file size is approx. 50Kb.
At...
Forum: HTML & CSS 03-06-2010, 05:22 PM
Replies: 10
Views: 2,621
Posted By dudeshouse
Good idea, it's just best practice. Don't...

Good idea, it's just best practice.

Don't forget to click on the Thank User button if you've found us helpful! Nothing wrong with a bit of shameless self-promotion! =)
Forum: HTML & CSS 03-04-2010, 09:16 AM
Replies: 7
Views: 1,570
Posted By dudeshouse
Your link isn't working.

Your link isn't working.
Forum: HTML & CSS 03-04-2010, 09:15 AM
Replies: 10
Views: 2,621
Posted By dudeshouse
Your site's looking much better in IE now. ...

Your site's looking much better in IE now.

How are you getting on with getting the validation up to scratch?

With regards the duplicate IDs - you're only allowed to use an ID name once per...
Forum: HTML & CSS 03-03-2010, 05:34 PM
Replies: 10
Views: 2,621
Posted By dudeshouse
Firstly, this page has 84 errors on it, so you...

Firstly, this page has 84 errors on it, so you want to check your validation...

You have 2 divs with identical IDs. This is not good...

On that note, those 2 divs (id="sidebar1") are having a...
Forum: HTML & CSS 12-03-2009, 05:59 PM
Replies: 3
Views: 1,086
Posted By dudeshouse
Ok, fixed it. It would appear that giving the...

Ok, fixed it. It would appear that giving the menu div around the menu a position:relative; fixes this issue.
Thanks anyway. I can go home now.
Cheers.
Forum: HTML & CSS 12-03-2009, 05:52 PM
Replies: 3
Views: 1,086
Posted By dudeshouse
Thanks for the reply. I've just tried what you...

Thanks for the reply.
I've just tried what you suggested, and no change.
Very strange. I still don't get why it's IE8 that's choking...
Any more ideas? The updated css and menu file are live for...
Forum: HTML & CSS 12-03-2009, 05:16 PM
Replies: 3
Views: 1,086
Posted By dudeshouse
IE8 Image Link Issue

Hi there,
I'm having issues with a menu not working in IE8. It works fine in IE7, FF, Safari, etc, but not in IE8.
It's an unordered list, with text links, which are then styled so that the text is...
Forum: MySQL 10-07-2009, 09:18 AM
Replies: 5
Views: 1,651
Posted By dudeshouse
Haha, thanks for that Old Pedant. I know, I...

Haha, thanks for that Old Pedant.

I know, I know... I tend to use DillWeed to build frameworks fairly quickly, then go into code view, breaking it terribly in "designer" view... Please rest...
Forum: MySQL 10-06-2009, 02:58 PM
Replies: 5
Views: 1,651
Posted By dudeshouse
Diamond geezer. Perfect. I removed the square...

Diamond geezer. Perfect. I removed the square brackets, added in back ticks and it's on to the next error! I've now got the whole page working, so thank you for your suggestion.
Someone else here...
Forum: MySQL 10-06-2009, 02:38 PM
Replies: 5
Views: 1,651
Posted By dudeshouse
Thanks for the reply. The square brackets have...

Thanks for the reply.
The square brackets have been added by Dreamweaver - I'm guessing that this is because long is a reserved word.
I will try and remove the square brackets and use back ticks...
Forum: MySQL 10-06-2009, 01:00 PM
Replies: 5
Views: 1,651
Posted By dudeshouse
Insert failing

Hi,
I'm developing in ASP using MySQL as the database.
I've inherited a database that I need to work with, both in structure and data, so please bear with me a little while I try to explain...
I'm...
Forum: HTML & CSS 09-29-2009, 05:40 PM
Replies: 9
Views: 562
Posted By dudeshouse
No worries. These things are meant to try us.... ...

No worries. These things are meant to try us....

=)
Forum: HTML & CSS 09-29-2009, 05:36 PM
Replies: 9
Views: 562
Posted By dudeshouse
The failing image is being looked for at...

The failing image is being looked for at /games/g/gt5/images/search_icon.gif
Showing results 1 to 25 of 85

 
Forum Jump

All times are GMT +1. The time now is 11:18 AM.