Recommendations for open source alternatives to Dreamweaver for web development [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'm on the hunt for an open-source version of Adobe Dreamweaver to use for my freelance web development projects. I'm primarily a source coder, but I would find a split or visual view for CSS and design work, as well as native FTP functionality, helpful. My work involves HTML, CSS, JavaScript/jQuery, and ColdFusion. Native support for the latter, in particular, would be ideal.
I've come across the following programs that seem somewhat promising:
BlueGriffin (last stable version is dated June 19, 2013)
Brackets
CoffeeCup HTML Editor
A quick search here in the StackOverflow community turned up a couple of similar questions (see Dreamweaver alternative and Any open source alternatives for Dreamweaver using WebDav?), but I would appreciate more recent/modern alternatives.
I'm a Windows user running 8.1.
I'd love to know what others more experienced than me in this quest have uncovered.

To provide an update and answer to my question, I've found Brackets to be superior thus far. The editor is nifty in and of itself, but there's an absolute treasure trove of extensions to behold. For my specific needs, I found FTP-Sync and cfBrackets exceptionally helpful. They installed neatly and effortlessly.

Eclipse with the CFEclipse plugin , or CFBuilder (yes there is a free version)

Related

Is there any IDE available to work with Polymer? [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
I recently started working with polymer. I want to know any IDE that can be used to work with polymer. Could any one suggest me?
Chrome Dev Editor added the Polymer Designer feature on .html files so you can use it even when offline. However, it's no longer actively developed.
I use CDE as my primary IDE for web development instead of Sublime, mostly because I can use it even on my Chromebooks (+ basic git and bower integration)
Edit: Another Plus of CDE is that it ships with a bunch of templates to start a new project using polymer
Check out Polymer Designer.
It's pretty awesome, you can even add your own components to it. Here's the guide on how to do this.
Also, make sure you watch this video by Rob Dodson. He demonstrated a lot of cool things of Polymer and the Designer is one of them.

Web Development IDE with that indents HTML correctly [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 2 years ago.
Improve this question
I am currently looking for a web development IDE that highlights the syntax of html and more important, indents the html-code correctly. I have tried Dreamweaver but it doesn't seem to have a feature for auto-indenting html-code while you're typing. I also have tried NotePad++ and Aptana 3.0 but no luck with both.
So I was wondering if anyone knows a web development IDE that meets my needs.
Thank you in advance.
I'm using an IntelliJ IDEA (I'm java web developer). IDEA makes high-quality formatting code in any language, including in an HTML.
Eclipse is a very very good editor. For indenting u can try ctrl+shift+f key combinations.
Also you can use Aptana Studio. It is free as well as a very good editor.
Koding is a browser-based IDE, and the editor text editor (Ace) was originally developed for Web Languages (HTML/JS/CSS) so it supports them quite well.
Again though, this is browser based, so if you're looking for a local-only tool this may not be of help. :)
I'd suggest VS Code. Because...
It's dev by Microsoft
Very good suggestions and autocomplete feature
Code folding feature. It will be extremely useful when coding for big websites
Interactive layout and amazing color themes
Live server plug in support which us good for checking the output live .
However, At the end any IDE you'd b using it will help very much so go with something suggested by the instructor during the course. It will be lot ore easy to use!!

Are there any viable alternatives to wkhtmltopdf on windows, for html to pdf conversion? [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
I've found wkhtmltopdf, which looks good on the surface and works fine in very small cases, but it doesn't provide any real css control over the rendering.
By that I mean it doesn't use the print media type and page breaks are not respected, as well, on windows you can't control the names of some header/footer variables, or generate a TOC off of teh h1 tags.
Are there any real open source alternatives, I've tried xhtml2pdf which is a python library actually called pisa, but it requires reportlab which doesn't play nice windows.
I'm actually programming in .net but if its good and open source, the language isn't a huge issue.
This is an old stackoverflow question, but because google took me here, it could be helpful for somebody else.
Weasyprint should support what the author was looking for.
It supports print css features like page break.
Try weasyprint
It turns out there was no open source alternative that was simpler, but on windows wkhtmltopdf is just not the best thing, so we paid for a better solution.
Winnovative's PDF library is what we used
While it is not open-source, I use ABCPDF. I have a template page in .NET that I use for a wrapper to set up a custom stylesheet for generating PDFs only.

I need to record a demo of our application. Can anyone recommend a good screen recorder? [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 need to record a demo of our application. Can anyone recommend a good screen recorder?
I have tried CamStudio, but it's throwing errors. Any other good free software I should try?
try UVScreenCamera, i think it's normal
Camtasia studio does a great job.
In the case the app is cross-platform (java, web-based) you can ask a pal with a Mac to use Screenium, Snapz Pro or ScreenFlow.
Static screen shots? Maybe Wink will work for you as well:
Problem‍​​ Steps Recorder tool to make tutorials
You can do it with ScreenToaster without installing any software (kind of).
Otherwise if you prefer a traditional application Jing and Screen2EXE are both free.
Wink is freeware. From their homepage:
Wink is a Tutorial and Presentation creation software, primarily aimed at creating tutorials on how to use software (like a tutor for MS-Word/Excel etc). Using Wink you can capture screenshots, add explanations boxes, buttons, titles etc and generate a highly effective tutorial for your users.
There are lots of screen recording tools around, both free and professional ones, but I haven’t seen anything like ScreenToaster before. It's very nice applications for screen recording.

Cross platform, multi-syntax highlighting editor [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
Is there an editor that is:
Available for at least windows and linux
Highlights multiple syntaxes in the same document. (Ala Dreamweaver)
Tabbed interface
All the editors I tried highlighted by file extension only which isn't fine grained enough.
At the very least it needs to distinguish scripting from html, css and javascript in the same document.
Scite!
The answer is emacs. You can do pretty much anything you want with that editor. There is a 'nxhtml-mode' which you can use to edit javascript, php, html,ruby, jsp,css, whatever on the same file. If you're still at university, the best advice I can give you is to start learning how to use emacs. It will change your life, really.
Eclipse (very good, but heavy)
vim (doesnt have tabs, but aprt from that very lightweight and very good)
emacs (only heard about it that is is very good, but it has a steap learning curve)
hop it helps
Netbeans.
I've only tried it with HTML av Javascript for two languages in the same file though.
I have used jedit. Just need a java runtime.
Handling syntax highliting and completion for multi-language files is something the NetBeans people have been working on and has been available for javascript since 6.1. I got the impression from JavaPosse#214 that this has seen further work in 6.5.
I don't Netbeans myself (my primary tools are Emacs and Eclipse), but It might be worth a look for you.
SciTE FTW!!! Doesn't even need an installation! A portable single exe.