Hi I am looking to find out how i can create a menu like the one found on the following site:
[http://www.boo-burger.com/]
I am currently creating a new site in Joomla and would love to learn how i could create something like this. Would love to learn, so would be happy if somebody could advise.
I am aware of icemegamenu and other addons that create a responsive menu, but I like how this is animated and also doesnt take up the full width of the mobile page.
At first point that website is created in WordPress.
Related
We often see this kind of gallery these days :
http://wedesignthemes.com/themes/index.php?theme=dreamspa (go to gallery)
http://joomla.templaza.net/fitness/index.php/gallery?limitstart=0
I think it looks kinda good and i would like to add something like this to a website. I don't have a lot of knowledge in javascript, so does someone have a sample, tutorial, link, code, or anything to help me to achieve this ?
My website was created using Bootstrap.
Here are some 'trendy' gallery ideas, they include a download to the code so it is kinda plug and play. Best to reference the source though.
i would like to make a simple slide show like this:
http://www.businessinsider.com/useful-apps-2013-8#quip-is-a-brand-new-mobile-word-processing-app-quip-is-made-by-facebooks-former-cto-the-app-makes-it-easy-to-create-documents-on-the-go-but-it-still-works-on-your-desktop-too-2
i am new to javascript, may i ask is there any example to build a slide show like above?
it seems the picture will only be loaded from the server side when the user click the previous/next button.
and is there any way to speed us the script as well?
many thanks.
The two simplest sliders/gallery plugins are fancybox and flexislider. Their are plenty of tutorials and help online to use these.
I am completely new to javacsript/jquery and am working on a small app for browsers. I am trying to include dropdown menus like those on Facebook for notifications or new messages. Does anyone have any good starting advice or good references? Thanks!
well basically it's just a divd that displays when you click. So if you're using jQuery you should be able to style the div and then $("#div").show(); I'd say it's more like a submenu than a dropdown.
this should be something to go by
http://sammaye.wordpress.com/2010/01/23/facebook-style-css-jquery-drop-down-menus/
Jquery's LightBox is hugely popular for doing popout menus. I personally prefer to roll my own, but as far as plugins go, lightbox is the breadwinner.
I’m trying to use a premade script for a calendar function on our website.
The script is from:
http://cubiq.org/iscroll/
I’m really really new, so I’m really sorry if this is really newbie.. but is there any way for the script to snap to each list item, when scrolling?
Thanks a lot!!
S
If you just need a calendar like that, cubiq offers a separate plugin: http://cubiq.org/spinning-wheel-on-webkit-for-iphone-ipod-touch
So I'm looking at slickdeals.net and amazon.com, and I found something very intriguing. It's basic for most of you guys out there, but it's new to me. For slickdeals.net, when you click login, a login box pops up like so. Also for Amazon.com, when you hover over the left navigational menus, a new menu pops up! I think it's JavaScript, but how does this work? How can I do something like that?
Update:
Thanks for the answers! One more question about Amazon's website. I've been looking at it with firebug. So how are they making their sub menu appear? I was expecting the mouseover to change the sub menu from display:none; to display: block; but this isn't the case. What is it change on the mouseover to make it appear?
Looks like a combination of CSS and Javascript. Look into JQuery and JQuery UI. It's easy to use and has things that make sites like theses easier to develop.
Look into the UI stuff for the menus and drop-downs and things like that. That JQuery UI is really cool and lets you make really dynamic web pages. They have examples on the JQuery UI site that you can look at.
You can view source to find these answers for yourself. It appears slickdeals.net is using jQuery for its javascript effects.
http://jquery.com/