I didn't find anything like this, but there are many times where I
want a bunch of commands accessible, but not necessarily each taking a
tab and maybe not even preloaded (i.e., I just need to quickly run
through them).
So I put together 'lsplit' whose documentation is below. It
produces a screen with a bunch of links across the top.
I am interested in thoughts / feedback and please change it if you see
ways to improve it. It taxed all my Yubnub skills....
-Randy
NAME
lsplit (for Split via Links) - provide a way to easily access
multiple YubNub commands on one screen via links
SYNOPSIS
lsplit cmd1;cmd2;cmd3
SUMMARY
Displays a set of links, one for each command, that when clicked,
open up
that command in the IFRAME (rest of the page) below.
The commands can have parameters, and a command can simply be a
URL.
This is an alternative to 'split' for when you want quick access
to multiple
commands, but you either don't want them all to run except as
needed, *OR*
you need to see each full-screen (not in small frames).
EXAMPLE
lsplit compete google.com; quantcast google.com; compete
twitter.com; quantcast twitter.com
lsplit http://google.com;http://yahoo.com;http://answers.com lsplit g porsche;y porsche;a porsche
lsplit linm %s;g %s;facebook %s;gmys %s (if defining the new
cmd 'stalker' ;-)
FUTURE POSSIBILITIES
* It would be interesting to combine this with 'mash2' or 'mash'.
* Maybe it should look like "lsplit cmdname1;cmdname2;cmdname3
args" and
apply args to each cmdname?
* It would also be interesting to take the result from 'deli' or
'delime'
(a set of bookmarks for a del.icio.us tag or tags, scrape out
those URLs,
and pass them to lsplit to make a tool for quickly browsing said
bookmarks.
Cool idea! For some reason when I try it it is opening the links in
new tabs instead of the IFrame. I looked at the command code, and I
can't figure out why it's doing that.
> I didn't find anything like this, but there are many times where I
> want a bunch of commands accessible, but not necessarily each taking a
> tab and maybe not even preloaded (i.e., I just need to quickly run
> through them).
> So I put together 'lsplit' whose documentation is below. It
> produces a screen with a bunch of links across the top.
> I am interested in thoughts / feedback and please change it if you see
> ways to improve it. It taxed all my Yubnub skills....
> -Randy
> NAME
> lsplit (for Split via Links) - provide a way to easily access
> multiple YubNub commands on one screen via links
> SYNOPSIS
> lsplit cmd1;cmd2;cmd3
> SUMMARY
> Displays a set of links, one for each command, that when clicked,
> open up
> that command in the IFRAME (rest of the page) below.
> The commands can have parameters, and a command can simply be a
> URL.
> This is an alternative to 'split' for when you want quick access
> to multiple
> commands, but you either don't want them all to run except as
> needed, *OR*
> you need to see each full-screen (not in small frames).
> EXAMPLE
> lsplit compete google.com; quantcast google.com; compete
> twitter.com; quantcast twitter.com
> lsplithttp://google.com;http://yahoo.com;http://answers.com > lsplit g porsche;y porsche;a porsche
> lsplit linm %s;g %s;facebook %s;gmys %s (if defining the new
> cmd 'stalker' ;-)
> FUTURE POSSIBILITIES
> * It would be interesting to combine this with 'mash2' or 'mash'.
> * Maybe it should look like "lsplit cmdname1;cmdname2;cmdname3
> args" and
> apply args to each cmdname?
> * It would also be interesting to take the result from 'deli' or
> 'delime'
> (a set of bookmarks for a del.icio.us tag or tags, scrape out
> those URLs,
> and pass them to lsplit to make a tool for quickly browsing said
> bookmarks.
I've oft hankered for exactly this command!
It's like a super Google's top link bar (where you can quickly switch
to other kinds of searches).
I loved this command so much that I went ahead and played with it some
more, adding some styles and behavior. The result is lsplit2
First thing I did was make it work in Firefox (where as Brian pointed
out, links open in new tabs). After much mucking around it turns out
the iframe needs to be referenced thru name, not id. Go figure.
Here are some other differences:
* first command auto loaded
* favicon fetched for each command's domain
* command name bolded in command link
* the commands are the window title
* commands opened are remembered with some JS magic, so going back
and forth between command links is very smooth
* iframe height autoadjusted so no extra vertical scrollbars are
needed
* loading iframe displays loading... message
Hope you all like it and thanks Randy for such a cool command,
PS: I'm excited about the potential of simple echo commands styled and
programmed through external CSS and JS files.
PS2: Internet Explorer not tested (on a Mac here). Please let me know
if anything breaks.
> I didn't find anything like this, but there are many times where I
> want a bunch of commands accessible, but not necessarily each taking a
> tab and maybe not even preloaded (i.e., I just need to quickly run
> through them).
> So I put together 'lsplit' whose documentation is below. It
> produces a screen with a bunch of links across the top.
> I am interested in thoughts / feedback and please change it if you see
> ways to improve it. It taxed all my Yubnub skills....
> -Randy
> NAME
> lsplit (for Split via Links) - provide a way to easily access
> multiple YubNub commands on one screen via links
> SYNOPSIS
> lsplit cmd1;cmd2;cmd3
> SUMMARY
> Displays a set of links, one for each command, that when clicked,
> open up
> that command in the IFRAME (rest of the page) below.
> The commands can have parameters, and a command can simply be a
> URL.
> This is an alternative to 'split' for when you want quick access
> to multiple
> commands, but you either don't want them all to run except as
> needed, *OR*
> you need to see each full-screen (not in small frames).
> EXAMPLE
> lsplit compete google.com; quantcast google.com; compete
> twitter.com; quantcast twitter.com
> lsplithttp://google.com;http://yahoo.com;http://answers.com > lsplit g porsche;y porsche;a porsche
> lsplit linm %s;g %s;facebook %s;gmys %s (if defining the new
> cmd 'stalker' ;-)
> FUTURE POSSIBILITIES
> * It would be interesting to combine this with 'mash2' or 'mash'.
> * Maybe it should look like "lsplit cmdname1;cmdname2;cmdname3
> args" and
> apply args to each cmdname?
> * It would also be interesting to take the result from 'deli' or
> 'delime'
> (a set of bookmarks for a del.icio.us tag or tags, scrape out
> those URLs,
> and pass them to lsplit to make a tool for quickly browsing said
> bookmarks.
> I've oft hankered for exactly this command!
> It's like a super Google's top link bar (where you can quickly switch
> to other kinds of searches).
> I loved this command so much that I went ahead and played with it some
> more, adding some styles and behavior. The result is lsplit2
> First thing I did was make it work in Firefox (where as Brian pointed
> out, links open in new tabs). After much mucking around it turns out
> the iframe needs to be referenced thru name, not id. Go figure.
> Here are some other differences:
> * first command auto loaded
> * favicon fetched for each command's domain
> * command name bolded in command link
> * the commands are the window title
> * commands opened are remembered with some JS magic, so going back
> and forth between command links is very smooth
> * iframe height autoadjusted so no extra vertical scrollbars are
> needed
> * loading iframe displays loading... message
> Hope you all like it and thanks Randy for such a cool command,
> PS: I'm excited about the potential of simple echo commands styled and
> programmed through external CSS and JS files.
> PS2: Internet Explorer not tested (on a Mac here). Please let me know
> if anything breaks.
> On Apr 4, 6:46 am, GRP <GRP...@gmail.com> wrote:
> > I didn't find anything like this, but there are many times where I
> > want a bunch of commands accessible, but not necessarily each taking a
> > tab and maybe not even preloaded (i.e., I just need to quickly run
> > through them).
> > So I put together 'lsplit' whose documentation is below. It
> > produces a screen with a bunch of links across the top.
> > I am interested in thoughts / feedback and please change it if you see
> > ways to improve it. It taxed all my Yubnub skills....
> > -Randy
> > NAME
> > lsplit (for Split via Links) - provide a way to easily access
> > multiple YubNub commands on one screen via links
> > SYNOPSIS
> > lsplit cmd1;cmd2;cmd3
> > SUMMARY
> > Displays a set of links, one for each command, that when clicked,
> > open up
> > that command in the IFRAME (rest of the page) below.
> > The commands can have parameters, and a command can simply be a
> > URL.
> > This is an alternative to 'split' for when you want quick access
> > to multiple
> > commands, but you either don't want them all to run except as
> > needed, *OR*
> > you need to see each full-screen (not in small frames).
> > FUTURE POSSIBILITIES
> > * It would be interesting to combine this with 'mash2' or 'mash'.
> > * Maybe it should look like "lsplit cmdname1;cmdname2;cmdname3
> > args" and
> > apply args to each cmdname?
> > * It would also be interesting to take the result from 'deli' or
> > 'delime'
> > (a set of bookmarks for a del.icio.us tag or tags, scrape out
> > those URLs,
> > and pass them to lsplit to make a tool for quickly browsing said
> > bookmarks.
Wow, that's not just v2, that's v200!! Excellent work -- can you ask
Jon to swap yours in for mine? And if there is a better command
name, go for it as well...
Thanks!
-Randy
On Apr 5, 8:33 am, elzr <ely.pa...@gmail.com> wrote:
> I've oft hankered for exactly this command!
> It's like a super Google's top link bar (where you can quickly switch
> to other kinds of searches).
> I loved this command so much that I went ahead and played with it some
> more, adding some styles and behavior. The result is lsplit2
> First thing I did was make it work in Firefox (where as Brian pointed
> out, links open in new tabs). After much mucking around it turns out
> the iframe needs to be referenced thru name, not id. Go figure.
> Here are some other differences:
> * first command auto loaded
> * favicon fetched for each command's domain
> * command name bolded in command link
> * the commands are the window title
> * commands opened are remembered with some JS magic, so going back
> and forth between command links is very smooth
> * iframe height autoadjusted so no extra vertical scrollbars are
> needed
> * loading iframe displays loading... message
> Hope you all like it and thanks Randy for such a cool command,
> PS: I'm excited about the potential of simple echo commands styled and
> programmed through external CSS and JS files.
> PS2: Internet Explorer not tested (on a Mac here). Please let me know
> if anything breaks.
> On Apr 4, 6:46 am, GRP <GRP...@gmail.com> wrote:
> > I didn't find anything like this, but there are many times where I
> > want a bunch of commands accessible, but not necessarily each taking a
> > tab and maybe not even preloaded (i.e., I just need to quickly run
> > through them).
> > So I put together 'lsplit' whose documentation is below. It
> > produces a screen with a bunch of links across the top.
> > I am interested in thoughts / feedback and please change it if you see
> > ways to improve it. It taxed all my Yubnub skills....
> > -Randy
> > NAME
> > lsplit (for Split via Links) - provide a way to easily access
> > multiple YubNub commands on one screen via links
> > SYNOPSIS
> > lsplit cmd1;cmd2;cmd3
> > SUMMARY
> > Displays a set of links, one for each command, that when clicked,
> > open up
> > that command in the IFRAME (rest of the page) below.
> > The commands can have parameters, and a command can simply be a
> > URL.
> > This is an alternative to 'split' for when you want quick access
> > to multiple
> > commands, but you either don't want them all to run except as
> > needed, *OR*
> > you need to see each full-screen (not in small frames).
> > FUTURE POSSIBILITIES
> > * It would be interesting to combine this with 'mash2' or 'mash'.
> > * Maybe it should look like "lsplit cmdname1;cmdname2;cmdname3
> > args" and
> > apply args to each cmdname?
> > * It would also be interesting to take the result from 'deli' or
> > 'delime'
> > (a set of bookmarks for a del.icio.us tag or tags, scrape out
> > those URLs,
> > and pass them to lsplit to make a tool for quickly browsing said
> > bookmarks.
> -----Original Message-----
> From: YubNub@googlegroups.com > [mailto:YubNub@googlegroups.com] On Behalf Of GRP
> Sent: Monday, April 06, 2009 11:23 AM
> To: YubNub
> Subject: Re: new command LSPLIT - like split,multitab,mash > etc but with a twist
> Hi Eliazar,
> Wow, that's not just v2, that's v200!! Excellent work -- can you ask
> Jon to swap yours in for mine? And if there is a better command
> name, go for it as well...
> Thanks!
> -Randy
> On Apr 5, 8:33 am, elzr <ely.pa...@gmail.com> wrote:
> > Hi Randy!
> > I've oft hankered for exactly this command!
> > It's like a super Google's top link bar (where you can > quickly switch > > to other kinds of searches).
> > I loved this command so much that I went ahead and played > with it some > > more, adding some styles and behavior. The result is lsplit2
> > First thing I did was make it work in Firefox (where as > Brian pointed > > out, links open in new tabs). After much mucking around it > turns out > > the iframe needs to be referenced thru name, not id. Go figure.
> > Here are some other differences:
> > * first command auto loaded
> > * favicon fetched for each command's domain
> > * command name bolded in command link
> > * the commands are the window title
> > * commands opened are remembered with some JS magic, so > > going back and forth between command links is very smooth
> > * iframe height autoadjusted so no extra vertical > > scrollbars are needed
> > * loading iframe displays loading... message
> > Hope you all like it and thanks Randy for such a cool command,
> > PS: I'm excited about the potential of simple echo commands > styled and > > programmed through external CSS and JS files.
> > PS2: Internet Explorer not tested (on a Mac here). Please > let me know > > if anything breaks.
> > On Apr 4, 6:46 am, GRP <GRP...@gmail.com> wrote:
> > > I didn't find anything like this, but there are many > times where I > > > want a bunch of commands accessible, but not necessarily > each taking > > > a tab and maybe not even preloaded (i.e., I just need to > quickly run > > > through them).
> > > So I put together 'lsplit' whose documentation is below. It > > > produces a screen with a bunch of links across the top.
> > > I am interested in thoughts / feedback and please change > it if you > > > see ways to improve it. It taxed all my Yubnub skills....
> > > -Randy
> > > NAME
> > > lsplit (for Split via Links) - provide a way to > easily access > > > multiple YubNub commands on one screen via links
> > > SYNOPSIS
> > > lsplit cmd1;cmd2;cmd3
> > > SUMMARY
> > > Displays a set of links, one for each command, that when > > > clicked, open up
> > > that command in the IFRAME (rest of the page) below.
> > > The commands can have parameters, and a command can > simply be a > > > URL.
> > > This is an alternative to 'split' for when you want quick > > > access to multiple
> > > commands, but you either don't want them all to run > except as > > > needed, *OR*
> > > you need to see each full-screen (not in small frames).
> > > FUTURE POSSIBILITIES
> > > * It would be interesting to combine this with > 'mash2' or 'mash'.
> > > * Maybe it should look like "lsplit > cmdname1;cmdname2;cmdname3 > > > args" and
> > > apply args to each cmdname?
> > > * It would also be interesting to take the result > from 'deli' > > > or 'delime'
> > > (a set of bookmarks for a del.icio.us tag or tags, > scrape out > > > those URLs,
> > > and pass them to lsplit to make a tool for quickly browsing > > > said bookmarks.
> Cool stuff, guys. Renamed lsplit2 to lsplit and marked it as a Golden Egg.
> Jon
> > -----Original Message-----
> > From: YubNub@googlegroups.com
> > [mailto:YubNub@googlegroups.com] On Behalf Of GRP
> > Sent: Monday, April 06, 2009 11:23 AM
> > To: YubNub
> > Subject: Re: new command LSPLIT - like split,multitab,mash
> > etc but with a twist
> > Hi Eliazar,
> > Wow, that's not just v2, that's v200!! Excellent work -- can you ask
> > Jon to swap yours in for mine? And if there is a better command
> > name, go for it as well...
> > Thanks!
> > -Randy
> > On Apr 5, 8:33 am, elzr <ely.pa...@gmail.com> wrote:
> > > Hi Randy!
> > > I've oft hankered for exactly this command!
> > > It's like a super Google's top link bar (where you can
> > quickly switch
> > > to other kinds of searches).
> > > I loved this command so much that I went ahead and played
> > with it some
> > > more, adding some styles and behavior. The result is lsplit2
> > > First thing I did was make it work in Firefox (where as
> > Brian pointed
> > > out, links open in new tabs). After much mucking around it
> > turns out
> > > the iframe needs to be referenced thru name, not id. Go figure.
> > > Here are some other differences:
> > > * first command auto loaded
> > > * favicon fetched for each command's domain
> > > * command name bolded in command link
> > > * the commands are the window title
> > > * commands opened are remembered with some JS magic, so
> > > going back and forth between command links is very smooth
> > > * iframe height autoadjusted so no extra vertical
> > > scrollbars are needed
> > > * loading iframe displays loading... message
> > > Hope you all like it and thanks Randy for such a cool command,
> > > PS: I'm excited about the potential of simple echo commands
> > styled and
> > > programmed through external CSS and JS files.
> > > PS2: Internet Explorer not tested (on a Mac here). Please
> > let me know
> > > if anything breaks.
> > > > I didn't find anything like this, but there are many
> > times where I
> > > > want a bunch of commands accessible, but not necessarily
> > each taking
> > > > a tab and maybe not even preloaded (i.e., I just need to
> > quickly run
> > > > through them).
> > > > So I put together 'lsplit' whose documentation is below. It
> > > > produces a screen with a bunch of links across the top.
> > > > I am interested in thoughts / feedback and please change
> > it if you
> > > > see ways to improve it. It taxed all my Yubnub skills....
> > > > -Randy
> > > > NAME
> > > > lsplit (for Split via Links) - provide a way to
> > easily access
> > > > multiple YubNub commands on one screen via links
> > > > SYNOPSIS
> > > > lsplit cmd1;cmd2;cmd3
> > > > SUMMARY
> > > > Displays a set of links, one for each command, that when
> > > > clicked, open up
> > > > that command in the IFRAME (rest of the page) below.
> > > > The commands can have parameters, and a command can
> > simply be a
> > > > URL.
> > > > This is an alternative to 'split' for when you want quick
> > > > access to multiple
> > > > commands, but you either don't want them all to run
> > except as
> > > > needed, *OR*
> > > > you need to see each full-screen (not in small frames).
> > > > FUTURE POSSIBILITIES
> > > > * It would be interesting to combine this with
> > 'mash2' or 'mash'.
> > > > * Maybe it should look like "lsplit
> > cmdname1;cmdname2;cmdname3
> > > > args" and
> > > > apply args to each cmdname?
> > > > * It would also be interesting to take the result
> > from 'deli'
> > > > or 'delime'
> > > > (a set of bookmarks for a del.icio.us tag or tags,
> > scrape out
> > > > those URLs,
> > > > and pass them to lsplit to make a tool for quickly browsing
> > > > said bookmarks.
> -----Original Message-----
> From: YubNub@googlegroups.com > [mailto:YubNub@googlegroups.com] On Behalf Of gangsta75
> Sent: Wednesday, April 08, 2009 12:13 AM
> To: YubNub
> Subject: Re: new command LSPLIT - like split,multitab,mash > etc but with a twist
> Hi guys
> i tried to use this fantastic lsplit command but i can't make > it work..
> On 7 Apr, 04:38, "Jonathan Aquino" <jonathan.aqu...@gmail.com> wrote:
> > Cool stuff, guys. Renamed lsplit2 to lsplit and marked it > as a Golden Egg.
> > Jon
> > > -----Original Message-----
> > > From: YubNub@googlegroups.com
> > > [mailto:YubNub@googlegroups.com] On Behalf Of GRP
> > > Sent: Monday, April 06, 2009 11:23 AM
> > > To: YubNub
> > > Subject: Re: new command LSPLIT - like > split,multitab,mash etc but > > > with a twist
> > > Hi Eliazar,
> > > Wow, that's not just v2, that's v200!! Excellent work -- can you > > > ask Jon to swap yours in for mine? And if there is a better > > > command name, go for it as well...
> > > Thanks!
> > > -Randy
> > > On Apr 5, 8:33 am, elzr <ely.pa...@gmail.com> wrote:
> > > > Hi Randy!
> > > > I've oft hankered for exactly this command!
> > > > It's like a super Google's top link bar (where you can
> > > quickly switch
> > > > to other kinds of searches).
> > > > I loved this command so much that I went ahead and played
> > > with it some
> > > > more, adding some styles and behavior. The result is lsplit2
> > > > First thing I did was make it work in Firefox (where as
> > > Brian pointed
> > > > out, links open in new tabs). After much mucking around it
> > > turns out
> > > > the iframe needs to be referenced thru name, not id. Go figure.
> > > > Here are some other differences:
> > > > * first command auto loaded
> > > > * favicon fetched for each command's domain
> > > > * command name bolded in command link
> > > > * the commands are the window title
> > > > * commands opened are remembered with some > JS magic, so > > > > going back and forth between command links is very smooth
> > > > * iframe height autoadjusted so no extra vertical > > > > scrollbars are needed
> > > > * loading iframe displays loading... message
> > > > Hope you all like it and thanks Randy for such a cool command,
> > > > PS: I'm excited about the potential of simple echo commands
> > > styled and
> > > > programmed through external CSS and JS files.
> > > > PS2: Internet Explorer not tested (on a Mac here). Please
> > > let me know
> > > > if anything breaks.
> > > > > I didn't find anything like this, but there are many
> > > times where I
> > > > > want a bunch of commands accessible, but not necessarily
> > > each taking
> > > > > a tab and maybe not even preloaded (i.e., I just need to
> > > quickly run
> > > > > through them).
> > > > > So I put together 'lsplit' whose documentation is > below. It > > > > > produces a screen with a bunch of links across the top.
> > > > > I am interested in thoughts / feedback and please change
> > > it if you
> > > > > see ways to improve it. It taxed all my Yubnub skills....
> > > > > -Randy
> > > > > NAME
> > > > > lsplit (for Split via Links) - provide a way to
> > > easily access
> > > > > multiple YubNub commands on one screen via links
> > > > > SUMMARY
> > > > > Displays a set of links, one for each command, that when > > > > > clicked, open up
> > > > > that command in the IFRAME (rest of the page) below.
> > > > > The commands can have parameters, and a command can
> > > simply be a
> > > > > URL.
> > > > > This is an alternative to 'split' for when you > want quick > > > > > access to multiple
> > > > > commands, but you either don't want them all to run
> > > except as
> > > > > needed, *OR*
> > > > > you need to see each full-screen (not in small frames).
> > > > > FUTURE POSSIBILITIES
> > > > > * It would be interesting to combine this with
> > > 'mash2' or 'mash'.
> > > > > * Maybe it should look like "lsplit
> > > cmdname1;cmdname2;cmdname3
> > > > > args" and
> > > > > apply args to each cmdname?
> > > > > * It would also be interesting to take the result
> > > from 'deli'
> > > > > or 'delime'
> > > > > (a set of bookmarks for a del.icio.us tag or tags,
> > > scrape out
> > > > > those URLs,
> > > > > and pass them to lsplit to make a tool for > quickly browsing > > > > > said bookmarks.
Not for me :(!
ok, it works using "lsplit g porsche;y porsche" from the input text of
yubnub.com
but it does not work calling "http://yubnub.org/parser/parse? command=lsplit g porsche;y porsche" directly from the address bar.
Michele
On 8 Apr, 19:30, "Jonathan Aquino" <jonathan.aqu...@gmail.com> wrote:
> > -----Original Message-----
> > From: YubNub@googlegroups.com
> > [mailto:YubNub@googlegroups.com] On Behalf Of gangsta75
> > Sent: Wednesday, April 08, 2009 12:13 AM
> > To: YubNub
> > Subject: Re: new command LSPLIT - like split,multitab,mash
> > etc but with a twist
> > Hi guys
> > i tried to use this fantastic lsplit command but i can't make
> > it work..
> > On 7 Apr, 04:38, "Jonathan Aquino" <jonathan.aqu...@gmail.com> wrote:
> > > Cool stuff, guys. Renamed lsplit2 to lsplit and marked it
> > as a Golden Egg.
> > > Jon
> > > > -----Original Message-----
> > > > From: YubNub@googlegroups.com
> > > > [mailto:YubNub@googlegroups.com] On Behalf Of GRP
> > > > Sent: Monday, April 06, 2009 11:23 AM
> > > > To: YubNub
> > > > Subject: Re: new command LSPLIT - like
> > split,multitab,mash etc but
> > > > with a twist
> > > > Hi Eliazar,
> > > > Wow, that's not just v2, that's v200!! Excellent work -- can you
> > > > ask Jon to swap yours in for mine? And if there is a better
> > > > command name, go for it as well...
> > > > Thanks!
> > > > -Randy
> > > > On Apr 5, 8:33 am, elzr <ely.pa...@gmail.com> wrote:
> > > > > Hi Randy!
> > > > > I've oft hankered for exactly this command!
> > > > > It's like a super Google's top link bar (where you can
> > > > quickly switch
> > > > > to other kinds of searches).
> > > > > I loved this command so much that I went ahead and played
> > > > with it some
> > > > > more, adding some styles and behavior. The result is lsplit2
> > > > > First thing I did was make it work in Firefox (where as
> > > > Brian pointed
> > > > > out, links open in new tabs). After much mucking around it
> > > > turns out
> > > > > the iframe needs to be referenced thru name, not id. Go figure.
> > > > > Here are some other differences:
> > > > > * first command auto loaded
> > > > > * favicon fetched for each command's domain
> > > > > * command name bolded in command link
> > > > > * the commands are the window title
> > > > > * commands opened are remembered with some
> > JS magic, so
> > > > > going back and forth between command links is very smooth
> > > > > * iframe height autoadjusted so no extra vertical
> > > > > scrollbars are needed
> > > > > * loading iframe displays loading... message
> > > > > Hope you all like it and thanks Randy for such a cool command,
> > > > > PS: I'm excited about the potential of simple echo commands
> > > > styled and
> > > > > programmed through external CSS and JS files.
> > > > > PS2: Internet Explorer not tested (on a Mac here). Please
> > > > let me know
> > > > > if anything breaks.
> > > > > > I didn't find anything like this, but there are many
> > > > times where I
> > > > > > want a bunch of commands accessible, but not necessarily
> > > > each taking
> > > > > > a tab and maybe not even preloaded (i.e., I just need to
> > > > quickly run
> > > > > > through them).
> > > > > > So I put together 'lsplit' whose documentation is
> > below. It
> > > > > > produces a screen with a bunch of links across the top.
> > > > > > I am interested in thoughts / feedback and please change
> > > > it if you
> > > > > > see ways to improve it. It taxed all my Yubnub skills....
> > > > > > -Randy
> > > > > > NAME
> > > > > > lsplit (for Split via Links) - provide a way to
> > > > easily access
> > > > > > multiple YubNub commands on one screen via links
> > > > > > SUMMARY
> > > > > > Displays a set of links, one for each command, that when
> > > > > > clicked, open up
> > > > > > that command in the IFRAME (rest of the page) below.
> > > > > > The commands can have parameters, and a command can
> > > > simply be a
> > > > > > URL.
> > > > > > This is an alternative to 'split' for when you
> > want quick
> > > > > > access to multiple
> > > > > > commands, but you either don't want them all to run
> > > > except as
> > > > > > needed, *OR*
> > > > > > you need to see each full-screen (not in small frames).
> > > > > > FUTURE POSSIBILITIES
> > > > > > * It would be interesting to combine this with
> > > > 'mash2' or 'mash'.
> > > > > > * Maybe it should look like "lsplit
> > > > cmdname1;cmdname2;cmdname3
> > > > > > args" and
> > > > > > apply args to each cmdname?
> > > > > > * It would also be interesting to take the result
> > > > from 'deli'
> > > > > > or 'delime'
> > > > > > (a set of bookmarks for a del.icio.us tag or tags,
> > > > scrape out
> > > > > > those URLs,
> > > > > > and pass them to lsplit to make a tool for
> > quickly browsing
> > > > > > said bookmarks.
Thanks for all the kind comments! I'm glad you all liked it.
@Michele: The trouble seems to be that in the url you mention the
semicolon needs to be url encoded (to %3B ).
So "http://yubnub.org/parser/parse?command=lsplit g porsche%3By
porsche" works without a hitch.
My guess is that this had to do with Fastyub, doesn't it?
Character encoding is an odd topic, having YubNub installed in my
Firefox location bar the semicolon gets automatically and
appropriately encoded in this case but then sometimes this automatic
encoding causes problems (like with the ?> command).
Thanks for your interest!
On Apr 9, 3:33 pm, gangsta75 <michele.trimar...@gmail.com> wrote:
> Not for me :(!
> ok, it works using "lsplit g porsche;y porsche" from the input text of
> yubnub.com
> but it does not work calling "http://yubnub.org/parser/parse? > command=lsplit g porsche;y porsche" directly from the address bar.
> Michele
> On 8 Apr, 19:30, "Jonathan Aquino" <jonathan.aqu...@gmail.com> wrote:
> > Works for me now.
> > Jon
> > > -----Original Message-----
> > > From: YubNub@googlegroups.com
> > > [mailto:YubNub@googlegroups.com] On Behalf Of gangsta75
> > > Sent: Wednesday, April 08, 2009 12:13 AM
> > > To: YubNub
> > > Subject: Re: new command LSPLIT - like split,multitab,mash
> > > etc but with a twist
> > > Hi guys
> > > i tried to use this fantastic lsplit command but i can't make
> > > it work..
> > > On 7 Apr, 04:38, "Jonathan Aquino" <jonathan.aqu...@gmail.com> wrote:
> > > > Cool stuff, guys. Renamed lsplit2 to lsplit and marked it
> > > as a Golden Egg.
> > > > Jon
> > > > > -----Original Message-----
> > > > > From: YubNub@googlegroups.com
> > > > > [mailto:YubNub@googlegroups.com] On Behalf Of GRP
> > > > > Sent: Monday, April 06, 2009 11:23 AM
> > > > > To: YubNub
> > > > > Subject: Re: new command LSPLIT - like
> > > split,multitab,mash etc but
> > > > > with a twist
> > > > > Hi Eliazar,
> > > > > Wow, that's not just v2, that's v200!! Excellent work -- can you
> > > > > ask Jon to swap yours in for mine? And if there is a better
> > > > > command name, go for it as well...
> > > > > > I've oft hankered for exactly this command!
> > > > > > It's like a super Google's top link bar (where you can
> > > > > quickly switch
> > > > > > to other kinds of searches).
> > > > > > I loved this command so much that I went ahead and played
> > > > > with it some
> > > > > > more, adding some styles and behavior. The result is lsplit2
> > > > > > First thing I did was make it work in Firefox (where as
> > > > > Brian pointed
> > > > > > out, links open in new tabs). After much mucking around it
> > > > > turns out
> > > > > > the iframe needs to be referenced thru name, not id. Go figure.
> > > > > > Here are some other differences:
> > > > > > * first command auto loaded
> > > > > > * favicon fetched for each command's domain
> > > > > > * command name bolded in command link
> > > > > > * the commands are the window title
> > > > > > * commands opened are remembered with some
> > > JS magic, so
> > > > > > going back and forth between command links is very smooth
> > > > > > * iframe height autoadjusted so no extra vertical
> > > > > > scrollbars are needed
> > > > > > * loading iframe displays loading... message
> > > > > > Hope you all like it and thanks Randy for such a cool command,
> > > > > > PS: I'm excited about the potential of simple echo commands
> > > > > styled and
> > > > > > programmed through external CSS and JS files.
> > > > > > PS2: Internet Explorer not tested (on a Mac here). Please
> > > > > let me know
> > > > > > if anything breaks.
> > > > > > > I didn't find anything like this, but there are many
> > > > > times where I
> > > > > > > want a bunch of commands accessible, but not necessarily
> > > > > each taking
> > > > > > > a tab and maybe not even preloaded (i.e., I just need to
> > > > > quickly run
> > > > > > > through them).
> > > > > > > So I put together 'lsplit' whose documentation is
> > > below. It
> > > > > > > produces a screen with a bunch of links across the top.
> > > > > > > I am interested in thoughts / feedback and please change
> > > > > it if you
> > > > > > > see ways to improve it. It taxed all my Yubnub skills....
> > > > > > > -Randy
> > > > > > > NAME
> > > > > > > lsplit (for Split via Links) - provide a way to
> > > > > easily access
> > > > > > > multiple YubNub commands on one screen via links
> > > > > > > SUMMARY
> > > > > > > Displays a set of links, one for each command, that when
> > > > > > > clicked, open up
> > > > > > > that command in the IFRAME (rest of the page) below.
> > > > > > > The commands can have parameters, and a command can
> > > > > simply be a
> > > > > > > URL.
> > > > > > > This is an alternative to 'split' for when you
> > > want quick
> > > > > > > access to multiple
> > > > > > > commands, but you either don't want them all to run
> > > > > except as
> > > > > > > needed, *OR*
> > > > > > > you need to see each full-screen (not in small frames).
> > > > > > > FUTURE POSSIBILITIES
> > > > > > > * It would be interesting to combine this with
> > > > > 'mash2' or 'mash'.
> > > > > > > * Maybe it should look like "lsplit
> > > > > cmdname1;cmdname2;cmdname3
> > > > > > > args" and
> > > > > > > apply args to each cmdname?
> > > > > > > * It would also be interesting to take the result
> > > > > from 'deli'
> > > > > > > or 'delime'
> > > > > > > (a set of bookmarks for a del.icio.us tag or tags,
> > > > > scrape out
> > > > > > > those URLs,
> > > > > > > and pass them to lsplit to make a tool for
> > > quickly browsing
> > > > > > > said bookmarks.
Hi elzr..
Fastyub works good with lsplit.
Actually i'm trying to redefine my HotorNot bookmarklet with your
brand new lsplit command.
http://systempuntoout.blogspot.com/2006/01/discover-link-conversation... And it's not working :(..but maybe it's just a matter of encoding as
you said.
thank u :)
Michele
On 9 Apr, 14:09, elzr <ely.pa...@gmail.com> wrote:
> Thanks for all the kind comments! I'm glad you all liked it.
> @Michele: The trouble seems to be that in the url you mention the
> semicolon needs to be url encoded (to %3B ).
> So "http://yubnub.org/parser/parse?command=lsplitg porsche%3By
> porsche" works without a hitch.
> My guess is that this had to do with Fastyub, doesn't it?
> Character encoding is an odd topic, having YubNub installed in my
> Firefox location bar the semicolon gets automatically and
> appropriately encoded in this case but then sometimes this automatic
> encoding causes problems (like with the ?> command).
> Thanks for your interest!
> On Apr 9, 3:33 pm, gangsta75 <michele.trimar...@gmail.com> wrote:
> > Not for me :(!
> > ok, it works using "lsplit g porsche;y porsche" from the input text of
> > yubnub.com
> > but it does not work calling "http://yubnub.org/parser/parse? > > command=lsplit g porsche;y porsche" directly from the address bar.
> > Michele
> > On 8 Apr, 19:30, "Jonathan Aquino" <jonathan.aqu...@gmail.com> wrote:
> > > Works for me now.
> > > Jon
> > > > -----Original Message-----
> > > > From: YubNub@googlegroups.com
> > > > [mailto:YubNub@googlegroups.com] On Behalf Of gangsta75
> > > > Sent: Wednesday, April 08, 2009 12:13 AM
> > > > To: YubNub
> > > > Subject: Re: new command LSPLIT - like split,multitab,mash
> > > > etc but with a twist
> > > > Hi guys
> > > > i tried to use this fantastic lsplit command but i can't make
> > > > it work..
> > > > On 7 Apr, 04:38, "Jonathan Aquino" <jonathan.aqu...@gmail.com> wrote:
> > > > > Cool stuff, guys. Renamed lsplit2 to lsplit and marked it
> > > > as a Golden Egg.
> > > > > Jon
> > > > > > -----Original Message-----
> > > > > > From: YubNub@googlegroups.com
> > > > > > [mailto:YubNub@googlegroups.com] On Behalf Of GRP
> > > > > > Sent: Monday, April 06, 2009 11:23 AM
> > > > > > To: YubNub
> > > > > > Subject: Re: new command LSPLIT - like
> > > > split,multitab,mash etc but
> > > > > > with a twist
> > > > > > Hi Eliazar,
> > > > > > Wow, that's not just v2, that's v200!! Excellent work -- can you
> > > > > > ask Jon to swap yours in for mine? And if there is a better
> > > > > > command name, go for it as well...
> > > > > > > I've oft hankered for exactly this command!
> > > > > > > It's like a super Google's top link bar (where you can
> > > > > > quickly switch
> > > > > > > to other kinds of searches).
> > > > > > > I loved this command so much that I went ahead and played
> > > > > > with it some
> > > > > > > more, adding some styles and behavior. The result is lsplit2
> > > > > > > First thing I did was make it work in Firefox (where as
> > > > > > Brian pointed
> > > > > > > out, links open in new tabs). After much mucking around it
> > > > > > turns out
> > > > > > > the iframe needs to be referenced thru name, not id. Go figure.
> > > > > > > Here are some other differences:
> > > > > > > * first command auto loaded
> > > > > > > * favicon fetched for each command's domain
> > > > > > > * command name bolded in command link
> > > > > > > * the commands are the window title
> > > > > > > * commands opened are remembered with some
> > > > JS magic, so
> > > > > > > going back and forth between command links is very smooth
> > > > > > > * iframe height autoadjusted so no extra vertical
> > > > > > > scrollbars are needed
> > > > > > > * loading iframe displays loading... message
> > > > > > > Hope you all like it and thanks Randy for such a cool command,
> > > > > > > PS: I'm excited about the potential of simple echo commands
> > > > > > styled and
> > > > > > > programmed through external CSS and JS files.
> > > > > > > PS2: Internet Explorer not tested (on a Mac here). Please
> > > > > > let me know
> > > > > > > if anything breaks.
> > > > > > > > I didn't find anything like this, but there are many
> > > > > > times where I
> > > > > > > > want a bunch of commands accessible, but not necessarily
> > > > > > each taking
> > > > > > > > a tab and maybe not even preloaded (i.e., I just need to
> > > > > > quickly run
> > > > > > > > through them).
> > > > > > > > So I put together 'lsplit' whose documentation is
> > > > below. It
> > > > > > > > produces a screen with a bunch of links across the top.
> > > > > > > > I am interested in thoughts / feedback and please change
> > > > > > it if you
> > > > > > > > see ways to improve it. It taxed all my Yubnub skills....
> > > > > > > > -Randy
> > > > > > > > NAME
> > > > > > > > lsplit (for Split via Links) - provide a way to
> > > > > > easily access
> > > > > > > > multiple YubNub commands on one screen via links
> > > > > > > > SUMMARY
> > > > > > > > Displays a set of links, one for each command, that when
> > > > > > > > clicked, open up
> > > > > > > > that command in the IFRAME (rest of the page) below.
> > > > > > > > The commands can have parameters, and a command can
> > > > > > simply be a
> > > > > > > > URL.
> > > > > > > > This is an alternative to 'split' for when you
> > > > want quick
> > > > > > > > access to multiple
> > > > > > > > commands, but you either don't want them all to run
> > > > > > except as
> > > > > > > > needed, *OR*
> > > > > > > > you need to see each full-screen (not in small frames).
> > > > > > > > FUTURE POSSIBILITIES
> > > > > > > > * It would be interesting to combine this with
> > > > > > 'mash2' or 'mash'.
> > > > > > > > * Maybe it should look like "lsplit
> > > > > > cmdname1;cmdname2;cmdname3
> > > > > > > > args" and
> > > > > > > > apply args to each cmdname?
> > > > > > > > * It would also be interesting to take the result
> > > > > > from 'deli'
> > > > > > > > or 'delime'
> > > > > > > > (a set of bookmarks for a del.icio.us tag or tags,
> > > > > > scrape out
> > > > > > > > those URLs,
> > > > > > > > and pass them to lsplit to make a tool for
> > > > quickly browsing
> > > > > > > > said bookmarks.
> On 9 Apr, 14:09, elzr <ely.pa...@gmail.com> wrote:
> > Thanks for all the kind comments! I'm glad you all liked it.
> > @Michele: The trouble seems to be that in the url you mention the
> > semicolon needs to be url encoded (to %3B ).
> > So "http://yubnub.org/parser/parse?command=lsplitg porsche%3By
> > porsche" works without a hitch.
> > My guess is that this had to do with Fastyub, doesn't it?
> > Character encoding is an odd topic, having YubNub installed in my
> > Firefox location bar the semicolon gets automatically and
> > appropriately encoded in this case but then sometimes this automatic
> > encoding causes problems (like with the ?> command).
> > Thanks for your interest!
> > On Apr 9, 3:33 pm, gangsta75 <michele.trimar...@gmail.com> wrote:
> > > Not for me :(!
> > > ok, it works using "lsplit g porsche;y porsche" from the input text of
> > > yubnub.com
> > > but it does not work calling "http://yubnub.org/parser/parse? > > > command=lsplit g porsche;y porsche" directly from the address bar.
> > > > > On 7 Apr, 04:38, "Jonathan Aquino" <jonathan.aqu...@gmail.com>
> wrote:
> > > > > > Cool stuff, guys. Renamed lsplit2 to lsplit and marked it
> > > > > as a Golden Egg.
> > > > > > Jon
> > > > > > > -----Original Message-----
> > > > > > > From: YubNub@googlegroups.com
> > > > > > > [mailto:YubNub@googlegroups.com] On Behalf Of GRP
> > > > > > > Sent: Monday, April 06, 2009 11:23 AM
> > > > > > > To: YubNub
> > > > > > > Subject: Re: new command LSPLIT - like
> > > > > split,multitab,mash etc but
> > > > > > > with a twist
> > > > > > > Hi Eliazar,
> > > > > > > Wow, that's not just v2, that's v200!! Excellent work -- can
> you
> > > > > > > ask Jon to swap yours in for mine? And if there is a better
> > > > > > > command name, go for it as well...
> > > > > > > > I've oft hankered for exactly this command!
> > > > > > > > It's like a super Google's top link bar (where you can
> > > > > > > quickly switch
> > > > > > > > to other kinds of searches).
> > > > > > > > I loved this command so much that I went ahead and played
> > > > > > > with it some
> > > > > > > > more, adding some styles and behavior. The result is lsplit2
> > > > > > > > First thing I did was make it work in Firefox (where as
> > > > > > > Brian pointed
> > > > > > > > out, links open in new tabs). After much mucking around it
> > > > > > > turns out
> > > > > > > > the iframe needs to be referenced thru name, not id. Go
> figure.
> > > > > > > > Here are some other differences:
> > > > > > > > * first command auto loaded
> > > > > > > > * favicon fetched for each command's domain
> > > > > > > > * command name bolded in command link
> > > > > > > > * the commands are the window title
> > > > > > > > * commands opened are remembered with some
> > > > > JS magic, so
> > > > > > > > going back and forth between command links is very smooth
> > > > > > > > * iframe height autoadjusted so no extra vertical
> > > > > > > > scrollbars are needed
> > > > > > > > * loading iframe displays loading... message
> > > > > > > > Hope you all like it and thanks Randy for such a cool
> command,
> > > > > > > > PS: I'm excited about the potential of simple echo commands
> > > > > > > styled and
> > > > > > > > programmed through external CSS and JS files.
> > > > > > > > PS2: Internet Explorer not tested (on a Mac here). Please
> > > > > > > let me know
> > > > > > > > if anything breaks.
> > > > > > > > > I didn't find anything like this, but there are many
> > > > > > > times where I
> > > > > > > > > want a bunch of commands accessible, but not necessarily
> > > > > > > each taking
> > > > > > > > > a tab and maybe not even preloaded (i.e., I just need to
> > > > > > > quickly run
> > > > > > > > > through them).
> > > > > > > > > So I put together 'lsplit' whose documentation is
> > > > > below. It
> > > > > > > > > produces a screen with a bunch of links across the top.
> > > > > > > > > I am interested in thoughts / feedback and please change
> > > > > > > it if you
> > > > > > > > > see ways to improve it. It taxed all my Yubnub skills....
> > > > > > > > > -Randy
> > > > > > > > > NAME
> > > > > > > > > lsplit (for Split via Links) - provide a way to
> > > > > > > easily access
> > > > > > > > > multiple YubNub commands on one screen via links
> > > > > > > > > SUMMARY
> > > > > > > > > Displays a set of links, one for each command, that
> when
> > > > > > > > > clicked, open up
> > > > > > > > > that command in the IFRAME (rest of the page) below.
> > > > > > > > > The commands can have parameters, and a command can
> > > > > > > simply be a
> > > > > > > > > URL.
> > > > > > > > > This is an alternative to 'split' for when you
> > > > > want quick
> > > > > > > > > access to multiple
> > > > > > > > > commands, but you either don't want them all to run
> > > > > > > except as
> > > > > > > > > needed, *OR*
> > > > > > > > > you need to see each full-screen (not in small
> frames).
> > On 9 Apr, 14:09, elzr <ely.pa...@gmail.com> wrote:
> > > Thanks for all the kind comments! I'm glad you all liked it.
> > > @Michele: The trouble seems to be that in the url you mention the
> > > semicolon needs to be url encoded (to %3B ).
> > > So "http://yubnub.org/parser/parse?command=lsplitgporsche%3By > > > porsche" works without a hitch.
> > > My guess is that this had to do with Fastyub, doesn't it?
> > > Character encoding is an odd topic, having YubNub installed in my
> > > Firefox location bar the semicolon gets automatically and
> > > appropriately encoded in this case but then sometimes this automatic
> > > encoding causes problems (like with the ?> command).
> > > > Not for me :(!
> > > > ok, it works using "lsplit g porsche;y porsche" from the input text of
> > > > yubnub.com
> > > > but it does not work calling "http://yubnub.org/parser/parse? > > > > command=lsplit g porsche;y porsche" directly from the address bar.
> > > > > > On 7 Apr, 04:38, "Jonathan Aquino" <jonathan.aqu...@gmail.com>
> > wrote:
> > > > > > > Cool stuff, guys. Renamed lsplit2 to lsplit and marked it
> > > > > > as a Golden Egg.
> > > > > > > Jon
> > > > > > > > -----Original Message-----
> > > > > > > > From: YubNub@googlegroups.com
> > > > > > > > [mailto:YubNub@googlegroups.com] On Behalf Of GRP
> > > > > > > > Sent: Monday, April 06, 2009 11:23 AM
> > > > > > > > To: YubNub
> > > > > > > > Subject: Re: new command LSPLIT - like
> > > > > > split,multitab,mash etc but
> > > > > > > > with a twist
> > > > > > > > Hi Eliazar,
> > > > > > > > Wow, that's not just v2, that's v200!! Excellent work -- can
> > you
> > > > > > > > ask Jon to swap yours in for mine? And if there is a better
> > > > > > > > command name, go for it as well...
> > > > > > > > > I've oft hankered for exactly this command!
> > > > > > > > > It's like a super Google's top link bar (where you can
> > > > > > > > quickly switch
> > > > > > > > > to other kinds of searches).
> > > > > > > > > I loved this command so much that I went ahead and played
> > > > > > > > with it some
> > > > > > > > > more, adding some styles and behavior. The result is lsplit2
> > > > > > > > > First thing I did was make it work in Firefox (where as
> > > > > > > > Brian pointed
> > > > > > > > > out, links open in new tabs). After much mucking around it
> > > > > > > > turns out
> > > > > > > > > the iframe needs to be referenced thru name, not id. Go
> > figure.
> > > > > > > > > Here are some other differences:
> > > > > > > > > * first command auto loaded
> > > > > > > > > * favicon fetched for each command's domain
> > > > > > > > > * command name bolded in command link
> > > > > > > > > * the commands are the window title
> > > > > > > > > * commands opened are remembered with some
> > > > > > JS magic, so
> > > > > > > > > going back and forth between command links is very smooth
> > > > > > > > > * iframe height autoadjusted so no extra vertical
> > > > > > > > > scrollbars are needed
> > > > > > > > > * loading iframe displays loading... message
> > > > > > > > > Hope you all like it and thanks Randy for such a cool
> > command,
> > > > > > > > > PS: I'm excited about the potential of simple echo commands
> > > > > > > > styled and
> > > > > > > > > programmed through external CSS and JS files.
> > > > > > > > > PS2: Internet Explorer not tested (on a Mac here). Please
> > > > > > > > let me know
> > > > > > > > > if anything breaks.
> > > > > > > > > > I didn't find anything like this, but there are many
> > > > > > > > times where I
> > > > > > > > > > want a bunch of commands accessible, but not necessarily
> > > > > > > > each taking
> > > > > > > > > > a tab and maybe not even preloaded (i.e., I just need to
> > > > > > > > quickly run
> > > > > > > > > > through them).
> > > > > > > > > > So I put together 'lsplit' whose documentation is
> > > > > > below. It
> > > > > > > > > > produces a screen with a bunch of links across the top.
> > > > > > > > > > I am interested in thoughts / feedback and please change
> > > > > > > > it if you
> > > > > > > > > > see ways to improve it. It taxed all my Yubnub skills....
> > > > > > > > > > -Randy
> > > > > > > > > > NAME
> > > > > > > > > > lsplit (for Split via Links) - provide a way to
> > > > > > > > easily access
> > > > > > > > > > multiple YubNub commands on one screen via links
> > > > > > > > > > SUMMARY
> > > > > > > > > > Displays a set of links, one for each command, that
> > when
> > > > > > > > > > clicked, open up
> > > > > > > > > > that command in the IFRAME (rest of the page) below.
> > > > > > > > > > The commands can have parameters, and a command can
> > > > > > > > simply be a
> > > > > > > > > > URL.
> > > > > > > > > > This is an alternative to 'split' for when you
> > > > > > want quick
> > > > > > > > > > access to multiple
> > > > > > > > > > commands, but you either don't want them all to run
> > > > > > > > except as
> > > > > > > > > > needed, *OR*
> > > > > > > > > > you need to see each full-screen (not in small
> > frames).
> On 7 Apr, 04:38, "Jonathan Aquino" <jonathan.aqu...@gmail.com> wrote:
> > Cool stuff, guys. Renamed lsplit2 to lsplit and marked it as a Golden Egg.
> > Jon
> > > -----Original Message-----
> > > From: YubNub@googlegroups.com
> > > [mailto:YubNub@googlegroups.com] On Behalf Of GRP
> > > Sent: Monday, April 06, 2009 11:23 AM
> > > To: YubNub
> > > Subject: Re: new command LSPLIT - like split,multitab,mash
> > > etc but with a twist
> > > Hi Eliazar,
> > > Wow, that's not just v2, that's v200!! Excellent work -- can you ask
> > > Jon to swap yours in for mine? And if there is a better command
> > > name, go for it as well...
> > > Thanks!
> > > -Randy
> > > On Apr 5, 8:33 am, elzr <ely.pa...@gmail.com> wrote:
> > > > Hi Randy!
> > > > I've oft hankered for exactly this command!
> > > > It's like a super Google's top link bar (where you can
> > > quickly switch
> > > > to other kinds of searches).
> > > > I loved this command so much that I went ahead and played
> > > with it some
> > > > more, adding some styles and behavior. The result is lsplit2
> > > > First thing I did was make it work in Firefox (where as
> > > Brian pointed
> > > > out, links open in new tabs). After much mucking around it
> > > turns out
> > > > the iframe needs to be referenced thru name, not id. Go figure.
> > > > Here are some other differences:
> > > > * first command auto loaded
> > > > * favicon fetched for each command's domain
> > > > * command name bolded in command link
> > > > * the commands are the window title
> > > > * commands opened are remembered with some JS magic, so
> > > > going back and forth between command links is very smooth
> > > > * iframe height autoadjusted so no extra vertical
> > > > scrollbars are needed
> > > > * loading iframe displays loading... message
> > > > Hope you all like it and thanks Randy for such a cool command,
> > > > PS: I'm excited about the potential of simple echo commands
> > > styled and
> > > > programmed through external CSS and JS files.
> > > > PS2: Internet Explorer not tested (on a Mac here). Please
> > > let me know
> > > > if anything breaks.
> > > > > I didn't find anything like this, but there are many
> > > times where I
> > > > > want a bunch of commands accessible, but not necessarily
> > > each taking
> > > > > a tab and maybe not even preloaded (i.e., I just need to
> > > quickly run
> > > > > through them).
> > > > > So I put together 'lsplit' whose documentation is below. It
> > > > > produces a screen with a bunch of links across the top.
> > > > > I am interested in thoughts / feedback and please change
> > > it if you
> > > > > see ways to improve it. It taxed all my Yubnub skills....
> > > > > -Randy
> > > > > NAME
> > > > > lsplit (for Split via Links) - provide a way to
> > > easily access
> > > > > multiple YubNub commands on one screen via links
> > > > > SUMMARY
> > > > > Displays a set of links, one for each command, that when
> > > > > clicked, open up
> > > > > that command in the IFRAME (rest of the page) below.
> > > > > The commands can have parameters, and a command can
> > > simply be a
> > > > > URL.
> > > > > This is an alternative to 'split' for when you want quick
> > > > > access to multiple
> > > > > commands, but you either don't want them all to run
> > > except as
> > > > > needed, *OR*
> > > > > you need to see each full-screen (not in small frames).
> > > > > FUTURE POSSIBILITIES
> > > > > * It would be interesting to combine this with
> > > 'mash2' or 'mash'.
> > > > > * Maybe it should look like "lsplit
> > > cmdname1;cmdname2;cmdname3
> > > > > args" and
> > > > > apply args to each cmdname?
> > > > > * It would also be interesting to take the result
> > > from 'deli'
> > > > > or 'delime'
> > > > > (a set of bookmarks for a del.icio.us tag or tags,
> > > scrape out
> > > > > those URLs,
> > > > > and pass them to lsplit to make a tool for quickly browsing
> > > > > said bookmarks.
Some ning.com sites like singpolymaplay.ning.com are currently down, so I
moved those scripts temporarily to http://jonathanaquino.com/singpolymaplay/ and lsplit works again.
> -----Original Message-----
> From: YubNub@googlegroups.com > [mailto:YubNub@googlegroups.com] On Behalf Of Brian
> Sent: Saturday, April 25, 2009 1:36 PM
> To: YubNub
> Subject: Re: new command LSPLIT - like split,multitab,mash > etc but with a twist
> Hmmm, I've been getting this error for the last few days, too.
> On Apr 8, 2:12 am, gangsta75 <michele.trimar...@gmail.com> wrote:
> > Hi guys
> > i tried to use this fantastic lsplit command but i can't make it > > work..
> > > Cool stuff, guys. Renamed lsplit2 to lsplit and marked it > as a Golden Egg.
> > > Jon
> > > > -----Original Message-----
> > > > From: YubNub@googlegroups.com
> > > > [mailto:YubNub@googlegroups.com] On Behalf Of GRP
> > > > Sent: Monday, April 06, 2009 11:23 AM
> > > > To: YubNub
> > > > Subject: Re: new command LSPLIT - like > split,multitab,mash etc but > > > > with a twist
> > > > Hi Eliazar,
> > > > Wow, that's not just v2, that's v200!! Excellent work > -- can you > > > > ask Jon to swap yours in for mine? And if there is a better > > > > command name, go for it as well...
> > > > Thanks!
> > > > -Randy
> > > > On Apr 5, 8:33 am, elzr <ely.pa...@gmail.com> wrote:
> > > > > Hi Randy!
> > > > > I've oft hankered for exactly this command!
> > > > > It's like a super Google's top link bar (where you can
> > > > quickly switch
> > > > > to other kinds of searches).
> > > > > I loved this command so much that I went ahead and played
> > > > with it some
> > > > > more, adding some styles and behavior. The result is lsplit2
> > > > > First thing I did was make it work in Firefox (where as
> > > > Brian pointed
> > > > > out, links open in new tabs). After much mucking around it
> > > > turns out
> > > > > the iframe needs to be referenced thru name, not id. > Go figure.
> > > > > Here are some other differences:
> > > > > * first command auto loaded
> > > > > * favicon fetched for each command's domain
> > > > > * command name bolded in command link
> > > > > * the commands are the window title
> > > > > * commands opened are remembered with some > JS magic, > > > > > so going back and forth between command links is very smooth
> > > > > * iframe height autoadjusted so no extra vertical > > > > > scrollbars are needed
> > > > > * loading iframe displays loading... message
> > > > > Hope you all like it and thanks Randy for such a cool command,
> > > > > PS: I'm excited about the potential of simple echo commands
> > > > styled and
> > > > > programmed through external CSS and JS files.
> > > > > PS2: Internet Explorer not tested (on a Mac here). Please
> > > > let me know
> > > > > if anything breaks.
> > > > > > I didn't find anything like this, but there are many
> > > > times where I
> > > > > > want a bunch of commands accessible, but not necessarily
> > > > each taking
> > > > > > a tab and maybe not even preloaded (i.e., I just need to
> > > > quickly run
> > > > > > through them).
> > > > > > So I put together 'lsplit' whose documentation is > below. It > > > > > > produces a screen with a bunch of links across the top.
> > > > > > I am interested in thoughts / feedback and please change
> > > > it if you
> > > > > > see ways to improve it. It taxed all my Yubnub skills....
> > > > > > -Randy
> > > > > > NAME
> > > > > > lsplit (for Split via Links) - provide a way to
> > > > easily access
> > > > > > multiple YubNub commands on one screen via links
> > > > > > SUMMARY
> > > > > > Displays a set of links, one for each command, > that when > > > > > > clicked, open up
> > > > > > that command in the IFRAME (rest of the page) below.
> > > > > > The commands can have parameters, and a command can
> > > > simply be a
> > > > > > URL.
> > > > > > This is an alternative to 'split' for when you > want quick > > > > > > access to multiple
> > > > > > commands, but you either don't want them all to run
> > > > except as
> > > > > > needed, *OR*
> > > > > > you need to see each full-screen (not in small frames).
> > > > > > FUTURE POSSIBILITIES
> > > > > > * It would be interesting to combine this with
> > > > 'mash2' or 'mash'.
> > > > > > * Maybe it should look like "lsplit
> > > > cmdname1;cmdname2;cmdname3
> > > > > > args" and
> > > > > > apply args to each cmdname?
> > > > > > * It would also be interesting to take the result
> > > > from 'deli'
> > > > > > or 'delime'
> > > > > > (a set of bookmarks for a del.icio.us tag or tags,
> > > > scrape out
> > > > > > those URLs,
> > > > > > and pass them to lsplit to make a tool for quickly > > > > > > browsing said bookmarks.
> Some ning.com sites like singpolymaplay.ning.com are currently down, so I
> moved those scripts temporarily tohttp://jonathanaquino.com/singpolymaplay/ > and lsplit works again.
> Thanks for flagging it.
> Jon
> > -----Original Message-----
> > From: YubNub@googlegroups.com
> > [mailto:YubNub@googlegroups.com] On Behalf Of Brian
> > Sent: Saturday, April 25, 2009 1:36 PM
> > To: YubNub
> > Subject: Re: new command LSPLIT - like split,multitab,mash
> > etc but with a twist
> > Hmmm, I've been getting this error for the last few days, too.
> > On Apr 8, 2:12 am, gangsta75 <michele.trimar...@gmail.com> wrote:
> > > Hi guys
> > > i tried to use this fantastic lsplit command but i can't make it
> > > work..
> > > > Cool stuff, guys. Renamed lsplit2 to lsplit and marked it
> > as a Golden Egg.
> > > > Jon
> > > > > -----Original Message-----
> > > > > From: YubNub@googlegroups.com
> > > > > [mailto:YubNub@googlegroups.com] On Behalf Of GRP
> > > > > Sent: Monday, April 06, 2009 11:23 AM
> > > > > To: YubNub
> > > > > Subject: Re: new command LSPLIT - like
> > split,multitab,mash etc but
> > > > > with a twist
> > > > > Hi Eliazar,
> > > > > Wow, that's not just v2, that's v200!! Excellent work
> > -- can you
> > > > > ask Jon to swap yours in for mine? And if there is a better
> > > > > command name, go for it as well...
> > > > > > I've oft hankered for exactly this command!
> > > > > > It's like a super Google's top link bar (where you can
> > > > > quickly switch
> > > > > > to other kinds of searches).
> > > > > > I loved this command so much that I went ahead and played
> > > > > with it some
> > > > > > more, adding some styles and behavior. The result is lsplit2
> > > > > > First thing I did was make it work in Firefox (where as
> > > > > Brian pointed
> > > > > > out, links open in new tabs). After much mucking around it
> > > > > turns out
> > > > > > the iframe needs to be referenced thru name, not id.
> > Go figure.
> > > > > > Here are some other differences:
> > > > > > * first command auto loaded
> > > > > > * favicon fetched for each command's domain
> > > > > > * command name bolded in command link
> > > > > > * the commands are the window title
> > > > > > * commands opened are remembered with some
> > JS magic,
> > > > > > so going back and forth between command links is very smooth
> > > > > > * iframe height autoadjusted so no extra vertical
> > > > > > scrollbars are needed
> > > > > > * loading iframe displays loading... message
> > > > > > Hope you all like it and thanks Randy for such a cool command,
> > > > > > PS: I'm excited about the potential of simple echo commands
> > > > > styled and
> > > > > > programmed through external CSS and JS files.
> > > > > > PS2: Internet Explorer not tested (on a Mac here). Please
> > > > > let me know
> > > > > > if anything breaks.
> > > > > > > I didn't find anything like this, but there are many
> > > > > times where I
> > > > > > > want a bunch of commands accessible, but not necessarily
> > > > > each taking
> > > > > > > a tab and maybe not even preloaded (i.e., I just need to
> > > > > quickly run
> > > > > > > through them).
> > > > > > > So I put together 'lsplit' whose documentation is
> > below. It
> > > > > > > produces a screen with a bunch of links across the top.
> > > > > > > I am interested in thoughts / feedback and please change
> > > > > it if you
> > > > > > > see ways to improve it. It taxed all my Yubnub skills....
> > > > > > > -Randy
> > > > > > > NAME
> > > > > > > lsplit (for Split via Links) - provide a way to
> > > > > easily access
> > > > > > > multiple YubNub commands on one screen via links
> > > > > > > SUMMARY
> > > > > > > Displays a set of links, one for each command,
> > that when
> > > > > > > clicked, open up
> > > > > > > that command in the IFRAME (rest of the page) below.
> > > > > > > The commands can have parameters, and a command can
> > > > > simply be a
> > > > > > > URL.
> > > > > > > This is an alternative to 'split' for when you
> > want quick
> > > > > > > access to multiple
> > > > > > > commands, but you either don't want them all to run
> > > > > except as
> > > > > > > needed, *OR*
> > > > > > > you need to see each full-screen (not in small frames).
> > > > > > > FUTURE POSSIBILITIES
> > > > > > > * It would be interesting to combine this with
> > > > > 'mash2' or 'mash'.
> > > > > > > * Maybe it should look like "lsplit
> > > > > cmdname1;cmdname2;cmdname3
> > > > > > > args" and
> > > > > > > apply args to each cmdname?
> > > > > > > * It would also be interesting to take the result
> > > > > from 'deli'
> > > > > > > or 'delime'
> > > > > > > (a set of bookmarks for a del.icio.us tag or tags,
> > > > > scrape out
> > > > > > > those URLs,
> > > > > > > and pass them to lsplit to make a tool for quickly
> > > > > > > browsing said bookmarks.
> Some ning.com sites like singpolymaplay.ning.com are currently down, so I
> moved those scripts temporarily tohttp://jonathanaquino.com/singpolymaplay/ > and lsplit works again.
> Thanks for flagging it.
> Jon
> > -----Original Message-----
> > From: YubNub@googlegroups.com
> > [mailto:YubNub@googlegroups.com] On Behalf Of Brian
> > Sent: Saturday, April 25, 2009 1:36 PM
> > To: YubNub
> > Subject: Re: new command LSPLIT - like split,multitab,mash
> > etc but with a twist
> > Hmmm, I've been getting this error for the last few days, too.
> > On Apr 8, 2:12 am, gangsta75 <michele.trimar...@gmail.com> wrote:
> > > Hi guys
> > > i tried to use this fantastic lsplit command but i can't make it
> > > work..
> > > > Cool stuff, guys. Renamed lsplit2 to lsplit and marked it
> > as a Golden Egg.
> > > > Jon
> > > > > -----Original Message-----
> > > > > From: YubNub@googlegroups.com
> > > > > [mailto:YubNub@googlegroups.com] On Behalf Of GRP
> > > > > Sent: Monday, April 06, 2009 11:23 AM
> > > > > To: YubNub
> > > > > Subject: Re: new command LSPLIT - like
> > split,multitab,mash etc but
> > > > > with a twist
> > > > > Hi Eliazar,
> > > > > Wow, that's not just v2, that's v200!! Excellent work
> > -- can you
> > > > > ask Jon to swap yours in for mine? And if there is a better
> > > > > command name, go for it as well...
> > > > > > I've oft hankered for exactly this command!
> > > > > > It's like a super Google's top link bar (where you can
> > > > > quickly switch
> > > > > > to other kinds of searches).
> > > > > > I loved this command so much that I went ahead and played
> > > > > with it some
> > > > > > more, adding some styles and behavior. The result is lsplit2
> > > > > > First thing I did was make it work in Firefox (where as
> > > > > Brian pointed
> > > > > > out, links open in new tabs). After much mucking around it
> > > > > turns out
> > > > > > the iframe needs to be referenced thru name, not id.
> > Go figure.
> > > > > > Here are some other differences:
> > > > > > * first command auto loaded
> > > > > > * favicon fetched for each command's domain
> > > > > > * command name bolded in command link
> > > > > > * the commands are the window title
> > > > > > * commands opened are remembered with some
> > JS magic,
> > > > > > so going back and forth between command links is very smooth
> > > > > > * iframe height autoadjusted so no extra vertical
> > > > > > scrollbars are needed
> > > > > > * loading iframe displays loading... message
> > > > > > Hope you all like it and thanks Randy for such a cool command,
> > > > > > PS: I'm excited about the potential of simple echo commands
> > > > > styled and
> > > > > > programmed through external CSS and JS files.
> > > > > > PS2: Internet Explorer not tested (on a Mac here). Please
> > > > > let me know
> > > > > > if anything breaks.
> > > > > > > I didn't find anything like this, but there are many
> > > > > times where I
> > > > > > > want a bunch of commands accessible, but not necessarily
> > > > > each taking
> > > > > > > a tab and maybe not even preloaded (i.e., I just need to
> > > > > quickly run
> > > > > > > through them).
> > > > > > > So I put together 'lsplit' whose documentation is
> > below. It
> > > > > > > produces a screen with a bunch of links across the top.
> > > > > > > I am interested in thoughts / feedback and please change
> > > > > it if you
> > > > > > > see ways to improve it. It taxed all my Yubnub skills....
> > > > > > > -Randy
> > > > > > > NAME
> > > > > > > lsplit (for Split via Links) - provide a way to
> > > > > easily access
> > > > > > > multiple YubNub commands on one screen via links
> > > > > > > SUMMARY
> > > > > > > Displays a set of links, one for each command,
> > that when
> > > > > > > clicked, open up
> > > > > > > that command in the IFRAME (rest of the page) below.
> > > > > > > The commands can have parameters, and a command can
> > > > > simply be a
> > > > > > > URL.
> > > > > > > This is an alternative to 'split' for when you
> > want quick
> > > > > > > access to multiple
> > > > > > > commands, but you either don't want them all to run
> > > > > except as
> > > > > > > needed, *OR*
> > > > > > > you need to see each full-screen (not in small frames).
> > > > > > > FUTURE POSSIBILITIES
> > > > > > > * It would be interesting to combine this with
> > > > > 'mash2' or 'mash'.
> > > > > > > * Maybe it should look like "lsplit
> > > > > cmdname1;cmdname2;cmdname3
> > > > > > > args" and
> > > > > > > apply args to each cmdname?
> > > > > > > * It would also be interesting to take the result
> > > > > from 'deli'
> > > > > > > or 'delime'
> > > > > > > (a set of bookmarks for a del.icio.us tag or tags,
> > > > > scrape out
> > > > > > > those URLs,
> > > > > > > and pass them to lsplit to make a tool for quickly
> > > > > > > browsing said bookmarks.
> -----Original Message-----
> From: YubNub@googlegroups.com > [mailto:YubNub@googlegroups.com] On Behalf Of gomelet
> Sent: Tuesday, May 12, 2009 11:54 AM
> To: YubNub
> Subject: Re: new command LSPLIT - like split,multitab,mash > etc but with a twist
> Not sure how this is related to your change, but I have found > that commands "var" and "eatfeed" no longer function.
> -- gomelet
> On Apr 25, 9:41 pm, "Jonathan Aquino" <jonathan.aqu...@gmail.com>
> wrote:
> > Some ning.com sites like singpolymaplay.ning.com are > currently down, > > so I moved those scripts temporarily > > tohttp://jonathanaquino.com/singpolymaplay/ > > and lsplit works again.
> > Thanks for flagging it.
> > Jon
> > > -----Original Message-----
> > > From: YubNub@googlegroups.com
> > > [mailto:YubNub@googlegroups.com] On Behalf Of Brian
> > > Sent: Saturday, April 25, 2009 1:36 PM
> > > To: YubNub
> > > Subject: Re: new command LSPLIT - like > split,multitab,mash etc but > > > with a twist
> > > Hmmm, I've been getting this error for the last few days, too.
> > > On Apr 8, 2:12 am, gangsta75 <michele.trimar...@gmail.com> wrote:
> > > > Hi guys
> > > > i tried to use this fantastic lsplit command but i > can't make it > > > > work..
> > > > > Cool stuff, guys. Renamed lsplit2 to lsplit and marked it
> > > as a Golden Egg.
> > > > > Jon
> > > > > > -----Original Message-----
> > > > > > From: YubNub@googlegroups.com
> > > > > > [mailto:YubNub@googlegroups.com] On Behalf Of GRP
> > > > > > Sent: Monday, April 06, 2009 11:23 AM
> > > > > > To: YubNub
> > > > > > Subject: Re: new command LSPLIT - like
> > > split,multitab,mash etc but
> > > > > > with a twist
> > > > > > Hi Eliazar,
> > > > > > Wow, that's not just v2, that's v200!! Excellent work
> > > -- can you
> > > > > > ask Jon to swap yours in for mine? And if there > is a better > > > > > > command name, go for it as well...
> > > > > > > I've oft hankered for exactly this command!
> > > > > > > It's like a super Google's top link bar (where you can
> > > > > > quickly switch
> > > > > > > to other kinds of searches).
> > > > > > > I loved this command so much that I went ahead and played
> > > > > > with it some
> > > > > > > more, adding some styles and behavior. The result > is lsplit2
> > > > > > > First thing I did was make it work in Firefox (where as
> > > > > > Brian pointed
> > > > > > > out, links open in new tabs). After much mucking around it
> > > > > > turns out
> > > > > > > the iframe needs to be referenced thru name, not id.
> > > Go figure.
> > > > > > > Here are some other differences:
> > > > > > > * first command auto loaded
> > > > > > > * favicon fetched for each command's domain
> > > > > > > * command name bolded in command link
> > > > > > > * the commands are the window title
> > > > > > > * commands opened are remembered with some
> > > JS magic,
> > > > > > > so going back and forth between command links is > very smooth
> > > > > > > * iframe height autoadjusted so no > extra vertical > > > > > > > scrollbars are needed
> > > > > > > * loading iframe displays loading... message
> > > > > > > Hope you all like it and thanks Randy for such a cool > > > > > > > command,
> > > > > > > PS: I'm excited about the potential of simple > echo commands
> > > > > > styled and
> > > > > > > programmed through external CSS and JS files.
> > > > > > > PS2: Internet Explorer not tested (on a Mac here). Please
> > > > > > let me know
> > > > > > > if anything breaks.
> > > > > > > > I didn't find anything like this, but there are many
> > > > > > times where I
> > > > > > > > want a bunch of commands accessible, but not necessarily
> > > > > > each taking
> > > > > > > > a tab and maybe not even preloaded (i.e., I just need to
> > > > > > quickly run
> > > > > > > > through them).
> > > > > > > > So I put together 'lsplit' whose documentation is
> > > below. It
> > > > > > > > produces a screen with a bunch of links across the top.
> > > > > > > > I am interested in thoughts / feedback and please change
> > > > > > it if you
> > > > > > > > see ways to improve it. It taxed all my Yubnub > skills....
> > > > > > > > -Randy
> > > > > > > > NAME
> > > > > > > > lsplit (for Split via Links) - provide a way to
> > > > > > easily access
> > > > > > > > multiple YubNub commands on one screen via links
> > > > > > > > SUMMARY
> > > > > > > > Displays a set of links, one for each command,
> > > that when
> > > > > > > > clicked, open up
> > > > > > > > that command in the IFRAME (rest of the > page) below.
> > > > > > > > The commands can have parameters, and a command can
> > > > > > simply be a
> > > > > > > > URL.
> > > > > > > > This is an alternative to 'split' for when you
> > > want quick
> > > > > > > > access to multiple
> > > > > > > > commands, but you either don't want them all to run
> > > > > > except as
> > > > > > > > needed, *OR*
> > > > > > > > you need to see each full-screen (not in > small frames).
> > > > > > > > FUTURE POSSIBILITIES
> > > > > > > > * It would be interesting to combine this with
> > > > > > 'mash2' or 'mash'.
> > > > > > > > * Maybe it should look like "lsplit
> > > > > > cmdname1;cmdname2;cmdname3
> > > > > > > > args" and
> > > > > > > > apply args to each cmdname?
> > > > > > > > * It would also be interesting to take the result
> > > > > > from 'deli'
> > > > > > > > or 'delime'
> > > > > > > > (a set of bookmarks for a del.icio.us tag or tags,
> > > > > > scrape out
> > > > > > > > those URLs,
> > > > > > > > and pass them to lsplit to make a tool for quickly > > > > > > > > browsing said bookmarks.
> Alas, I do not have time at the moment to debug it. I will put this on my
> todo list.
> Jon
> > -----Original Message-----
> > From: YubNub@googlegroups.com
> > [mailto:YubNub@googlegroups.com] On Behalf Of gomelet
> > Sent: Tuesday, May 12, 2009 11:54 AM
> > To: YubNub
> > Subject: Re: new commandLSPLIT- like split,multitab,mash
> > etc but with a twist
> > Not sure how this is related to your change, but I have found
> > that commands "var" and "eatfeed" no longer function.
> > -- gomelet
> > On Apr 25, 9:41 pm, "Jonathan Aquino" <jonathan.aqu...@gmail.com>
> > wrote:
> > > Some ning.com sites like singpolymaplay.ning.com are
> > currently down,
> > > so I moved those scripts temporarily
> > > tohttp://jonathanaquino.com/singpolymaplay/ > > > andlsplitworks again.
> > > Thanks for flagging it.
> > > Jon
> > > > -----Original Message-----
> > > > From: YubNub@googlegroups.com
> > > > [mailto:YubNub@googlegroups.com] On Behalf Of Brian
> > > > Sent: Saturday, April 25, 2009 1:36 PM
> > > > To: YubNub
> > > > Subject: Re: new commandLSPLIT- like
> > split,multitab,mash etc but
> > > > with a twist
> > > > Hmmm, I've been getting this error for the last few days, too.
> > > > On Apr 8, 2:12 am, gangsta75 <michele.trimar...@gmail.com> wrote:
> > > > > Hi guys
> > > > > i tried to use this fantasticlsplitcommand but i
> > can't make it
> > > > > work..
> > > > > > Cool stuff, guys. Renamed lsplit2 tolsplitand marked it
> > > > as a Golden Egg.
> > > > > > Jon
> > > > > > > -----Original Message-----
> > > > > > > From: YubNub@googlegroups.com
> > > > > > > [mailto:YubNub@googlegroups.com] On Behalf Of GRP
> > > > > > > Sent: Monday, April 06, 2009 11:23 AM
> > > > > > > To: YubNub
> > > > > > > Subject: Re: new commandLSPLIT- like
> > > > split,multitab,mash etc but
> > > > > > > with a twist
> > > > > > > Hi Eliazar,
> > > > > > > Wow, that's not just v2, that's v200!! Excellent work
> > > > -- can you
> > > > > > > ask Jon to swap yours in for mine? And if there
> > is a better
> > > > > > > command name, go for it as well...
> > > > > > > > I've oft hankered for exactly this command!
> > > > > > > > It's like a super Google's top link bar (where you can
> > > > > > > quickly switch
> > > > > > > > to other kinds of searches).
> > > > > > > > I loved this command so much that I went ahead and played
> > > > > > > with it some
> > > > > > > > more, adding some styles and behavior. The result
> > is lsplit2
> > > > > > > > First thing I did was make it work in Firefox (where as
> > > > > > > Brian pointed
> > > > > > > > out, links open in new tabs). After much mucking around it
> > > > > > > turns out
> > > > > > > > the iframe needs to be referenced thru name, not id.
> > > > Go figure.
> > > > > > > > Here are some other differences:
> > > > > > > > * first command auto loaded
> > > > > > > > * favicon fetched for each command's domain
> > > > > > > > * command name bolded in command link
> > > > > > > > * the commands are the window title
> > > > > > > > * commands opened are remembered with some
> > > > JS magic,
> > > > > > > > so going back and forth between command links is
> > very smooth
> > > > > > > > * iframe height autoadjusted so no
> > extra vertical
> > > > > > > > scrollbars are needed
> > > > > > > > * loading iframe displays loading... message
> > > > > > > > Hope you all like it and thanks Randy for such a cool
> > > > > > > > command,
> > > > > > > > PS: I'm excited about the potential of simple
> > echo commands
> > > > > > > styled and
> > > > > > > > programmed through external CSS and JS files.
> > > > > > > > PS2: Internet Explorer not tested (on a Mac here). Please
> > > > > > > let me know
> > > > > > > > if anything breaks.
> > > > > > > > > I didn't find anything like this, but there are many
> > > > > > > times where I
> > > > > > > > > want a bunch of commands accessible, but not necessarily
> > > > > > > each taking
> > > > > > > > > a tab and maybe not even preloaded (i.e., I just need to
> > > > > > > quickly run
> > > > > > > > > through them).
> > > > > > > > > So I put together 'lsplit' whose documentation is
> > > > below. It
> > > > > > > > > produces a screen with a bunch of links across the top.
> > > > > > > > > I am interested in thoughts / feedback and please change
> > > > > > > it if you
> > > > > > > > > see ways to improve it. It taxed all my Yubnub
> > skills....
> > > > > > > > > -Randy
> > > > > > > > > NAME
> > > > > > > > > lsplit(for Split via Links) - provide a way to
> > > > > > > easily access
> > > > > > > > > multiple YubNub commands on one screen via links
> > > > > > > > > SUMMARY
> > > > > > > > > Displays a set of links, one for each command,
> > > > that when
> > > > > > > > > clicked, open up
> > > > > > > > > that command in the IFRAME (rest of the
> > page) below.
> > > > > > > > > The commands can have parameters, and a command can
> > > > > > > simply be a
> > > > > > > > > URL.
> > > > > > > > > This is an alternative to 'split' for when you
> > > > want quick
> > > > > > > > > access to multiple
> > > > > > > > > commands, but you either don't want them all to run
> > > > > > > except as
> > > > > > > > > needed, *OR*
> > > > > > > > > you need to see each full-screen (not in
> > small frames).
On Tue, May 12, 2009 at 11:51 PM, David <enderbe...@gmail.com> wrote:
> twi doesn't display correctly in lsplit.
> On May 12, 8:48 pm, "Jonathan Aquino" <jonathan.aqu...@gmail.com>
> wrote:
> > Alas, I do not have time at the moment to debug it. I will put this on my
> > todo list.
> > Jon
> > > -----Original Message-----
> > > From: YubNub@googlegroups.com
> > > [mailto:YubNub@googlegroups.com] On Behalf Of gomelet
> > > Sent: Tuesday, May 12, 2009 11:54 AM
> > > To: YubNub
> > > Subject: Re: new commandLSPLIT- like split,multitab,mash
> > > etc but with a twist
> > > Not sure how this is related to your change, but I have found
> > > that commands "var" and "eatfeed" no longer function.
> > > -- gomelet
> > > On Apr 25, 9:41 pm, "Jonathan Aquino" <jonathan.aqu...@gmail.com>
> > > wrote:
> > > > Some ning.com sites like singpolymaplay.ning.com are
> > > currently down,
> > > > so I moved those scripts temporarily
> > > > tohttp://jonathanaquino.com/singpolymaplay/ > > > > andlsplitworks again.
> > > > Thanks for flagging it.
> > > > Jon
> > > > > -----Original Message-----
> > > > > From: YubNub@googlegroups.com
> > > > > [mailto:YubNub@googlegroups.com] On Behalf Of Brian
> > > > > Sent: Saturday, April 25, 2009 1:36 PM
> > > > > To: YubNub
> > > > > Subject: Re: new commandLSPLIT- like
> > > split,multitab,mash etc but
> > > > > with a twist
> > > > > Hmmm, I've been getting this error for the last few days, too.
> > > > > On Apr 8, 2:12 am, gangsta75 <michele.trimar...@gmail.com> wrote:
> > > > > > Hi guys
> > > > > > i tried to use this fantasticlsplitcommand but i
> > > can't make it
> > > > > > work..
> > > > > > > Cool stuff, guys. Renamed lsplit2 tolsplitand marked it
> > > > > as a Golden Egg.
> > > > > > > Jon
> > > > > > > > -----Original Message-----
> > > > > > > > From: YubNub@googlegroups.com
> > > > > > > > [mailto:YubNub@googlegroups.com] On Behalf Of GRP
> > > > > > > > Sent: Monday, April 06, 2009 11:23 AM
> > > > > > > > To: YubNub
> > > > > > > > Subject: Re: new commandLSPLIT- like
> > > > > split,multitab,mash etc but
> > > > > > > > with a twist
> > > > > > > > Hi Eliazar,
> > > > > > > > Wow, that's not just v2, that's v200!! Excellent work
> > > > > -- can you
> > > > > > > > ask Jon to swap yours in for mine? And if there
> > > is a better
> > > > > > > > command name, go for it as well...
> > > > > > > > > I've oft hankered for exactly this command!
> > > > > > > > > It's like a super Google's top link bar (where you can
> > > > > > > > quickly switch
> > > > > > > > > to other kinds of searches).
> > > > > > > > > I loved this command so much that I went ahead and played
> > > > > > > > with it some
> > > > > > > > > more, adding some styles and behavior. The result
> > > is lsplit2
> > > > > > > > > First thing I did was make it work in Firefox (where as
> > > > > > > > Brian pointed
> > > > > > > > > out, links open in new tabs). After much mucking around it
> > > > > > > > turns out
> > > > > > > > > the iframe needs to be referenced thru name, not id.
> > > > > Go figure.
> > > > > > > > > Here are some other differences:
> > > > > > > > > * first command auto loaded
> > > > > > > > > * favicon fetched for each command's domain
> > > > > > > > > * command name bolded in command link
> > > > > > > > > * the commands are the window title
> > > > > > > > > * commands opened are remembered with some
> > > > > JS magic,
> > > > > > > > > so going back and forth between command links is
> > > very smooth
> > > > > > > > > * iframe height autoadjusted so no
> > > extra vertical
> > > > > > > > > scrollbars are needed
> > > > > > > > > * loading iframe displays loading... message
> > > > > > > > > Hope you all like it and thanks Randy for such a cool
> > > > > > > > > command,
> > > > > > > > > PS: I'm excited about the potential of simple
> > > echo commands
> > > > > > > > styled and
> > > > > > > > > programmed through external CSS and JS files.
> > > > > > > > > PS2: Internet Explorer not tested (on a Mac here). Please
> > > > > > > > let me know
> > > > > > > > > if anything breaks.
> > > > > > > > > > I didn't find anything like this, but there are many
> > > > > > > > times where I
> > > > > > > > > > want a bunch of commands accessible, but not necessarily
> > > > > > > > each taking
> > > > > > > > > > a tab and maybe not even preloaded (i.e., I just need to
> > > > > > > > quickly run
> > > > > > > > > > through them).
> > > > > > > > > > So I put together 'lsplit' whose documentation is
> > > > > below. It
> > > > > > > > > > produces a screen with a bunch of links across the top.
> > > > > > > > > > I am interested in thoughts / feedback and please change
> > > > > > > > it if you
> > > > > > > > > > see ways to improve it. It taxed all my Yubnub
> > > skills....
> > > > > > > > > > -Randy
> > > > > > > > > > NAME
> > > > > > > > > > lsplit(for Split via Links) - provide a way to
> > > > > > > > easily access
> > > > > > > > > > multiple YubNub commands on one screen via links
> > > > > > > > > > SUMMARY
> > > > > > > > > > Displays a set of links, one for each command,
> > > > > that when
> > > > > > > > > > clicked, open up
> > > > > > > > > > that command in the IFRAME (rest of the
> > > page) below.
> > > > > > > > > > The commands can have parameters, and a command can
> > > > > > > > simply be a
> > > > > > > > > > URL.
> > > > > > > > > > This is an alternative to 'split' for when you
> > > > > want quick
> > > > > > > > > > access to multiple
> > > > > > > > > > commands, but you either don't want them all to run
> > > > > > > > except as
> > > > > > > > > > needed, *OR*
> > > > > > > > > > you need to see each full-screen (not in
> > > small frames).
> "lsplit twi;g" works for me, but says "Twitter is currently down for
> maintenance."
> I feel like I've gained an extra hour today. ;)
> -- gomelet
> On Tue, May 12, 2009 at 11:51 PM, David <enderbe...@gmail.com> wrote:
> > twi doesn't display correctly in lsplit.
> > On May 12, 8:48 pm, "Jonathan Aquino" <jonathan.aqu...@gmail.com>
> > wrote:
> > > Alas, I do not have time at the moment to debug it. I will put this on my
> > > todo list.
> > > Jon
> > > > -----Original Message-----
> > > > From: YubNub@googlegroups.com
> > > > [mailto:YubNub@googlegroups.com] On Behalf Of gomelet
> > > > Sent: Tuesday, May 12, 2009 11:54 AM
> > > > To: YubNub
> > > > Subject: Re: new commandLSPLIT- like split,multitab,mash
> > > > etc but with a twist
> > > > Not sure how this is related to your change, but I have found
> > > > that commands "var" and "eatfeed" no longer function.
> > > > -- gomelet
> > > > On Apr 25, 9:41 pm, "Jonathan Aquino" <jonathan.aqu...@gmail.com>
> > > > wrote:
> > > > > Some ning.com sites like singpolymaplay.ning.com are
> > > > currently down,
> > > > > so I moved those scripts temporarily
> > > > > tohttp://jonathanaquino.com/singpolymaplay/ > > > > > andlsplitworks again.
> > > > > Thanks for flagging it.
> > > > > Jon
> > > > > > -----Original Message-----
> > > > > > From: YubNub@googlegroups.com
> > > > > > [mailto:YubNub@googlegroups.com] On Behalf Of Brian
> > > > > > Sent: Saturday, April 25, 2009 1:36 PM
> > > > > > To: YubNub
> > > > > > Subject: Re: new commandLSPLIT- like
> > > > split,multitab,mash etc but
> > > > > > with a twist
> > > > > > Hmmm, I've been getting this error for the last few days, too.
> > > > > > On Apr 8, 2:12 am, gangsta75 <michele.trimar...@gmail.com> wrote:
> > > > > > > Hi guys
> > > > > > > i tried to use this fantasticlsplitcommand but i
> > > > can't make it
> > > > > > > work..
> > > > > > > > Cool stuff, guys. Renamed lsplit2 tolsplitand marked it
> > > > > > as a Golden Egg.
> > > > > > > > Jon
> > > > > > > > > -----Original Message-----
> > > > > > > > > From: YubNub@googlegroups.com
> > > > > > > > > [mailto:YubNub@googlegroups.com] On Behalf Of GRP
> > > > > > > > > Sent: Monday, April 06, 2009 11:23 AM
> > > > > > > > > To: YubNub
> > > > > > > > > Subject: Re: new commandLSPLIT- like
> > > > > > split,multitab,mash etc but
> > > > > > > > > with a twist
> > > > > > > > > Hi Eliazar,
> > > > > > > > > Wow, that's not just v2, that's v200!! Excellent work
> > > > > > -- can you
> > > > > > > > > ask Jon to swap yours in for mine? And if there
> > > > is a better
> > > > > > > > > command name, go for it as well...
> > > > > > > > > > I've oft hankered for exactly this command!
> > > > > > > > > > It's like a super Google's top link bar (where you can
> > > > > > > > > quickly switch
> > > > > > > > > > to other kinds of searches).
> > > > > > > > > > I loved this command so much that I went ahead and played
> > > > > > > > > with it some
> > > > > > > > > > more, adding some styles and behavior. The result
> > > > is lsplit2
> > > > > > > > > > First thing I did was make it work in Firefox (where as
> > > > > > > > > Brian pointed
> > > > > > > > > > out, links open in new tabs). After much mucking around it
> > > > > > > > > turns out
> > > > > > > > > > the iframe needs to be referenced thru name, not id.
> > > > > > Go figure.
> > > > > > > > > > Here are some other differences:
> > > > > > > > > > * first command auto loaded
> > > > > > > > > > * favicon fetched for each command's domain
> > > > > > > > > > * command name bolded in command link
> > > > > > > > > > * the commands are the window title
> > > > > > > > > > * commands opened are remembered with some
> > > > > > JS magic,
> > > > > > > > > > so going back and forth between command links is
> > > > very smooth
> > > > > > > > > > * iframe height autoadjusted so no
> > > > extra vertical
> > > > > > > > > > scrollbars are needed
> > > > > > > > > > * loading iframe displays loading... message
> > > > > > > > > > Hope you all like it and thanks Randy for such a cool
> > > > > > > > > > command,
> > > > > > > > > > PS: I'm excited about the potential of simple
> > > > echo commands
> > > > > > > > > styled and
> > > > > > > > > > programmed through external CSS and JS files.
> > > > > > > > > > PS2: Internet Explorer not tested (on a Mac here). Please
> > > > > > > > > let me know
> > > > > > > > > > if anything breaks.
> > > > > > > > > > > I didn't find anything like this, but there are many
> > > > > > > > > times where I
> > > > > > > > > > > want a bunch of commands accessible, but not necessarily
> > > > > > > > > each taking
> > > > > > > > > > > a tab and maybe not even preloaded (i.e., I just need to
> > > > > > > > > quickly run
> > > > > > > > > > > through them).
> > > > > > > > > > > So I put together 'lsplit' whose documentation is
> > > > > > below. It
> > > > > > > > > > > produces a screen with a bunch of links across the top.
> > > > > > > > > > > I am interested in thoughts / feedback and please change
> > > > > > > > > it if you
> > > > > > > > > > > see ways to improve it. It taxed all my Yubnub
> > > > skills....
> > > > > > > > > > > -Randy
> > > > > > > > > > > NAME
> > > > > > > > > > > lsplit(for Split via Links) - provide a way to
> > > > > > > > > easily access
> > > > > > > > > > > multiple YubNub commands on one screen via links
> > > > > > > > > > > SUMMARY
> > > > > > > > > > > Displays a set of links, one for each command,
> > > > > > that when
> > > > > > > > > > > clicked, open up
> > > > > > > > > > > that command in the IFRAME (rest of the
> > > > page) below.
> > > > > > > > > > > The commands can have parameters, and a command can
> > > > > > > > > simply be a
> > > > > > > > > > > URL.
> > > > > > > > > > > This is an alternative to 'split' for when you
> > > > > > want quick
> > > > > > > > > > > access to multiple
> > > > > > > > > > > commands, but you either don't want them all to run
> > > > > > > > > except as
> > > > > > > > > > > needed, *OR*
> > > > > > > > > > > you need to see each full-screen (not in
> > > > small frames).
> "lsplit twi;g" works for me, but says "Twitter is currently down for
> maintenance."
> I feel like I've gained an extra hour today. ;)
> -- gomelet
> On Tue, May 12, 2009 at 11:51 PM, David <enderbe...@gmail.com> wrote:
> > twi doesn't display correctly in lsplit.
> > On May 12, 8:48 pm, "Jonathan Aquino" <jonathan.aqu...@gmail.com>
> > wrote:
> > > Alas, I do not have time at the moment to debug it. I will put this on my
> > > todo list.
> > > Jon
> > > > -----Original Message-----
> > > > From: YubNub@googlegroups.com
> > > > [mailto:YubNub@googlegroups.com] On Behalf Of gomelet
> > > > Sent: Tuesday, May 12, 2009 11:54 AM
> > > > To: YubNub
> > > > Subject: Re: new commandLSPLIT- like split,multitab,mash
> > > > etc but with a twist
> > > > Not sure how this is related to your change, but I have found
> > > > that commands "var" and "eatfeed" no longer function.
> > > > -- gomelet
> > > > On Apr 25, 9:41 pm, "Jonathan Aquino" <jonathan.aqu...@gmail.com>
> > > > wrote:
> > > > > Some ning.com sites like singpolymaplay.ning.com are
> > > > currently down,
> > > > > so I moved those scripts temporarily
> > > > > tohttp://jonathanaquino.com/singpolymaplay/ > > > > > andlsplitworks again.
> > > > > Thanks for flagging it.
> > > > > Jon
> > > > > > -----Original Message-----
> > > > > > From: YubNub@googlegroups.com
> > > > > > [mailto:YubNub@googlegroups.com] On Behalf Of Brian
> > > > > > Sent: Saturday, April 25, 2009 1:36 PM
> > > > > > To: YubNub
> > > > > > Subject: Re: new commandLSPLIT- like
> > > > split,multitab,mash etc but
> > > > > > with a twist
> > > > > > Hmmm, I've been getting this error for the last few days, too.
> > > > > > On Apr 8, 2:12 am, gangsta75 <michele.trimar...@gmail.com> wrote:
> > > > > > > Hi guys
> > > > > > > i tried to use this fantasticlsplitcommand but i
> > > > can't make it
> > > > > > > work..
> > > > > > > > Cool stuff, guys. Renamed lsplit2 tolsplitand marked it
> > > > > > as a Golden Egg.
> > > > > > > > Jon
> > > > > > > > > -----Original Message-----
> > > > > > > > > From: YubNub@googlegroups.com
> > > > > > > > > [mailto:YubNub@googlegroups.com] On Behalf Of GRP
> > > > > > > > > Sent: Monday, April 06, 2009 11:23 AM
> > > > > > > > > To: YubNub
> > > > > > > > > Subject: Re: new commandLSPLIT- like
> > > > > > split,multitab,mash etc but
> > > > > > > > > with a twist
> > > > > > > > > Hi Eliazar,
> > > > > > > > > Wow, that's not just v2, that's v200!! Excellent work
> > > > > > -- can you
> > > > > > > > > ask Jon to swap yours in for mine? And if there
> > > > is a better
> > > > > > > > > command name, go for it as well...
> > > > > > > > > > I've oft hankered for exactly this command!
> > > > > > > > > > It's like a super Google's top link bar (where you can
> > > > > > > > > quickly switch
> > > > > > > > > > to other kinds of searches).
> > > > > > > > > > I loved this command so much that I went ahead and played
> > > > > > > > > with it some
> > > > > > > > > > more, adding some styles and behavior. The result
> > > > is lsplit2
> > > > > > > > > > First thing I did was make it work in Firefox (where as
> > > > > > > > > Brian pointed
> > > > > > > > > > out, links open in new tabs). After much mucking around it
> > > > > > > > > turns out
> > > > > > > > > > the iframe needs to be referenced thru name, not id.
> > > > > > Go figure.
> > > > > > > > > > Here are some other differences:
> > > > > > > > > > * first command auto loaded
> > > > > > > > > > * favicon fetched for each command's domain
> > > > > > > > > > * command name bolded in command link
> > > > > > > > > > * the commands are the window title
> > > > > > > > > > * commands opened are remembered with some
> > > > > > JS magic,
> > > > > > > > > > so going back and forth between command links is
> > > > very smooth
> > > > > > > > > > * iframe height autoadjusted so no
> > > > extra vertical
> > > > > > > > > > scrollbars are needed
> > > > > > > > > > * loading iframe displays loading... message
> > > > > > > > > > Hope you all like it and thanks Randy for such a cool
> > > > > > > > > > command,
> > > > > > > > > > PS: I'm excited about the potential of simple
> > > > echo commands
> > > > > > > > > styled and
> > > > > > > > > > programmed through external CSS and JS files.
> > > > > > > > > > PS2: Internet Explorer not tested (on a Mac here). Please
> > > > > > > > > let me know
> > > > > > > > > > if anything breaks.
> > > > > > > > > > > I didn't find anything like this, but there are many
> > > > > > > > > times where I
> > > > > > > > > > > want a bunch of commands accessible, but not necessarily
> > > > > > > > > each taking
> > > > > > > > > > > a tab and maybe not even preloaded (i.e., I just need to
> > > > > > > > > quickly run
> > > > > > > > > > > through them).
> > > > > > > > > > > So I put together 'lsplit' whose documentation is
> > > > > > below. It
> > > > > > > > > > > produces a screen with a bunch of links across the top.
> > > > > > > > > > > I am interested in thoughts / feedback and please change
> > > > > > > > > it if you
> > > > > > > > > > > see ways to improve it. It taxed all my Yubnub
> > > > skills....
> > > > > > > > > > > -Randy
> > > > > > > > > > > NAME
> > > > > > > > > > > lsplit(for Split via Links) - provide a way to
> > > > > > > > > easily access
> > > > > > > > > > > multiple YubNub commands on one screen via links
> > > > > > > > > > > SUMMARY
> > > > > > > > > > > Displays a set of links, one for each command,
> > > > > > that when
> > > > > > > > > > > clicked, open up
> > > > > > > > > > > that command in the IFRAME (rest of the
> > > > page) below.
> > > > > > > > > > > The commands can have parameters, and a command can
> > > > > > > > > simply be a
> > > > > > > > > > > URL.
> > > > > > > > > > > This is an alternative to 'split' for when you
> > > > > > want quick
> > > > > > > > > > > access to multiple
> > > > > > > > > > > commands, but you either don't want them all to run
> > > > > > > > > except as
> > > > > > > > > > > needed, *OR*
> > > > > > > > > > > you need to see each full-screen (not in
> > > > small frames).