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.
Can anyone recommend an external text editor for Typo3 that handles typoscript color coding breakdowns and auto-suggests for code completion?
jEdit with the TypoScript plugin is the best available choice, to the best of my knowledge.
You might also be interested in this DEV3 project. TYPO3 editing for Eclipse. I expect it to grow further in the future, so maybe it's not the best option right now, but soon might be.
If you are on a Mac... Textmate with the TS bundle is pretty good, too.
I use NB-IDE PHP edition from www.netbeans.org with TYPO3 plugin
best solution for me!
cheers
If you are on a Windows, you can use PSPad with the sweeTS plugin.
Also for TextMate, consider the Cast Iron Coding tm.bundle...
Notepad++ has a userLanguage as well: http://sourceforge.net/tracker/?func=detail&aid=2839067&group_id=95717&atid=612385
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'm looking for a very concise guide to using rails. I've done lots of work with other similar frameworks like Django so I just need a very short tutorial. Does anything like that exist?
Thanks!
This is best guide for those who are new to rails..
http://ruby.railstutorial.org/ruby-on-rails-tutorial-book
If you're willing to put up with a few quick video tutorials, Rails for Zombies by EnvyLabs (railsforzombies.org) gives a good overview of the framework.
If you decide to check it out, know this: at the time of this writing, there's one error in the tutorials. The code they show you for writing a basic redirect is missing a prepended slash on the URI. (At least, according to the interpreter they use for the accompanying exercises, it's incorrect.)
Other than that small gripe, in my opinion it's a great way to onboard yourself and colleagues in Rails, before drilling down into the gritty details.
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.
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 12 years ago.
I am interested in learning Ruby/RoR, but it seems to have lost the popularity it had a few short years ago, and from what I've read, few webhosts support it. Is it on its way out?
Still seems to be growing in the U.S., it's just not as hyped as it was. See job stats from indeed
I wouldn't say it's on its way out, it just lost some of the hype--which isn't a bad thing.
I don't think there has ever been a ridiculous amount of hosting support; but there are a few, there's a list of hosts that provide rails support at http://www.rubyonrailswebhost.com/
No.
I find more and more nice little startups that are using it (my favorite recent finds: toggl.com and zencoder.com). There are also many good web hosts, but in my experience the best of them is heroku.com.
If you're interested in learning it, find a local user group. There's always people there willing to share their interest.
I worked for some start-ups and all of them used Ruby on Rails.
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 tried TinyMCE and FC/CKEditor and they both don't really do the job...
I wanted to get a wordpress like style...
Thanks!
Wordpress actually uses TinyMCE, with its own modifications. It's open source, so you can probably grab the editor from Wordpress itself.
Otherwise, you have choices of using YUI Editor (although it may be too simplistic and isn't that widely used), or just using a plain text area with Textile/Markdown behind the scenes (similar to what Stack Overflow uses), and perhaps a row of javascript buttons at the top. There are a few scripts available that can do this for you, notably Textile Editor Helper.
If none of those works, and you still don't want to use TinyMCE or FCKEditor, you could always code your own.
YUI Editor :)
Tis cool!
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.
we've been using Pro Essentials graph (gigasoft.com) but it doesn't play nicely with delphi so it's been causing problems.
we need to display waveforms and bar graphs (not at the same time). the waveforms could have thousands of points. we need something pretty full-featured that's a "living" product.
our app is a native win32 delphi 2009 app.
thank you for your suggestions!
Try TeeChart
http://www.steema.com/
how about aggpas ?
I'd try out the LMD ChartPack. LMD has been making native Delphi products for years - if they handle your scenario, they will probably work quite well.
Some wave forms and bar graphics should both be able to be done with that.
Try this link. It has many components listed just for Delphi.
Try our RMChart.
Not native Delphi component but a freeware one and I have been using it in many of my apps.