thisismywww.com
Daniel's corner of the web
Daniel's corner of the web
Feb 2nd
Writing exercises weren’t as fruitful as I had hoped (only got 1 opportunity on the way home). I’ve got a couple of lines and ideas for songs though from the few words I wrote. Will definately have to work on that.
When I got home I wanted to record something, so I picked up a lyric which I wrote earlier and gave it a rewrite, it’s no longer called ‘If Only’, it’s now ‘Back Then’.
The track is very much a WIP, the drums aren’t right and the organs / lead guitar / bass needs work. I’m almost 1/2 tempted to ask a few friends on a forum I’m on give me a hand cause I think this song could really shine.
Apologies for the mix… Back Then
Lyrics and Music Copyright Daniel Porter 2010
Let me know what you think.
Jan 31st
Well, it’s 31st of January, from midnight RPM Challenge entrants can start to record their album. I had planned on have some material written before now. Aside from the couple of lyrics I wrote recently (published in this blog), I don’t really have anything.
I’m not too sure if I’ll bring a few songs out of the closet from my old lyric books to get my started. I think I might just do a couple of writing exercises tomorrow -morning, lunch and ride home to see if I can come up with something to record tomorrow night.
Althought I do want the first track on the album to be an instrumental… so that might make it a bit easier
Tonight I set up my ’studio’ area, got my microphones out, guitars arranged, connected up my sound card and my drum pads and tested everything to make sure it works.
There is a slight hum in my monitors (speakers) but aside from that everything else is ready to Rock’n'Roll!
Jan 18th
OK, in my previous post I had a throw away line in regards to my music “write and record an album in February”. Well the only way to get things done (like recording a CD), is to just do it (should I give Nike a trademark to that statement?)
What I was referring to is the The RPM Challenge. The challenge is really simple:
Record an album in 28 days, just because you can.
This page goes in to more depth, such all no previously released material can be used and all recording must be done in February. They do encourage you to write all your songs during February. That part I won’t be following 100% (as it’s only encouragement), cause I know with that time won’t permit. I have a few lyrics which I already have which are either WIP or very close to Finished.
So I’ve signed up – this is me.
So from February 1 expect frequent updates here (and probably on my twitter). I’ll post my WIP recordings and Final versions of songs on here and just the final versions of my songs on RPM’s Site.
There we go! It’s in writing
Dec 12th
Since turning 30 last month, and spotting more grey hairs on my head each day, has really got me thinking. I certainly hope it’s not a mid-life crises as I hope to live well past 60!.
SOOOOOOOOO…….
I guess the very first thing I have to do and commit myself to doing is to get off my butt and get motivated!
Addressing each point above:
Well that certainly was a mouthful :-S But it now exists and I’ve said it, so I’ll come back in 12 months and see where I’m at.
Dec 7th
Well it has been a while. I’ve actually been quite busy the past few months.
Outside of work a fair chunk of my time has been devoted to a rewrite of the core code of the Sydney Lindy Exchange website. I’ve been it’s Web Admin for 5 years now. What started as a few HTML pages the first year with a simple form mailer for registration has now progressed to an (almost) full CMS.
The rewrite allowed me to break the code in to easier to manage chunks/modules of code. I didn’t achieve everything I wanted to this year as I just ran out of time. Early on whilst re-coding the site, I wanted it to be developed around a ‘Form builder and manager’ interface, as the main purpose of the site is registration for the event which is a form.
I did make quite a bit of headway with the form builder, however it was starting to get clunky and the deadline approached faster than I realised, so I ended up rehashing the rest of the code.
I did also remove all tables out of the layout this year thanks to css, however realised after the event when I was showing the site off to a collegue that the site didn’t display correct in IE6 thanks to it’s wierd and wonderful way of processing CSS :-S.
The other big challenge I had with this site was a mailing list. In the past I had a script which bulk sent all the email messages at once. This worked the first year, however second year not all recipients got the messages. I found out after the event had ended the reason for this was that a limitation of the host was 200 email messages (or more recipients) per hour. So this year I wrote a script which a cron job runs every 5 minutes to send a number of emails. I need to do more work on this so all email from the site (registrations etc) need to be run through the mail queue, plus better management of that to ensure that 200 emails per hour is not met.
I still have all the code for the Form Builder, so in the new year I hope to look at that again.
(And yes this post did take a month to write :-S)