Kindly anyone tell me how to make anything slider in HTML websites? [closed] - slider

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Kindly Let us know i have nivo slider in my websites now want to go for a anything slider to create and to add a videos kindly pls help me regarding this

You need to use the html version of it available at https://github.com/CSS-Tricks/AnythingSlider, which also has documentation to tell you how to use it.

Related

How can i add new Routes to API Platform [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
i started using API Platform together with Symfony and i don't know how to add a route, can anybody point me to the right direction?
its quite simple..
You first create your Entity like
php bin/console Make:Entity
and then you just have to add some decorator to it like this
/**
* #ApiResource()
*/
Please read this starter guide which should help you with your question:
https://api-platform.com/docs/core/getting-started/

calendar same as given image in objective c only not in swift language [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
i want to make calendar like given below image perfect.so that can any one help me to solve my issue. I have visited this site for reference but i don't get perfect match the sites are...
1)https://www.cocoacontrols.com
2)code 4 app
PDTSimpleCalendar is a close framework to what you're looking for, but if you want exact one, you'll have to write it yourself ;)
Try these one.
https://github.com/nopshusang/SACalendar
It will help you.

How to make slider like this? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
How to make a slider like this link that the one in the site http://demo.rehabdigital.com/ethical-2/. I shall be very thankful to my brother who will answer me. Thank You.
This slidder is realized with Flexslider v 2.0 and jquery

Prestashop custom product fields [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am trying to add some custom fields on my prestashop backend and, when filled, to show up in frontend. Here are some examples of what I want to implement:
And here is the frontpage:
Searched everywhere but no results. I just need an idea or an example. Thank you!

how do i learn chrome.extension.sendRequest method? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I have tried to browse through the extension APIs and have searched google. I can find the information available for chrome.extension.sendMessage but its hard to find anything for the chrome.extension.sendRequest method.
Please help for the best tutorial to Chrome Extensions as atleast here Google is not helping me much :(
It is deprecated.
use sendMessage:
http://developer.chrome.com/extensions/runtime.html#method-sendMessage