Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
brensa #1
Code Redirect
My website has been online for a couple of years. The web pages are static. I
am creating a database and want my site to by dynamic. I am working on the new
site with file extensions asp on my computer.
If a user kept the .html file extension pages in their favorites how can they
be redirected to the new .asp file extension pages once the new dynamic site
will be finished.
How can I redirect asp pages to main page if page is not found ont he
server?:cool;
brensa Guest
-
Why doesn't the Code Completion occur in FlexBuilder IDEwhen source code is in an external file?
I am seperating my .as from the MXML by using the following in my file.mxml: <mx:Script source="file.as"> When I edit file.as, the code... -
redirect to guest if first redirect is doesnt work for a user
Hi all, I was wondering if anyone could help me solve a problem Once a user hits a certain webpage ..I try to redirect them to another using... -
Custom control fires event but ignores some code in the code behind file
I do not quite understand the question. I will merely point out that most programming problems happen for a reason. Code works the way it is... -
Code to redirect old page
Hi. I just purchaed my own domain name and switched hosting service. What is the HTML code to have my old site automatically forward to the new... -
Redirect to New Browser Window like Response.Redirect
That worked just fine for me as long as you put that open statement on one line rather than 2. "michel" <michely3k@yahoo.com> wrote in... -
Michael Fesser #2
Re: Code Redirect
..oO(brensa)
It would be much easier for your visitors and search engines if the file>My website has been online for a couple of years. The web pages are static. I
>am creating a database and want my site to by dynamic. I am working on the new
>site with file extensions asp on my computer.
> If a user kept the .html file extension pages in their favorites how can they
>be redirected to the new .asp file extension pages once the new dynamic site
>will be finished.
> How can I redirect asp pages to main page if page is not found ont he
>server?:cool;
extensions would stay the same. If you have to change all URLs just
because you switch to another server-side technology then your URL
design is not good and will cause problems (broken links).
Cool URIs don't change
[url]http://www.w3.org/Provider/Style/URI[/url]
You should read the sections about "Designing URIs" and especially "What
to leave out".
Micha
Michael Fesser Guest
-
brensa #3
Re: Code Redirect
If I am to use my static pages .html file extensions) how would I be able to
make the site intereactive and dynamic. Static web sites are limited as to
their potential, lack of intereaction no database etc.I was thinking of keeping
those static pages, making new pages and using http redirect code from old
pages to new ones.
Is their a way with html file extensions to make a dynamic site without
reworking the whole site?
Thanks
brensa Guest



Reply With Quote

