Transfer files through ftp with FileZilla

Throughout my blogging years and web experiences Filezilla has been of great use. The Filezilla client allows transfering of files through FTP, FTPS, and SFTP. Actually, you can also delete files on your server or rename them.

It runs nicely on Windows, Linux, BSD, Mac OS X, and you can run it through a USB drive with Portable Apps.

If you prefer to run something similar on your Firefox, you may also try out FireFTP.

Colonization gaming – FreeCol

FreeCol is an open source clone of the Colonization game. I admit, during college I was a bit addicted to this game, my style of strategy gaming.

For those who are not familiar, this is a strategy game where your objective is to Colonize the entire world with your nationality. So, you build your cities, grow them, build an army and expand your borders. Sounds pretty simple but for people like me, fun stuff to do for hours and hours.

Coding on Windows – Notepad ++

Notepad++ is a code editor software that can also replace your MS Windows Notepad.

From the research I’ve done, it is one of the most used software for programmers working on a Windows machine. The list of features it has is pretty impressive, such as:

  • syntax highlighting for C, C++, PHP, CSS, Java, HTML, XML, Javascript, Python, Perl, Ruby, and several other languages;
  • auto-completion;
  • a plug-in structure with several plug-ins for you to choose from;
  • macro recording and playback;
  • and the list goes on…

You can run Notepad ++ also from your USB drive through Portable Apps.

Manage HD partitions with GParted

For those who are a bit lost with the word “partitions”, they are sectors in which your hard disk is divided.

You can divide your HD to have one OS in one partition and data on another, or add a partition just for back up data, and if you’ll be installing more than one OS in your system each one of them will have to sit in its own partition.

Coding in Linux – Bluefish Editor

I’m starting my baby steps into web coding, really starting out with the basics of the basics. But, I didn’t want to start with a WYSIWYG editor, those are too simple and will not teach much of coding per se. So, I went searching for a nice editor for my Linux box and found Bluefish Editor.

From their site, “Bluefish is a powerful editor targeted towards programmers and webdesigners, with many options to write websites, scripts and programming code.” You can use its syntax highlighting for Python, HTML, PHP, C, Java, JavaScript, XML, CSS, Perl, and languages.

Firefox being released with open source video and audio codecs

The Mozilla team has announced that Fiirefox 3.1 will come with native support for Theora and Vorbis media. So, this means that:

  1. open source media can become a bit more mainstream (finally moving away the proprietary mp3 monopoly);
  2. no longer will we have to install Firefox plugins to see embedded audio and video files (as long as they’re in .ogg format)

The code is already out, available in Firefox’s nightly builds releases for large scale testing.

Open source micro-blogging

First, my truest apologies for the disappearance. Due to health reasons, work, then more health reasons my tech life was drastically minimized. But, now all is well and coming back on track.

And, we’re coming back with a sweet web service called identi.ca. Once Twitter got all crazy and full of never-ending glitches, many web services jumped in the opportunity to win the hearts of frustrated users, identi.ca being one of them.

No more Windows XP, will you go with Vista?

Microsoft being smart again saw that Vista wasn’t being very accepted, decided to force people to have no other option. After July 1st, computers can no longer be sold with Windows XP (there are exceptions to the rules such as computer with low specs).

If you bought a computer today would you get it with Windows Vista like Bill wants you to? By the way, Microsoft is planning to release a new OS next year.

Use web applications offline with Gears

The Firefox add-on Gears, formerly known as Google Gears, allows you to use web applications as if they were installed on your computer. Consider it as a fancier offline browsing.

So, basically the data instead of being completely stored on the web is actually stored in your computer. You’ll have access whenever you want. The number of websites compatible with Gears isn’t that huge at the moment but there are some very good ones already adopting it such as RememberTheMilk, Google Docs, Zoho, Google Reader, and most recently MySpace.