WYSIWYG Editor for XUL [closed] - wysiwyg

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 anybody recommend a good graphic WYSIWYG editor for XUL?

This question is very similar: XUL Explorer is probably as good as you're going to get.

If you need WYSIWYG XUL editor, try XUL Gear FireFox extension

Or the "Live XUL Editor" in the Extension developer's extension.
There's no drag-and-drop editor like for Windows Forms if that's what you're looking for.

Here is a MozillaWiki page with a list XUL Integrated Development Environments and descriptions of each.

I've been known to use the DOM Inspector to design XUL, but then again I'm quite happy coding in vi and reloading the window.

Related

Are there custom UI toolkits for Android? [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.
The options that the standard UI palette, while OK, are not the most exciting. Before I go down the road of making some custom elements, I was wondering if there exist any UI toolkits for Android that people knew about? Or are there any theme toolkits (besides the ones included with Android) that make things look better or add more functionality?
I am looking for something like Twitter's Bootstrap for Android. Or something like jQuery which makes JS better. Does such a thing or something similar exist for Android?
Yes, there are a lot of libraries available. Here are a few:
http://www.droidux.com/
http://code.google.com/p/android-misc-widgets/
https://github.com/ragunathjawahar/simple-section-adapter
https://github.com/jgilfelt/android-viewbadger
https://github.com/ragunathjawahar/deselectable-radio-button
http://code.google.com/p/android-wheel/
https://github.com/johannilsson/android-pulltorefresh
http://actionbarsherlock.com/
http://www.senab.co.uk/portfolio/pull-to-refresh-for-android/
https://github.com/cyrilmottier/GreenDroid
http://hansel-and-gretel.com/
https://github.com/JakeWharton/Android-ViewPagerIndicator
https://github.com/pakerfeldt/android-viewflow
http://code.google.com/p/android-coverflow/

Is there an improved IDE for Eclipse? [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 modern, highly usable, single package IDE/wrapper for Eclipse (if such things exist). Something that would provide a wrapper to Eclipse and add some style, a nicer interface, better code highlighting, etc. Any suggestions?
Edit:
-Java
-Looking for a nicer "prettier" IDE with more visual features and code completions, etc.
-Should be able to install it on a live Eclipse install
Eclipse is one of the best IDEs in terms of code completion and refactoring features. If your concerns are mainly style, you can customize syntax coloring using the Preferences > Java > Editor > Syntax Coloring menu. Or check out color themes here.
If you want a different skin for Eclipse you could try here. There are also code visualization plugins and style warnings, but you need to be specific about what you want.
I'm not sure if it's going to give you everything you're asking for, but there is STS.
Aptana is pretty good, www.aptana.com

Are there any guides for design MetroUI-like interfaces for desktop apps like Zune or Metrotwit? [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.
Of course, there is the UX Design Guidelines for Windows Phone, but it, obviously, miss tips for the window header design and behavior.
I suppose MS is not interested in Metro apps on classic desktop, but may be some one else (hello, Metrotwit team ;) ) wrote something interesting?
You could use the documentation of the Windows 8 Metro apps that is slowly appearing.
When looking at Zune etc. they decided to get rid of the standard chrome/borders and implemented their own.
The problem is that the desktop still requires a minimize/maximize, title while these do not exist on Metro.
My advise copy the ideas from Zune and others. I do not expect any official guidance on this soon.
Metro is also for Windows 8. Take a look at
8 traits of great Metro style apps
Designing Metro style apps

what's the state of go language IDE support? [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 11 years ago.
Can anyone share his experience working with go in one of the three java IDE giants -I mean eclipse, netbeans and JIdea
--
there's a similar question here https://stackoverflow.com/questions/1737098/is-there-an-ide-for-go but I think it's a little outdated, almost a year ago...
There is a page at http://go-lang.cat-v.org/text-editors/ which describes methods for getting various text editors and IDEs, including Eclipse and IntelliJ IDEA, to play nicely with Go. Both GEdit and Vim have decent support, having defined methods for integration with GoCode, a code completion daemon, and syntax highlighting.
There's this: http://code.google.com/p/goclipse/, but it's in the alpha stages of development. Could do with a little bit of love.
Vim, Emacs or LiteIDE http://code.google.com/p/golangide/

Projects that were build with GWT [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 9 years ago.
I was wondering which projects were build in GWT? Especially by Google itself...
http://gwtgallery.appspot.com/ seems to be a starting point.
AdWords, AdSense, Google Health, Wave...
I work on mapfaire.com
Consider using the search functionality first next time. Projects that were build with GWT
Google Wave is the only one that I'm sure of (that was built by Google).
Here's another list of applications that use GWT.
new UI for blogger.com (avi at draft.blogger.com) is also built with GWT.