Archive for August, 2009

Javascript libraries working together

Mootools and Jquery

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.

Time passed

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

St Cuthbert Churchtown

A Georgian church of the 1730s

Check out Lancashire churches for more info:

Another version of the same picture, tonemapped with hdr software.
Still experimenting..
<< Previous

1 comment August 20th, 2009

OutSideIN

Experimenting with HDR and photoshop

<< Previous

Add comment August 20th, 2009

Suspended

<< Previous

Add comment August 18th, 2009

Getting away with it !

Billions of web sites..
I’m just guessing, but I reckon that has to be reasonably accurate.
And what do we want,

    To discover the secrets of the univese
    To maybe live long enough to live forever
    To underatand more primarily our purpose in the scheme of things
    To partay
    To survive
    To underatand
    To comprehend
    To write, and receive comment,
    To connect
    To draw wisdom
    To enjoy a solid nights sleep
    To dream
    To take flight
    To conjure the seemingly impossible
    To be pure energy..

Oh my word, it is our destiny
For the illusion resides in names, historical characters, organic biomass and a contingency reliant upon an understanding of ‘times arrow’ .
Be gone with you matter, for my mix is heavy detailed and constantly in flux.
It is my time and I will fire up the flux capacitor..
See you out there.
Timmy oh Leary where art thou..

Add comment August 13th, 2009


Posts by Month

Posts by Category