Introducing Glide Panel

1,493 views
Skip to first unread message

Pil

unread,
Aug 11, 2011, 8:27:40 AM8/11/11
to Google Maps JavaScript API v3
Just finished a glide panel that mimics the panel of Google Maps
somewhat. But it's really cooler.

Should be compatible with all supported browsers.

And the most important: It's pure Javascript without using jquery and
such...

http://www.wolfpil.de/v3/glide-panel.html

Esa

unread,
Aug 12, 2011, 6:15:45 AM8/12/11
to Google Maps JavaScript API v3
Cool!

en4ce

unread,
Aug 19, 2011, 7:32:36 AM8/19/11
to Google Maps JavaScript API v3
really nice but the script is so huge :/

Pil

unread,
Aug 19, 2011, 9:22:56 AM8/19/11
to Google Maps JavaScript API v3


On Aug 19, 1:32 pm, en4ce <djen...@googlemail.com> wrote:
> really nice but the script is so huge :/

Yes, unfortunately it's a bit large, although I've done everything to
make it as small as possible.

I think the real size problems are the parts where two booleans are
necessary. In every 'normal' language only one or two lines are needed
to convert the statements to a binary value and vice versa in this
case. But if I do that in Javascript the script would even be
increased and harder to read and execution possibly slowed down.

James McGill

unread,
Aug 20, 2011, 5:36:59 AM8/20/11
to google-map...@googlegroups.com
Hi Pil,

Could you provide an example of the code you're talking about (converting to binary values).

Regards,
James


--
You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.
To post to this group, send email to google-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.


Pil

unread,
Aug 20, 2011, 7:58:46 AM8/20/11
to Google Maps JavaScript API v3
Either you'd have to use an additional library and accept that you
usually don't know what is done and how it's being done :-(
or write a pack and unpack function yourself.

This one looks promising to me as a starting point

http://codereview.stackexchange.com/questions/3569/pack-and-unpack-bytes-to-strings




On Aug 20, 11:36 am, James McGill <jmcg...@google.com> wrote:
> Hi Pil,
>
> Could you provide an example of the code you're talking about (converting to
> binary values).
>
> Regards,
> James
>
Reply all
Reply to author
Forward
0 new messages