Is there an open source alternative to Dreamweaver's file manager? [closed] - open-source

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I always used to use Dreamweaver for web work, but now I work in Emacs, with Filezilla for non-text file uploads. What I miss from Dreamweaver is the easy synchronisation feature in its file manager. Is there any simple opensource software that would fill this gap for me?

I prefer WinSCP as an FTP/SFTP/SCP client, and it's one of the few clients I've seen that supports synchonised browsing similar to Dreamweaver. SmartFTP is another one that does this, but it's not free.
See http://winscp.net/eng/docs/task_navigate#synchronize_browsing

Aptana does that and it's opensource; however, sftp support is not free. I would say it is the one of the better alternatives to webdesign. Give it a try, I've been hooked
Another plus feature is the integration of jquery, python, php, and svn. The pro version includes sftp support and cloud hosting, and i think it's around $100

Related

Large open source repositories [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm in need of a large repository of open source projects (around 1000 or more, the programming languages don't matter, but a good mix will be nice) for my research work. I thought of downloading projects from Github/SourceForge/Codeplex, but I cannot find the right API's to do it.
Does anyone know whether it is possible to download projects from the aforementioned websites (Like, how Twitter allows us to grab tweets from the public time-line)? Or any other place where I can get a good mix of open source projects?
Pretty much all open source repositories allow remote access via the appropriate source control provider - so the simplest way to download all the projects from Github would be to use git. Even if there's no API for it, all you need to do is find the right URL for each repo, and scraping something like the "explore" page should be easy.

Reusing an Open Source CRM [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking into creating a simplified version of a CRM without having to reinvent the wheel on some of the base functionality.
Would you please recommend an open source CRM product that I could use?
NOTE: I would be interested in solutions with PHP or Java.
Have you looked at SugarCRM? It's pretty mature so it might not meet your "simplified" qualifier, but if I were in your shoes I'd probably consider starting there. It started life as an open-source project and there is still a "community edition".
Consider, however, that I have little familiarity with CRM in specific, so I can't comment one way or another on the quality of SugarCRM. Good luck.
For me VTECRM 4 is the best! It's based on sugar and vtiger crm and it's easy to use. You can download it and customize. It's based on php - mysql and it's free. dowload link: http://code.google.com/p/vtecrm/source/checkout
If you want a simplifed CRM, SugarCRM is NOT the place to start.
Have a look at Tine2.0. It has a demo online, it's built with PHP and ExtJS (so it feels like a desktop application) and is very easy to modify, and has a sizable community behind it (though the owner had the "vision" to split it by language, so unless you read German well, you'll have to use Google translate most of the time)
It doesn't do Gantt charts, but it does tagging.

Is there a good place for proposing new open source projects? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Is there a decent website or service out there where developers can propose a new idea for an open source project (regardless of language) and have the community vote it up / down, form teams, and do everything that precedes writing the first line of code?
There is the SomeBodyMakeThis reddit. Also, project sites like SourceForge allow you to create a project which is in the "planning" stage. Often, this is used by people who think they have a good idea and want somebody else to make it for them.
Kind of like Kickstarter (for funding), SourceForge (for hosting), or an IdeaStorm (for brainstorming and community feedback)? The Apache Foundation, or the Horde project (for incubating a plethora of related projects)? It really depends on to what your idea relates. Try joining one of the relevant extant open-source communities and sounding off on your idea.

Open source web design toolsets [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm looking for recommendations on an open source toolset for WYSIWYG HTML/CSS design. What you have you found to be valuable in your work?
I briefly used Bluefish while in college, which has similar features to Dreamweaver.
Wikipedia has a good list here.
Windows
Web Applications - Microsoft Visual
Web Developer Express 2010 (Not Open Source, but powerful for large applications)
Web-Sites and Microsites - Intype +
FileZilla (Not Open Source, but faster alternatives)
Notepad++ is a quick alternative too,
that has various plugins (like FTP, [Open Source])
Mac
TextMate & Coda (I hear these are cool and sleak)
Dreamweaver equivalent for Linux
asked a similar question and my answer is still the same, aptana is cross platform. Also please note the concept that WSYWIG is not generally what you get, you may also want to look into jsfiddle.net as it is a great tool for testing concepts in a functional environment.

Are there any open-source code-generation projects out there? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm using an in-house code generator in which we supply all the metadata regarding our objects, and it generates our database, and object model including validation logic. Once we load all the data in the database, we use classic ASP <% %> to build our templates. I would like to know what open-source frameworks similar to this that are out there.
Thanks!
You can also check openArchitectureWare (http://www.openarchitectureware.org/) which is Eclipse-based.
Have you looked at mygeneration? It's not exactly open source but it's free, and the scripts are totally open. The most common usage is to generate the data layer given a database schema, but you can be more creative than that.
There's also Cog, which allows you to run Python scripts inside of source files. The included Cog module allows printing into the file that it's currently working on. Cog is licensed under MIT.
Check out Star UML it's open source and has some decent code generation capabilities.
I'd also look into Eclipse Plug-in options, I'm sure they're available I just haven't worked with any.
MyGeneration Code Generator is now Open Source.