Playing With Sid

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg
Showing posts with label jaunty. Show all posts
Showing posts with label jaunty. Show all posts

Tuesday, 9 March 2010

Skype Video Chat on Ubuntu 10.04 Lucid Lynx

Posted on 02:31 by Unknown

Took a short break from Ubuntu accessibility work to try out the Skype 2.1.0.81 beta on Ubuntu 10.04 (Lucid Lynx).



We used the Static build of Skype client on my Ubuntu Lucid laptop, while Kaprie Kanu used Ubuntu Jaunty laptop across the room. Downloaded and extracted the compressed archive to /opt/skype-version location on both the computers.



First I faced few issues with my external web camera (see LP #502866). Starting skype with following command fixed this issue.

LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so /opt/skype-2.1.0.81/skype



And the results are good, text chat and Video chat works well. There is slight video distortion (green lines at the bottom of video frame). File transfers are quick and Desktop sharing, a new features in this version works out of the box.




You can use Desktop sharing for making online presentations with Ubuntu. If you need sound events from the computer to be streamed as well, unplug the headphone and use the external speakers.





skype video chat window on linux

skype linux chat client window

skype text chat




skype desktop sharing
Skype Desktop Sharing

Read More
Posted in 10.04, jaunty, lucid, skype, ubuntu | No comments

Monday, 1 March 2010

ALSA Jack Sense problem in Jaunty

Posted on 23:17 by Unknown
Update: Ubuntu Lucid user should read the this updated post
Headphone jack sense problem in Ubuntu 10.04 Lucid Lynx instead.


The newly ordered batch of Dell Vostro 1014 Laptops have a ALSA sound problem. When you plugin the headphone, sound plays both on headphone and internal speakers as well.

The solution seems either to upgrade ALSA which time consuming and painful. Or pass the correct model name by adding options snd-hda-intel model=dell-bios to /etc/modprobe.d/alsa-base.conf.

For now I settled for simple workaround (that is easy for blind users). Created two shortcut keys to enable and disable headphones with gnome keyboard shortcuts.


Name: Enable Headphones
Command: amixer sset Master frontleft mute

Name: Disable Headphones
Command: amixer sset Master frontleft unmute



The downside of this workaround is that you hear only single channel sound on headphones. If you managed to fix this problem on Ubuntu Jaunty, leave a comment.
Read More
Posted in 9.04, hardware, jaunty, ubuntu | No comments

Thursday, 6 August 2009

how to override compiz blacklist?

Posted on 22:04 by Unknown

Enabling Compiz eZoom desktop plugin for our partially sighted and low vision users hit a snag. Compiz refused to work as Intel Mobile GM965/GL960 chipset is blacklisted in Ubuntu 8.10 Jaunty. This tutorial describes how to override and enable compiz on blacklisted hardware.
compiz desktop effect can not be enabled



You need to add SKIP_CHECKS="yes" at the end /etc/xdg/compiz/compiz-manager. That should fix it.









$ SKIP_CHECKS=yes compiz
Checking for Xgl: not present.
xset q doesn't reveal the location of the log file. Using fallback /var/log/Xorg.0.log
Blacklisted PCIID '8086:2a02' found
aborting and using fallback: /usr/bin/metacity


# Edit the following file and add at the end of the 'SKIP_CHECKS=yes'
$ sudo nano /etc/xdg/compiz/compiz-manager

# restart compiz and try enabling compiz again.
$ compiz
Checking for Xgl: not present.
xset q doesn't reveal the location of the log file. Using fallback /var/log/Xorg.0.log
Blacklisted PCIID '8086:2a02' found
SKIP_CHECKS is yes, so continuing despite problems.
Checking for texture_from_pixmap: not present.
Trying again with indirect rendering:
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Checking screen 1Comparing resolution (1280x800) to maximum 3D texture size (2048): Passed.
Checking for Software Rasterizer: Not present.
Checking for nVidia: not present.
Checking for FBConfig: present.
running under gnome seesion, checking for gnomecompat
Checking for Xgl: not present.
/usr/bin/compiz.real (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
Starting gtk-window-decorator

Read More
Posted in "compiz-fusion", a11y, accessibility, compiz, gnome, jaunty, Linux, ubuntu | No comments

Wednesday, 29 April 2009

Pqi i810 : Worlds Smallest USB Flash Drive?

Posted on 22:13 by Unknown

Pqi i810 series USB flash drives from Power Quotient are extremely tiny in size. They not much larger than your finger nail. But don't let that fool you they pack lots of storage space, the one that landed in lap was whopping 8GB. And they are cute and pink :) . The Power Quotient product page claims that these are world's smallest USB flash drives. However I didn't find any reference to this neither on Engadget nor anywhere else on the web.



Pqi i810 product image from Power



At first glance its looks more like a MMC card than a USB slot. It really felt strange to plug it into my USB drive. Like most exotic hardware I thought it would be a pain to make it work with gnu/Linux OS. And Surprise, surprise it worked just fine on my Ubuntu Jaunty 9.04 laptop.


The USB Id's of this device are given below.

Bus 002 Device 006: ID 3538:0059 Power Quotient International Co., Ltd

If you are planning to buy one, go ahead and indulge yourself.

Read More
Posted in gadgets, jaunty, Linux, ubuntu | No comments

Tuesday, 28 April 2009

Openoffice.org Spell Checking

Posted on 19:21 by Unknown

Openoffice.org spellcheck doesn't seems to work on Ubuntu 9.04 Jaunty either. It's a well known problem that can be easily fixed but somehow it gets carried on from one release to the next. When you run a spellcheck, Openoffice immediately says that spell check is complete even when the document has mis-spelled words.



Openoffice.org SpellCheck doesn't work


Openoffice.org uses hunspell so you better check if its installed. Secondly make sure that the default language is set correctly.



# apt-cache policy hunspell
hunspell:
Installed: (none)
Candidate: 1.2.6-1ubuntu2
Version table:
1.2.6-1ubuntu2 0
500 http://jp.archive.ubuntu.com jaunty/main Packages

# sudo apt-get install hunspell
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libyaml-syck-perl libftgl2 libchm1 python-chm libalut0 libindicate0
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
hunspell
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 91.5kB of archives.
After this operation, 246kB of additional disk space will be used.
Get:1 http://jp.archive.ubuntu.com jaunty/main hunspell 1.2.6-1ubuntu2 [91.5kB]
Fetched 91.5kB in 2s (45.2kB/s)
Selecting previously deselected package hunspell.
(Reading database ... 190374 files and directories currently installed.)
Unpacking hunspell (from .../hunspell_1.2.6-1ubuntu2_i386.deb) ...
Processing triggers for man-db ...
Setting up hunspell (1.2.6-1ubuntu2) ...





Go to Tools > Options > Language Settings > Writing Aids. Select Hunspell Spellchecker and set the default language, on my computer it is English (USA).
OpenOffice.org Hunspell language options




Also make sure to do the same for all the menus under Tools > Language.


Ooo Language for selection

Ooo Language for paragraph

Ooo Language For Text selection


Read More
Posted in hunspell, jaunty, Linux, openOffice, openoffice.org, ubuntu | No comments

Monday, 27 April 2009

Enable Ctrl-Alt-Backspace in Ubuntu

Posted on 22:52 by Unknown

Here is one change in the latest Ubuntu release Jaunty (9.04) that is *really* not blind friendly. You can no longer use the Ctrl-Alt-Backspace key combination to restart the graphical (X) session by default. Most of the Orca screen reader users have to resort to using this key combination to start over when Orca screen reader stops or hangs for some unknown reason.




Its not very difficult to turn on this feature back on. To enable this Ctrl-Alt-Backspace key combination you have to use the dontzap program. You might want to install this package on your computer. They type this command in the terminal.


sudo dontzap -d

Reboot the computer and you are ready.



Update In Ubuntu Karmic the dontzap has been removed. You have use the keyboard preference tool.


  • Select "System"->"Preferences"->"Keyboard"

  • Select the "Layouts" tab and click on the "Layout Options" button.

  • Select "Key sequence to kill the X server" and enable "Control + Alt + Backspace".

Read More
Posted in a11y, accessibility, blind, dontzap, jaunty, karmic, Linux, orca, ubuntu | No comments

Saturday, 25 April 2009

Tracker index corruption in Jaunty

Posted on 00:19 by Unknown

Few hours into the Jaunty Update, I ran into the Tracker index corruption issue mentioned in the Ubuntu 9.04 Jaunty Release Notes.



In some cases it can happen that the index of the "tracker" desktop search engine becomes invalid. A dialog will be shown, offering you to "Reindex all contents". This button does not work, and the tracker service might start to use large amounts of CPU and disk resources. As a workaround, please press Alt+F2 and run tracker-processes -r. This will be fixed in a post-release update soon (361205).




Tracker Applet

Reindex tracker database

However tracker-processes program was not installed on my laptop, so I installed tracker-utils package and ran the tracker-processes -r which seems to fix the problem.

Read More
Posted in jaunty, Linux, tracker, ubuntu | No comments

Thursday, 23 April 2009

Ubuntu 9.04 (Jaunty Jackalope) Released

Posted on 07:46 by Unknown

Few hours ago latest version of Ubuntu 9.04 (Jaunty Jackalope) was released. After three days without Internet connection, today evening the damaged optical fiber was patched just in time for the release. As I am writing this post my laptop is downloading the packages to complete the upgrade from Alpha release.



Read more about the features of Ubuntu 9.04 in the following press releases:



  • Desktop edition http://www.ubuntu.com/news/ubuntu-9.04-desktop
  • Server edition http://www.ubuntu.com/news/ubuntu-9.04-server
  • Netbook Remix http://www.ubuntu.com/news/ubuntu-9.04-unr






Meanwhile in the server room I am seeding ubuntu 9.04 desktop (i386) image via bittorrent . If you are downloading Ubuntu in India, I suggest you download this torrent file. I think I would continue seeding this image until the end of the month (30 April, 2009).

Read More
Posted in bittorrent, jaunty, Linux, ubuntu | No comments

Wednesday, 15 April 2009

Reliance Netconnect USB card in Ubuntu Jaunty

Posted on 06:29 by Unknown

New version of Ubuntu Linux 9.04 (Jaunty) is due to be released next week. So if you are a Reliance Broadband USB CDMA modem user then you should make these (slight) changes to your configuration .


Thejesh has already posted a detailed Reliance Netconnect USB card on Linux Howto so I don't think I should repeat myself again.



In Jaunty the usbserial module is complied as builtin in the linux kernel. So if you are searching for us usbserial module you won't find it. What you have to do instead is to pass USB vendor ID and Product ID at boot time.



Add this line at the end of default kernel line in your /boot/grub/menu.lst


usbserial.vendor=0x19d2 usbserial.product=0xfffd




Happy Browsing !!!


Read More
Posted in CDMA, embedded linux, jaunty, modem, ubuntu, wvdial, ZTE | No comments

Thursday, 26 March 2009

Notify-OSD Now Works with Orca

Posted on 22:15 by Unknown

The message came in last night as I was leaving office. It was response to bug #333134, it was a request to enable notifications from the new Notify-osd system work with Orca screen reader.




Hi Arky,


I would like to believe that this is resolved in recent updates. Please make sure you are using the most recent version of gnome-orca and notify-osd.





Thank you guys! You really made a difference to all the blind users around the world. Now there is one more good reason to grab the jaunty.

Read More
Posted in accessibility, IISE, jaunty, notify-osd, orca, ubuntu | No comments

Thursday, 19 March 2009

Ubuntu Installer :: Installation Failed Input/Output Error

Posted on 19:51 by Unknown

Here is an update on the strange error on dell vostro 220s desktop problem reported on this blog sometime back. It was very puzzling but my hunch turned out to be right after all. I tested the latest alpha release of Ubuntu 9.04 (Jaunty) on this machine. The LiveCD booted but half way through the installation it died with a [Errno 5] Input/output error.




Jaunty Installation Failed

Read More
Posted in 9.04, hardware, jaunty, ubuntu | No comments
Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Vietnamese Language Tools: Developing Keyboards and Spell-checker
    Mentoring Mozilla Vietnamese localization team to develop Vietnamese keyboard and spell checker for Firefox OS . We built and tested Vietna...
  • Multimedia/Internet Keyboards in GNU/Linux
    As the resident Gnu/Linux guru, I sometimes help new users making transition from other OS’s.Over the years I’d ask anyone who installed Gnu...
  • Bollywood Afternoon In Hanoi
    A lot can happen over a cup of Masala Chai. Sunday afternoon's are usually Indian food at Foodshop 45 in Tay Ho, Hanoi. After a good mea...
  • foss.in 2008 :: Sorting In Indic Locales Workout
    Day 3 : Sorting In Indic Locales workout at foss.in 2008 . Indic Workout In Progress Brainstorming Live interaction and collaborative edi...
  • Locate Configuration Example
    Keep things found is not an easy skill to master. The disk drive turns into a deep and dark jungle after the first few weeks on road. Tradit...
  • Mapping The Internet
    I watched the map of internet mentioned in the recent "Download: The True Story of the Internet " on Discovery Channel , it sound...
  • foss.in 2008 :: Day 4
    Day 4 @ foss.in 2008 IndLinux Project BOF Beacon Workout Sharing ideas after Apertium talk Sachin Joshi demo's his Hindi ASR syste...
  • Cellphone Woes of a Weary Traveller
    'Somethings' they say, 'remain a mystery until someone comes along'. Few hours into the journey, I could feel some discomfor...
  • PyCon India 2009
    Most action happens on conference sidelines PyCon India 2009 is no expection. You can always watch the recordings of talks later on. Catch...
  • foss.in 2008
    Photos from Day One of foss.in in Bangalore. JN Tata Auditorium, IIsc Bangalore Event Registration Counters Waiting for my turn Securit...

Categories

  • "Blog Action Day 08 - Poverty"
  • "blog action day"
  • "Compiz Extras "
  • "compiz-fusion"
  • "film making"
  • "FSUG-Bangalore"
  • "GISS"
  • "Graphic Design"
  • "Linux"
  • "martial art"
  • "New Media"
  • "open movie editor"
  • "OpenCV"
  • "web authentication"
  • "web automation"
  • "web testing"
  • 01-18-2012
  • 10.04
  • 10.10
  • 3dprinting
  • 9.04
  • a
  • a11y
  • accerciser
  • accessibility
  • acpi
  • Activism
  • adobe
  • adzap
  • aegis
  • africa
  • AIR
  • ajax
  • alsa
  • AMD64
  • Andhra Pradesh
  • android
  • angling
  • Animals
  • anusaaraka
  • apache
  • apertium
  • api
  • apm
  • apple
  • apport
  • Apps Script
  • apt-get
  • apt-key
  • architecture
  • archmage
  • ardour
  • arduino
  • ARM
  • art
  • asterisk
  • atom
  • audio description
  • backlinks
  • bangalore
  • barcamp
  • barcamphanoi
  • barcampkl
  • barcamppp
  • barcampsaigon
  • barcampvte
  • bash
  • bbc
  • bcy2011
  • beagle
  • beercamp
  • Beryl
  • big buck bunny
  • biofuel
  • bittorrent
  • blackout
  • blender
  • blind
  • blogger
  • blogging
  • book
  • Boot-Process
  • boot2gecko
  • bootparam
  • braille
  • brazil
  • breakpad
  • broadcom
  • bugs
  • bzr
  • Calicut
  • cambodia
  • canon
  • Canopy
  • cartoons
  • cat
  • CC
  • CDAC
  • CDMA
  • celliax
  • censorship
  • CES 2008
  • CES08
  • CHDK
  • chennai
  • children
  • china
  • CHM
  • chmsee
  • Chromium
  • classmate PC
  • cleaning
  • Climate Change
  • cloud computing
  • cms
  • codec
  • Comedy
  • comics
  • command line
  • CommandLine
  • compiz
  • Computational Linguistics
  • console
  • cpan
  • Creative Commons
  • cron
  • css
  • curl
  • cut
  • cyanogenmod
  • DAISY
  • debian
  • debian documentation
  • debian upgrade-system
  • Debian-IN
  • deborphan
  • delhi
  • design
  • dhvani
  • django
  • DJvu
  • dmesg
  • documentation
  • dontzap
  • dots
  • dpatch
  • drupal
  • drush
  • earth hour
  • easy_install
  • ebay
  • eclipse
  • Ecuador
  • education
  • eee pc
  • eeepc
  • elinks
  • Elinks2
  • emacs
  • embedded linux
  • Environment
  • equivs
  • espeak
  • etch
  • events
  • fennec
  • ffmpeg
  • fiction
  • film
  • film making
  • find
  • findutils
  • firefox
  • firefox3
  • firefox4
  • firefoxOS
  • firmware
  • fishing
  • flying
  • foss.in
  • fossasia
  • fossin2008
  • FOSSMeet
  • free culture
  • free software
  • FreeNode
  • fsf
  • fsfs
  • fx4
  • G1
  • gadgets
  • gdm
  • gedit
  • geek humour
  • geocoding
  • Gimp
  • GISS
  • GIST
  • git
  • gnewsense
  • gnochm
  • gnome
  • google
  • google app engine
  • google earth
  • gplv3
  • grep
  • grub
  • GSM
  • gstreamer
  • gta02
  • GUI Testing
  • habba.in
  • hack
  • hackable1
  • hacker
  • handbrake
  • hanoi
  • hanoitweetup
  • hardware
  • hardy heron
  • HCU
  • hindi
  • hipatia
  • history
  • hosting
  • hotkeys
  • how to
  • HowTo
  • html
  • html5
  • HTTP
  • humour
  • hunspell
  • hyderabad
  • i810
  • ICANN41
  • iceweasel
  • identi.ca
  • IEEE
  • iffk
  • iframe
  • IISE
  • ILS
  • ILUG-D
  • IM
  • imacros
  • india
  • india_engg_students
  • Indian Languages
  • indic
  • indlinux
  • initscripts
  • Inkscape
  • intel
  • interaction design
  • internet
  • internet kiosk
  • intersat
  • Intrepid
  • Intrepid Ibex
  • ipod
  • IRC
  • jam
  • jaunty
  • Java
  • Javascript
  • Jet Man
  • josm
  • jquery
  • JSSH
  • Kannada
  • karmic
  • Kchm
  • kerala
  • kernel
  • keyboard
  • keycode
  • kid
  • kiddy video
  • kids
  • kinect
  • kiosk
  • koha
  • l10n
  • laos
  • launchpad
  • layout
  • ldap
  • lenny
  • less
  • lftp
  • libchm
  • library
  • libreoffice
  • lilo
  • Linux
  • lisp
  • local weather
  • locate
  • logging
  • lttoolbox
  • lucid
  • lv
  • machine translation system
  • madras
  • maemo
  • mailing-list
  • mallard
  • MALT
  • malware
  • man
  • manga
  • maps
  • maverick
  • mediawiki
  • meego
  • mencoder
  • merkaartor
  • Mibbit
  • micro-blogging
  • midori
  • mlocate
  • Mobile
  • moblin
  • mod_pagespeed
  • modem
  • more
  • most
  • mother
  • mozcamp
  • mozilla
  • Mozilla Crash Reporter
  • mplayer
  • MT
  • mukt.in
  • music
  • mwc2012
  • myanmar
  • mymozl10n
  • mysql
  • n70
  • nature
  • nedumangad
  • neo freerunner
  • Neo1973
  • nepal
  • netbooks
  • newbies
  • news
  • NGO
  • NITC
  • NLP
  • NLTK
  • Nokia
  • Nonprofits
  • notify-osd
  • novell
  • NUI
  • nvda
  • OCR
  • oddmuse
  • OLPC
  • ooffice
  • open movie
  • openDNS
  • openmoko
  • openNI
  • openOffice
  • openoffice.org
  • OpenStreetMap
  • opensuse
  • openvt
  • orca
  • OS
  • oscar
  • OSM
  • Package-Management
  • packaging
  • pager
  • parenting
  • patents
  • pbx
  • PDF
  • people
  • perl
  • Pets
  • Phatch
  • photography
  • php
  • php-nuke
  • phpnuke
  • pidgin
  • PIL
  • pipa
  • podcast
  • podcasting
  • pokhara
  • POS Tagger
  • postfix
  • potlatch
  • poweroff
  • powershot
  • proc
  • programming
  • pune
  • puppylinux
  • pyCairo
  • python
  • pythonegg
  • QA
  • Qmail
  • radio show
  • Recycling
  • red nose day
  • redhat
  • regex
  • RFC
  • RHEL
  • rms
  • RND
  • robots
  • rockbox
  • RSS
  • RSS/XML
  • rtorrent
  • rubber
  • ruby
  • rural
  • s60
  • sahana
  • samba
  • sampada
  • samsung
  • sbcl
  • science
  • scipy
  • search
  • security
  • SFD2011
  • shell
  • short-stories
  • shutdown
  • silk
  • singapore
  • sitecopy
  • skype
  • slocate
  • social media
  • software patents
  • software-center
  • softwarefreedomday
  • solar
  • solar eclipse
  • sopa
  • space
  • spam
  • SPE editor
  • speakers
  • spins
  • squid
  • stallman
  • stanford parser
  • startups
  • startx
  • stumpwm
  • SUSE
  • system-adminstration
  • sysvinit
  • t-shirt
  • tablet
  • tactile watch
  • tea shops
  • teacher
  • technology
  • tee
  • telugu
  • terminal
  • terminal Tags: command line
  • Tesseract
  • Testing
  • The IT Crowd
  • theatre
  • tibet
  • tracker
  • travel
  • trek
  • trekking
  • tux4kids
  • tuxmath
  • tv
  • tweets
  • twitter
  • ubuntu
  • UMPC
  • unicode
  • UNR
  • uptime
  • urdu
  • User friendly
  • uTouch
  • UX
  • UXA
  • vagrant
  • VCS
  • veli
  • vidarbha
  • video
  • video hamming
  • video hams
  • video-ham
  • vim
  • virutalization
  • visualization
  • voip
  • vsat
  • w3c
  • watches
  • water from dew
  • WATiR
  • weather stations
  • weave
  • web automation
  • web standards
  • web testing
  • web-browser
  • web2py
  • webmaker
  • wget
  • Wiki
  • wikia
  • wikipedia
  • Windows
  • Windows XP
  • wmv
  • Word Press
  • wordpress
  • worm
  • wrapzap
  • writing
  • wvdial
  • X-Window-System
  • X11
  • xchm
  • xev
  • xml
  • xmlstarlet
  • XO Laptop
  • xorg
  • xserver
  • xvidcap
  • yahoo groups
  • yahoo maps
  • yelp
  • Yves Rossy
  • Zii
  • ZTE

Blog Archive

  • ▼  2013 (23)
    • ▼  December (3)
      • Turn your old iPod speakers into wireless speakers
      • Kinect-Powered Interactive New Media Installation
      • Mozilla Taiwan Localization Sprint
    • ►  November (3)
    • ►  September (1)
    • ►  August (1)
    • ►  July (1)
    • ►  June (2)
    • ►  May (3)
    • ►  April (1)
    • ►  March (1)
    • ►  February (5)
    • ►  January (2)
  • ►  2012 (26)
    • ►  December (3)
    • ►  November (1)
    • ►  October (1)
    • ►  July (1)
    • ►  June (3)
    • ►  May (6)
    • ►  April (1)
    • ►  March (8)
    • ►  January (2)
  • ►  2011 (43)
    • ►  December (2)
    • ►  November (7)
    • ►  October (8)
    • ►  September (4)
    • ►  August (5)
    • ►  June (1)
    • ►  February (6)
    • ►  January (10)
  • ►  2010 (73)
    • ►  December (17)
    • ►  November (5)
    • ►  October (10)
    • ►  September (3)
    • ►  August (8)
    • ►  July (9)
    • ►  June (4)
    • ►  March (5)
    • ►  February (7)
    • ►  January (5)
  • ►  2009 (108)
    • ►  December (7)
    • ►  November (10)
    • ►  October (8)
    • ►  September (6)
    • ►  August (8)
    • ►  July (4)
    • ►  June (5)
    • ►  May (6)
    • ►  April (15)
    • ►  March (15)
    • ►  February (9)
    • ►  January (15)
  • ►  2008 (223)
    • ►  December (45)
    • ►  November (28)
    • ►  October (32)
    • ►  September (4)
    • ►  August (11)
    • ►  July (6)
    • ►  June (11)
    • ►  May (3)
    • ►  April (11)
    • ►  March (7)
    • ►  February (3)
    • ►  January (62)
  • ►  2007 (2)
    • ►  December (2)
Powered by Blogger.

About Me

Unknown
View my complete profile