Ruby on RAils (rubyweaver) dreamweaver cs5 integrations - ruby-on-rails

I saw there is an dreamweaver called rubyweaver. Does anyone know of plans to upgrade that to CS5? anyone hear interested in doing this? It would be helpful for newbies like me to have some Wysiwyg editing. Any other software offer that for ruby on rails?

According to the Rubyweaver site they are not offering CS5 support due to not having a developer that can perform the update work for the extension. This appears to be due to the site that is offering the download of Rubyweaver is not the same people that developed the original extension.
You may want to try the extension out, some of the functionality of it may work in CS5. The site doesn't list any specific CS5 issues on it Known Issues page.

Yes it is true that we do not currently have a developer for this extension as of yet. We have a few potential prospects that we are currently having talks with. The Original Creator of the extension is Rob Cameron of RidingTheClutch.com. Jason Gills took over the IDE and updated it to it's latest state.
We took over the RubyWeaver IDE from the Jason Gills as he was not able to provide the extension or keep up with the development of RubyWeaver, so we got with Jason and decided to keep this extension available to everyone.
We hope to be offering an updated version as soon as we find a coder.
I hope this information helps out.
Thank You,
John

Related

How to do floating Native UI (Android) using cordova-ace plugins?

I am looking for documentation for Ace to do "Floating UI" , i want to to like facebook "Chat Heads". So far there is no documentation only mentioning coming soon , which means avaliable but undocumented right?. Is it already available in github latest master?
They decided to close the support for this project:
As of December 2016, this project is no longer maintained by Microsoft. We built ACE to provide developers with an “escape hatch” to access native code from within JavaScript. After nearly a year in production, we learned that most developers are satisfied with the access granted by Cordova’s Plugin Model. Thus, we’ve discontinued active development. We appreciate your interest in the project and hope you found it exemplary of Microsoft’s commitment to experimentation and open source software. if you're interested in continuing this project, please feel free to fork it. As of December 2016, we will no longer monitor or respond to open issues. You can keep up with other projects from Microsoft’s Cordova team by visiting http://taco.visualstudio.com. Thanks for your support!
I was also looking some plugin to implement "chat heads" in Cordova, without any luck :(

What would be the best way to create a firefox plugin for taking desktop screenshots?

I need to create a firefox plugin that allows a user to take screenshots of any part of their desktop and have them uploaded to a server. There seems to be lots of plugins for screen capturing a webpage, but nothing for capturing anything outside of firefox. So after a little research I have not found much information on how this might be possible. I don't want to resort to a using a java applet but I will if that is my only option.
Does anyone have advice on how I might create such a feature?
Thanks
I don't think a Firefox addon is the most appropriate approach here. Maybe split the task into a Firefox addon to offer the "upload to a server" component and a native app to do the desktop screenshot (or just integrate with existing screenshot tools).
If you're worried about complicating the installation process for end users, you could look into bundling the addon component and native app into a single installer (e.g. MSI on Windows, RPM on Linux, etc.). You'll have to come up with different apps for each platform you want to support (and maybe even each version - e.g. Windows XP vs Windows 10).
Whatever you decide, you'll probably need to create a more specific question to get further help here (there's no simple Firefox.Addons.API.TakeScreenShot() answer I'm afraid).
Also make sure you're using the right terminology - a plugin is the deprecated NPAPI approach whereas addons are still supported.
I'm actually working on taking native desktop screenshots just in the last coupel of days. I'm using js-ctypes. My work goal is the same exact thing to, upload to server. If you would like to collaborate I am very open to it! We can chat about it on #jsctypes irc channel :) irc://moznet/jsctypes (Mibbit IRC WebApp) If you don't know js-ctypes thats ok i can handle that while you can handle uploading techniques, and an editor on canvas :) The editor is a huge part of it, you can see my ideas/plans here: https://github.com/Noitidart/NativeShot/wiki/NativeShot
I'm really really interested in a collab on this!
I'm still working on windows right now, the color is messed up: https://github.com/Noitidart/NativeShot/tree/digitanks-method
I was just about to start OSX work following this example here: https://developer.apple.com/library/mac/samplecode/SonOfGrab/Introduction/Intro.html and here: Take ScreenShot without Window
You can install the addon from that branch and click the icon that gets added to the toolbar, it will take a screenshot with 3sec delay and then append it to the body of the selected tab. (Windows only right now)
Doneskis baby check it out: https://addons.mozilla.org/en-US/firefox/addon/nativeshot/
Got some quirks. Released it as v1.0 though. I'm working on Android support, pretty close. I need to flesh out the editor tools. Please let me know if you're willing to collaborate.

Building a Firefox add on

after I managed to create an add on for Chrome browser (http://stackoverflow.com/questions/13686561/chrome-addon-with-my-server-interaction),
my next target is to do the same for Firefox.
I see this is harder to do or there arent many good tutorials for begginers.
What Im asking is good step by step tutorials in order to understand the workflow for FF.
Thank you again for reading me!
Take a look to Add-on SDK. Here the documentation, and you can also download it from Github.
I would say that the Getting Started section of Add-on SDK docs is a good place to start your reading.
You can also join the IRC channel #jetpack on irc.mozilla.org and ask help directly to the SDK team, if you have any doubt!

Is it possible to compile and use xapian, clucene or lucy on iOS?

I want to compile and use Xapian with xcode on iOS, is there any one with any experiments on this? Is it possible?
Is there any other option for implementing full text search on iOS?I have tried
S4luceneLib (in Obj-C) which works but is port of old version of lucene, also I
have checked Clucene and lucy, which like xapian i can not compile on iOS.
any help and comment will be appreciated.
Speaking as one of the Xapian authors, I don't recall hearing of anyone reporting trying to compile Xapian on iOS. I also don't know of any fundamental reason why it would be impossible to compile it on iOS. I suggest you contact the Xapian developer community (on the xapian-discuss mailing list: http://lists.xapian.org/mailman/listinfo/xapian-discuss or on the #xapian IRC channel on irc.freenode.net), and give details of the attempts you've made to compile Xapian, and the error messages or problems you encountered.

view pdf in program(delphi) by use free library(not activeX)

Is there are any open source or free-ware library to display PDF file in my Delphi program?
I had looked for one, but most of them are commercial or not fully functional.
PS: this solution need to be cross platform by using wine.
One possible solution might be to include the open source SumatraPDF viewer with your program and use it to display the pdf's.
http://blog.kowalczyk.info/software/sumatrapdf/index.html
One nice thing about SumatraPDF, other than it being open source, is that it doesn't require an install. It consists solely of a single .exe, so you could just stick the .exe in your app's folder and call it to display pdf's. SumatraPDF is a pretty bare-bones viewer, so it may be one of the ones you've already looked at and rejected as "not fully functional", but I'm not sure whether you're going to find any perfect open source solution.
As others brought up in the similar thread that was linked from this one, you might consider using the Gnostice library or the WPCubed wpdfviewer component. You have to purchase a developer's license for those, but then can incorporate them in your app and deploy as many as you want with no runtime licensing fees.
My answer to this question discusses the Adobe API.
I missed the PS. Some other answers to the same question may help.

Resources