Hi from molly
Add comment December 10th, 2011
ticking is time,
evaluate your prime
for in terms of wakefulness
the arrow of time appears…
and is gone,
historical relevance
architectural benevolence,
a stone wall here,
a symbolic meaning there,
Cruising as Earth, alone in infinite whatever,
a glean or glimpse
magical objectivity, considering the molecule of cure,
and more…
as you undoubtedly know,
the secret scroll is lost amongst the sacred sand dunes.
And then again, my reality is warped, and influenced by my habitual consumption.
For I am an electrical entity surrounded by degrading flesh, and a unharmonious realisation,
or indeed perception of what my eyes and brain consider reality.
Edit/Delete Message
Add comment October 2nd, 2010
1 comment September 23rd, 2010
A Night of a 1000 Thrills’ is a celebration of Helens life;
check out the site night of a thousand thrills
it’s about keeping that smile alive. It’s about getting together as a group of people who share a devotion to The Killers and having one hell of a night!! It is also about raising as much money as possible for our 3 nominated charities:
myositis support group
Lupus UK
War Child
This is just a little indesign experiment I tried on a photo gallery.
Photos taken at the Relentless garage 08 09 10 Brandon Flowers playing Flamingo.
All pics taken by Jodi. Check her out..
Also the tutorial for the indesign gallery is here:
Add comment September 11th, 2010
So I’m at the wordpress forums and this came up,
two links on the same line
Now can any one help me with a permalink problem!
Add comment June 17th, 2010
Check out the site


A quick graphic displaying the statistical interactions with this web page.
1 comment May 15th, 2010
Another photoshop tutorial,
I will be using this for a background image, in a site that is currently under construction with semi transparent colours over the top

It’s going to look a little like this.
Screenshot

You can find the tutorial here
Add comment February 28th, 2010
Well today I went to see this film, expectations high, although I must admit I still haven’t watched Titanic, so disregard any director faith input.
Friends love the film. Amazing.. Fantastic etc.
![]()
I did enjoy the 3d aspect, very nice, particularly the cognac ad that preceded the feature.
And all is going well into the first half hour, Character introductions, building the premise, allowing the mind to soar with wild and unimaginable expectations..
But what the hell.
The Matrix meets Dances with wolves, chuck in a little Brave heart spirit and we are done.
There are no twists, or unexpected eventualities, the plot proceeded into the full hour disregarding any humour that engaged you initially, You like a child, a baby… ‘I paraphrase’, but for FFS, Gaia, James Lovelock eat out your neural connections and root your arse to the ground and shimmy.
The idea was delightful, too many explosions for my taste, and the moral implications apparent and obvious.
I did, squinting eyes exit the cinematic arena feeling slightly sad that I could not live among the trees and connectivity of their planet, and couldn’t help but bring a smile to my face for the inhabitants of Pandora.
Add comment January 31st, 2010
I Started freshfreelance site a while ago and used the mootools Kwix script for the sites main menu.
Took me a while to sort it, and was to be honest never as good as the example, but hey..
All was fine, until I used lightbox on one of the sub pages, they worked fine independently, but when together the lightbox wouldn’t work.
I googled for a while, but found no solution I could get my head round at the time, so I took the cop out and disabled the javascript on the menu, (Just for that one page) allowing the lightbox script to work.
and I learned to live with it.
Today however I came across the problem again, wanting to implement the JQuery cycle script to cycle some pics, wouldn’t work, and I knew instantly it was the libraries cinfkict.
Googling more successful this time.
Enter:
jQuery’s no-conflict mode,
I have rambled enough:
the solution as I see it.
This is what I had and it worked solo,
<script type="text/javascript"> $(document).ready(function() { $('#slideshow11').cycle(); }); </script>
I added
var J = jQuery.noConflict();
and changed the $ for J in the function, and Presto.
<script type="text/javascript"> var J = jQuery.noConflict(); J(document).ready(function() { J('#slideshow11').cycle(); }); </script>
There are more elegant solutions out there, Check: JQuery, and I found help here. Michael Shadle
Add comment August 21st, 2009