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 4
1
2
3
>
Last
»
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
Issues with file permissions when migrating site between servers
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
Issues with file permissions when migrating site between servers
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
make 1 list item different
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
SQL Statement with DISTINCT data
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
Image map help?
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
SQL Statement with DISTINCT data
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
Cannot get Select Case to work
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
css trouble - trying to align horizontally
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
css trouble - trying to align horizontally
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
Creating a mail template that can be sent with outlook
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
Cannot get Select Case to work
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
Possible to check whether a file is still being uploaded?
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
Space above DIV inside aother DIV in Internet Explorer
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
ie renders list item with top padding
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
Space above DIV inside aother DIV in Internet Explorer
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
Space above DIV inside aother DIV in Internet Explorer
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
IE8 Image Link Issue
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
IE8 Image Link Issue
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
IE8 Image Link Issue
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
Insert failing
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
Insert failing
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
Insert failing
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
Insert failing
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
News css button will not display
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
News css button will not display
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
Page 1 of 4
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
11:18 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.