Showing posts with label presley. Show all posts
Showing posts with label presley. Show all posts

Tuesday, 24 March 2020

15561: mean anything?

Elvis Presley during 68 TV Special
15561.

Mean anything to you?

Actually, it's 15561 days.

Where were you 15561 days ago?

Well, if you're more than about 45 years old, you probably know, without actually being aware of it.

Elvis Presley died on 16 August, 1977 and that just happens to be 15561 days ago today, 24 March, 2020.

So what?

You might well ask. Indeed, yesterday he died 15560 days ago and tomorrow it will be 15562. What's so special?

Well, Elvis was born on 5 January, 1935.

He lived 15561 days.

Today, 24 March, 2020, Elvis has been dead for just as long as he lived.

Hard to believe, isn't it?

Sunday, 6 July 2014

Elvis 60



All together now,



Well, that's all right, mama


That's all right for you…

Would you believe that Elvis Presley recorded "That's All Right" sixty (yes 60, 6-0, zestig, soixante, sesenta, trigain!) years ago yesterday?



The story of how the number came to be recorded has been told many times and can easily be found online, should you be interested. But it was then that popular music took its first steps to becoming desegregated: no longer was there the artificial divide of music for blacks and music for whites; from now on it would at least endeavour to be music for the people.



The recording had enormous social impact.



But the event and its repercussions also had huge impact at the individual level.



I was a mere whippersnapper of five going on six in the Rhondda Valley of south Wales at the time that Elvis was struggling to prove to Sam Phillips that he was a good ballad singer (and then, quite unexpectedly broke into "That's All Right"), but within a few years I was an Elvis fan. In 1966 I went to Belgium to take part in an Elvis fans convention and whilst in that country, though separate from the convention, I met a girl and decided there and then that she was the one.



Five years later I moved to Belgium and Elise and I got married. We're still married and now live in the south-east of Spain. It wouldn't have happened if Elvis had not recorded "That's All Right" 60 years ago.

Thursday, 6 May 2010

eBook

Some years ago, I wrote and published a book called "Roots Of Elvis." It was based on the information I present in my Elvis Presley The Originals site. The problem with a paper book is that it is difficult to keep the information contained therein up to date. In the several years since the book came out, the information on the site has been modified and added to. Even now, the quest for original versions of numbers later recorded by Elvis Presley turns up an occasional earlier version or even a brand new title, though this is becoming very infrequent. Still, my thoughts turned to a way in which I could present the information in such a way that it could be kept up to date, following the updates made to the site, yet without requiring an Internet connection to peruse the data.

My first idea was to write an iPhone/iPod Touch/iPad app, but this was a tad limiting and also required more effort on my behalf than my over forty years in computing could muster. Twenty years ago, I would probably have jumped to the challenge, but it all seems a bit much nowadays. Then I saw an electronic book (ebook) in a format called epub. I realised that this offered a number of advantages: I already had the basic book layout, for it was much the same as the Elvis Presley, The Originals site layout, which is specified in CSS; the epub format allowed internal links, allowing at least some user navigation; I guessed that the intellectual effort required to produce an epub ebook was less that that required to write an app.

After some Web searching and examining of existing epubs, I was ready to try my hand, so created some fixed files, as required by epub, and set up some others with variable holders. The latter were filled in, using the same script I use to generate the website from locally stored data (all done with the free revMedia application); the script was extended to produce the data required for the epub format: manifest, list of chapters, tocs, navmap, etc., as well as the individual chapters of the book in separate .xml files.

It all went relatively smoothly and revMedia also allowed me to use a couple of Unix shell commands in order to compress the numerous files into the epub format single file holder.

So now, each time I make a modification tot he contents of my Elvis Presley, The Originals website, I also generate a new version of its accompanying book, Roots Of Elvis, in epub format.

The epub version of Roots of Elvis can be downloaded for free from here.

Here are some sites that I found useful during my research of the epub format:
Epub Format Construction Guide;
An Epub Tutorial;
Dossier epub;
ePub Zen Garden;
Validate ePub documents.

Just one point, though: the otherwise very good An Epub Tutorial above provides a set of Unix commands to generate the compressed epub file that do not work in all cases. Instead of these, use the following:
zip -q0X yourfilename.epub mimetype
zip -qXr9D yourfilename.epub *