What free tools are you using for web development?

57 replies
I'm curious what kinds of tools warriors are using for marketing/development. Especially free ones. I'll start out by listing some of the ones I use daily.

Coding:

Notepad ++ <-- The best text editor I know of
Aptana <-- A close second
ArgoUML <-- Great UML Modeling Tool
FlashDevelop <-- Great for actionscript
HTML-Kit <-- great HTML editor


FTP:
You only need one:
FileZilla <--- Great FTP client

PHP/MySQL Related

XAMPP <-- Full PHP/MySQL dev environment on your desktop!
MySQL Workbench MySQL Workbench
PHP Eclipse Good PHP Editor

Microsoft .Net Development

Visual Web Developer Express <-- Amazingly powerful for a free product
SQL Server 2008 Install an SQL server right on your desktop
Visual C# Express Edition Visual C# Express


I know there is a link limit, so this is all I will post for now, I'll add more in this thread.

If this helps, send thanks and add your own Free web dev tools!
#development #free #programming #software #tools #web #website
  • Profile picture of the author senderbot
    Hi,

    I use the following -

    HTML Web Development-
    HTML-Kit - HTML Kit for more than editing HTML
    InType Code Editor - Intype
    Much better than notepad for doing your code - currently free.
    NoteTab Pro - Award-Winning NoteTab Text Editors and HTML Editors - Another great free text editor that I use regularly. Just use the free version.
    Wordpress - For free websites/themes etc. Plus if I need a HTML site quite often I find a cool WP Theme that I like and just save the page as HTML and use that as a base template for a HTML website.
    Filezilla Portable for FTP - Lives on a portable encrypted USB drive so I can work on sites anywhere in the world.

    E-Commerce-
    Plimus.com - Not really free as you have to pay a small fee on sales (like you do with Paypal) but its free to set up and you dont start paying until you make a sale.

    Other -
    Gmail - I use it to load up 4 or 5 pop3/smtp email accounts al under one interface. Saves having to check 3 or 4 email addresses one by one.
    Truecrypt - TrueCrypt - Free Open-Source On-The-Fly Disk Encryption Software for Windows 7/Vista/XP, Mac OS X and Linux - Keeps all my customer data secure by encrypting all my computers and drives.
    Reseller Panel - Domain, Web Hosting, Virtual & Dedicated Server Reseller Programs by ResellersPanel
    This is a Free Webhosting Reseller Account - you can set up as a webhost using this at no cost. Once you get into it you can pay for domains, IPs, webhosting etc which is no longer free (although still cheap) But its free to start.


    Cheers

    Max
    Signature
    PornStarStamina is for sale! - Buy the book rights and website! or Just Download the Book For FREE! - Check it out!
    {{ DiscussionBoard.errors[1942824].message }}
    • Profile picture of the author Jeremy Morgan
      Thank you, this is exactly what I was looking for.

      I'm going to post some linux tools here soon, as I do a lot of development in Linux and I think it might be helpful to put those tools up too, in case anyone is thinking about making the switch someday. It's amazing how nice it is to do php/mysql stuff in a linux environment. Very smooth and nice for sure.
      Signature
      Jeremy Morgan, Software Developer / SEO
      Check out my Programming Blog for news, tips, and tutorials
      {{ DiscussionBoard.errors[1948166].message }}
      • Profile picture of the author sgardner
        Hi,

        I am a MAC user so hopefully this will be of help to other mac users.

        Coding/HTML/PHP
        Coda
        TextMate
        KompoZer

        FTP
        Coda
        Transmit
        FileZilla

        Cheers
        -Scot
        {{ DiscussionBoard.errors[1948225].message }}
  • Profile picture of the author kaido
    notepad++ mostly for everything
    FTP: Smart Ftp
    Signature

    {{ DiscussionBoard.errors[1948467].message }}
  • Profile picture of the author ninal
    Using the PC

    1. Coding - Notepad++
    2. FTP -Auto FTP Manager

    Using the Mac (not really free tools, but well worth the price)

    1. Coding - Textmate
    2. FTP - Fetch
    Signature
    Hello
    {{ DiscussionBoard.errors[1948469].message }}
  • Profile picture of the author jminkler
    Use netbeans 6.8 on win/ubuntu
    and vim ...

    that pretty much covers it all
    {{ DiscussionBoard.errors[1950276].message }}
  • Profile picture of the author joshrodrigue
    On mac I use TextMate, Cyberduck and when I want to see live versions when i am editing either NVU or Dreamweaver
    Signature

    Visit my blog at www.JoshRodrigue.com
    And You can follow me on Twitter

    {{ DiscussionBoard.errors[1956519].message }}
    • Profile picture of the author theIMgeek
      I've spent the last couple months trying out different editing software for PHP programming.

      Originally I used Dreamweaver simply because that's what I used before I learned PHP.

      I tried both Aptana and Eclipse IDE's to see what the whole "IDE" thing was about. I found both to be incredibly sluggish and even simple tasks made the program screech to a halt.

      Notepad++ was alright, but I kept on trying other things.

      Komodo Edit made me very happy, except for the lack of FTP sync. It did have the nice plug-in to let you work directly with remote files, but then you had to download it all later to keep a local copy.

      So now I'm a couple weeks into using NetBeans IDE. It seems to keep me just as happy as Komodo Edit, but also includes the "Upload on Save" feature that I like so much from the Dreamweaver days.


      Another tool worthy of a mention is Firebug. A browser plug-in that lets you fix/tweak/edit CSS in the browser so you can see the results in real-time.

      -Ryan
      Signature
      FREE WSO: Protect and Automatically Deliver Your Digital Products

      Ask the Internet Marketing Geek
      <-- Happy to help with technical challenges
      MiniSiteMaker.org <-- Free software to make your mini-sites fast and easy
      {{ DiscussionBoard.errors[1956650].message }}
      • Profile picture of the author Jeremy Morgan
        Originally Posted by RJP View Post

        I've spent the last couple months trying out different editing software for PHP programming.

        Originally I used Dreamweaver simply because that's what I used before I learned PHP.

        I tried both Aptana and Eclipse IDE's to see what the whole "IDE" thing was about. I found both to be incredibly sluggish and even simple tasks made the program screech to a halt.

        Notepad++ was alright, but I kept on trying other things.

        Komodo Edit made me very happy, except for the lack of FTP sync. It did have the nice plug-in to let you work directly with remote files, but then you had to download it all later to keep a local copy.

        So now I'm a couple weeks into using NetBeans IDE. It seems to keep me just as happy as Komodo Edit, but also includes the "Upload on Save" feature that I like so much from the Dreamweaver days.


        Another tool worthy of a mention is Firebug. A browser plug-in that lets you fix/tweak/edit CSS in the browser so you can see the results in real-time.

        -Ryan
        What I use for my enterprise size PHP projects is Zend Studio which is not free, but well worth the price. I currently use 5.5.1, so I can't vouch for the Eclipse based versions, but it works great for managing very large PHP projects.
        Signature
        Jeremy Morgan, Software Developer / SEO
        Check out my Programming Blog for news, tips, and tutorials
        {{ DiscussionBoard.errors[1997348].message }}
  • Profile picture of the author Mohsin Rasool
    Most of the tools I use are already mentioned..but ONE which is
    really great to mention is Extention of Firefox called FireBug
    Firebug

    To debug the html/css code ..

    Regards,
    Mohsin
    {{ DiscussionBoard.errors[1957378].message }}
  • Profile picture of the author LynxSI
    Plus one for firebug! Also pagespeed from google which plugs into firebug. Excellent analysis tool to see how efficient your page is.
    Signature

    Ben Swayne
    Lynx System Integrators Ltd.
    Ben Swayne's Blog | Barcode Scanners and Label Printers

    {{ DiscussionBoard.errors[1958736].message }}
  • Profile picture of the author unsmashed
    If you're a student, google Dreamspark as they give you all their tools for free, which you can use for development.
    {{ DiscussionBoard.errors[1974844].message }}
    • Profile picture of the author Jeremy Morgan
      Are you guys using netbeans for web development? As in HTML? I didn't know it was capable.

      I've used it for building java apps, and I really like it. It's a very nice IDE for that, never thought of using it for web pages though.
      Signature
      Jeremy Morgan, Software Developer / SEO
      Check out my Programming Blog for news, tips, and tutorials
      {{ DiscussionBoard.errors[1985411].message }}
  • Profile picture of the author tulsasurgeon
    Edit Plus as text editor, HTML editor, Java editor and PHP editor, CakePHP as a framework for PHP, Wordpress for CMS, Linux as an OS
    {{ DiscussionBoard.errors[1987062].message }}
  • Profile picture of the author careybaird
    All free:

    Sequel Pro - great for managing MySQL databases from your desktop (OSX Only)
    Web Developer Toolbar - plugin for firefox (my hot tip!) great for debugging javascript and html/css layouts
    Quirk SearchStatus - Little SEO plugin for firefox, great for backlinks, nofollow, whois etc.
    Signature

    Owner of:

    [
    Fresh Store Builder]

    The worlds most advanced Amazon store builder with over 17,000 members.

    {{ DiscussionBoard.errors[1987111].message }}
  • Profile picture of the author johnsmith
    Thanks for all of the tools
    {{ DiscussionBoard.errors[1996585].message }}
  • Profile picture of the author SEOArbiter
    You might want to check out this link as provided by Matt Cutts...to improve site's performance and speed:
    Let's make the web faster - Google Code
    Signature
    Attention Warriors! Check Out Our WSO For Deeply Discounted SEO Services Here:
    Click HERE For Our WSO (John Chow Reviewed) SEO Company SEO Arbiter

    Don't waste anymore money on SEO reports. Just pay for the actual SEO work! Sit back, relax, and enjoy the rankings!
    {{ DiscussionBoard.errors[1997313].message }}
  • Profile picture of the author keveenjones
    There are a many tools available for web development. In web development you can use asp.ent, php, joomla, drupal, crystal report, silver light, ajax etc. And for web designing you can use photoshop, corel drae, illustrator, photoshop etc.
    Signature
    {{ DiscussionBoard.errors[1998610].message }}
    • Profile picture of the author Caritas
      Hello:

      If you are interesting using Linux, I suggest you look into CERN's version of Scientific Linux which is based on Red Hat's Enterprise version of Linux.

      This is EXACTLY the same operating system as CERN uses and is automatically updated (optionally) just as if you work there. So, when the atom-smashers get bug fixes and software updates, you get them at the same time. This effectively means that CERN's IT department works for you as well.

      NB: There is no other public support, but they recommend Red Hat's documentation as the changes are minimal.

      You can choose what software tools to have installed (including web development tools and a server) when you do the initial installation. Once done, your system will be ready for you to use immediately. As I mentioned above, this is CERN's official operating system so all the tools used at CERN are there for your use also.

      If you decide to try it, here are a few points. If you use the internet install method, DO NOT SKIP over choosing the display time for the initial operating system choice screen. I did that and only had about 3 seconds to view it.

      Also, there is a downloadable version of their latest official release. I found the file was a little too large for a 4.7 Gb DVD after the disc was formatted.

      CERN understandably focuses on reliability instead of newness. So, if you want the latest Linux this is not it.

      There is also a searchable software repository that may be of value to you even if you use a different version of Linux.

      Caritas
      {{ DiscussionBoard.errors[1998741].message }}
      • Profile picture of the author mojojuju
        Originally Posted by Caritas View Post

        Hello:

        If you are interesting using Linux, I suggest you look into CERN's version of Scientific Linux which is based on Red Hat's Enterprise version of Linux.
        What benefit is there to using CERN's Red Hat based distribution over using CentOS, which is also based on Red Hat Enterprise?

        I'm guessing that CentOS has a larger support community.
        Signature

        :)

        {{ DiscussionBoard.errors[2015568].message }}
        • Profile picture of the author remotedb
          Real programmers use notepad, period....lol. Just kidding, I use MS Visual studio express for html editing and Notepadd++ for PHP. There's a nice plugin for visual studio for PHP, but I'm too cheap to buy it. It that wrong?
          Signature
          TwEmpire -Build an empire of Twitter followers on autopilot FAST!! Phase I Beta Test Coming Soon!
          {{ DiscussionBoard.errors[2015605].message }}
          • Profile picture of the author mojojuju
            No. Real programmers write web applications in machine code or assembly language. They don't use editors. It is all done on punch cards, each card being punched manually with a pocket knife, watching out for hanging chads. These cards are then mailed to the datacenter where the web server resides, and each card is fed into the machine one by one. That's the way real programmers do it.
            Signature

            :)

            {{ DiscussionBoard.errors[2015865].message }}
            • Profile picture of the author Jeremy Morgan
              Originally Posted by mojojuju View Post

              No. Real programmers write web applications in machine code or assembly language. They don't use editors. It is all done on punch cards, each card being punched manually with a pocket knife, watching out for hanging chads. These cards are then mailed to the datacenter where the web server resides, and each card is fed into the machine one by one. That's the way real programmers do it.
              Yeah I've been hearing that same crap for years when people who hate IDEs. It's like making fun of people who use power drills rather than screwdrivers. It's a personal preference and if it's faster and more productive to use an IDE, why not? Time is money.

              The only exception is people who swear by vi or vim in Linux. Vi is super simple, and a complete nightmare for newbies, but once you get the hang of it, it's a really great tool. I do a lot of php and perl stuff with it to this day, it's a great timesaver once you get the hang of it.
              Signature
              Jeremy Morgan, Software Developer / SEO
              Check out my Programming Blog for news, tips, and tutorials
              {{ DiscussionBoard.errors[2018153].message }}
  • Profile picture of the author Bellthorpe
    Free essentials for me are CoreFTP and the Firefox WebDeveloper plug-in from Chris Pederick. Oh, and Live HTTP headers.

    I pay for UltraEdit and UltraCompare, and Dreamweaver / Fireworks

    Programming language of choice is Euphoria, which I compile to C for production.
    {{ DiscussionBoard.errors[2014078].message }}
  • Profile picture of the author Manfred Ekblad
    Nice list of great tools!

    I would like to add the debugger for PHP, Xdebug.

    Not to mention a system to handle version control, such as subversion.

    ... and the unit testing framework PHPUnit.
    {{ DiscussionBoard.errors[2015236].message }}
  • Profile picture of the author MikerMix
    Dreamviewer and own knowledge
    Signature

    :)

    {{ DiscussionBoard.errors[2015331].message }}
  • Profile picture of the author casius
    Here is the list what we use for our websites creation. It actual not cheap software, but it simply the best. I guess there are no free or open source software like that:
    Paid one:
    Photoshop
    Fireworks
    Dreamweaver

    Free:
    Notepad++
    Wordpress
    Joomla
    Signature
    Cloud VPS || Shared Hosting
    Web Hosting Solutions for Geeks!
    HOST1PLUS
    {{ DiscussionBoard.errors[2018360].message }}
    • Profile picture of the author Jeremy Morgan
      Originally Posted by casius View Post

      Here is the list what we use for our websites creation. It actual not cheap software, but it simply the best. I guess there are no free or open source software like that:
      Paid one:
      Photoshop
      Fireworks
      Dreamweaver

      Free:
      Notepad++
      Wordpress
      Joomla
      There are open source programs that do similar things, but I wouldn't necessarily say they're "equivalent"

      Photoshop --> The Gimp or Paint.net

      Dreamweaver --> Pretty much any of the editors listed here


      I tell people all the time, you don't have to break the bank to get started in web development. But eventually you are going to want some professional tools that you'll have to pay for. But to start, you can do it all for free.
      Signature
      Jeremy Morgan, Software Developer / SEO
      Check out my Programming Blog for news, tips, and tutorials
      {{ DiscussionBoard.errors[2066424].message }}
  • Profile picture of the author Manfred Ekblad
    Yes, and then we have Inkscape as well, for vector graphics and illustrations.

    Inkscape. Draw Freely.

    Just had a quick look over at Adobe to check the price tag on Photoshop... You can get a talented, senior designer working full time for two months for that amount!
    {{ DiscussionBoard.errors[2066449].message }}
    • Profile picture of the author Jeremy Morgan
      Originally Posted by Manfred Ekblad View Post

      Just had a quick look over at Adobe to check the price tag on Photoshop... You can get a talented, senior designer working full time for two months for that amount!
      That may be true, but another option is buying a copy and using it for years on end like I do. Still rockin CS2 over here!
      Signature
      Jeremy Morgan, Software Developer / SEO
      Check out my Programming Blog for news, tips, and tutorials
      {{ DiscussionBoard.errors[2066472].message }}
      • Profile picture of the author Aperio
        Originally Posted by Jeremy Morgan View Post

        That may be true, but another option is buying a copy and using it for years on end like I do. Still rockin CS2 over here!
        Rock on! I'll never (publicly) admit how long I used Adobe Photoshop 5.5 until I finally upgraded! (shhhh)
        Signature
        Niche Website Packages- Great deals on complete niche website packages. Use coupon code WFDEALS and get an additional discount.
        {{ DiscussionBoard.errors[2074406].message }}
  • Profile picture of the author Manfred Ekblad
    If you want to add some cool 3D to your headers, graphics and such then Blender is a great free, open-source 3D content creation suite.

    I'm not saying that 3D is easy, but if you have the time and patience to learn it (or just don't sleep much ) you can create some pretty amazing stuff!

    And then we have ffmpeg for converting almost any video format to Flash video (or another video format). There is a module for PHP as well. And then we have VirtualDub for quick, powerful, video editing.

    Audacity is another tool, great to edit your audio files and lots of filters!
    {{ DiscussionBoard.errors[2066646].message }}
  • Profile picture of the author sahakov
    nice to have have all those list
    but they'll never replace Dreamweaver !
    {{ DiscussionBoard.errors[2071636].message }}
    • Profile picture of the author karlhadwen
      Originally Posted by sahakov View Post

      nice to have have all those list
      but they'll never replace Dreamweaver !
      Dreamweaver sucks.

      Also, I've never been able to get into Notepad++, I've always coded in Context, don't know why but I just can't make the switch to Notepad++.
      {{ DiscussionBoard.errors[2073806].message }}
      • Profile picture of the author ryanstreet
        Originally Posted by karlhadwen View Post

        Dreamweaver sucks.

        Also, I've never been able to get into Notepad++, I've always coded in Context, don't know why but I just can't make the switch to Notepad++.
        That's because Notepad++ sucks

        I use WAMP instead of XAMPP. It is much more stable, has a better user interface and allows to test out multiple versions of PHP, MySQL, and Apache with a single click.

        Install PHP 5 Apache MySQL on Windows : WampServer

        For everything else, I use paid solutions, because you get what you pay for. I use Zend Studio for most of my development, (I am a web developer). I used to use NetBeans, but it is too resource intensive to do the same thing that Zend does.

        By the way, many different applications have discount, OEM, or student discounts available. Just look around, you will probably be able to find something.

        This is your business, INVEST IN IT!
        Signature
        Ryan Street
        PHP Developer Specializing in WordPress and Magento
        {{ DiscussionBoard.errors[2074267].message }}
  • Profile picture of the author Aperio
    I love threads like these...you always pick up useful tool tidbits...

    Edit Plus for writing code
    FireFTP firefox ftp plugin
    Bitvise Tunnelier for SSH, SFTP etc
    WampServer for local Apache, PHP, Mysql
    Wordpress (self explanatory)

    All the other good toys i utilize unfortunately aren't so free...
    Signature
    Niche Website Packages- Great deals on complete niche website packages. Use coupon code WFDEALS and get an additional discount.
    {{ DiscussionBoard.errors[2074405].message }}
  • Profile picture of the author Jason Stewart
    I'm using MacVim with RubyOnRails and some Testing frameworks.
    Signature

    Beat the competition with better long tail keywords:

    http://keywordstreamer.com

    {{ DiscussionBoard.errors[2086600].message }}
  • Profile picture of the author SuperH
    Thanks for all
    {{ DiscussionBoard.errors[2091743].message }}
  • Profile picture of the author silichip
    Thanks for the info!
    {{ DiscussionBoard.errors[2092129].message }}
  • Profile picture of the author chuawenching
    I use visual studio most of the time (paid ones) or XSitePro. Notepad2 looks good, but yeah Notepad++ is even better.
    {{ DiscussionBoard.errors[2092153].message }}
    • Profile picture of the author jonnyj99
      There are many different type of tools available to web development. In web development, you can use asp.ent, PHP, Joomla, Drupal, Crystal Report silver light, ajax, etc. And for web design, you can use Photoshop, Corel DRAE, Illustrator, Photoshop, etc.
      {{ DiscussionBoard.errors[2475982].message }}
  • Profile picture of the author iamscottj
    I am also using Visual Web Developer which is free for ASP.NET Development. Its the best IDE for .NET development. And its free which is the best thing.
    Signature
    Watch TV Shows Online

    Its beggars pride that he is not a thief.
    {{ DiscussionBoard.errors[2475984].message }}
  • Profile picture of the author futsu
    I use NuSphere-PhpEd, its really cool program I think so far for PHP, and of course MySQL GUI Tools is a must for me
    {{ DiscussionBoard.errors[2487024].message }}
  • Profile picture of the author mery
    Thank's for the infos.
    I've been using
    filezilla for file transfer
    gimp for image editing
    microsoft web expression (demo version), didn't know that Visual Web Developer Express is free until i found this thread (thank you)
    For php, i am just using a normal notepad.
    {{ DiscussionBoard.errors[2488598].message }}
    • Profile picture of the author jet2k
      Experienced 14 years in doing web development / running a business

      Coding:
      Dreamweaver
      EditPlus

      Graphics:
      Photoshop

      FTP:
      CuteFTP (Just used to it)

      Firebug - essential

      Teamviewer - essential for coordination with team members

      Excel - great for bulk editing of data for reupload to phpmyadmin
      {{ DiscussionBoard.errors[2497575].message }}
  • Profile picture of the author Thimblewimp
    Notepad ++ is still the best for free editor, if you want using a paid software, I still using NuSphere PhpEd until now ..

    don't forget mysql GUI tools, it makes your job easier
    {{ DiscussionBoard.errors[2498745].message }}
    • Profile picture of the author Rebeme
      Originally Posted by Thimblewimp View Post

      Notepad ++ is still the best for free editor,.. ..
      I want to learn php Does Notepad ++ for php ok? Is this ( notepad-plus-plus.org/release/5.7 ) its official site? Is it safe to download and install? Is it free or it will ask you to pay for upgrading? Thanks
      Signature

      To help people. Every day will be a happy day.

      {{ DiscussionBoard.errors[2500867].message }}
      • Profile picture of the author roburtvigr
        There are many different types of the tools free for use web development. Like that PhP, Apache xamp, oracle, Asp.net. This tools is a always free for use development program.
        {{ DiscussionBoard.errors[2513495].message }}
  • Profile picture of the author mywebwork
    If anything is obvious from the above posts its that we each have our own preference when it comes to common tools like FTP clients and Text Editors.

    On the PC Platform (I also work in LINUX) here is my hit list:

    Text Editor - PS Pad - editor PSPad - freeware HTML editor, PHP editor, XHTML, JavaScript, ASP, Perl, C, HEX editor - (I also like Ultra Edit, but it is not free)
    FTP Client - Win SCP - WinSCP :: Free SFTP and FTP client for Windows
    PDF "Printer' - Cute PDF - CutePDF - Create PDF for free, Free PDF Utilities, Edit PDF easily;.
    Office Suite - Open Office - OpenOffice.org - The Free and Open Productivity Suite
    File Comparisons - Win Merge - WinMerge

    Bill
    {{ DiscussionBoard.errors[2500960].message }}
  • Profile picture of the author hockeyroom28
    Notepad++ for the win! It's free, lightweight, and opens/runs so smoothly its great!
    {{ DiscussionBoard.errors[2501132].message }}
  • Profile picture of the author Ryanbrave
    Dreamviewer
    {{ DiscussionBoard.errors[2504943].message }}
  • Profile picture of the author phpbbxpert
    I use
    NotePad++ for quick editing
    XAMPP for a local server

    I was using
    Aptana for an IDE then I switched to NetBeans when they dropped PHP support.
    Now I am using a paid IDE phpStorm mostly because of its preset feature, helps me code a lot faster.

    Moving on,
    WinMerge is a free line for line or directory diff software.

    Directory/Drive access
    Win SCP


    FireFox browser add-ons
    FireFTP
    FireBug
    Web Developer Toolbar
    FireCookie
    FireQuery
    ColorZilla
    FireShot
    PageSpeed
    ShowIP
    Live HTTP Headers

    Browsers
    FireFox
    Safari
    Opera
    Chrome
    IE Tester
    IE 7
    IE 8
    iTouch and a AnDroid phone for browser testing

    Screen recording -> Jing

    Repository tools
    msysGit
    TortoiseGit
    TortoiseSVN

    Repository sites
    Assembla <- my favorite
    GitHub
    GoogleCode
    {{ DiscussionBoard.errors[2558706].message }}
  • Profile picture of the author caesargus
    My favorite tools:
    VirtualBox - for virtual desktops and Operating systems - allows me to test downloads, and run automation scripts in a safe unchanging place (and continue working)

    Eclipse - For my automation scripts

    Selenium RC - QA of the sites that I'm testing (web front-end testing)

    Selenium IDE - Firefox extension allows me to record my actions and work with certain forms - log into some websites - allows me to be more productive

    vi - This is my text editor of choice - unless I need to start making several copy and paste edits, then I open up the script in gedit (or notepad++)

    SVN - Allows me to roll back certain changes and have a repository of changes

    Firefox - my favorite web browser because of the extensions that are available.

    jQuery - my favorite javascript library
    {{ DiscussionBoard.errors[2558827].message }}
    • Profile picture of the author Jeremy Morgan
      WT, C++ Web Toolkit


      Been hearing a lot about this recently, and very curious to try it out. Would be nice to get something with some real flexibility and the performance of native code. Has anyone messed with this stuff yet?
      Signature
      Jeremy Morgan, Software Developer / SEO
      Check out my Programming Blog for news, tips, and tutorials
      {{ DiscussionBoard.errors[3903701].message }}
  • Profile picture of the author StudioArtha
    Speaking as a long time programming hack, I have been using Ultra-Edit by IDM Computer Solutions. It is heavy weight programming tool. Alas, it is not free (around $60), but it is full functioning programming tool for C, C#, C++, VB, VB.Net, Javascript, HTML, etc, etc...
    {{ DiscussionBoard.errors[3904245].message }}

Trending Topics