Category Archives: tutorial

Fotobook connected

Alright, so here is the deal. After a week trying to figure out how to connect and make Fotobook work in my WordPress plugins, I got it done and figured out. 😛

Here is what I did. Let say that you have WordPress already installed and configured. So you are going to go to Fotobook and download the last version. Once you download follow the installation instructions.

So here is what I did under the installation instructions that it made so special.

Steps:

  1. Make sure that you are logout of facebook and your cookies are clear in your web browser
  2. After activating my Fotobook I went and open the Fotobook settings
  3. Click on “Grant Permissions”
  4. A new window is going to pop up.
  5. Enter your facebook user name and password, then sign-in
  6. Is going to tell you that you could close this window. Close it.
  7. Then go back to your Fotobook setting, which would be step 3.
  8. Click “Apply Permissions”
    NOTE: DO NOT REFRESH OR HIT THE GO BUTTON IN YOUR WEB BROWSER OTHERWISE YOU WILL NOT BE ABLE TO FULLY CONNECT YOUR FACEBOOK WITH YOUR FOTOBOOK.
  9. Then your facebook account should appear under “Grant Permissions”
  10. Now click on “Go to Management”
  11. Click “Get Albums”

Now, you should your facebook and fotobook linked. If you are having any difficulties please contact the developer not me. I didn’t made the code.

Fixing wirelesscard in Ubuntu

One of my friends was having wireless card problems one he upgraded from Gutsy 7.10 to Hardy 8.04. The problem was that Hardy was recognizing the wireless card but it wasn’t installing the drivers because they were a third party drivers. Well, in order to do that and fix it I had to do this.

NOTE: THIS TUTORIAL WAS MADE USING LINUX UBUNTU 2.6.24 KERNEL. IT HASN’T BEEN TESTED ON OTHER DISTROS NEITHER OTHER KERNELS. DO IT AT YOUR OWN RISK.

Steps:

  1. Open the terminal
  2. type this
    sudo apt-get install build-essential
  3. copy and paste OR type this (each is a separate line in the terminal)
    wget http://bu3sch.de/b43/fwcutter/b43-fwcutter-011.tar.bz2
    tar xjf b43-fwcutter-011.tar.bz2
    cd b43-fwcutter-011
    make
    cd ..
  4. then
    export FIRMWARE_INSTALL_DIR="/lib/firmware"
    wget http://downloads.openwrt.org/sources/broadcom-wl-4.80.53.0.tar.bz2
    tar xjf broadcom-wl-4.80.53.0.tar.bz2
    cd broadcom-wl-4.80.53.0/kmod
    sudo ../../b43-fwcutter-011/b43-fwcutter -w "/lib/firmware" wl_apsta.o
  5. Now reboot Ubuntu and you should be good to go.

Note that you FIRMWARE_INSTALL_DIR might change with the distro.

Export friend and blacklist from Mailwasher

This is a tutorial that it will illustrate how to export your friend and black list from Mailwasher 5.3 on Windows XP.

I been using Mailwasher for quite while now and it is a really good application to catch spam, but I was wondering how to come up with something that I could export my friend and black list from their application. Unfortunately you could only import *.csv files into their app and not export any data. Well, I bet that you are wondering how to export your list and post it on another email account of yours.

Steps:

  1. Open “Windows Explorer
    Make sure that “Show hidden files and folders” it is chose. Don’t know how to do this click here.
  2. Replace “your_user” for your Windows XP account user name
    Go to “C:\Documents and Settings\your_user\Application Data\MailWasherPro
  3. Copy “Blacklist.txt” to your Desktop or desire folder
  4. Open “Blacklist.txt” with your desire application. Add and remove all the email addresses that you want from it.
  5. Save As” Blasklist file and make sure that you change the extension to the extension that your email account is asking for you to import your email friend and/or blacklist. Usually they always use *.csv format.

Now you are done. That was easy wasn’t it. 😛

Upgrading Ubuntu

I am not responsible for any damages, data loss or any other strange computer behaviors.

  1. Ubuntu 7.10 must be installed in your computer
  2. Open your “Terminal”
  3. Type sudo do-release-upgrade –devel-release
  4. Wait until the new system is downloaded and installed
  5. Be patient now… it is almost done
  6. Now is going to ask you if you want to remove the packages that were installed in your computer type y
  7. Now reboot your system
  8. Congratulations, you are finish. Now will have the final version prerelease of Ubuntu 8.04

If you want to install Ubuntu 8.04 through “Update Manager” click on this link for the tutorial.

Infanview Thumbnails Tutorial

This tutorial will show you and teach you how to make thumbnails using a freebie called Infranview Thumbnails.

Steps to make an image to a thumbnail

  1. I downloaded this image form this website http://www.ikp.unibe.ch/lab2/ppnew/pp5/inborn_files/slide0021_image034.gif
  2. Open InfranView Thumbnail
  3. Find where your image(s) is place AND select image (s)

Before we continue, please go to Options > Set Thumbnail Options … I have my setting setup like this

When you are done just click OK

  1. Now, go to File > Select single thumbs as single images…
  2. Go to your folder using windows explorer and you should have a new file created with “filename_t.jpg” in the end. Here is an example.

You are done. Now you have your old image and with the new thumbnail.

If you are having any difficulties with this tutorial, please contact me.