JavaScript - looking for Standalone jQuery animation function/library [closed] - animation

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 11 years ago.
I would like to request Standalone jQuery animation function/library.
I found lots of libraries in the internet - some of them were complicated to use, some of them were OVERWEIGHT and some of them were unsmooth/rough/laggy/slow.
I wont post the libraries I found because I believe there's no need. Tell me only about something I cant find by writing "JavaScript Animation Library" in Google...
Thank you very much!

It seems that you're actually looking for a JavaScript animation library, not a jQuery one.
You'll find several lightweight libraries at http://microjs.com
Also, check out the $fx library https://github.com/agilemd/Fx

Go for scriptaculous. It is an open-source javascript library, intended mainly for animations.
http://script.aculo.us/

Related

reactiveui samples [closed]

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'm really amazed with reactive extensions library created by Microsoft and the MVVM framework 'reactiveui' build on top of it. I would love to use it in my project, but I cannot find any examples of using it in standard applications. I've seen Paul's (creator) blog posts, but what I need is not samples of codes, but sample application.
I want to build windows phone7/ windows 8 application with Reactive-UI, but I would like to know how to exactly use it in the there (not dry 3lines of usage example).
Please let me know if you know any open source examples, where Reactive-UI has been used.
You can check this GitHub repo
In the ReactiveUI.Sample.WP7 folder you can find the Sample application.

Can I create a desktop application with ruby? [closed]

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 would like to know if its posible to create a desktop application with ruby and the disadvantages,
please can you give me a example? a application to use in windows
thanks
Yes you can, Sir!
The disadvantages are like there might be some difficulties doing advanced stuff for interfaces but I'm just guessing as I have no experience at all in this field.
Take a look at some solutions you have:
http://shoesrb.com
https://github.com/larskanis/fxruby
https://github.com/maccman/bowline (this one I just found it now and seems interesting, BUT it's not maintained anymore :/)
http://macruby.org (for OS X only)
http://www.rubymotion.com (paid and OS X only)
Other I can think of is using Java Swing with JRuby
Also you might want to take a look at this -> http://en.wikibooks.org/wiki/Ruby_Programming/GUI_Toolkit_Modules

Free online charting services? [closed]

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 am looking for a service, similar to the deprecated Google image charting API.
I need to create graphs and send them via email. Therefore it's important that the
resulting chart will be an image (and not some kind of interactive javascript object).
The service also needs to be free.
Do you know of any such service?
Thanks
I do not know such API but here is how I could proceed, I'd use node-canvas to generate piture from the graph if I wanted to do canvas based drawing.
Here is an article about it.
If I wanted to use a SVG library like Rickshaw I would use phamtomJS to generate the picture from the SVG canvas.

What's a great program for creating visual software mockups? [closed]

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 a presentation due in about three hours and rather than handing in something I drew in pencil, I'd rather turn in something nicer to the client.
Is there something out there that lets me pick and drag common controls to create mockups?
balsamiq
http://www.balsamiq.com/products/mockups
Balsamiq, hands down.
Visio isn't bad if your willing to pay for something. It comes with widgets that resemble actual windows components.
http://office.microsoft.com/en-us/visio/fx100487861033.aspx

Initial skeleton for Firefox extensions? [closed]

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 always seem to have a hard time starting a new Firefox extension. Can anyone recommend a good extension skeleton, scaffold, or code generator? Ideally one that follows all the best practices for FF extensions?
This one works nice: https://addons.mozilla.org/en-US/developers/tools/builder
Of course googling for "firefox extension generator" is where I found it ;)
Look up this eclipse plugin:
SPKet
It will take care of the skeleton and 50 other things, you will love it.

Resources