mIRC Snippet:
iTunes Manager
Posted on Oct 10, 2008 6:50 pm
Posted on Oct 10, 2008 6:50 pm
Yeah, i didn't want to dissapoint those looking forward to my iTunes script, so i'm installing a virtual XP version to complete it! it's a bit slow atm, so as soon as i've sped it up i'll get onto it!
Next task is to actually get itunes on there.
Next task is to actually get itunes on there.
mIRC Snippet:
iTunes Manager
Posted on Oct 8, 2008 7:03 pm
Posted on Oct 8, 2008 7:03 pm
Rofl for once i agree with the leech whale.
mIRC Snippet:
iTunes Manager
Posted on Oct 8, 2008 6:22 pm
Posted on Oct 8, 2008 6:22 pm
Fail
Windows XP does everything you need and stop friggen changing OS's every second >:o
Windows XP does everything you need and stop friggen changing OS's every second >:o
mIRC Snippet:
iTunes Manager
Posted on Oct 8, 2008 5:05 pm
Posted on Oct 8, 2008 5:05 pm
Lol, ok, so my Vista packed in, couldn't be bothered to crack the registration, so i installed ubuntu, forgetting iTunes doesn't run on it!! So it's stuck on halfway atm. If anyone wants the script to continue it, i'll upload, or if you just want a copy.
Javascript Snippet:
JavaScript Paragraph Toggle
Posted on Oct 5, 2008 4:48 pm
Posted on Oct 5, 2008 4:48 pm
<a href="#" onclick="javascript:collapse('paragraph1');">
Javascript Snippet:
JavaScript Paragraph Toggle
Posted on Oct 5, 2008 9:13 am
Posted on Oct 5, 2008 9:13 am
Could you give me an example of how to call that? I'm not very good at Javascript but really want to use this code <_<
Javascript Snippet:
JavaScript Paragraph Toggle
Posted on Oct 5, 2008 5:58 am
Posted on Oct 5, 2008 5:58 am
It is possible, what i'd do (bearing in mind that i am not very good at javascript) is while loop to close them all then open a single one. for example
Hope that helps!
| Code: |
| function collapse(open) { for (x=1;x<=[NUMBER_OF_PARAGRAPHS];x++) { document.getElementById("objectname" + x).style.display = "none"; } document.getElementById("objectname" + open).style.display = "inline"; } |
Hope that helps!
Javascript Snippet:
JavaScript Paragraph Toggle
Posted on Oct 4, 2008 8:26 pm
Posted on Oct 4, 2008 8:26 pm
I've just found this, and it's just what I need. I was wondering if there's any way to make it so if you have more than one thing being toggled, and one of them is open already and you go and open another one, it auto closes any that are open?
mIRC Snippet:
Spearman's rank correlation coefficient
Posted on Oct 1, 2008 10:06 am
Posted on Oct 1, 2008 10:06 am
Simply get 2 sets of data group them into order and arrange low to high square the diff between each group then put the sum of it into this snippet
mIRC Snippet:
Spearman's rank correlation coefficient
Posted on Oct 1, 2008 4:56 am
Posted on Oct 1, 2008 4:56 am
whats that in english?
mIRC Snippet:
Spearman's rank correlation coefficient
Posted on Sep 30, 2008 4:40 pm
Posted on Sep 30, 2008 4:40 pm
Booya, pwnage! this sure will save me hours of work with my geog c/w ;P
mIRC Snippet:
iTunes Manager
Posted on Sep 23, 2008 11:41 am
Posted on Sep 23, 2008 11:41 am
It's a known error, mkbln7. What happens is when itunes quits. it shuts off anything using the itunes script interface. The fix? Simple (yet annoying, i agree sorry) reboot mirc. and it will restard the dll..
It's on my tasklist for v2.0 coming out real soon. so hang tight; and it'll be with you soon.
It's on my tasklist for v2.0 coming out real soon. so hang tight; and it'll be with you soon.
mIRC Snippet:
iTunes Manager
Posted on Sep 23, 2008 12:56 am
Posted on Sep 23, 2008 12:56 am
I have had problems with it. It will work at first. but if I close it, I have to recopy the dll file into the mirc directory.
mIRC Snippet:
OP Notice
Posted on Sep 22, 2008 8:21 pm
Posted on Sep 22, 2008 8:21 pm
hmm you know they are +o when they join when the services +o's them and also by the @ infront of their nick so i dont see why you would want to have a code that tells you they are +o on join when you can see for ur self by looking in the chan
mIRC Snippet:
OP Notice
Posted on Sep 22, 2008 7:47 pm
Posted on Sep 22, 2008 7:47 pm
| Code: |
| if (( $nick == blah ) || ( $nick == blah2 ) ) { msg $chan $nick has joined channel } |
but that is only a partial. you need the else { halt } event in there. or simply do a
| Code: |
| on @:JOIN:#: { if ($nick isop |












