Forum: Site Layout and Usability Jan 19th, 2009 |
| Replies: 2 Views: 880 You need to integrate a server side language such as php/asp/jsp/coldfusion to automatically update the database. You shouldn't be creating a new page for each user. You should have one template... |
Forum: Site Layout and Usability Jan 16th, 2009 |
| Replies: 2 Views: 972 PayPal. You only want to sell 3 products right? |
Forum: Site Layout and Usability Nov 21st, 2008 |
| Replies: 4 Views: 1,037 Read No Margin For Error (http://www.search-this.com/2007/03/12/no-margin-for-error/). Also, if you'll download the Firefox Web Developer (https://addons.mozilla.org/en-US/firefox/addon/60) addon, it... |
Forum: Site Layout and Usability Aug 19th, 2008 |
| Replies: 5 Views: 2,235 Have you tried it out yet? |
Forum: Site Layout and Usability Aug 19th, 2008 |
| Replies: 6 Views: 1,475 Also, don't pay to have your site submitted. That's just silly. Submit to Yahoo, MSN, and Google (all free). The rest will find you. |
Forum: Site Layout and Usability Aug 17th, 2008 |
| Replies: 6 Views: 1,475 Submit your site to all the major search engines.
Sign up for Google Webmaster Tools. This is will tell you the last time that google crawled your site as well as errors such as broken links.... |
Forum: Site Layout and Usability Aug 17th, 2008 |
| Replies: 5 Views: 2,235 After the body tag, throw in <a name="top"></a>
<body style="background-color:#4b2600;"... |
Forum: Site Layout and Usability Jul 9th, 2008 |
| Replies: 5 Views: 1,728 Replace this:
<a href="index.html"><IMG SRC="images/arrow_prev.gif" BORDER=0></a>
with this:
<a href="javascript:history.back()"><img src="images/arrow_prev.gif" border="0"></a> |
Forum: Site Layout and Usability Jul 8th, 2008 |
| Replies: 5 Views: 1,728 Sounds like the link on the back button is wrong. Post some code or a link to the page. |
Forum: Site Layout and Usability Jun 17th, 2008 |
| Replies: 3 Views: 1,481 captcha (http://www.captcha.net/captchas/) |
Forum: Site Layout and Usability May 29th, 2008 |
| Replies: 2 Views: 1,102 Do you know anything about server side scripts (php,asp,jsp...) and which one(s) can you use on your server. Once you find that out, look into using sessions. |