PDA

View Full Version : how to do html and xml??



abhilashm86
June 1st, 2009, 02:48 PM
i'm new to html and xml, so i want to learn using ubuntu, so which IDE i need to use??

i like the vim editor a lot and terminal, so from which command can i execute through terminal??

i'm learning from w3b schools the html........

keplerspeed
June 1st, 2009, 02:54 PM
Yes I agree that using vim editor and the terminal would be the best way to learn. IDE's are over rated, bloated... For a html document enter this command to start editing, or create a new file:



vim filename.html


Then to open the html doc:



firefox filename.html


Good idea to also learn some CSS.

Tibuda
June 1st, 2009, 02:58 PM
If you like vim, use it. I use gedit for my html+css stuff, but any text editor with syntax highlight is all you need for it.

abhilashm86
June 1st, 2009, 03:07 PM
thanks friends, ya did it..........