Question for Mac users

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mortimer
    Confirmed User
    • Oct 2002
    • 153

    #1

    Question for Mac users

    I am about to get a brand new Mac, switching from PCs for the first time. I wanted people who are already on Mac to tell me what good softwares are available on this system for webmasters (ftp, telnet, ssh, text editor, etc.).
    Obviously, I already know the softwares from Adobe and Apple, but I am looking for good publishers apart from those two.

    Let me know which softwares you use, and how you like them. This will help me get the best tools without having to try dozens of sub-par softwares

    Thanks for your help!
    The wiseman owns little but knows much, while the fool knows little but owns much
  • ronaldo
    Confirmed User
    • Jan 2002
    • 5475

    #2
    What's a Mac?

    Comment

    • Rex
      Confirmed User
      • May 2002
      • 2241

      #3
      text editor...i think i used something call itext

      check out www.panic.com for the good stuff
      I don't own RexMag anymore.

      Comment

      • fischi
        Confirmed User
        • Nov 2004
        • 252

        #4
        Originally posted by Mortimer
        I am about to get a brand new Mac, switching from PCs for the first time. I wanted people who are already on Mac to tell me what good softwares are available on this system for webmasters (ftp, telnet, ssh, text editor, etc.).
        First advice, get at least 1GB of RAM in it.
        SSH(and all the other unixlike commandline utilities) is built in.

        For FTP there is transmit.
        I mainly use a command line client (lftp via fink) or Dreamweavers built in 'Sync' function.

        I use Vim as a text editor, but that is surely not an editor for everyone
        A popular editor for Mac OS is BBEdit

        Software listings for the Mac:
        http://versiontracker.com/
        http://osx.hyperjeff.net/Apps/
        http://www.apple.com/downloads/macosx/

        Comment

        • Azlord
          Confirmed User
          • Dec 2003
          • 2651

          #5
          BBEdit

          Transmit rules!

          Comment

          • Donny
            As you wish...
            • May 2002
            • 13754

            #6
            I like fetch WAY better than transmit. I have both on my Macs.

            Comment

            • Azlord
              Confirmed User
              • Dec 2003
              • 2651

              #7
              Really?? What do you like better about Fetch? I stopped using it a while back, maybe I missed something?

              Comment

              • Big Roi
                Registered User
                • Jul 2003
                • 8

                #8
                Are you 'good enough?'

                MAC OS X *is* UNIX, so you get all those server tools built-in like SSH and telnet. S/w like Fetch for ftp and Dreamweaver for site management are mature.

                I run a paysiste www.scifierotic.com and haven't found I am missing anything crucial, yet.

                Macs display colors differently than PCs, so if you are doing image editing you need to know this. And of course every browser on the planet displays pages differently.

                SWISH is PC only. Its the only thing I've wanted so far and couldn't get.

                Yeah there are about a zillion more s/w products for PCs, but half of those are games. Pretty much everything you *need* is available for MAC, because that is what the smart people use.

                MACs are faster and more reliable. Don't get viruses. Network better. Handle file managment windows better. Easier to back up. And...they make you cum 30% harder. -)

                PCs are built on the concept of 'good enough.' And for 95% percent of the world, they are.
                You have never seen girls like THIS before!
                The history of human genetic enhancement from 2006 to 2099.
                www.scifierotic.com

                Comment

                • Mortimer
                  Confirmed User
                  • Oct 2002
                  • 153

                  #9
                  Ok, guess I should have thought that ssh and telnet were built into it since it's based on unix I guess there even is an easy way to keep some "bookmarks" instead of always typing the network you want to connect to, right? I'll have to look into that.

                  I am not doing any design work, so color management is not a big problem for me, and for games, I am satisfied with World of Warcraft, which is on Mac anyways I am mostly working on php stuff, so the 2 most important tools for me are the text editor and the ftp program. I see people mentioned BBEdit, and I saw that program on tucows, but it is 199$ and wasn't sure if it was worth buying it or if there was something better out there. But if it is the best program for the job, it is not a big expense anyway... Anyways, keep your suggestions coming, and if you know of a program that really helps you in your daily job and that I might not have thunk about, let me know as well;)

                  Thanks again!
                  The wiseman owns little but knows much, while the fool knows little but owns much

                  Comment

                  • XSV
                    Confirmed User
                    • Sep 2001
                    • 1214

                    #10
                    You can still get a copy of BBedit Lite for free from the Barebones site even though they discontinued support for it. They also recommend another free text editor on this page:

                    http://www.barebones.com/products/bblite/index.shtml
                    Managed - E3 QC 2 x 500 GB SSD's / 32 GB RAM / 100 Mbps On Gig Port + 10 TB CDN Traffic $299/mo

                    ** NEW MANAGED 10 TB CDN SERVERS FROM $199 PER MONTH - 50% Off Trial Code: AMNOCDEAL**

                    DIY DEAL: Unmanaged Root Server Plans - 50% OFF For Life! • Windows + Linux • Coupon Code: SUMMERDED16

                    Comment

                    • fischi
                      Confirmed User
                      • Nov 2004
                      • 252

                      #11
                      Originally posted by Mortimer
                      Ok, guess I should have thought that ssh and telnet were built into it since it's based on unix I guess there even is an easy way to keep some "bookmarks" instead of always typing the network you want to connect to, right? I'll have to look into that.
                      I solved that by putting aliases in my .profile, like 'alias ssh_servername="ssh user@host"', so i have to type the password only. There are better ways to do that, i know.


                      I am mostly working on php stuff
                      PHP is built in to, you just have to enable it in /private/etc/httpd/httpd.conf

                      Comment

                      • betsy
                        Confirmed User
                        • Mar 2005
                        • 625

                        #12
                        i use the terminal window for my ftp and ssh needs cuz i'm 31337 like that! ;)

                        www.phoxglove.com
                        YIM: phoxgloveent ICQ: 237171474 AIM: phoxglove

                        Comment

                        • Rex
                          Confirmed User
                          • May 2002
                          • 2241

                          #13
                          BBedit...that's what I used! Anyway I am saving for another mac...my old b&w just aint cutting it anymore
                          I don't own RexMag anymore.

                          Comment

                          • Mortimer
                            Confirmed User
                            • Oct 2002
                            • 153

                            #14
                            Originally posted by fischi
                            I solved that by putting aliases in my .profile, like 'alias ssh_servername="ssh user@host"', so i have to type the password only. There are better ways to do that, i know.
                            I guess there is a way to have a separate icon for each of your server with the use of actionscripts or something... this way you only click the icon and it opens up an ssh connection to the server of your choice and prompts you for your password... I'll have to look into actionscripts and what they can do for me
                            The wiseman owns little but knows much, while the fool knows little but owns much

                            Comment

                            • wimpy
                              Confirmed User
                              • Jan 2003
                              • 607

                              #15
                              quickeys is awesome.
                              Transmit
                              dreamweaver
                              Firefox has the google toolbar with PR
                              photoshop
                              word, excel
                              Fyodor Dostoyevsky wrote: "Every man has reminiscences which he would not tell to everyone but only his friends. He has other matters in his mind which he would not reveal even to his friends, but only to himself, and that in secret. But there are other things which a man is afraid to tell even to himself, and every decent man has a number of such things stored away in his mind."

                              icq 8243657

                              Comment

                              • fireorange
                                Confirmed User
                                • Jan 2005
                                • 1648

                                #16
                                I'd rather use a PC with FreeBSD & GNOME to use a desktop machine rather than touch a Mac.

                                Comment

                                • Rich
                                  So Fucking Banned
                                  • Jan 2003
                                  • 11486

                                  #17
                                  I use a program called FTP thingy, simple and quick like I like it. For text I just use the build in textedit, but I don't do any programming. There's a VNC viewer for Mac to connect to remote windows servers. Azureus for file sharing.

                                  Also Safari is the best browser I've ever used, hands down. Virtual PC is great if you need some programs that only come on Windows, but last time I checked it didn't come for Mac's with dual processors which is what I have.

                                  I haven't needed any windows programs yet, personally. I thought it would be a pain in the ass but switching to Mac was the best thing I've ever done. I can't wait for the G5 powerbooks, I'm still on a PC laptop.

                                  Comment

                                  Working...