|
Which HTML Editor Should I Use? -- FrontPage is the most popular HTML
editor and DreamWeaver is the more popular professional's choice. Other alternatives are discussed.
Cascading Style Sheets (CSS) -- You can gradually introduce CSS to your
website rather than having to decide between HTML vs CSS. You can use HTML to for the content and CSS increasingly for the
formatting, which helps to reduce file size for faster loading.
PHP 101 -- PHP is a popular scripting language that lets you do just
about anything you want to do on a web site. It runs on the server rather than on the user's computer, which means there are no
concerns about browser compatibility as there are with JavaScript.
I Frames -- Kind of like a sub-window in a window, sometimes called an
“inset box”. The I Frame's content could be provided from a folder on your site with special permissions, without granting access
to the entire site.
|