Seems like it's been a while since this was updated. Here are my go-to tools as an Interactive Developer:
- Coda - My one-and-only IDE for all of my development needs
- Transmit - File Transfer Tool
- CodeKit - SCSS Compiler
- MAMP - Local Apache/MySQL/PHP stack environment
- Tower - Git client
- Apple Remote Desktop - For remoting into my colocated OS X Server
Surprised no one has mentioned Sublime Text yet! Love this text editor, and tons of plugins and integration to make things easier: http://www.sublimetext.com/
Used to use Aptana, but now just sublime/terminal/chrome gets the job done.
Also have used Atom which is also handy: https://atom.io/
Regexr to test regular expressions: http://www.regexr.com/
Paletton for color scheming: http://paletton.com/
Or Coolers to get some color scheme inspiration: http://coolors.co/
Mockingbird for wireframes: https://gomockingbird.com
Since I'm a Mac user, I'm wondering what IDE for Mac is best for web development (HTML, CSS, and JavaScript). I have heard of Coda obviously, but I know some others like Espresso and Brackets exist as well.
I recently took a week-long class on web development that was based around Visual Studio for Windows.
Since I'm a Mac user, I'm wondering what IDE for Mac is best for web development (HTML, CSS, and JavaScript). I have heard of Coda obviously, but I know some others like Espresso and Brackets exist as well.
I know I can code in BBEdit, but there is something nice about working with a solution like Visual Studio that gathers everything into one place....
PS - I know Visual Studio for Mac exists, but I figure it can't be the best thing out there for Mac....
We think iPadOS has so much potential for web development, especially now iPadOS has external monitor support. Did you manage to find an app for iPad?I am searching for a html wysiwyg-editor that runs on iPadOS. I can find lots of code-editors, but until now not one that works without me having to type actual html-codes. Does it exist?
Seems like it's been a while since this was updated.
nice list had not seen danvine in years forgot that even existed. bookmarking that for sure.Ok, here it is. Can someone sticky this thread? Figured it'd be good to get a definitive list of useful sites and apps for web-dev on the mac.
I'll start:
http://www.danvine.com/iecapture/
real-time screen shots of websites in various Windows browsers - just submit your site and it'll bring up screenshots of how it looks in IE5, IE5.5, IE6, Opera and FireFox
http://www.danvine.com/icapture/
...does the same, but for windows users wanting to check how Safari behaves
MrJ
nice list had not seen danvine in years forgot that even existed. bookmarking that for sure.
if you're working locally a lot on mac, i’d also throw in httpie — super clean alternative to curl for testing APIs from terminal. also CodeKit used to be my go-to for quick local compiles (sass, less, etc.), still handy if you don’t want to get too deep into config.
anyone still using Transmit for FTP or has something better now?
Ah good to know! i stuck with Transmit out of habit honestly lol. Thinking of checking out forklift just to see if it’s any faster. If you try something new do share!Definitely still using Transmit. Not for deployment (git), but sometimes I do need to upload or check additional files and folders. But open to alternative suggestions!