As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I took a look at the Twitter CSS and it's completely diferent from the Twitter Bootstrap CSS. It doesn't use Bootstrap's grid system, and it isn't responsive.
Do they have anything in common other than the developers?
My answer at Quora:
Internally, we use it in a lot of applications. On Twitter.com, you
can find bits and pieces in our dropdown menus, forms, and buttons.
I think bootstrap is just a side project of two developers that work for Twitter. It doesn't necessarily have anything to do with twitter itself.
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I want to handle closer to 100% of my client side code with angularjs, I'm using twitter-bootstrap also, so the thing is twitter-bootstrap make me do so much html code to create forms, i like solutions like simple-form, but they consist in a model instance to do the form_for thing, and create an instance just for that doesn't sounds cool to me.
Does anyone knows any gem or something of those libraries that I'm missing?
thanks
There is a library full of directives for angularjs and bootstrap: http://angular-ui.github.io/
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I need to write supersimple iPhone application. It contains the list of buttons and if the user clicks one of these buttons, the application opens a new view with image.
My problem is that a lot of tutorials/books was created 2-3 years ago and I can't learn in parallel Objective C and understand compiler's changes.
What will be better for my "buttons" menu? What can I read about it? Help pls
Just look at storyboards tutorials, and you won't even need Objective-C for that kind of app.
e.g.: http://www.raywenderlich.com/5138/beginning-storyboards-in-ios-5-part-1
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Warner Bros was published a year ago a promo iPad application for the movie "SHERLOCK HOLMES: A GAME OF SHADOWS". The app is free and one can download it here: https://itunes.apple.com/us/app/sherlock-holmes-game-shadows/id515031420?mt=8
I think that the interface of it is brilliant (with the parallax scrolling and the fade in/ fadeouts of the background photos etc) and a similar interface would be very suitable for an app I am planning to design.
I would like to ask if you have any idea on what tools they might have used to create it (e.g. is it scroll views one on top of another, is it cocoa2d).
Any hint would be highly appreciated!
I think it's HTML 5. Maybe something like PhoneGap.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I have looked at Spire, Spreadsheet Gear, and GrapeCity (as well as just web-search-engines) to find a grid-like control that will allow local data manipulation that looks/feels like Excel and Access. In particular is the need for a "fill handle", so a set of 50,000 items can be edited in one box and then a user can change columns below it, simply.
Can anyone recommend something? Silverlight or Flash is fine also if HTML5 or classic JS is unavailable.
This requirement for a fill handle is a killer....
Thanks.
Have a try using Handsontable. Using Html and jquery its giving better results.
Try jqgrid also.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
working with a small database,users and a minimal design are the most important needs.
Assuming you only want to do basic CRUD operations, and given the powerful scaffolding Rails has, I'd just take a few hours to build your own. If you need user authentication, simply use Devise and you should be all set.