Clearing lightbox is not in foundation 6 so what is the alternative? - zurb-foundation

I would like to update my site from foundation 5 to 6, but I notice the clearing lightbox is gone from 6. I use it for my online albums. Is there an alternative or a solution provided?

Clearing will be a component that is added in Sites 6.2 - You can see the roadmap for it here: https://github.com/zurb/foundation-sites/issues/7759

Looks like the trend is to use orbit and reveal together in some kind of pattern as a replacement but it is now being discussed for F7.
https://github.com/foundation/foundation-sites/issues/7823

Related

Foundation - foundation.topbar.js not found

I'm trying to create a top bar in Foundation according to this page: https://foundation.zurb.com/sites/docs/v/5.5.3/components/topbar.html . The page says I need /js/foundation.topbar.js. I can't seem to find this file on my computer, nor can I find it on GitHub. How can I get the file?
Kind regards,
Dennis
Topbar is not part of Foundation 6 anymore. It is just part of Foundation Sites 5.
See https://foundation.zurb.com/sites/docs/top-bar.html for the current / new solution.
Foundation 5 is not actively supported anymore.

sitecore back/forward button disabled, history points?

I'm using sitecore 6.5 content editor and it the back and forward buttons are disabled in 6.5. I've decompiled the code and it looks like it could be related to history points?
I recently upgraded from 6.2, perhaps I am missing something in the web.config or sitecore.config, but a simple comparison using beyond compare doesn't really lead me anywhere.
Any suggestions would be awesome.
FYI this was a confirmed bug that was resolved in version 7, not sure if there is a patch for previous versions though.

Does a pagination mixin exist for ember.js yet?

I've been writing my own pagination logic that would be similar to the Ember.SortableMixin but with support for paging. Does anything like this exist yet in the pre 1.0 build?
If this doesn't exist is a pull request welcome around this specific behavior? It's my guess that 90% of apps out there need simple pagination/sorting and having a mixin built in would cut out almost 60+ lines of code.
Thank you in advance
Update
I replied to another "ember/ pagination" question and my full blown (working example) can be found at the below
Ember pagination full example
Here's a simple one that I've used: https://gist.github.com/1559628
It's by one of the top ember contributors.
i've just come across emberjs-pageable.
it looks quite nice at first glance, but i'm not sure if it's still maintained.
I've been using this one https://github.com/mathieul/page_wrapper
Tailored for use with Rails but could easily be adopted.
Really happy with it so far.

How to have ActionBar like Google Play in pre HoneyComb devices ( > 2.2)?

Firstly, This may look like a duplicate question but trust me I have searched all these questions, but couldn't find a suitable answer, yes it is frustrating. Still if you vote to close as duplicate please post comment so that I can learn, few of the similar questions are:-
1. ActionBar pre HoneyComb
2. Another similar question
What I want ?
In my Application I want to support the ActionBar like Google Play ( with few more buttons ). As shown below,
I want to use all three Action bars 1. Main Action Bar 2. Tab Action Bar and 3. Bottom Action Bar mentioned in this design page.
What I did ? I knew that ActionBar is not supported by default in pre-HoneyComb devices. so I started with searching for Alternatives, so I did following things:-
Downloaded the v4 support library and tried to get a working example, but couldn't.
Downloaded ActionBarShelock and created an example for that.
Downloaded this popular library (here on SO) from gitHub.
I have working examples of 2 and 3, but even they are far from what I desire. However I will prefer not using any prebuild library. Since it is a big Application which requires a lot of dynamic customization.
Please help me by providing any step by step guide to implement ActionBar using support library.
After considering that I decided using ActionBarSherlock, It is really easy to implement and to extend as well...

emberjs view with raphael or d3

I would like to render an ember.js view using either raphael.js or d3.js. My understanding is that it is possible to do this, but I can't seem to figure out how to get this to work after reading all the docs and googling around. Any suggestions?
A hello world example would be ideal to at least get me started on the right track.
There is a blog post by Johannes Fahrenkrug, using Raphael.js with Sproutcore 2.0 http://blog.sproutcore.com/using-raphael-js-with-sproutcore-2-0/. The code is hosted at https://github.com/jfahrenkrug/sproutcore-raphael.
Since Ember.js kinda evolved from Sproutcore 2.0, it shouldn't be to much work to use the existing code. Iv'e ported the excellent example by Johannes to Ember.js and created a JSFiddle, see http://jsfiddle.net/pangratz666/BHYgQ/. You should definitely check out the project on GitHub.
My ported example is hosted on GitHub and can be seen live at http://pangratz.github.com/ember-raphael.
As for D3, you can take a look at Alex Rothenberg's post Combining D3 and Ember to Build Interactive Maps.
I ported DC.js Crossfilter + D3 Charts over to Ember Components https://github.com/andrewreedy/ember-dc