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've looked for this for a bit, but it seems there is no working plugin for uploading photos/images through TinyMCE, apart from MCImageManager that you have to pay for it.
Is there a plugin working for this purpose with the latest TinyMCE? I've tried iBrowser, but that didn't do the trick.
That said, instead of asking another question, is there another handy TinyMCE plugin that enhance its use?
I came across a post in TinyMCE's forum, "Image Manager Plugin for free".
After trying out the 'images' plugin mentioned in the second post, it worked.
It's recommended since it is easy to implement and there is a nice interface where you can create,delete folders, upload one or multiple photos.
Downside
No documentation exists at all but it is relatively easy to implement after having a look through the plugins folders.
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 need a control which can display thumbnails similar as seen on the attached image.
It should support:
virtual mode
handle up to 50.000 images
thumbnail groups
scaling
work with Delphi XE3.
If such control does not yet exist I would have to create one from scratch. What is the best strategy for developing a control like this?
See an example of what it should look like
RMKlever has a series of blog-posts and sample code here. that can emulate a wide variety of things, but you would have to make code modifications yourself if you're particular about your desired format.
I believe the control is one of his own called rkView. The demos may require a lot of work to get them working for you, I found working with his stuff was difficult to get started with due to lack of documentation and samples but I eventually figured it all out.
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.
Can anyone suggest me a good RoR open source project that covers a lot of Rails fundamentals but yet is simple, and most importantly has lot of features or atleast bug fixes that are yet to be implemented? I checked out a few like Spree, Substruct, etc. but could not zero in upon one, that is simple and has features to develop. I am not sure if any of them even had list of bugs to be fixed., though features will be better.
Check Diaspora, this is the Diaspora Github page.
Here is the List of open Issues
Here is the Diaspora Installation Guide
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've already released several app-books for children and the number of books is quite big.
What I want to do is create a book-stand (like news stand in iOS) and get the book together.
I think there is no way to get my apps in one app(the book-stand...) so I'm trying to remake all my previous work(the app-books) and create new app(book stand).
However, each app-book has its own interactive objects so I have no idea how to do this.
Is there any good document or any tips for this?
Can your books be made via iBooks Author? How are they interactive? If you have to go down the custom store route, I would look at epub and HTML5.
Check out the Baker Framework or HPub. Also check out various interactive PDF SDKs out there.
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.
Is there a guide / book about custom control development for iOS? All the books I've found don't go beyond using UIKit builtin controls.
As #petert wrote, Cocoa Controls is a great resource, but my favourite is by far iDev Recipes (even though it's not updating that often anymore). Check also http://maniacdev.com/, many open source libraries/projects can be found and it gets updated regularly. Ray Wenderlich has also many nice tutorials - scroll down to "Graphics and Animation".
EDIT: I just saw that #Jano suggests idevrecipes as well, sorry for doulbe posting
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 was wondering if anyone knew the best way to create interactive books for the iPad (such as the Alice in Wonderland and Dr. Seuss books currently available in the App Store)? I am looking at using Cocos2D which seems like it could be a good option. Thanks in advance!
If you want an intermediate solution (i.e. more than epub but less than cocos2d), try http://bakerframework.com/ It is an HTML5 ebook framework. The "book" portion is developed in HTML5 and the project includes an XCode app to compile the HTML5 into an app that manages page turns, etc. Project is BSD license.
cocos2d is definitely doable, have a look here. You could also use core animation depending on how interactive you want the book to be.