Probably the most popular blog software (sometimes also referred to as a CMS) in use today is Wordpress which is offered both as free software you can install on your own server or site hosting, and also as a web based service (again free) which requires no installation – you just fill in a form and click a button to get your very own wordpress blog online and ready to use.
Tag: webdev
-

WordPress for Dummies
-

HTML Primer
HTML or Hyper Text Markup Language is basically the fundamental language of the web. It is a very simple language used to construct web pages and the links between them. If you go to any web page with your web browser and (right click) select “view source” you will see the html used to construct that page – usually.. Some sites, such as Google, use a lot of Javascript which is much more complicated and hard to read but which your browser understands and converts to html in the background, but don’t worry about that as you do not need to know anything about it.