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.
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 want to design a website with transition like this website : www.roodabe.com can anybody tell me what technology and template this website uses and is it possible to use them in a ASP.NET web forms website and how?
The 3D animations on the web page are made by www.kreaturamedia.com
You can find the product from this URL: http://kreaturamedia.com/layerslider-jquery-3d-demo-slider/
Using jQuery with ASP.NET is possible. Here is a tutorial for the stuff:
http://www.asp.net/ajaxlibrary/jquery_use_page.ashx
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
If you go to http://wonderwall.msn.com/, you'll notice that the wall is scrollable...and it's an awesome grid layout.
Is there a library that can do this? Preferably in JQuery
The javascript library used on this site was YUI.
Here is a link to there site.
http://developer.yahoo.com/yui/
Although i dont think there is one plugin that will achieve the total effect. The wonderwall website uses a clever combo of js and good css.
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
Such as Twitter's drop down notifications whenever something happens.
Whenever a user finishes registration, the notification will drop down and say, "Thank you"
Would django flash message be sufficient for you?
Why not use django.contrib.messages if you're using Django >= 1.2?
Read this Django Advent article on django.contrib.messages. It seems like it should do what you want.
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
Because it is not possible to force the iPhone to bookmark a webpage, I want a little arrow/bow to drop down to notify people to bookmark my mobile web page.
For any future viewers I would like to add http://cubiq.org/add-to-home-screen
I don't think your question is limited to the iPhone. There are several implementations of "sliding" panels/boxes implemented in jQuery.
Check out this one. It's a login panel that slides when you click it, but I'm sure you could adapt it to be a ribbon that slides down after the page is rendered.