Archive for May, 2008

FoneLink 2.0 from NovaMedia

Friday, May 30th, 2008

This is bad, because most cell phone manufacturers do not offer a Apple Mac solution, but nova media bridges the gap with FoneLink 2.0. The cell phone suite offers a familiar Mac-like solution to manage SMS text messages, exchange files, synchronize data and to backup and restore cell phone contents.

Nova Media is company from Germany, they have several product and specializing on Mobile connectivity with your Macintosh computer. I has purchased they nicely software Message2Net and I satisfied with it. Back to FoneLink 2.0, on this version they has rewritten from they previous version. This app is free for previous version, but you need to pay if you never purchase it before around (33$)

On FoneLink 2.0 you can automatically convert music, videos and photos on a Mac to formats that are instantly viewable and playable on the cell phone. iTunes playlists can be synchronized and a ringtone editor allows the creation of individual ringtones from any compatible music file. You can check the details on FoneLink 2.0 page

Popularity: 7%

What’s New on Apple Released 10.5.3 update

Friday, May 30th, 2008

apple-10-5-3.jpg
Have you download and update your Mac OS X Leopard, if you are running Mac OS X Leopard you should update to the latest version Mac OS X 10.5.3, on this version Apple updates and fixes some features such as Some of the fixes include improvements to Spotlight searches on remote APF servers, Active Directory binding and login, 802.1X behavior and reliability, Automator, Parental Controls, iChat screensharing, and VoiceOver.

Some annoyances with Spaces have been addressed, as well as several issues with Time Machine and Time Capsule reliability. iCal now allows events to be marked as private, and has improved its handling of meetings and calendar syncing. This updates also fix over 220 problems on oldies version. You can check the details on Apple’s Page, If you got problem when update, try to check this tutorial how to fix software update problem

Popularity: 6%

A Little Guide to Building Your Web Navigation

Wednesday, May 28th, 2008

You ever do of information seeking. Before designing your web navigation, you must know how people look for information. The structure of your web navigation must be simple and effectifely. People must immediately knowing where the button they must clicking for some your website information.

You need research into other web navigation. Taking the time to understand visitors seeking patterns, emotions, and reactions will help you better decide which navigation types you want to implement when you explore options in later chapters.

You must understand, your web navigation are tool to build relationship with your web visitors.

PS. Call uncle Google and type this : free web button maker

Popularity: 6%

Install Printers Drivers for Canon iP1700 in Ubuntu

Wednesday, May 28th, 2008

sexy-ubuntu.jpg

Are you Ubuntu user? need guide how to install Canon iP1700 printers? I will show you how to do this, I have two tips and you can pick which one the best for you.

First Tips

all need to do just download this files

  • libcnbj-2.6_0-1_i386.deb
  • bjfilter-2.6_1-1_i386.deb
  • pstocanonbj_3.3-1_i386.deb

You can get all the files on this place and see the guide how to install it Or you can follow my instructions how to do this, after you got all of this files, open your console and type this

sudo dpkg -i libcnbj-2.6_0-1_i386.deb
sudo dpkg -i bjfilter-2.6_1-1_i386.deb
sudo dpkg -i pstocanonbj_3.3-1_i386.deb

Before you use it, you need to restart CUPS by type this command

sudo /etc/init.d/cupsys restart

(more…)

Popularity: 58%

How To Uninstall RPM packages

Wednesday, May 28th, 2008

I will show you the easiest way how to uninstall your rpm packages. Before we start uninstalling our rpm packages, we should know first the name of our packages that need to uninstall. To do this, open your console that type this

#rpm -qa | grep xterm

If you want try to uninstall xterm packages, after that you will found you listed rpm like this one

#xterm-215-6pclos2007

So, let’s uninstall by type this command

#rpm -e xterm-215-6pclos2007

And done, you was successfully uninstall your rpm packages ;)

Popularity: 5%