Foundation - foundation.topbar.js not found - zurb-foundation

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.

Related

The foundation 5 docs on get.foundation/sites/docs/v/5.5.3/ are not available anymore

Today I found that the documentation for foundation 5 (https://get.foundation/sites/docs/v/5.5.3/) is not available anymore and I still have projects in long term maintenance that rely on version 5.
Considering the discussion on Github about Zurb distanzing itself from foundation, I wonder if this a short term hicup or if zurb actually taken down the version 5 docs...
Anyway, does anybody know of a secondary source?
We have reuploaded them at https://get.foundation/sites/docs-v5/
Is there still an old / wrong link in the current docs?

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

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

Using Zurb Foundation with django-cms

I am a newbie web developer, I've installed django-cms and now I'm trying to figure out how to use zurb foundation with it to create frontend that I like.
Can you help me with understanding main steps I need to take to do this?
P.S.
I understand that maybe it is a simple question, but I can't find any tutorials about it. If you will help me - I promise to write extensive article about it so that other people wouldn't have problems with that =)
Step one: Place foundation in the static directory
Step two: import the CSS like you normally would, using the STATIC_URL https://docs.djangoproject.com/en/dev/howto/static-files/
Step three: profit
I am not familiar with django-cms, but if you can locate the base template file the cms is using, it should be as simple as importing foundation using link rel= in that base template, then all your other templates will extend that base and have access to foundation CSS classes.
I could be wrong, but it seems like #Wade Willams answer will only expose the Foundation CSS framework for use. Foundation, however, offers a bit more functionality as a framework than simply a responsively constructed CSS file.
From this related question I found django-zurb-foundation which looks promising.

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...

Using Windows media foundation

Ok so my new gig is high performance video (think Google streetview but movies) - the hard work is all embedded capture and image processing but:
I was looking at the new MS video offerings to display content = Windows Media Foundation.
Is anyone actually using this ?
There are no books on the topic.
The only documentation is a developer
team blog with a single entry 9 months old.
I thought we had got past having to learn an MS api by spying on the com control messages!
Is it just another wrapper around the same old activeX control?
I read the Media Foundation Programming Guide, and it's as complete as everything else is w/ MS, in that you have all the information you need, no clue on how to find it, and no idea what's important when.
I'm trying to use MMF, but I'm currently not getting anywhere, and am thinking that going back to DirectShow might be the better approach as there is more example code with explanations.
No, it does not appear to be just another wrapper around the same ActiveX controls.
Did you read Media Foundation Programming Guide? It looks pretty complete.
To get started with Media Foundation you might want to read this. Media Foundation was first introduced in Windows Vista. Thus, you must have Vista or later versions of Windows to develop Media Foundation apps. If you are targeting Windows XP users then, D-Show might be a better option.