Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have created an orchard site using the Azure Websites Gallery option.
I would like to add a simple Gallery module so that I can display multiple images on a page.
Does anyone know of a tutorial explaining how to do this? It seems that popular gallery modules such as http://orchardimagegallery.codeplex.com/ don't work with v1.7 of Orchard (which is what I got with Azure) because of missing dependencies.
You can try the MediaLibraryPicker field
or this module : https://bitbucket.org/bleroy/nwazet.zengallery
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm trying to learn the .htaccess file, where to start from ?
I need a simple tutorials at tge begining not a professional document
I want to know how to prevent specific files from being accessed direcly .. and hiw to setup a route redirect
There's lots of tutorials out in the net, this is one great tutorial for htaccess: htaccess-guide. Very much examples, and good explanations.
You can find more tutorials by using google.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Basically, the title says it all: Is there a Node.js based alternative to provisioning tools such as Puppet or Chef?
Somebody please correct me if I am mistaken but there are a lot of other options. Please check this. But none are node.js based.
UPDATE: There should be something that is open source http://docs.opsmezzo.com/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a versatile, feature rich node js file server?
Does such a thing exist? Preferably, thumbnail support, download files (potentially multiple files) etc.
Would be great to hear back!
Check out blueimp's file upload plugin at https://npmjs.org/package/blueimp-file-upload-jquery-ui
If you're just looking for a static file server without a dependency on jQuery, check out https://github.com/alejandro/Houston
Hope this helps.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Mochiweb and webmachine are very promising applications when you see how those who have found they're way around them are using it. I need to be directed to where I can find beginners' tutorials on mochiweb. It appears there is no website dedicated to the framework. I think what I need is a pdf, or a blog site or a tutorial on mochiweb, providing several examples on how to use it. I'm an erlang programmer already, using Nitrogen, Yaws, Mnesia and OTP e.t.c. Please show me the way...
On MochiWeb, I wrote http://alexmarandon.com/articles/mochiweb_tutorial/
Nice series:
http://buffered.io/series/web-development-with-erlang/
Wriaki, a sample app by Basho for Riak, is based on webmachine.
https://github.com/basho/wriaki
There is a video too
http://www.vimeo.com/14275191
A nice tutorial on mochiweb, json (video).
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Where can I find a good step by step tutorial about some api weather implementation? I´m really new in this, so official documentation is not always as clear as I need to begin to understand.
You can use various xml from various sites to access weather data.
This site Will surely help you.