|
|
Thread / Thread Starter
|
Last Post
|
Replies
|
Views
|
|
|
Forum: ASP
zingmatter
On an Apache server I can use the .htaccess file to rewrite urls, i.e. a url:
www.mydomain.com/contact
gets converted to:
www.mydomain.com/subpage.php?target=contact
Is there an equivalent way of doing this on a Windows server using ASP?
Thanks
|
|
7
|
58
|
|
Forum: PHP
Markbad311
Getting a completly blank page on this one too. I am just displaying entries out of my table the field list is in the while loop.
<?php
ini_set("display_errors", "1");
error_reporting(E_ALL);
$page_title = "Battle of the Bands";
require("../listingsfunc.php");
dbconnect();
|
|
2
|
14
|
|
Forum: Website Reviews
Green-Beast
Hey guys,
Just made another site, this time for an Italian restaurant. The client hasn't seen it yet, but they did ask for something richly-colored and warm. I think they'll like it. It's really quite accessible (lots of features meant to make it so). Warning, it's a tad image-heavy, not...
|
|
6
|
37
|
|
|
Forum: HTML
ozpo1
I added to my files the following lines:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
However, since I did it, the browser doesn't read any of the styles in my code. What should I do to change it?
|
|
4
|
13
|
|
|
Forum: SQL
twooton
I wrote a basic php search engine (that searches a database of over 127,000 entries) that works absolutly fine until i enter a search keyword that returns over 100,000 results. It can count the results but doesn't display any data (return any rows). I'm wondering if mysql might have a maximum...
|
|
2
|
16
|
|
|
Forum: HTML
alidar777
Hi,
How will i generate the below table with a javascript function. Within a javascript function i need to write DHTML code to generate the table.
Thanks
Asgar
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
|
|
4
|
46
|
|
|
Forum: Dreamweaver/FrontPage
chadjohnson
I work for a consulting company, and the web designer is good at the visual stuff, but she doesn't know much about the code. They always use Dreamweaver to design and develop web pages for the sites they do, and it generates some really crummy code.
I myself prefer to do things by hand. I have a...
|
|
14
|
225
|
|
|
Forum: General
logan0226
Hello All,
I am taking my first adventure into web design. I am designing a site for my own company. I sell and install home theater, home automation, home networking, and security for residential customers. My questions are how to best lay the foundational frame work of the site for the...
|
|
2
|
30
|
|
|
Forum: ASP
ozpo1
I'm trying to validate my files, but I don't know what to do with my asp files.
I'm validating the files on the w3c site and I have several questions:
1. Is it possible to validate my asp files in an html validators. (I want to validate the html code in the asp file)
2. What should I write in...
|
|
3
|
95
|
|
|
Forum: JavaScript
bwalker<?>
I have a basic function which displays a list of mailing options based on the selection of a country. I tested in Firefox and found no errors. In IE the menu appears blank. Other scripts on this page are being processed correctly, as far as I can tell. I'm still pretty new to JS so I don't know...
|
|
2
|
30
|
|
|
Forum: CSS
ozpo1
I program my website with very few css use.
However, when I'm trying to validate my files, I keep on recieving errors such as "there is no attribute as backgournd" and I'm requesting to change it with the help of css.
My questions are:
1. If I will change everything now to make it use css, will I...
|
|
3
|
34
|
|
|
Forum: HTML
Snorkerz
I am trying to build a website for a friend but he has specified a full screen image as a background.
I have compressed and sliced the image and put it in a table behind the page content.
I have 1 problem and 2 questions...
PROBLEM :mad:
The background loads first, leaving the viewer waiting...
|
|
0
|
7
|