What's annoyed you today??

General Biker Banter
User avatar
Duffy1964
Posts: 3058
Joined: Mon Jul 25, 2011 4:15 pm
Location: Orpington Kent

Re: What's annoyed you today??

Post by Duffy1964 »

Ahh but I am not a spotter, just a driver and its just my job so don't give a feck as long as I get paid :lol: :lol: :lol:

I think you was Blue yesterday :lol:
Duffy1964
Yellow 1997 Storm R.I.P. Orange 2000 Streetfighter (Rufus), Red & Silver 1968 Triumph Trophy 650, Blue 2003 Storm Project, Red 2007 Montesa Cota Trials 250 & 1959 BSA D7 175cc Bantam Trials Project
User avatar
MacV2
Posts: 18057
Joined: Sun Jan 21, 2007 12:07 pm
Location: Grain

Re: What's annoyed you today??

Post by MacV2 »

Duffy1964 wrote:Ahh but I am not a spotter, just a driver and its just my job so don't give a feck as long as I get paid :lol: :lol: :lol:

I think you was Blue yesterday :lol:
Bloody right I was 2 feckin hours standing on Elephant & Craphole station I was bleedin freezin !
Making up since 2007, sometimes it's true...Honest...
User avatar
Duffy1964
Posts: 3058
Joined: Mon Jul 25, 2011 4:15 pm
Location: Orpington Kent

Re: What's annoyed you today??

Post by Duffy1964 »

I thought you had a firms van Macster
Duffy1964
Yellow 1997 Storm R.I.P. Orange 2000 Streetfighter (Rufus), Red & Silver 1968 Triumph Trophy 650, Blue 2003 Storm Project, Red 2007 Montesa Cota Trials 250 & 1959 BSA D7 175cc Bantam Trials Project
User avatar
MacV2
Posts: 18057
Joined: Sun Jan 21, 2007 12:07 pm
Location: Grain

Re: What's annoyed you today??

Post by MacV2 »

Duffy1964 wrote:I thought you had a firms van Macster
I had to go & see a Occupational health Doc for the Council. Unfortunately their office is in Southwark. I thought it would be easier to train it from Kidbrook to London Bridge. Traffic & parking at that end would have been a nightmare.

Just my luck that you threw a fag butt out of the cab window starting a fire in the poxy signal box which screwed everything up !
Making up since 2007, sometimes it's true...Honest...
User avatar
Duffy1964
Posts: 3058
Joined: Mon Jul 25, 2011 4:15 pm
Location: Orpington Kent

Re: What's annoyed you today??

Post by Duffy1964 »

Ah that explains it then. Btw the only think I smoke is the back tyre :lol:

We don't go to London bridge, but that fire screwed most of the south east network :thumbdown:
Duffy1964
Yellow 1997 Storm R.I.P. Orange 2000 Streetfighter (Rufus), Red & Silver 1968 Triumph Trophy 650, Blue 2003 Storm Project, Red 2007 Montesa Cota Trials 250 & 1959 BSA D7 175cc Bantam Trials Project
User avatar
VTRDark
Posts: 20010
Joined: Sun Mar 18, 2012 9:24 pm

Re: What's annoyed you today??

Post by VTRDark »

Having to work through jquery conflicts. :twisted:

(:-})
==============================Enter the Darkside
Virt
Posts: 6793
Joined: Wed Dec 12, 2012 12:35 pm
Location: Leicestershire

Re: What's annoyed you today??

Post by Virt »

cybercarl wrote:Having to work through jquery conflicts. :twisted:

(:-})
Whatever do you mean, jQuery conflicts are fun! :lol:

God bless

Code: Select all

<script>
$.noConflict();
jQuery( document ).ready(function( $ ) {
// Code that uses jQuery's $ can follow here.
});
// Code that uses other library's $ can follow here.
</script>
Slowly approaching the more bikes than birthdays achievement
User avatar
VTRDark
Posts: 20010
Joined: Sun Mar 18, 2012 9:24 pm

Re: What's annoyed you today??

Post by VTRDark »

If only it was that easy. I have tried noConflict scripts. I'm calling first

Code: Select all

https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"
and then I'm calling later

Code: Select all

src="script/jquery-1.4.js"></script> 
The problem is I have a bunch of various jquery scripts and for some reason deleting

Code: Select all

[code]src="script/jquery-1.4.js"></script> 
[/code] and allowing the scripts that use that version to use the later version

Code: Select all

https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"
does not work. So I have two versions of jquery conflicting against each other. :(

I have tried juggling the order of scripts around, It's driving me nuts. I'm getting to the stage where I'm just going to abandon the tonic gallery script which uses the earlier version of jquery for a different one. One that use the later version or is better written. The tonic gallery is a sortable gallery with lightbox, pretty photo to be precise.

I have my page scrolling and navigation scripts running off the later version of jquery so they take priority.

It's think it's pretty photo where the conflict arises as when I have

Code: Select all

https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"
enabled and disable

Code: Select all

src="script/jquery-1.4.js"></script> 
which it uses, the lightbox effect stops functioning.

So basically I think the version of pretty photo I have does not work with the later jquery.The original pretty photo script should do according to the developer, but what I have is a third party script with pretty photo incorporated into it. So maybe the third party developer has left something out. :think:

(:-})
==============================Enter the Darkside
Virt
Posts: 6793
Joined: Wed Dec 12, 2012 12:35 pm
Location: Leicestershire

Re: What's annoyed you today??

Post by Virt »

Ouch, sh1t one. Are you sure the functions that are relied upon for the older jQuery script haven't been removed from later scripts and update them appropriately?

Other than that, I know your pain. I've encountered that problem a few times, I usually just give up on that plugin and search for another to be honest :lol:
Slowly approaching the more bikes than birthdays achievement
User avatar
VTRDark
Posts: 20010
Joined: Sun Mar 18, 2012 9:24 pm

Re: What's annoyed you today??

Post by VTRDark »

I usually just give up on that plugin and search for another to be honest :lol:
That's where I'm heading. :lol:

I wish I had the coding knowledge to go trawling through the scripts re-writing things but I don't. I'm going to contact the developer about it and ask them if there is a work around so haven't quite given up yet. I also can't find another plugin as good lol. This one also stores all my categories and images in xml format which I quite like.

(:-})
==============================Enter the Darkside
Virt
Posts: 6793
Joined: Wed Dec 12, 2012 12:35 pm
Location: Leicestershire

Re: What's annoyed you today??

Post by Virt »

JavaScript isn't the most difficult of languages, it's just frustrating in how it works sometimes.

It never helps that most javascript plugins are minimised so it's nigh impossible to read them and find out what they do and then edit it. I understand why they do it, but it sucks so bad :lol:
Slowly approaching the more bikes than birthdays achievement
tony.mon
Posts: 16306
Joined: Wed Jul 25, 2007 10:46 pm
Location: Norf Kent

Re: What's annoyed you today??

Post by tony.mon »

Tell you what pisses me off, trying to wipe the dust off my laptop's mousepad and clean the keys with a tissue; but accidentally and purely at random googling Big Boobs Monthly as the wife walks in the room and she NEVER BELIEVES ME.

Why can't women just google for pics of rock and leave us alone?
:evil:
It's not falling off, it's an upgrade opportunity.
User avatar
AMCQ46
Posts: 16749
Joined: Mon May 11, 2009 4:54 pm
Location: Worcestershire / Warwickshire border

Re: What's annoyed you today??

Post by AMCQ46 »

tony.mon wrote:Tell you what pisses me off, trying to wipe the dust off my laptop's mousepad and clean the keys with a tissue; but accidentally and purely at random googling Big Boobs Monthly as the wife walks in the room and she NEVER BELIEVES ME.

Why can't women just google for pics of rock and leave us alone?
:evil:
:lol:

Take the laptop to the shed next time it needs cleaning :wink:
AMcQ
User avatar
Jamoi
Posts: 5651
Joined: Sun Jun 30, 2013 2:28 pm
Location: South East England

Re: What's annoyed you today??

Post by Jamoi »

NOOOOOOO!!!!! DAMN IT!!!
Image

29 foot pounds on the torque wrench while tightening my central frame mounting bolt. Just as it was getting close I felt it wasn't quite right, so unscrewed the bolt and as you can see in the pic, where the thread starts in the middle of the bolt, it has started to twist! Another mm or two and id be trying to remove the snapped thread from the engine :(

I bet the bolt is a few million from dss too :(
Jamie :wave:
User avatar
lloydie
Posts: 20928
Joined: Mon Jan 17, 2011 11:16 pm
Location: In the garage somewhere in Coventry

Re: What's annoyed you today??

Post by lloydie »

I snapped one of them to in a engine a few weeks ago ! The threaded part stayed in the engine and I had to drill it out :-(
My little toque wrench was out so it's been retired .
Post Reply