Ace on Tech

My Coverage on Windows 7 (experimental)

Blog

links for 2008-01-29

links for 2008-01-28

Weekly Software Pick: FileZilla [Win/OSX/Lin]

An FTP-client is one of the core needs of a web developer/designer, so it’s extremely important this shackle in the chain is as solid as possible. But why invest in yet another dedicated application? Most shells (Windows, Linux, Mac) do FTP in an integrated fashion. Dreamweaver has this functionality built in through their Site Management pane… But:

image

FileZilla is a free application and gets the job done just as its commercial siblings do. It’s UI’s simplicity is familiar, powerful and feature-complete.

  • All major protocols supported (FTP, FTPS, SFTP)
  • Multi-lingual
  • Pause/Resume, also for large files (>4GB)
  • Site Manager to save frequently used FTP-sites
  • Drag & Drop
  • Speed Limits are configurable
  • Filename filtering
  • Wizards

FileZilla is multi-platform with builds for Windows 2000/XP/Vista, Linux and Mac OS X (PPC G4 & Intel).
Recommended.

links for 2008-01-27

links for 2008-01-26

links for 2008-01-24

Weekly Software Pick: Notepad++ [Windows Only]

I’ve come to appreciate Notepad++ as a full-blown source code editor, whereas in the past it used to be a second-class citizen, somewhat. I kept it around because it operates and loads blazingly fast, especially handy when you don’t have the time to start Dreamweaver. Though Notepad++ is a lot more than a quick app…

Notepad++

It supports everything you’d expect from a well-seasoned code editor, amongst other features:

  • Syntax Highlighting & Syntax Folding
  • User Defined Syntax Highlighting
  • Code Auto-completion
  • Regular Expression Search/Replace
  • Zooming
  • Brace & Indent Highlighting
  • Macros
  • Integration into the shell

You should see Notepad++ as an all-round replacement for Windows’ built-in Notepad and a lot more. It supports a vast array of programming languages, yet is specialized enough to be used for web authoring, too: it’ll recognize nested languages effortlessly, e.g. XHTML, CSS, PHP and Javascript in one page.

Notepad++ is completely free of charge and subject to the GPL license.