Friday, October 19, 2012

Testing Testing 1 2 3



Almost a thousand entries on my blog and after two years of absence I must re-train myself in HTML-5 syntax. Looking back, there were lots of joys in arts, music, film, opera, sex and sleaze. But sometimes I overdid it. More joys to come in 2013. An iPal asked me for some help to start his own blog. I would suggest to follow your own blog-provider. Coding HTML is fun but also time-consuming and for the . On the other hand while I am re-training myself, I better spell it all out for you. This looks like a good moment to pass some knowledge that I collected the past few years.
To spice-up your blog, you need some basic html-coding skills. Actually, some are not that basic. I wish to thank my Nephew for all the evenings and nights that he showed me hands-on the HMTL basics.
I only learned about 10+ tips and tricks. That's enough. They all (and more) can be found on the w3school.
Here is an example of a 400 pix wide picture and a picture caption in a smaller font. Birdman of Alcatraz (1962) I get my pictures usually from a Google-search; but they must be persistent and free accessible. You can upload your own picture to Picasa.com (also from Google). You can scale pictures up and down with the "width" attribute. Scaling-up will give you some quality loss as is shown in this example; the original was about 350 pix wide and it was scaled-up to 400 pix.

When you scale-down a picture to fit your blog, you can add a "click here to enlarge" message, when the mouse hovers over the picture. Both URL's are typically the same.





Here is an example of what you can do with formatting tags in html. I use them very seldom because the text can look pretty shitty cluttered. I use the © Copyright tag with pictures when it is known. I think this is standard etiquette. The Trademark™ tag is rarely used on non-commercial websites.

You can control text with the font statement. This example uses size="3" face="verdana" color="yellow".




Here is a simple example of an (unordered) list. I don't like the big spacing;

  • Red

  • White

  • Blue




Another example with the font tag used;

  • Red

  • White

  • Blue




You can make more advanced lists (and tables) by replacing the Red/White/Blue text with hotlinks to sites.




Here is a last example of a smaller picture (half the blog size) with text wrapped around it. The picture is of William of Orange and the text is the text of the Dutch hymn. In this example you don't use a break between the picture and the text.


1. Wilhelmus van Nassouwe
ben ik, van Duitsen bloed,
den Vaderland getrouwe
blijf ik tot in den dood.
Een prinse van Oranje
ben ik, vrij onverveerd,
den Koning van Hispanje
heb ik altijd geƫerd.


A nice element on your blog is a preview and a link to a YouTube clip. You can copy-paste the object embed code from YouTube. It's easy when you keep the aspect ratio right; about 400x320 pix for my blog. Here are the Dutch Women Volleyball team singing our National Hymn.




I skip the table.html for now; it's too complicated to explain; maybe later. You can do very well without it. I uploaded the html 8kb .txt coding file for this blog to several sites file. The file is called TTUN.txt (Tips and Tricks from Uncle and Nephew). Take your pick;
- From RapidShare
- From MegaUpload
- From HotFile
- From SendSpace
.php?cat=other&file=TTUN.txt">From YourFileHost


Good luck, Harry

No comments: