| Forums | Email a Colleague | FAQ |
|
Dr. Website® Archives 2002Mar 28, 2002
How can I make my web site more effecient? What Are the steps I have to take to stop it from crashing??? Thanks, Answer: Stay away from new technologies, stick to HTML and JavaScript, use smaller images, and less of them. Try to keep your total page size including images under 40K. Use CSS (cascading style sheets) to format the page instead of countless FONT tags.
--Dr.Website Question: I want to put it on my website but i want it to keep going by itself instead of me clicking on the next bttn and also i don't want it to cover the whole page. Answer: You can choose the size of the images that will be displayed on the page. As for making it move from one slide to another, you can always use a META refresh to take it to the next page (though you'll be taking control away from the user, which isn't generally something you want to do). <META HTTP-EQUIV=3D"refresh" content=3D"2;URL=3Dhttp://www.yoursite.com/newpage.htm">
(the 2 next to content refers to the number of seconds before the page
will refresh). --Dr.Website
Question: What questions and aspects should you take into consideration when in an interview with a web design client? What questions should you ask? and what should you pay special attention to? Thanks Answer:
* Why are you creating this web site? There are a million questions you could ask a client, but those above will let you know what you're in for.
Pay special attention to whether or not they will be doing the ongoing maintenance, or if you'll have to provide continued support. That can be a boon or a bust, depending on your circumstances.
--Dr.Website ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|