Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
new command LSPLIT - like split,multitab,mash etc but with a twist
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  22 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
GRP  
View profile  
 More options Apr 3, 5:46 pm
From: GRP <GRP...@gmail.com>
Date: Fri, 3 Apr 2009 14:46:14 -0700 (PDT)
Local: Fri, Apr 3 2009 5:46 pm
Subject: new command LSPLIT - like split,multitab,mash etc but with a twist
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.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brian  
View profile  
 More options Apr 4, 4:07 pm
From: Brian <armkne...@gmail.com>
Date: Sat, 4 Apr 2009 13:07:57 -0700 (PDT)
Local: Sat, Apr 4 2009 4:07 pm
Subject: Re: new command LSPLIT - like split,multitab,mash etc but with a twist
Hi Randy--

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.

Brian

On Apr 3, 4:46 pm, GRP <GRP...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
elzr  
View profile  
(1 user)  More options Apr 5, 8:33 am
From: elzr <ely.pa...@gmail.com>
Date: Sun, 5 Apr 2009 05:33:20 -0700 (PDT)
Local: Sun, Apr 5 2009 8:33 am
Subject: Re: new command LSPLIT - like split,multitab,mash etc but with a twist
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:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brian  
View profile  
 More options Apr 5, 11:14 pm
From: Brian <armkne...@gmail.com>
Date: Sun, 5 Apr 2009 20:14:44 -0700 (PDT)
Local: Sun, Apr 5 2009 11:14 pm
Subject: Re: new command LSPLIT - like split,multitab,mash etc but with a twist
Eliazar --

This is mind-bogglingly cool.  I love the external javascript and css
technique.

Brian

On Apr 5, 7:33 am, elzr <ely.pa...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
GRP  
View profile  
 More options Apr 6, 2:23 pm
From: GRP <GRP...@gmail.com>
Date: Mon, 6 Apr 2009 11:23:15 -0700 (PDT)
Local: Mon, Apr 6 2009 2:23 pm
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:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathan Aquino  
View profile  
 More options Apr 6, 10:38 pm
From: "Jonathan Aquino" <jonathan.aqu...@gmail.com>
Date: Mon, 6 Apr 2009 19:38:40 -0700
Local: Mon, Apr 6 2009 10:38 pm
Subject: RE: new command LSPLIT - like split,multitab,mash etc but with a twist
Cool stuff, guys. Renamed lsplit2 to lsplit and marked it as a Golden Egg.

Jon


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gangsta75  
View profile  
 More options Apr 8, 3:12 am
From: gangsta75 <michele.trimar...@gmail.com>
Date: Wed, 8 Apr 2009 00:12:32 -0700 (PDT)
Local: Wed, Apr 8 2009 3:12 am
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..

http://yubnub.org/parser/parse?command=lsplit g porsche;y porsche

returns me

/usr/local/lib/ruby/1.8/net/http.rb:2094:in `error!'
#{RAILS_ROOT}/app/helpers/parser_helper.rb:138:in `fetch'
#{RAILS_ROOT}/app/helpers/parser_helper.rb:122:in `response_text'
#{RAILS_ROOT}/app/helpers/parser_helper.rb:89:in `fill_in'
#{RAILS_ROOT}/app/helpers/parser_helper.rb:67:in `combine'
#{RAILS_ROOT}/app/helpers/parser_helper.rb:20:in `parse_proper'
#{RAILS_ROOT}/app/helpers/parser_helper.rb:106:in
`parse_with_substitutions'
#{RAILS_ROOT}app/controllers/parser_controller.rb:17:in `parse'

any hints?

Thanks
Michele

On 7 Apr, 04:38, "Jonathan Aquino" <jonathan.aqu...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathan Aquino  
View profile  
 More options Apr 8, 1:30 pm
From: "Jonathan Aquino" <jonathan.aqu...@gmail.com>
Date: Wed, 8 Apr 2009 10:30:19 -0700
Local: Wed, Apr 8 2009 1:30 pm
Subject: RE: new command LSPLIT - like split,multitab,mash etc but with a twist
Works for me now.

Jon

lsplithttp://google.com;http://yahoo.com;http://answers.com


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gangsta75  
View profile  
 More options Apr 9, 2:33 am
From: gangsta75 <michele.trimar...@gmail.com>
Date: Wed, 8 Apr 2009 23:33:29 -0700 (PDT)
Local: Thurs, Apr 9 2009 2:33 am
Subject: Re: new command LSPLIT - like split,multitab,mash etc but with a twist
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:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
elzr  
View profile  
 More options Apr 9, 8:09 am
From: elzr <ely.pa...@gmail.com>
Date: Thu, 9 Apr 2009 05:09:22 -0700 (PDT)
Local: Thurs, Apr 9 2009 8:09 am
Subject: Re: new command LSPLIT - like split,multitab,mash etc but with a twist
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:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gangsta75  
View profile  
 More options Apr 9, 9:01 am
From: gangsta75 <michele.trimar...@gmail.com>
Date: Thu, 9 Apr 2009 06:01:23 -0700 (PDT)
Local: Thurs, Apr 9 2009 9:01 am
Subject: Re: new command LSPLIT - like split,multitab,mash etc but with a twist

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:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paul Boren  
View profile  
 More options Apr 9, 9:08 pm
From: Paul Boren <pmbo...@gmail.com>
Date: Thu, 9 Apr 2009 19:08:39 -0600
Local: Thurs, Apr 9 2009 9:08 pm
Subject: Re: new command LSPLIT - like split,multitab,mash etc but with a twist

Dislaimer:  I'm using Firefox v.3.0.8.

Here's the code I used to get a working bookmarklet/keyboard shortcut:

javascript:window.location='
http://yubnub.org/parser/parse?command='+encodeURIComponent('lsplit2%...

Hope this helps Michele and anyone else experiencing a problem.

-- Paul M. Boren

On Thu, Apr 9, 2009 at 7:01 AM, gangsta75 <michele.trimar...@gmail.com>wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gangsta75  
View profile  
 More options Apr 13, 3:13 pm
From: gangsta75 <michele.trimar...@gmail.com>
Date: Mon, 13 Apr 2009 12:13:02 -0700 (PDT)
Local: Mon, Apr 13 2009 3:13 pm
Subject: Re: new command LSPLIT - like split,multitab,mash etc but with a twist
I will give it a try :)..
thank you
Michele

On Apr 10, 3:08 am, Paul Boren <pmbo...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brian  
View profile  
 More options Apr 25, 4:35 pm
From: Brian <armkne...@gmail.com>
Date: Sat, 25 Apr 2009 13:35:53 -0700 (PDT)
Local: Sat, Apr 25 2009 4:35 pm
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:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathan Aquino  
View profile  
 More options Apr 25, 11:41 pm
From: "Jonathan Aquino" <jonathan.aqu...@gmail.com>
Date: Sat, 25 Apr 2009 20:41:02 -0700
Local: Sat, Apr 25 2009 11:41 pm
Subject: RE: new command LSPLIT - like split,multitab,mash etc but with a twist
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.

Thanks for flagging it.

Jon


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brian  
View profile  
 More options Apr 26, 9:34 am
From: Brian <armkne...@gmail.com>
Date: Sun, 26 Apr 2009 06:34:23 -0700 (PDT)
Local: Sun, Apr 26 2009 9:34 am
Subject: Re: new command LSPLIT - like split,multitab,mash etc but with a twist
Hi Jon,

Thanks for fixing all the ning based commands!

Brian

On Apr 25, 10:41 pm, "Jonathan Aquino" <jonathan.aqu...@gmail.com>
wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gomelet  
View profile  
 More options May 12, 2:53 pm
From: gomelet <gome...@gmail.com>
Date: Tue, 12 May 2009 11:53:33 -0700 (PDT)
Local: Tues, May 12 2009 2:53 pm
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:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathan Aquino  
View profile  
 More options May 12, 11:48 pm
From: "Jonathan Aquino" <jonathan.aqu...@gmail.com>
Date: Tue, 12 May 2009 20:48:22 -0700
Local: Tues, May 12 2009 11:48 pm
Subject: RE: new command LSPLIT - like split,multitab,mash etc but with a twist
Alas, I do not have time at the moment to debug it. I will put this on my
todo list.

Jon


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David  
View profile  
 More options May 13, 1:51 am
From: David <enderbe...@gmail.com>
Date: Tue, 12 May 2009 22:51:59 -0700 (PDT)
Local: Wed, May 13 2009 1:51 am
Subject: Re: new command LSPLIT - like split,multitab,mash etc but with a twist
twi doesn't display correctly in lsplit.

On May 12, 8:48 pm, "Jonathan Aquino" <jonathan.aqu...@gmail.com>
wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
G Omelet  
View profile  
 More options May 13, 3:29 pm
From: G Omelet <gome...@gmail.com>
Date: Wed, 13 May 2009 13:29:13 -0600
Local: Wed, May 13 2009 3:29 pm
Subject: Re: new command LSPLIT - like split,multitab,mash etc but with a twist

"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


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David  
View profile  
 More options May 13, 5:39 pm
From: David <enderbe...@gmail.com>
Date: Wed, 13 May 2009 14:39:48 -0700 (PDT)
Local: Wed, May 13 2009 5:39 pm
Subject: Re: new command LSPLIT - like split,multitab,mash etc but with a twist
Maybe its because of firefox?

When I do it everything shows up momentarily, and then everything but
the background dissapears.

On May 13, 12:29 pm, G Omelet <gome...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David  
View profile  
 More options May 13, 5:39 pm
From: David <enderbe...@gmail.com>
Date: Wed, 13 May 2009 14:39:48 -0700 (PDT)
Local: Wed, May 13 2009 5:39 pm
Subject: Re: new command LSPLIT - like split,multitab,mash etc but with a twist
Maybe its because of firefox?

When I do it everything shows up momentarily, and then everything but
the background dissapears.

On May 13, 12:29 pm, G Omelet <gome...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google