Forum: Site Layout and Usability 10 Days Ago |
| Replies: 1 Views: 364 Popped the url given into ie and everything seemed to work fine (links wise).
A few things I did notice though and some tips for when you develop in the future. Try keep all your links lowercase,... |
Forum: Site Layout and Usability Jan 8th, 2009 |
| Replies: 7 Views: 1,328 I know its solved and all... but just incase any of you other people are interested and don't feel like going to read it up on another site, here is how its done.
To link to a specific title... |
Forum: Site Layout and Usability Jun 26th, 2008 |
| Replies: 3 Views: 1,788 Hi Santa,
There's no reason to get into CNAME, A or any other details.
All you have to do is (if you havent already), contact enom.com and ask them to change your nameservers to:... |
Forum: Site Layout and Usability Jun 4th, 2008 |
| Replies: 3 Views: 1,780 Hi dbow1,
Create the following php document and save it as mail.php:
<?php
$visitor = $_POST['name'];
$visitormail = $_POST['email'];
$address = $_POST[['address'];
$tele =... |
Forum: Site Layout and Usability Jun 3rd, 2008 |
| Replies: 3 Views: 1,221 Hi,
Not sure if I understand your question but let me give it a bash.
In the line of work I am in, I usually have to roll out atleast 2 websites a week (HTML & CSS - So it is usually quick).... |
Forum: Site Layout and Usability Jun 3rd, 2008 |
| Replies: 8 Views: 2,435 I have never worked with a uk domain. But what i would recommend, is contact http://www.nominet.org.uk. They would probably assist you. |
Forum: Site Layout and Usability Apr 2nd, 2008 |
| Replies: 6 Views: 1,419 Its pretty simple to do with a little js. But i won't be spoon feeding you. Visit the URL below.
Here (http://homepage.ntlworld.com/bobosola/)
Read a bit... and intergrate. Best way to learn is... |
Forum: Site Layout and Usability Jan 15th, 2008 |
| Replies: 2 Views: 1,052 Its probably something wrong with the 'htaccess.txt' or the 'httpd.conf'. Check the files out. If you don't have access to them or don't know what you doing, send an email to your host and they... |
Forum: Site Layout and Usability Dec 21st, 2007 |
| Replies: 4 Views: 1,121 Even better, <div> your menu in the template and link to a seperate HTML. When editing, you'll only have to do it once |
Forum: Site Layout and Usability Nov 27th, 2007 |
| Replies: 8 Views: 2,340 true, but try stay away from 1.5 its still a RC and not a final release |
Forum: Site Layout and Usability Nov 23rd, 2007 |
| Replies: 8 Views: 2,340 I'd suggest CMS, there are tons of them out there. But I'm a big fan of Joomla! because of all the modules and components. There 25 in Real Estate alone. Some GNU others commercial. Check it out,... |
Forum: Site Layout and Usability Nov 5th, 2007 |
| Replies: 10 Views: 1,984 If you'd like to host locally, I'd suggest easyphp (http://www.easyphp.org/telechargements.php3?lang=en). This would probably be a good idea before going live. To speed up the development process |
Forum: Site Layout and Usability Oct 5th, 2007 |
| Replies: 4 Views: 2,210 No problem... Always a pleasure to help
Please mark the thread as solved |
Forum: Site Layout and Usability Oct 4th, 2007 |
| Replies: 1 Views: 1,580 What you want to do sounds pretty simple. Don't think you need a web developer. Check out Joomla! tons of people in the community willing to help, plus millions of free (and commercial) templates... |
Forum: Site Layout and Usability Oct 4th, 2007 |
| Replies: 4 Views: 2,210 Looks exactly the same to me buddy...
Test on windows xp sp2
[img=http://img340.imageshack.us/img340/2816/browsersey9.th.jpg] (http://img340.imageshack.us/my.php?image=browsersey9.jpg)
Not... |
Forum: Site Layout and Usability Aug 14th, 2007 |
| Replies: 2 Views: 3,134 Quite honestly no_content, only learnt about layout mode after reading this post (used to grid in Golive if I'm not mistaken). This is the way i see it, it's just a fancy way of doing tables (which... |
Forum: Site Layout and Usability Jun 18th, 2007 |
| Replies: 12 Views: 3,336 Paste this in the head tags.
Remember ur image will wrap.
<!--
body {
background-image: url(images/urimage.gif);
}
-->
</style> |
Forum: Site Layout and Usability Jun 18th, 2007 |
| Replies: 13 Views: 8,062 Over the next few weeks (or days - depending on how much time i have) I'll help with the very basics of SQL (and PHP).
These are the points I'll be covering (all from scratch of course)
Local... |