Screenshots are now posted. Fixed the overall layout & design, not spending to much time on this. Please also check out the Gnome Remix Theme :: http://www.hawkee.com/scripts/29890677/
Very nice, looks good for starting out as a parts car. I have an '07 Mustang that I toy with every now and again. I'd like to drop a 4.6L V8, or in my dreams, a 5.4L GT500 V8, in it some day. However until that day comes I can have some fun with the 4.0L V6 that's in there. :)
Yes, it's a Nissan 300ZX (Z31). I haven't spent all that much on the car so far, maybe $4500. I bought car itself for $150 as a parts car and pieced it back together with a lot of new stuff thrown in. ;)
One of the pages that's been worked on the past couple days. Been using a C# project of mine as a scapegoat for testing purposes, but I think it's turning out okay for the most part. Thoughts?
You'll have to clue me in as to what car I'm looking at since it's got no badges. I want to say it's a Nissan? Z, perhaps? *Ignoring the "Z" sticker in the back window.*
Looks good. I wish I had more time/money to work on my car, but that time will be here soon enough, after college of course.
Progress on mIRC Skyfall has been slow and mostly on the brainstorming side of things. Got some ideas worked out and some new features are going to be introduced, new things.
Work and this is what's been taking up a lot of my time lately. ;)
Perhaps that is because of use of some jquery internal function. You should probably consider it remaking it w/o touching internal functions. Anyways after commenting this section of code
if ( this.menu.first() && /^previous/.test(direction) ||
this.menu.last() && /^next/.test(direction) ) {
this.menu.deactivate();
return;
}
everything seems to work fine. What exactly this part is doing ?
Currently i am adding one more feature to this plugin. Will update it once i am finished with it.
Thank you so much for this wonderful script. My only reservation is that the bot will only announce reddit to one out of the 3 channels it is working on. Is there a way I could change it to work for all 3 channels?
Hey i am facing an error when trying your this plugin with latest jquery ui and css bundle v 1.10.2. When traversing the items on autocomplete, error is throw at this line
if ( this.menu.first() && /^previous/.test(direction) [line 127]
Uncaught TypeError: Object [object Object] has no method 'first'
Any fix for that ?
I think that won't be much of a problem. Passing an array of source on key value of trigger will do. Eg source: array('#'=>'/getHashTags' , '@'=>'getUserNames'). Then selecting the appropriate source in _initsource function.
I'm looking to make a basic badword kick for my eggdrop, actually I'm standing on a "non standard" irc server, to kick people I hve to sent to the server the following;
/msg $chan .timeout $nick 1
here is the snippet that I have but not working actually;