Playing With Sid

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Monday, 22 March 2010

Accessibility Evaluation: Yelp GNOME Help Browser

Posted on 12:18 by Unknown

During last few months Yelp Gnome help viewer had few hiccups. The ever vigilant users quickly posted "Yelp in Ubuntu Lucid is currently not accessible" messages to various mailing-lists. I am quite happy to report that Yelp (2.29.5.x) is now fully accessible with gnome orca screen reader once again. The accessibility testing was done on Ubuntu 10.04 Lucid with Orca screen reader (2.30.0pre) and Accerciser.



You will find few accessibility and usability suggestions from the evaluation listed below. Willie Walker and Shaun McCance helped by offering sage advice on Gnome #a11y IRC channel and Gnome Bugzilla. You can track these issues by subscribing to bugs.




Yelp accessibility evaluation results screenshot with labels

Click image for full size






  • Show Previous page in history button inaccessible (bgo #613265)


  • Navigation Links provide additional information (bgo #613262)


  • Reverse tabbing fails in search bar(bgo #613301)


  • Side bar and other information boxes (bgo #613267)


  • Alternative Home Link Location (bgo #613300)





Please do let me know if you find more issues with Yelp. I'll promise to look at them once I return from the easter vacation.

Read More
Posted in 10.04, a11y, accerciser, accessibility, gnome, lucid, orca, ubuntu, yelp | No comments

Friday, 19 March 2010

Dots braille editor for Linux

Posted on 15:37 by Unknown

Dots is braille typesetting program for gnu/Linux, it can translate XML and MS DOC files and displays it both ASCII and braille dot notation. Dots is in very early stage of development and not as feature rich as commercial braille editors like WinBraille and Duxbury DBT.



The Dots braille editor is available on Debian Sid and Ubuntu Lucid, however it has loads of bugs. I patched few bugs and managed to get it working and save the translated document in .brl format. (see LP: #541721). You can view the screenshots of the program in action below.





Dots braille typesetting program import assistant dialog

Dots braille typesetting program Import a file

Dots braille typesetting program Translation dialog

Dots braille typesetting program output format dialog

Dots braille typesetting program configuration summary

Dots braille typesetting program ASCII view

Dots braille typesetting program Braille View

Read More
Posted in a11y, accessibility, braille, dots, Linux, lucid, ubuntu | No comments

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

Wednesday, 3 March 2010

Espeak Klatt voices in Ubuntu Lucid

Posted on 23:35 by Unknown

The next version of Ubuntu 10.04 (Lucid Lynx) ships with espeak version 1.43. This new release of espeak has the klatt voices that's everyone is talking about.



In December 2009 I first read about the Klatt voices in a post on NVDA mailing list. After some initial testing, I filed a Ubuntu bug report(LP: #510182) requesting to include this version into Ubuntu. Eddie Hung build Espeak packages for testing on Ubuntu Lucid development release.



Meanwhile Luke Yelavich mentioned that we can't include unstable software releases and I wrote to espeak developer Jonathan Duddington to make a stable release just in time before the lucid code freeze. Luke and Jonathan managed resolve the technical problems, thanks to them you can now try out the espeak voice variants. Give it a try!





espeak -v 'en-us+klatt2' "This is espeak test"



Storm dargon responded to my email request to provide the steps to enable the klatt2 voice for US english. Here is how you enable them to use with orca screen reader.





cd /usr/share/espeak-data/voices/en/
cp en-us en-us.bak
sudo gedit en-us
#move to the end of the file press enter and type: klatt 2
#save the file and exit. Espeak will change to klatt 2 automatically.



Someone once commented "espeak voice sounds like a 1960's science fiction robot" and I think its true. Right now we should work to make them better, Interested Anyone?

Read More
Posted in 10.04, accessibility, espeak, lucid, nvda, orca, 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

Friday, 26 February 2010

Ripping Audio With Mplayer

Posted on 07:45 by Unknown

The first step for creating audio description for movies is to extract the audio content. We can do this quickly using little bit of mplayer command line kung fu.







mplayer -novideo -quiet -vc null -vo null -ao pcm videofile

[ OR ]

mplayer -novideo -quiet -vc null -vo null -ao pcm:file=audio.wav videofile




You can easily join the extracted audio with the audio description track using the Mencoder (MPlayer's Movie Encoder). Right now I haven't completed audio description for a feature length movie yet. My Gnome accessibility works takes a large chunk of my time. If you are interesting in working something like that, get in touch with me.

Read More
Posted in accessibility, audio description, mplayer, video | No comments

Monday, 15 February 2010

Gnome Keyboard Shortcuts

Posted on 05:37 by Unknown

Accelerate your Gnome keyboard navigation with these shortcuts. You should master these if you are orca screen reader user along with Orca keyboard shortcuts.




  • Global Keyboard Shortcuts


  • Alt+F1 Open the Main Applications Menu

  • Alt+F2 Open the Run Application dialog.

  • Print Screen Take a screenshot of the entire screen.

  • Alt+ Print Screen Take a screenshot of the window that currently has focus.

  • F1 If the focused element is an application window or dialog, this keyboard shortcut opens the Help for the application.

  • Ctrl+F1 If the focused element is a panel or application window, this keyboard shortcut switches the display of tooltips for the window or panel objects on and off.

  • Shift+F10
    Open a popup menu for the element that has focus (if a popup menu exists for that element).

  • Tab
    Give focus to the next element or control.

  • Shift+Tab
    Reverse the navigation direction and give focus to the previous element or control.

  • Ctrl+Tab
    Give focus to the next element or control if the Tab key has a specific purpose in a control.

  • arrow keys Navigate within an element or control.

  • spacebar Activate the element or control that has focus.For example, if the current control is a button, this action is the equivalent of clicking on the button with a mouse.

  • Esc
    Close a window, menu, or drawer.

  • F7
    Switch to caret navigation mode. Caret navigation mode enables you to use the keyboard to select text.

  • Ctrl+Alt +D
    Temporarily hide all windows and give focus to the desktop background.

  • Ctrl+Alt +Tab
    Display a popup window with icons that represent the desktop background and the panels. Press and hold Ctrl+Alt and continue to press Tab to switch the focus between the desktop background and the panels.

  • Navigating Windows

  • Alt+Tab
    Display a popup window with icons that represent each window.

  • Alt+Esc
    Raise each window in turn until you reach the window you want.

  • Alt+F6
    Cycle between windows belonging to the current application (eg, a multiple document interface application like Text Editor).

  • Alt+ spacebar
    Open the Window menu.

  • Alt+F4
    Close the window.

  • Alt+F9
    Minimize the window.

  • Alt+F10
    Maximize the window.

  • Alt+F5
    Restore a maximized window to its original size.

  • Alt+F7
    Start the move operation.

  • arrow keys
    Move the window 10 pixels at a time in the direction of the arrow key.

  • Ctrl + arrow keys
    Move the window one pixel at a time in the direction of the arrow key.

  • Shift + arrow keys
    Move the window in the direction of the arrow key and align it with the edge of the nearest window, panel or screen edge.

  • spacebar
    Complete the move operation, leaving the window in the current position.

  • Esc
    Cancel the move operation, restoring the window to its original position.

  • Alt+F8
    Start the resize operation.

  • arrow keys
    Resize the window in the direction of the arrow key.

  • spacebar
    Complete the resize operation, leaving the window at the current size.

  • Esc
    Cancel the resize operation, restoring the window to its original size.

  • F6
    Give focus to the next pane.The system gives focus to the control that last had focus in the pane.

  • F8
    Give focus to the first resize handle in the window.The resize handle is displayed between the panes and enables you to resize the panes.Press F8 again to give focus to the next resize handle.

  • Navigating Applications

  • F10
    Open the first menu on the application menubar.

  • Alt + access key
    Open the menu that is associated with the access key

  • access keys
    Select the menu item that is associated with the access key.
  • left arrow and right arrow
    Switch focus between the menus on the menubar.

  • up arrow and down arrow
    Move focus into a menu.

  • Esc
    Close the open menu and give focus to the control that had focus before the menubar.

  • Ctrl+O
    Open the file selector dialog.

  • Ctrl+S
    Open the Save dialog.

  • Ctrl+L
    Open a Location dialog, enabling you to type the name of a file that you want to open or save.

  • Ctrl+P
    Open a Print dialog, if available.

  • Ctrl+C
    Copy highlighted text to the global, application-spanning clipboard.

  • Ctrl+X
    Cut highlighted text to the global, application-spanning clipboard.

  • Ctrl+V
    Paste text from the global, application-spanning clipboard to the current cursor position.

  • Alt+access key
    Activate or select a control.

  • Tab
    Give focus to the next control.

  • Ctrl+Page Up
    Move to the next page/tabbed section of the dialog.

  • Ctrl+Page Down
    Move to the previous page/tabbed section of the dialog.

  • Esc
    Cancel/dismiss the dialog.

  • Return
    Perform the default action for the dialog.

  • Navigating Folders

  • arrow keys
    Select the next or previous file or folder in the direction of the arrow key.

  • Ctrl + arrow keys
    Give focus to the next or previous file or folder but do not select the item.

  • spacebar
    Open the focused file or folder.
  • Ctrl + spacebar
    Select the item that currently has focus.

  • Home
    Select the first file or folder within the current folder.

  • End
    Select the last file or folder within the current folder.

  • backspace
    Open the current folder's parent folder.

  • Shift-F10
    Open a file or folder popup menu.

  • Ctrl-F10
    Open the enclosing folder's popup menu (equivalent to right-clicking on the view pane background).

  • F6
    Switch focus between the side pane and the view pane.

  • Shift+F10
    Open the side pane popup menu.


  • Caret Navigation Mode

  • F7
    Switch to caret navigation mode [Yelp-only].

  • left arrow
    Move one character to the left.

  • right arrow
    Move one character to the right.

  • up arrow
    Move up one line.


  • down arrow
    Move down one line.


  • Ctrl + left arrow
    Move to the beginning of the previous word.


  • Ctrl + right arrow
    Move to the end of the next word.


  • Page Up
    Scroll up one page of content.


  • Page Down
    Scroll down one page of content.


  • Home
    Move to the beginning of the current line.


  • End
    Move to the end of the current line.


  • Shift + arrow keys
    Move from the current position to the destination position, selecting all text between the two positions.


  • Tab
    Move focus to the next focusable control.


  • Shift+Tab
    Move focus to the previous focusable control.


  • Enter Activate a button, link or other control
  • .
Read More
Posted in a11y, accessibility, gnome, orca | No comments
Newer Posts 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