Dreamweaver equivalent for Linux [closed] - linux

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am looking for an equivalent software to Dreamweaver in Linux.

It is not an exact match but it is based out of Eclipse which means super cross platform funky java love.
http://www.aptana.com/
Aptana Studio is actually what I replaced Dreamweaver with since Adobe bought Macromedia, I use it on Windows and Linux without trouble. But for the suggestion you will also get my 2 cents about Wysiwtf... it is almost never what you get. Some of the best code I have ever done in my life was done in SciTE (also available in Linux), it supports multiple coding languages and offers enough features to be useful without becoming bloated.

If you want something reasonably non-technical, then perhaps Kompozer?
Or, if you want more technical stuff, then you probably want Aptana.

Another mention bluefish.

Depending on what desktop environment you use I can recommend Quanta+ to you. It's part of the KDE SC but can also be used in other DEs.
You could also use KompoZer, it seems to be nice as well. Didn't test this one though.

I've also researched this for myself, and the answer is that, in my opinion, there is nothing comparable.
Most people choose Dreamweaver for its WYSIWYG (as good as it can be with HTML), and the ease of use. If you're looking for database connectivity, PHP debugging and the like, then Elipse beats Dreamweaver by a lot, but chance is the original poster is looking for the ease-of-use, so neither Bluefish nor Eclipse is going to satisfy him.

Related

Microsoft Project opensource alternatives [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have been recommended to use the Microsoft project as a project manager in my course. But being a opensource fan and linux user what will be the best opensource alternative to this.
I have seen this question: https://stackoverflow.com/questions/109579/open-source-alternative-to-microsoft-project, which suggests to use openproj. Openproj's last version was released 2 years back so I was thinking otherwise.
Also following the wiki project management softwares comparison, I found out there are lot of opensource alternatives. Some software in the list with maximum features I found out are:
Endevour
eGroupWare (web based)
Onepoint Project
Project.net
Project-Open
Redmine
web2project (web based)
Could anyone recommend what is the best (or most popular) alternative.
Update
Finally looking at the various project management softwares, I found out that deciding for one completely depends on your needs. The one thing that works everywhere is Pen and Paper as suggested in this answer.
Your list is missing my two favorites:
Pen and paper
.txt files
and I don't mean this in jest! They are simple tools - but they have certain advantages to them. They have limitations in what you can track with them, and hence you only track what is important. Take it as the minimalistic approach to project management if you will.
In general, I don't tend to think you can manage software development by GANTT or PERT and resources. Most software construction is creative and implements things which have not been tried before. Hence, the problems you are to solve have a high risk of failure where you have to retry the attempt. I find that GANTT and friends are best if you have a large number of well-known low-risk tasks to accomplish.
You may not believe this to be true, but then I implore you to at least take my standpoint into consideration when you track the project in detail. Especially if and when you suddenly have to update the GANTT chart due to slips.
Have a look at RationalPlan. It has different editions based on your needs:
http://www.rationalplan.com/download.php
http://www.openworkbench.org/ is what we are using
Another option is Gantt.
URL: http://www.ganttproject.biz/

What is the best haskell documentation available online? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
With Java, Groovy, and Python, it is easy to find the standard, complete, easy to navigate documentation for the language.
I'm starting to learn Haskell, and I'm not sure where to find this. In particular, it doesn't seem to exist at haskell.org.
If you scroll down on http://haskell.org/, on the left sidebar under "Libraries", you will find a set of documentation of all libraries (called packages), which might be what you're looking for. However, be aware that it is an extremely large database, because it includes user-submitted content as well as standard libraries.
The two online search engines "Hayoo" and "Hoogle" might be able to help you. You can search by function name, type signature, or both. As far as I know, the only difference is that "Hayoo" searches the entire database, whereas "Hoogle" searches the standard libraries plus a few common extras. I would recommend Hoogle, because it generally gives you what you want, and is in my experience more reliable.
While we're on the subject, I personally think that http://learnyouahaskell.com/ is a great resource for learning Haskell if you've never seen a functional language before.
http://www.haskell.org/ghc/docs/6.12-latest/html/
Sorry can't comment yet, so here.
Hoogle is not just online search engine. Check ghci integration.
I was just looking for the same thing:
Wiki: http://www.haskell.org/haskellwiki/Category:Haskell
Good Intro: http://learnyouahaskell.com/chapters
Not much help, but it's a start.
http://book.realworldhaskell.org/read/ is pretty good.
http://learnyouahaskell.com/
Give this a shot!
http://www.haskell.org/ghc/download.html#snapshots
Check out this intro to natuaral lang. processing: http://nlpwp.org/book/

Code Snippet Managers for Linux desktops? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
In the spirit of https://stackoverflow.com/questions/3349990/code-snippet-managers-for-os-x
What are some good code snippet managers for Linux?
My quick search didn't turn up much. Eclipse, emacs, vim, Kate, and KDevelop all offer their own integrated snippet managers, but I'm looking for something more generic along the lines of CodeCollector or Snippets, ideally with the option of a CLI interface.
Even a pure CLI tool would be acceptable (maybe even preferable).
Have you seen jCodeCollector? It's a significantly less complicated clone of CodeCollector, but is multiplatform (java). It is available from https://github.com/alessandrococco/jcodecollector
There is also Acire, a project started by Jono Bacon of Ubuntu fame, which is management library for useful python snippets. While full of useful tidbits, it is however, language and linux-specific.
I use snippets on the mac. I found a similar app (though not as beautiful...) called glipper. It is an gnome applet that was designed as a clipboard manager. It has a snippet collector built into it though (turn it on in plugins) that lets you save snippets forever. It is not very well organized...but it is a very simple offering that has a simple interface.
There is a plugin for Gedit that integrates with snipplr.
Gedit Snipplr Plugin

What tools do you use to write and communicate Product Requirements? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Many Product Managers use wiki's or bug tracking software like Jira but there must be a better solution. I would love to get your feedback and suggestions.
I'm happy with Word. I don't think it's the tool that matters as much as the process, or how the tool is used.
Mockup tool to clarify requirements together with users
Word to create "formal" documents
Some mockup tools can get pretty close to producing the "spec" for developers, too. MockupScreens for example (I am developer):
http://MockupScreens.com
EDIT: Oh, and on a big/formal project you might really need a traceability matrix (you can use Excel for that, or some specialized tool like RequisitePro). You know the situation I'm talking about: there are hundreds of "stakeholder request" that need to somehow be mapped onto "functional requirements" to 1) prove that each request is addressed and 2) to do regression checks when something somewhere changes
We use Word + Balsamiq mockups (www.balsamiq.com).
If you deliver Web or desktop applications, and the users need help specifying their needs or the desired visual layout, a mockup is fundamental.
Also, Balsamiq uses a lightweight wireframes style that will help your customer to focus on the information, and not in the graphic details (fonts. etc.)
We track the state of each requirement in a version controlled Excel file.
Since this post is tagged 'agile' and you framed your question as how you should write and communicate product requirements, I'd say the most common tools used are user stories and conversations.
You mention Jira and wikis, so it seems like one thing you're looking for is a requirements repository. Those are great to have, but don't forget that within most agile frameworks those requirements artifacts are merely placeholders for a conversation. That conversation is the primary requirements communication mechanism for most agile teams and no tool or application can completely replace it.

Could you recommend an unstructured data indexing software? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am collecting logs from several custom made applications. Each application has it's own log format. What I'm looking for is a central tool which would allow me to search through all of my logs. This means the tool would have to be able to define a different regex (or alike) for each log file (marking where a record begins, ends, and what are the fields). I've been trying Splunk, but I'm not happy with it, since performance are slow, I'm limited (free version) with the amount of indexed data per-day, and it's not as flexible as I want it to be.
Could you recommend a software (preferably free or cheap) for the task?
You can try Lucene. It is free. It is written in Java, and it allows full-text search over large amount of data. It is not a complete application, but rather a library, so you have to write code that uses it to index and to search your logs. You may have to define different document types or at least different indexing functions for your logs, but then search works beautifully.
If you can use Windows, try out Microsoft's best tool ever, Logparser. I wish there was such a simple tool for Unix. But there isn't. And although I've kept wanting to get around to making a Unix version of Logparser, I just haven't had the time.
Note: This would be a great project for someone with time on their hands or for a grad-student somewhere!
http://www.splunk.com/
Never used it, but have heard of it.

Resources