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
Sorry if this comes across as a stupid question.
Take a look at https://btc-e.com/
I'm trying to implement a live text chat box that logged in users can type into and everyone sees their message. They would be authenticated through devise.
Is there any gem that can help with this. How would someone with little programming experience implement this?
Any help would be much appreciated!
try watching these railscasts video
http://railscasts.com/episodes/260-messaging-with-faye
http://railscasts.com/episodes/316-private-pub
these have the good demonstrated example how to set up live text chat box.
Take a look at this: http://faye.jcoglan.com/ruby.html
I haven't used it myself, but I've used socket.io in Node.js, and it seems like the same thing just for Ruby on rails.
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 would like to know if there are any javascript projects which help to give a "tour"
within a new web interface.
E.g. when Google changes interfaces in popular apps like gmail or maps you usually have the option, when you visit the first time, to see tipps/hints/videos etc. what you can do where.
Some Android/iOs Apps do this kind of introduction as well.
I would expect, that you could maybe define some events, that need to be triggered until you get to the next step and other events that trigger notifications/popups of any sort.
I found it hard to google for such functionality. Maybe this doesn't exist and I need to write it from scratch
There are several:
Intro.js
Bootstrap Tour
Joyride
Hopscotch
Pageguide
Found that list here.
I can recommend:
http://bootstraptour.com/
http://revaxarts-themes.com/tour/
Both are easy to use and good explaind :)
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 know some things in HTML5 and jQuery, but I don't know where to start so I can create a landing page like this one: http://www.getblogo.com/
Can you give me tips or suggest articles so I can do the same?
PS: I don't want anyone to do a search at Google for me. I just don't know what to search (how this feature is called, to be more specifically).
I think the search term you are looking for is "parallax scrolling" , or "parallax scrolling with animation".
You can find some tutorials here: http://inspiretrends.com/parallax-scrolling-tutorials/
In order to build a website you need to know some basic things:
CSS
HTML
Javascript
Some server side language like PHP
a Content management system like wordpress (not a must but most sites use it)
these are the basics you must have.
The site was made with Adobe Muse without writing code
A Quick Demo of Parallax Scrolling in Adobe Muse CC
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 am making chat system with vline and symfony2
vline is webRTC platform and API.
I already integreted it with symfony2.
and suceeded in sending messages each client.
However I want to make good UI like Skype.
For this purpose, what kind of approach is best?
Is there any UI library made by HTML5 and Javascript?
Kind of a vague questions.. but I would suggest Twitter Bootstrap when if you want an out of the box solution for defining your UI modelling.
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
If I'm not mistaken, I once stumbled across a product or something that let you make tutorials for your website using Javascript. Like, you could show the user directly how to do certain things with a virtual cursor, in-browser. Am I making this up, or is this a real thing?
Sorry if this question doesn't belong here (StackOverflow claims that it looks subjective and is likely to be closed).
You may be looking for this: http://amberjack2.org/
EDIT: More info here http://ajaxian.com/archives/amberjack-2-0-on-page-tutorials
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
What I'm looking for is something similar to this ASP.net Ajax Control.
However, I need a solution that uses only free technologies (e.g. PHP, Javascript).
I like TinyMCE
Have you checked CKEditor (ex FCKEditor). This is one of the most powerful editors. But it depends what your end users are. If they're developers then consider something similar that SO uses (WMD Editor). Much easier and faster to use. SO guys actually changed it to some degree but the original was used at first.
Basically you don't need it to tie to any server-side technology as long as it's programmable on the client side.
Probably the most popular is the FCKeditor - now renamed CKeditor.