Adrian Callaghan`s Blog

Archive for April, 2009

What is html?

by Adrian on Apr.30, 2009, under Programming

What is HTML and how does it work?

In simple terms and to just introduce HTML (and not technical), most pages that people view on the internet are simply text files, that are being displayed a special way within a browser, they simply have the affix .html instead of .txt.

Whatever your browser (Internet explorer, firefox, opera, safari etc) they will attempt to render the text document according to some rules contained within it.

The rules contained within the document are in the form of tags placed within a < and a >.

These tags specify the rules or “markup” language for the way the text should be displayed.

The tags (generally) must have an equal amount of opening and closing tags, and must be closed in order.

There are many different tags, with many different uses.

For example, to render text as a header, the tag would be <h1>HEADER TEXT</h1>.

The tagging or, “markup language” explains the latter part of the acroynm HTML or “Hyper”, “Text”, “Markup“, “Language“.

(continue reading…)

VN:F [1.8.4_1055]
Rating: 7.0/10 (1 vote cast)
VN:F [1.8.4_1055]
Rating: 0 (from 0 votes)
1 Comment more...

Wordpress blog to MU

by Adrian on Apr.16, 2009, under Programming, wordpress

Upgrading to wordpress MU manually from an old blog.

At work I had to update an old wordpress installation from 2.3.2 all the way up to the latest version of Wordpress Mu (Multi User).

I documented the method I used and placed it below here.
If you do decide to do this it is done entirely at your own risk.
ALWAYS MAKE A BACKUP FIRST

Stage 1

Install Mu on its own database alongside your existing installation and database, within its own directory in the normal way.

Stage 2

Move the data across from Mu performing an upgrade, keeping all the data intact and wordpress Mu functioning correctly.

How this is done

(continue reading…)

VN:F [1.8.4_1055]
Rating: 5.0/10 (1 vote cast)
VN:F [1.8.4_1055]
Rating: +1 (from 1 vote)
5 Comments more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!