[ Date Index ][
Thread Index ]
[ <= Previous by date / thread ] [ Next by date / thread => ]
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Friday 02 May 2003 8:03 pm, Kai Hendry wrote:
I save a lot of time editing stuff with vim.
I agree. There really is no excuse for not learning Vi or Emacs or similar. One day (soon) you will be faced with having to fix a remote site over a telnet (Ahhh!) or SSH (:-)) connection when you haven't got the time to download the code (including dynamic data like databases) and fix it locally.
Vi has saved my skin more times than I care to discuss.
Start in the bottom and work your way up. XHTML is easy, there are
plenty of online resources. I know it is important to get some sort of
'good looking' website up asap, but it will discredit an opensource
vendor such as yourselves.
XHTML is easy. It's a simple habit to keep and the extraordinary beauty of XHTML is that the same tags work as HTML anyway (;-)) - it's just about FORCING the coder to do what HTML should always have required, good tag nesting.
This is a para<p> is simply NOT acceptable. Use:
<p>This is a para</p>
Also, another common one:
<ul><li>content of first list<ul><li>content of second list</ul></ul>
BAD BAD BAD BAD BAD. Use:
<ul><li>content of first list</li>
<li>
<ul><li>content of the second list</li></ul>
</li>
</ul>
Easy.
- --
Neil Williams ============= http://www.codehelp.co.uk http://www.dclug.org.uk
http://www.wewantbroadband.co.uk/
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE+s/s4iAEJSii8s+MRAr8TAJ9KELjQVWfN1QHoB8xYYyZg/KCmJgCg+KxA o1GUqOrOeGDP5ur7UWZUWVs= =XtfS -----END PGP SIGNATURE-----
-- The Mailing List for the Devon & Cornwall LUG Mail majordomo@xxxxxxxxxxxx with "unsubscribe list" in the message body to unsubscribe.
-- The Mailing List for the Devon & Cornwall LUG Mail majordomo@xxxxxxxxxxxx with "unsubscribe list" in the message body to unsubscribe.