03 December 2007

Converting movies for PDAs

If the movie is a 16:9 ratio film then convert to 320px x 136px for the best option of viewing.

18 November 2007

Making your own ringtones from mp3, wav or midi files

Use Hamienet's free midi converter to convert mid files to mp3 or wav.

Use Efficient converter to convert audio files to wav.

Use Audacity to clip the file to the sample you want. Save as wav or mp3. (You'll need lame encoder for the mp3 part or use Efficient converter again.)

If you have a Windows Mobile device that can't use mp3 as a ringtone then convert your file to wma using Efficient converter.

20 October 2007

101 Freebies

This list of free software was compiled with the help of over 1800 computer users. It's a great place to look before you buy that expensive package. There is probably a free alternative that will still do the job.

PDF viewer

Need more that the free Adobe Acrobat Reader offers?

Get the free PDF-XCHANGE Viewer instead.

PDF-Xchange allows you to add comments, sticky notes and highlights. Then save the file and send it for review.

A handy utility for anyone who needs to share and comment on pdf files.

And did I mention it's free!


21 April 2007

Really fast buttons

This technique can be used to make good looking buttons in a very short time.

  1. Open a new document in your favourite graphics program.
  2. Create a rounded rectangle to the size you require.
  3. Add a drop shadow: Distance 0, Softness 3.
  4. Add another rounded rectangle. This one should be half as high as the first with 1 pixel on the top, left and right sides.
  5. Create a gradient on the new rectangle. It should be fully white with full opacity on the top and 35% on the bottom. Drop the total opacity of this box to 35%.
  6. Add your text in white.
  7. Drop the opacity of your text to 65%.
That's it. You can now change the fill colour of the first rectangle to whatever you want to make new buttons. If your new colour is very light, then change the text colour to black and raise the highlight rectangle opacity to 65%. If you wish, give the first rectangle an outline of a slightly lighter or darker colour than the fill.

Here are some examples:

06 February 2007

Open Source Flash for Artists: FlashDevelop Resources

Just a quick one. Was looking for an Open Source version of Flash where I could make quick, small animations.

Found this during the search:
Create Digital Motion » Open Source Flash for Artists: FlashDevelop Resources
It leads to this site: www.flashdevelop.org which has more power than I need at the moment but worth a look when I have more time.

Portable applications list

So what programs do I have on my thumb drive?

Here's a list of my regulars:
  • 7-Zip - unRar, unzip, etc
  • Clam - Anti-virus
  • Cryptainer - file encrypter
  • FileZilla - FTP
  • Firefox with a few addons - browser
  • FontMagic - graphics from fonts
  • FontViewer - the name says it all
  • FSCapture - Full Screen Capture
  • Gaim - Multi-purpose chat program
  • GIMP - Image manipulator
  • Glass2k - make your windows transparent
  • Inkscape - A vector drawing program
  • Locknote - encrypt text files
  • Notetab Lite - text file editor with a huge number of features
  • NVU - web design
  • OpenOffice - document editing to the extreme
  • Scribus - desktop publishing
  • WackGet - download assistant
  • Restoration - file recovery - works on memory cards too
  • Skype - if you don't know this one, you should download Skype
    today
  • TrueCrypt - another encrypter
  • UltraShredder - file erasing to NSA standards
  • uTorrent - P2P file downloader
  • VirtualDub - video capture
  • web_downldr - Web Downloader
  • XAMPP - web server
  • XMPlay - Multimedia player
  • X-MulePlus - another P2P program
  • XnView - image viewer
  • xplorer2_lite - file manager

apache friends - xampp for windows

I do a lot of web site development and testing. Rather than contantly uploading to a server, I test on my own computer.

This project has all the basics I need to test the site before making it live:
apache friends - xampp for windows

You'll find other systems like LINUX are supported from this site.

PortableApps.com - Portable software for USB drives | Your Digital Life, Anywhere™

Whenever I visit someone and they know that I am a fairly advanced computer user, I am asked to repair something or teach them how to use something or, in extreme cases, design something.

They don't always have the software I prefer and some don't even have Internet access so I can't download it.

Here is the solution.

I use Open Source and freeware software where possible. I donate to the projects that I use more than 5 times. And I load all the necessary software on a thumb drive and carry it with me.

Here's where to start:
PortableApps.com - Portable software for USB drives | Your Digital Life, Anywhere™

PocketMod: The Free Disposable Personal Organizer

Wow. A PDA that costs less than 10 cents. Well that's including the pencil. This is a fantastic way to keep those important bits of information handy and not have to worry about being thrown in the pool.

I especially like the PDF converter that allows you to add your own information.

I've always been a fan of Kirigami and this is a unique way of folding the paper into a book.

PocketMod: The Free Disposable Personal Organizer

RipIt4Me Official Site - A freeware utility that helps you backup your copy protected DVDs

I was wanting to watch an older DVD a couple of nights ago and found that the DVD had been scratched. I didn't have a scratch repair kit handy so I thought I'd try copying it to a new disk. Although the DVD player couldn't read it, I found that the computer could but had problems with some scenes pausing badly.

I downloaded RipIt4Me and ran it and found that the copy was successful. Hooray.

RipIt4Me Official Site - A freeware utility that helps you backup your copy protected DVDs

DOSBox, a x86 emulator with DOS

I was trying to run a DOS based program but couldn't see what it was doing because the frame rate was too high. DOSbox was the program I needed to slow things down. Now I can play those old games that has been lying around on floppy disk.

DOSBox, a x86 emulator with DOS

26 January 2007

xplorer² lite: free windows explorer replacement (file manager)

The easiest file manager I've found. Navigate with dual panes and a folder tree. Lot's of quick keys and useful tools built in.

xplorer² lite: free windows explorer replacement (file manager)

pdfforge.org

The best pdf printer driver. So many options...

pdfforge.org

BooZet's Free Software » Visual CD » Overview

I can never remember which disk my files are on after backing up my computer files DVD's. This program is the best I've found so far.

Save the disk catalogs to your hard-drive then search them using keywords. It will even find files inside archives and can look at the tags in mp3's. Once you've found the file, insert the disk and click on the search result to open it.

BooZet's Free Software » Visual CD » Overview

19 January 2007

8 line solution to Labyrinth maze program

Here is the solution: 
1 EXIT? 8 2 
2 WALL? 3 5 
3 RIGHT 
4 GOTO 1 
5 STEP 
6 LEFT 
7 GOTO 1 
8 QUIT 

 An explanation: The basic idea is that if you always turn in the same direction and follow the walls, you will eventually find the exit. There is an annual maze competition using robotic mice and one year a team worked this out and built a faster mouse instead of a smarter mouse and they won! The program first checks to see if the robot is at the exit. If it is the program ends, if not it looks in front to see if there is a wall. If there is a wall then turn right and start the cycle again. If there isn't a wall, take a step forward, turn left and start the cycle again.