Didn't realise it had been so long since I'd made an entry in this thing. That doesn't really mean anything, other than it's an observation.
Well the album is out and has been for a few weeks. People keep asking me how sales are going, and I wish I could tell them. Unfortunately iTunes won't release sales info for 45 days after the end of the month. That's a loooooong time. Meanwhile I'm trying to make a start on the second album. That's also taking a looooong time! So far only one track completed - and a second just part way through.
For some reason I keep finding reasons to want to be able to dynamically
change the content of parts of web pages. And I keep having to remind myself how
to do it. So here it is again. First, the section to be changed has to be
enclosed within a tag, and given a unique ID:
<div id="perm_p" name="perm_p"> </div>
Then, use this javascript code, which is supposed to be cross-browser
compatible:
if(document.layers)
{
document.layers.perm_p.document.write(perm_code);
}
else
{
if(document.all)
{
document.all.perm_p.innerHTML = perm_code;
}
else
{
elid = document.getElementById("perm_p");
elid.title = perm_code; elid.firstChild.data = perm_code;
}
}
"What's on in Craig's head?" At the moment it looks like not much!
Sorry, this seems silly. Unfortunately this domain has moved to yet another server - the fourth in two years. What a pain!! (You can get an idea of some of the reasons for this visiting No More Gunnels.)
As soon as I get some time I will repost some of the previous stuff, and get back into creating some new stuff.
Craig personal diary. A collection of programming tips and thoughts, and general musings on life, the universe and everything.
| Mon | Tue | Wed | Thu | Fri | Sat | Sun |
|---|---|---|---|---|---|---|
| << < | > >> | |||||
| 1 | 2 | |||||
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
| 31 | ||||||