Tuesday, December 25, 2007

Give Away Of The Day

I have recently found a website called Give Away of the day. What it is, is a site that gives away comercial software for free in a limited time. Every day, a new piece of software is put up and people can get it absolutely free with out any restrictions. The copy that you get is legal. The website is
www.giveawayoftheday.com

Merry Christmas from the Ka's Technology Access Blog.

Monday, December 24, 2007

SoundRTS 1.0 beta 9h Released

Just yesterday, another version of the real time strategy game was released. Here are the changes:

- added 4 multiplayer maps by Christoff Eilers (
details here

- added 1 single player map by Christoff Eilers

You can get it from TBRN by
clicking here.
Note it will take you to the SoundRTS index.

If you want to get it from the SoundRTS website you can
click here
to go to the site.

Wednesday, December 19, 2007

Announcing Orca v2.21.4

I have recieved an e-mail from the
Orca Mailing List
that tells of a new and improved version of the open source screen reader for Linux using the Gnome Desktop Environment. The e-mail is below:

WOW! THE TEAM HAS BEEN BUSY FOR THIS RELEASE!!! Changes have been made
in the areas of magnification, Firefox, and performance in addition to
keeping up with our aggressive addressing of bugs and quality. Many
thanks to all Orca contributors for their hard work this release.

===============
* What is Orca?
===============

Orca is a free, open source, flexible, and extensible screen reader
that provides access to the graphical desktop via user-customizable
combinations of speech, braille, and/or magnification. Orca
development has been led by the Sun Microsystems, Inc., Accessibility
Program Office via continued engagement with its end users and
generous contributions from wonderful community members.

The Orca v2.21.4 release is targeted for the GNOME v2.21.4 development
release and requires the latest at-spi/pyatspi from GNOME v2.21.4.

You can also read more about Orca at
http://live.gnome.org/Orca.

==================================
* What's changed for Orca v2.21.4?
==================================

2.21.4 - 17-Dec-2007

Magnification:

* Support "live updating" when setting various magnification features

Changes made to the zoomer in the Orca Preferences now update in
real time: it is no longer necessary to press the Apply button to
see if the option you've chosen works for you and then undo it or
adjust it if it doesn't. Note that you must still press the Apply
or the OK button to make your changes permanent.

* Bug #452316 - should have a "fullscreen" checkbox

We've added a Position combo box so that it's easy to select the
position of the zoomer. The options are full screen, left half,
right half, top half, bottom half, and custom. Choosing custom
allows you to specify the location of each edge of the zoomer.
The new default zoomer position is full screen if full screen
magnification is possible. Otherwise, the right half of the
screen will be used by default.

* Bug #463881 - Evaluate other gnome-mag features for inclusion in
Orca prefs

You can now adjust the brightness and contrast levels and use the
colorblind filters from libcolorblind. Basic brightness and
contrast levels can be adjusted through the spin buttons on the
Magnifier pane of the Orca Preferences dialog. If you press the
Advanced Settings button at the bottom of that pane, you'll be
placed in a dialog box where you can customize the red, green, and
blue brightness levels and contrast levels individually. The
Advanced Settings dialog is also where you can choose a color
filter. These options should enable you to create the color
scheme that works best for you. Note that in order for colorblind
filtering to work, you must install libcolorblind and then
re-build gnome-mag.

You can also add a border to your zoomer to help separate it from
the non-magnified area. The border size and color are
customizable. We've also separated the cursor color from the
cross-hair color so you no longer have to find the one color that
works best for both.

* Bug #464705 - Provide option to keep caret in center of magnifier
region of interest

We've added individual tracking and alignment settings for
controls and the text cursor: each can have an alignment of
centered or push (move the magnifier window the least). In
addition, you can now specify an edge margin for the text cursor.
This margin is how close the caret should be allowed to get to the
edge of the screen before it's time to "push." The margin can
range from 0 to 50%, with 50% being the equivalent of choosing
centering. These options should make it easier to keep track of
your location on the screen and ensure that you can always see the
area around your point of focus.

* Bug #501414 - Orca should have (unbound) keybindings for quickly
changing magnification settings

We've added the following new commands:

- Toggle color enhancements
- Toggle mouse enhancements
- Increase magnification level
- Decrease magnification level
- Cycle to the next magnifier position
- Toggle magnifier on/off

These should help you quickly change the zoomer to best access
what you're working on. These commands are "unbound," meaning
they do not have a keystroke assigned to them. You can define the
keystrokes you would like to use on the Key Bindings pane of the
Orca Preferences dialog: locate each command you wish to define a
keystroke for, move to the Key Binding column, and press Return.
You'll be prompted for the new key. Press it (rather than type it
out) and then press Return. Note that these commands do not
permanently change the settings; they merely alter them "on the
fly."

* Bug #503965 - Orca should provide support for the pointer
following focus and the zoomer

If you're using the keyboard to perform a task and then move the
mouse pointer, the zoomer would move away from your task and to
the location of the mouse pointer. We've added two options for
dealing with this:

- Pointer follows zoomer (enabled by default): If the mouse
pointer is not on the screen when you initially move the mouse,
it will be moved into the zoomer so that you can continue to see
what you were working on. If your preferred mouse tracking mode
is centered, the pointer will be moved to the center; otherwise
it will be moved to the item with focus.

- Pointer follows focus (disabled by default): If this option is
enabled, the mouse pointer will follow you as you arrow through
menu items and move among controls in dialog boxes.

We also know we have more work to do and are tracking the work with
these bugs:

http://bugzilla.gnome.org/show_bug.cgi?id=464734
Provide some kind of visual feedback for the item with focus

http://bugzilla.gnome.org/show_bug.cgi?id=504075
Orca should provide support for smooth/linear panning of the zoomer

http://bugzilla.gnome.org/show_bug.cgi?id=504077
Orca should support mouse bindings

Please also check
http://live.gnome.org/Orca/Magnification

and
http://live.gnome.org/Orca/ConfigurationGui
for more information in the
coming days. We're planning updates to them soon to match the work above.

Firefox:

* Fix for bug #451988 - Firefox: navigation by landmark

The XHTML role attribute module defines the following roles: banner,
contentinfo, definition, main, navigation, note, search, secondary,
seealso. New functionality in Orca allows you to navigate to the
next and previous landmark on a page via the unbound keybindings:

- Goes to previous landmark
- Goes to next landmark

These commands are "unbound," meaning they do not have a keystroke
assigned to them. You can define the keystrokes you would like to
use on the Key Bindings pane of the Orca Preferences dialog: locate
each command you wish to define a keystroke for, move to the Key
Binding column, and press Return. You'll be prompted for the new
key. Press it (rather than type it out) and then press Return.

* Fix for bug #466251 - Support ARIA live regions in Firefox/Gecko.
http://developer.mozilla.org/en/docs/AJAX:WAI_ARIA_Live_Regions

Asynchronous JavaScript and XML (AJAX) has recently received a great
amount of attention, and the number of websites using or planning to
use the technique is increasing. AJAX enables web developers to
easily create sites that change areas of their content in response
to user actions (such as in webmail applications) or real world
changes (such as updates of stock prices).

http://www.w3.org/TR/aria-state
is designed to address these
issues. Live region markup allows web page authors to specify when
and how live changes to specific areas of a web page should be
spoken or shown on a Braille display by a screen reader.

The support for live regions in Orca is exposed via these
keybindings:

r and Shift+r: go to the next and previous live region relative to
the current caret position

y: go to the last (or current) live region that spoke

\: cycle through the different levels of politeness

Shift+\: turn monitoring of live regions on and off

Orca+F1, Orca+F2, ..., Orca+F9: review the last nth live region
announcement, where n is the number of the function key (i.e., the
last announcement is obtained via Orca+F1, the 9th last announcement
is obtained via Orca+F9).

* Fix for bug #473009 - Cannot arrow to the end of an HTML entry if
Orca is controlling the caret

* Fix for bug #501447 - Orca sometimes fails to speak our location
when entering FF3 entries

Performance and Quality:

* Much work on performance (bug #491756). If you have specific areas
that you think are slow, please let us know the exact details. These
performance fixes also rely upon fixes being made in other modules
(pyorbit, pyatspi) for the GNOME 2.21.4 release.

* Completed major pylinting work (bug #486726). This helped us
greatly and found a few latent bugs.

General:

* Fix for bug #486970 - Where Am I should let you know you are in a
toolbar

* Fix for bug #496846 - When tabbing to an editable combobox, text
selection should be displayed in braille

* Fix for bug #503527 - Mnemonics are not supported well

New and updated translations (THANKS EVERYONE!!!):

es Spanish Francisco Javier Dorado Martinez and
Jorge Gonzalez
ko Korean Changwoo Ryu
nb Norwegian Bokmã¥L Espes Stefansen and Kjartan Maraas
sl Slovenian Matej Urbančič

======================
* Where can I get it ?
======================

You can obtain Orca v2.21.4 in source code form at the following:

http://download.gnome.org/sources/orca/2.21/orca-2.21.4.tar.gz
http://download.gnome.org/sources/orca/2.21/orca-2.21.4.tar.bz2

Enjoy!

The Orca Team

Saturday, December 15, 2007

Bop It Ultimate Review

About the Game:

A couple of weeks ago, Light Tech Interactive released another new, and free game called Bop It Ultimate. You can find out about this computer version of the Bop It game by going to the
Light Tech Interactive
website.

The controls:

The controls of this game are very simple and I think they've done a good job of simulating the handheld version by making the controls face each other so for example, bop it would face push it. Now I would just like to mention here that in the handheld version, there is no such control as push it. One feature I would like to see included in the next version is the ability to map the keys. This is because I heard people were having trouble with hitting the push it key since it was far but I haven't had any problems with finding it and then taping quickly.

Music and Sound Effects:

The sound effects are high quality and I have no complaints about it. The music also quit good but I found as I was playing that as the beat progressed and more elements were added on to the groove, one of them were a little bit choppy.

Game Play:

I really enjoy the different modes and the three different voices. the trick bop was fun because there was a higher possibility that I would mess up. The regular bop was fun too especially the bonus game. If you would like some hints on how to access it, you can check out the
Audyssey Gamer archives
and the
audiogames.net Forum.
The multy player aspect of it was fun too but my only grudge about it is that you can only play with one person. I would like it if they made it so three or four people can play.

Closing Comments:

Overall, I think this is a great game with great features and the best thing about it is that Bop It Ultimate is free. It certainly has a lot of replay value because I play it almost every day.

Thursday, December 6, 2007

SoundRTS 1.0 Beta 9G Released

Yesterday, another version of the real time strategy game has come out. Here are the changes:

- fixed a bug where the single player menu was not updated after a victory unlocking a new mission
- removed space between letters when spelling a word
- 16 sound channels by default (instead of 8)
- added num_channels to SoundRTS.ini (number of sound channels)
- better build order for the AI (knights earlier)
- bug fixed: now the AI attacks with knights too
- maps: added
#random_choice
preprocessor directive
- units turn better when trying to avoid each other (slightly increased CPU cost, probably; I'll wait for your feedback)
- fixed a bug where the menus of the units or buildings were not updated
- fixed a bug where when an AI completes a farm some peasants sometimes stay idle instead of mining gold

The direct link for the Windows version of it is
here

You can also download it from TBRN by clicking
here.
Note that if you download it from TBRN, the speed is faster.

You can check out the Sound RTS development blog by going to
soundrts.blogspot.com.

Wednesday, December 5, 2007

Winamp version 5.51.1741 beta Now Available

Winamp version 5.51.1741 beta is now available and you can get it by

clicking here

Here are the changes in this version and there are quite a lot of them this time:

* New: Autoplay Handlers for Audio, MP3 and Video CD's on WinXP & Vista
* New: Default Programs registration for installations on Windows Vista
* New: Optional Constant-Q Equalizer and optional ISO Standard frequency
bands
* New: [in_flv] Flash Video decoder (vp6 only, not h.263)
* New: [ml_local] BPM column
* Improved: Browser download manager now uses CD Ripping destination
folder
* Improved: Deletion of embedded album art via Artwork tab in File Info
* Improved: More accurately translated Language Packs
* Improved: More miscellaneous UI/dialog tweaks & improvements
* Improved: Option to set the number of pixels to scroll for modern
songticker
* Improved: [Gracenote/MusicID] Better error checking & memory cache
optimizations
* Improved: [gen_ff] More miscellaneous freeform skinning engine
optimizations
* Improved: [gen_hotkeys] Added optional WM_APPCOMMAND support for media
keys
* Improved: [gen_hotkeys] Added increase + decrease rating on current
track
* Improved: [in_dshow] Reading of length and bitrate for non-default video
formats
* Improved: [in_flac] Optimized disk caching for increased performance
* Improved: [in_mp3] Better optimization for older Pentium Pro/2/3 cpu's
* Improved: [in_mp3] Support for reading ALBUM ARTIST field if TPE2 not
present
* Improved: [in_mp4] Better Unicode support and metadata read
optimizations
* Improved: [in_mp4] Optimized disk caching/reading
* Improved: [in_vorbis] Support for reading YEAR field if DATE not present
* Improved: [ml_disc/in_cdda] Disc reading tweaks and other general
optimizations
* Improved: [ml_history] New tracking control options
* Improved: [ml_local] Album column sorting order logic
* Improved: [ml_local] Better playlist handling
* Improved: [ml_local] Bumped track# metadata guessing limit from 130 to
999
* Improved: [ml_local] Database query and memory optimizations
* Improved: [ml_pmp] Support for drag&drop from Explorer into portable
device view
* Improved: [ml_transcode] Prompt to delete aborted transcodes
* Fixed: Artwork not found if .nfo filename contains a period
* Fixed: ASX Parser converting all stream links in .asx playlists to upper
case
* Fixed: Classic songticker wraparound glitchiness
* Fixed: Global Hotkeys list destroyed when changing language packs
* Fixed: Gracenote/MusicID not using Winamp's proxy setting
* Fixed: Parsing of ansi ASX playlists containing non-standard characters
* Fixed: Restore from System Tray if previously closed in a minimized
state> * Fixed: Setup resetting desktop icons :-o
* Fixed: Spectrum vis incompatibility crash with some 3rd-party input
plugins
* Fixed: Truetype replacement font alignment in Winamp Modern winshade
songticker
* Fixed: Various miscellaneous keyboard shortcut issues
* Fixed: Winamp Agent registry entry typo (wianmpa.exe)
* Fixed: [Bento] Collapse/Expand Playlist not respecting 'Show Album Art'
setting
* Fixed: [gen_ff] Potential high CPU usage of songticker object
* Fixed: [gen_hotkeys] Restore from minimized state whilst About dialog is
open
* Fixed: [gen_ml] Blank ML when restarting Winamp from a minimized state
* Fixed: [gen_ml] Cancelling Online Media password prompt clears password
& filters
* Fixed: [in_dshow] Miscalculation of some mpeg video lengths
* Fixed: [in_flac] Divide-by-zero crash on corrupt files
* Fixed: [in_mp3] Deleting Lyrics3 tag in Alt+3 Editor also deletes ID3v1
tag
* Fixed: [in_mp3] Handling of ID3v2 with bad version/revision #'s
* Fixed: [in_mp3] ID3v2 parsing crash with some mp3's
* Fixed: [in_mp3] ID3v2 tag not showing when ID3v1 tag reading is disabled
in config
* Fixed: [in_mp3] MPEG Info not showing in Alt+3 for files with large
ID3v2 tags
* Fixed: [in_mp3] Now only reads first ID3v2 tag if more than one is
present
* Fixed: [in_mp3] Winamp UI freezes when loading certain corrupt mp3's
* Fixed: [in_mp4] Playback of mp3 in mp4 container
* Fixed: [in_mp4] Seeking when paused
* Fixed: [in_mp4/jpeg.w5s] Crash when Art field is in metadata with no
embedded art
* Fixed: [in_vorbis] UTF8->UTF16 optimized (fixes File Info delay bug)
* Fixed: [libmp4v2] Corrupt m4a's not playing, better handling of ones
beyond repair
* Fixed: [ml_autotag] Stops processing when switching to another ml view
* Fixed: [ml_disc] CD view/titles not refreshing when ejecting
old/inserting new CD
* Fixed: [ml_disc] Crash when using invalid strings in playlist filename
generation
* Fixed: [ml_disc] No Burn button under some system configurations
* Fixed: [ml_disc/ml_pmp/ml_transcode] Processing of # in Destination
Folder path
* Fixed: [ml_local] Artist column in descending order when sorting by Year
* Fixed: [ml_local] Down key in Search field not focusing the Simple View
list
* Fixed: [ml_local] Last Updated, Album Gain & Podcast column sorting
orders
* Fixed: [ml_playlists] Shift+Enter hotkey to Enqueue playlist
* Fixed: [ml_plg] Crash when stopping Playlist Generator scan or resetting
database
* Fixed: [ml_pmp] Column sorting orders
* Fixed: [ml_rg] Restore from minimized state whilst rg results dialog is
open
* Fixed: [ml_transcode] Restore from minimized state whilst config dialog
is open
* Fixed: [ml_wire] Podcasts not being downloaded if includes<br /> carriage returns<br /> * Fixed: [ml_wire] Lockup when encountering scripts in <description> field<br /> * Fixed: [out_disk] Output folder always resetting to My Documents\My<br />> Music> * Fixed: [pmp_ipod] 'Add album art' option always checkmarked<br /> * Fixed: [tataki] Potential crash when encountering an invalid/superficial<br /> error<br /> * Misc: Alt+3 Auto-Tag now saves Gracenote FileId and ExtData fields<br /> * Misc: Double-click Stereo indicator to open Playback prefs (Bento &<br /> Modern skins)<br /> * Misc: Installation is now prevented on Win9x<br /> * Misc: Split the Playback prefs into 3 tabs: Playback, Equalizer & Replay<br /> Gain<br /> * Misc: Various installer setup & localization translation tweaks<br /> * Misc: Various Bento skin fixes, tweaks and improvements<br /> * Misc: Various Winamp Modern skin 5.5-related updates<br /> * Misc: [ml_local] Removed deprecated 'Show album gain values' option in<br /> Prefs<br /> * Updated: Bento skin #116<br /> * Updated: libpng 1.2.22<br /> * Updated: [vis_milk2] MilkDrop 2.0b <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/12/winamp-version-5511741-beta-now.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/12/winamp-version-5511741-beta-now.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-12-05T16:54:00-05:00'>4:54 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=2811716562090632962' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=2811716562090632962&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Media%20Player' rel='tag'>Media Player</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Tuesday, December 4, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='6696423957535939324' itemprop='postId'/> <a name='6696423957535939324'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/12/montezumas-return-beta-7-released.html'>Montezuma's Return Beta 7 Released</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-6696423957535939324' itemprop='description articleBody'> An update for what was called Montezuma's Revenge has been posted on the USA Game Interactive website and you can download it by<br /><a href="http://www.usagames.us/downloads/montezuma/Montezuma-Beta7.exe">clicking here.</a><br /><br />The new name for this game is called Montezuma's Return.<br /><br />Here are the following changes:<br /><br />Replaced theme music.<br />Replaced temple drumb beat.<br />Added invincibility sound when player is using invincibility magic.<br />Replaced Panama Joe with Angela Summers.<br />Replaced menu sounds with step sounds.<br />Removed ESP exit message.<br />Added USA Games custom message to game exit.<br />Removed paused/unpaused messages.<br />Added bonus life and score bonus notifications.<br />Fixed bug where warp platform fails to stop after player warps to new level.<br />Removed health, life, potion, and sword messages from end of level.<br />Fixed bug where game does not unpause when climbing down.<br />Fixed bug where game does not unpause when climbing up.<br />Fixed bug when sounds do not always close <br />when returning to the main menu.<br />Added new end level effect.<br />Added new exit sound effect.<br />Fixed bug in formula.RandomNumber().<br />Added Register.exe.<br />Added product key activation.<br />Removed Pause GameLoop() from ViewMap().<br />Added level 4.<br />Added level 5.<br />Updated warp platform sound.<br />Updated stone landing sound.<br />Fixed error in register.exe.<br />Restricted demos to the first level.<br />Added arcade and standard modes of game play.<br />Added save and load game feature to standard game play mode.<br />Added Load saved game to main menu.<br />Fixed error when attempting to load missing saved game files.<br />Asigned save game to f3.<br />Asigned load game to f4.<br />Fixed error in Load game where it is unable to load the background ambience and crashes the game.<br />Fixed error where player bounces back to the starting x/y position when hitting walls, doors, etc when jumping.<br />Added level 4.<br />Added level 5. <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/12/montezumas-return-beta-7-released.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/12/montezumas-return-beta-7-released.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-12-04T21:57:00-05:00'>9:57 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=6696423957535939324' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=6696423957535939324&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Side%20Scroller%20Audio%20Game' rel='tag'>Side Scroller Audio Game</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Sunday, November 18, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='8844450136414474661' itemprop='postId'/> <a name='8844450136414474661'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/11/montizumas-revenge-beta-6-now-available.html'>montizuma's Revenge Beta 6 Now Available</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-8844450136414474661' itemprop='description articleBody'> Just recently,<br /><a href="http://usagames.us">USA Games Interactive</a><br />has put out montizuma's Revenge Beta 6 on the website for everyone to play. There have been many improvements and bugfixes. They include:<br /><br /><br />Removed auto save game feature from code.<br />Limited swords to a maximum of 4 at any time.<br />Moved gems from room 17 to room 18 on level 2.<br />Moved skull from room 17 to room 18 on level 2.<br />Recompiled Level 2.<br />Limited potions to a maximum of 4 at any time.<br />Fixed bug in GetPotion() that only allowed 3 instead of 4 potions.<br />Replaced mono dirt step sounds with stereo dirt step sounds.<br />Fixed bug with white door that awards the player 1000 points<br />instead of 300 points times difficulty.<br />Fixed bug where player was not awarded a bonus life when<br />completing the bonus level.<br />Fixed bug where player was not awarded a bonus life when<br />completing level 2.<br />Added score bonus for completing any bonus level.<br />Fixed bug where player still had keys from a bonus level when<br />a new level started.<br />Restored original sword attack sound.<br />Renamed healing potions to magic potions.<br />Added 20 seconds of invincibility from monsters<br />when a magic potion is drankk.<br />Updated spider movement effects.<br />Added action mapping class for joysticks and game pads.<br />Added InitializeJoystick() to acquire joystick devices.<br />Added UpdateJoystick() to update Joystick button states.<br />Added CheckJoystick() to carry out joystick actions.<br />Removed JumpUp() from player controls.<br />Added PauseGame() function.<br />Asigned pause game feature to u key.<br />Lowered the volume of pause/unpause sounds.<br />Asigned pause game feature to Joystick Button 6.<br />Fixed bug with endless burning torches.<br />Fixed bug where game crashes after torches burn out.<br />Added announcement to AnnounceObjects() that alerts the player there are no objects in the room.<br />Added AnnounceMonsters() and added it to the m key<br />and to button 6 on the joystick.<br /><br />To get the exe file from the website, you can<br /><a href="http://usagames.us/downloads/montezuma/Montezuma-Beta6.exe">click here</a> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/11/montizumas-revenge-beta-6-now-available.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/11/montizumas-revenge-beta-6-now-available.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-11-18T18:09:00-05:00'>6:09 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=8844450136414474661' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=8844450136414474661&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Beta%20Software' rel='tag'>Beta Software</a>, <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Side%20Scroller%20Audio%20Game' rel='tag'>Side Scroller Audio Game</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='6561240799438846141' itemprop='postId'/> <a name='6561240799438846141'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/11/soundrts-10-beta-9f-released.html'>SoundRTS 1.0 beta 9f Released</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-6561240799438846141' itemprop='description articleBody'> Today, another version of this amazing free game has come out and here are the changes and bug fixes:<br /><br />- 2 new multiplayer maps by Sebastian Dellit<br />- 1 new multiplayer map by Bryan Smart<br />- 1 new multiplayer map by QuentinC<br />- 3 new multiplayer maps by Jason Symes<br />- added teleport sound by Bryan Smart<br />- fixed exploitable bug with food limit<br />- the AI now knows how to recruit knights<br />- the 2 example maps (provided for map makers) are not included in the menu anymore<br /><br />You can get the exe file by<br /><a href="http://jlpo.free.fr/soundrts/soundrts-1.0-b9f-en.exe">clicking here.</a> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/11/soundrts-10-beta-9f-released.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/11/soundrts-10-beta-9f-released.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-11-18T18:00:00-05:00'>6:00 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=6561240799438846141' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=6561240799438846141&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Audio%20Game' rel='tag'>Audio Game</a>, <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Real%20Time%20Strategy' rel='tag'>Real Time Strategy</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Friday, November 16, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='1461837655868281349' itemprop='postId'/> <a name='1461837655868281349'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/11/skype-360216-now-available.html'>Skype 3.6.0.216 Now Available</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-1461837655868281349' itemprop='description articleBody'> The current Skype beta cycle for version 3.6 has ended and Skype version<br />3.6.0.216 is now available. One place where you can download it from is at<br /><a href="http://skype.com">www.skype.com.</a><br /><br />Here are the changes in this version:<br /><br />feature: Calling support for MySpace with Skype users<br />improvement: Relayed file transfer speed improved to up to 70 kbytes/sec<br />improvement: More stable video calls between fast and slow internet<br />connection users<br />change: Computers with Dual Core CPU's will send 640x480 by default on video call with High Quality Video certified cameras<br />change: Extras Manager updated to version 1.5.0.32<br />change: Skype Internet Explorer plugin updated to 2.2.0.145<br />bugfix: Fixed some crash bugs related to video and audio calls<br />bugfix: Skype crashed when extensively changing video options<br />bugfix: Audio settings change during call in Sound Settings Widget was not remembered<br />bugfix: List index out of bounds error on sound settings<br />bugfix: Wrong dialog displayed when sending file through chat window<br />bugfix: Error Invalid argument to date encode displayed on some rare cases<br />bugfix: Connection Wizard started in English, even if it was localized<br />bugfix: Call Forwarding "Saving New Settings" animation layout was misalined<br />bugfix: Wrong error message displayed when sending file to Skype Out contact<br />bugfix: Video Mood message displayed wrongly if message included emoticons<br />bugfix: Handling Skype URI's returned error during logging in.<br />bugfix: Chat button on taskbar stopped flashing when contact online status changed<br />bugfix: Chat message copy-paste lost line breaks<br />bugfix: When adding numbers to mood message during call then tones were heard<br />bugfix: Pressing space on Take Video Snapshot window took empty snapshot<br />bugfix: Some advanced options not accessible via tab browsing<br />bugfix: It was unable to copy Skype Out contact number from profile<br />bugfix: "Take Video Snapshot" window was not browsable with tab<br />bugfix: Skype crashed when adding unknown PSTN number to conference call<br />bugfix: Wrong video error message was displayed when no webcam were connected<br />bugfix API: Skype4com did not reset correctly AudioIn and AudioOut<br />All language files updated <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/11/skype-360216-now-available.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/11/skype-360216-now-available.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-11-16T11:17:00-05:00'>11:17 a.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=1461837655868281349' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=1461837655868281349&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Voice%20Over%20IP' rel='tag'>Voice Over IP</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Friday, November 2, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='419376492628219472' itemprop='postId'/> <a name='419376492628219472'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/11/montezuma-beta5-released.html'>Montezuma-Beta5 Released</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-419376492628219472' itemprop='description articleBody'> Today,<br /><a href="http://usagames.us">USA Games Interactive</a><br />has released Montezuma-Beta5 which includes new features a bug fixes.<br /><br />Here are the changes:<br /><br />Added Windows 2000 legacy support.<br />Updated jump code to kill player when missing ledges, drop offs, and other hazards.<br />Updated USA Games logo sound.<br />Updated snake death sound.<br />Updated player jump, pain, and death sounds.<br />Raised background drumb beat volume.<br />Updated get sword effect.<br />Updated use sword effect.<br />Changed run from space to shift.<br />Converted swords from automatic to manual attack.<br />Attached KillEnemy() to space.<br />Renamed AnnounceCoordinates() to AnnounceArea().<br />Asigned AnnounceArea() to a.<br />Fixed bug in UseSword() where all swords are used at the same time.<br />Updated user's manual.<br /><br />you can<br /><a href="http://usagames.us/downloads/montezuma/Montezuma-Beta5.exe">click here</a><br />to get the exe file with out having to go to the website and finding the link to download. <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/11/montezuma-beta5-released.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/11/montezuma-beta5-released.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-11-02T15:53:00-04:00'>3:53 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=419376492628219472' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=419376492628219472&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Audio%20Game' rel='tag'>Audio Game</a>, <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Beta' rel='tag'>Beta</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Thursday, October 25, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='5313850638114837040' itemprop='postId'/> <a name='5313850638114837040'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/10/skype-version-360159-beta-now-available.html'>Skype version 3.6.0.159 beta Now available</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-5313850638114837040' itemprop='description articleBody'> Skype version 3.6.0.159 beta is now available and one place where you can download it from is at<br /><a href="http://majorgeeks.com/Skype_d4245.html">majorgeeks.com/Skype_d4245.html.</a><br /><br />Here are the changes in this version:<br /><br />Feature: Linking MySpace profile in Skype<br />Feature: Display MySpace avatar in Skype<br />Improvement: Improved audio quality on low speed internet connections<br />Improvement: Improved presence<br />Change: Computers with Dual Core CPU's will send 640x480 by default<br />on video call<br />Bug fix: Audio settings not displayed correctly<br />Bug fix: Microphone level adjustments made during the call were not<br />remembered for next calls<br />Bug fix: Full screen video windows was movable<br />Bug fix: Skype crashed when user enabled and disabled video many<br />times in short timeframe <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/10/skype-version-360159-beta-now-available.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/10/skype-version-360159-beta-now-available.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-10-25T16:16:00-04:00'>4:16 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=5313850638114837040' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=5313850638114837040&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Beta' rel='tag'>Beta</a>, <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Voice%20Over%20IP' rel='tag'>Voice Over IP</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Wednesday, October 24, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='4897229018755776202' itemprop='postId'/> <a name='4897229018755776202'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/10/releasing-way-to-go-by-sendero-group.html'>Releasing Way To Go by Sendero Group, Accessible Talking Maps for the Blind</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-4897229018755776202' itemprop='description articleBody'> Enjoy the power of becoming "unlost!"<br />DAVIS, CA, (October 24, 2007)<br /><br />Sendero Group, developers of the "Cadillac" of<br />accessible GPS systems for the blind, announces<br />the release of Way To Go, a maps only version of<br />their award-winning accessible GPS. This new Way<br />To Go version allows the user to have fun<br />exploring his or her environment and to develop<br />location literacy in the process. And, consider<br />it a stepping stone to the independence of a full Sendero GPS.<br /><br />Features include:<br /><br />· Explore rural roads and city streets,<br />intersection-by-intersection with a tap of your arrow keys.<br />· Record personal Points of Interest and<br />add rich audio content like restaurant menus or museum descriptions.<br />· Hear your direction of travel. Check the<br />odometer for distance traveled.<br />· Search a 15 million Points Of Interest<br />database in North America for everything from<br />airports to zoos. and choose one as your destination.<br />· Create and follow a route manually or<br />automatically to that destination.<br />· Easily save and print or emboss routes to take with you or to share.<br />· Join a community of independent blind<br />explorers and know the "Way To Go" before you step out the door.<br /><br />For more information, come see Way To Go at an<br />upcoming conference, visit<br /><br /><a href="http://www.senderogroup.com/shopwtg.htm">http://www.senderogroup.com/shopwtg.htm</a><br /><br />call 1-888-757-6810 or Email<br />Maps@SenderoGroup.com <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/10/releasing-way-to-go-by-sendero-group.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/10/releasing-way-to-go-by-sendero-group.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-10-24T16:30:00-04:00'>4:30 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=4897229018755776202' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=4897229018755776202&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Mobility%20Aid' rel='tag'>Mobility Aid</a>, <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Sendero%20Group' rel='tag'>Sendero Group</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Monday, October 22, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='5148049144890913456' itemprop='postId'/> <a name='5148049144890913456'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/10/soundrts-10-beta-9e-released.html'>SoundRTS 1.0 beta 9e released</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-5148049144890913456' itemprop='description articleBody'> Yesterday, the developer of Sound RTS has released yet another version of this amazing free game.<br /><br />Here are the changes:<br /><br />- new multiplayer map: frontier by Bryan Smart<br />- archers now have 10 hit points instead of 8<br />- AI players are now allied in multiplayer maps<br />- added global_food_limit to the map language (set the maximum food of a map)<br />- if title isn't found in the map, the title of the map is the name of the map file<br />- when a battle ends in a square, a summary is sent to each concerned player<br />- the message telling that a player has quit a game cannot be missed now<br />- fixed bug with unit recruiting cancellation and food<br />- fixed bug with save game and big maps<br />- fix sound volume bug with compass directions in first person mode<br />- fixed bug where the server doesn't stop when it cannot register on the servers list<br />- fixed bug where the food limit was not updated in the client when a player quit the game<br /><br />You can<br /><a href="http://jlpo.free.fr/soundrts">click here</a><br />to go to the Sound RTS website and grab the game or you can<br /><a href="http://tbrn.net/soundrts">click here</a><br />to go to the Sound RTS page on<br /><a href="http://tbrn.net">tbrn.net</a><br />and grab it from there. If you decide to grab it from TBRN, your download will go much faster than if you downloaded it on the Sound RTS Website. <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/10/soundrts-10-beta-9e-released.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/10/soundrts-10-beta-9e-released.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-10-22T16:10:00-04:00'>4:10 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=5148049144890913456' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=5148049144890913456&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Real%20Time%20Strategy%20Audio%20Game' rel='tag'>Real Time Strategy Audio Game</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Thursday, October 18, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='5965002149217038752' itemprop='postId'/> <a name='5965002149217038752'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/10/guide-to-using-gmail.html'>Guide To Using GMail</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-5965002149217038752' itemprop='description articleBody'> David Bailes has created a guide to using GMail with JAWS which is quite comprehensive. It gives instructions on how to accomplish tasks using the basic HTML view. You can find the guide by clicking<br /><a href="http://vip.chowo.co.uk/wp-content/uploads/jaws/Google-Mail-Basic-HTML-Guide.html">here.</a> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/10/guide-to-using-gmail.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/10/guide-to-using-gmail.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-10-18T19:59:00-04:00'>7:59 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=5965002149217038752' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=5965002149217038752&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Google' rel='tag'>Google</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='1985248051993048826' itemprop='postId'/> <a name='1985248051993048826'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/10/montezumas-revenge-beta-4-released.html'>Montezuma's Revenge Beta 4 Released</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-1985248051993048826' itemprop='description articleBody'> Yesterday, USA Games Interactive has announced that Montezuma's Revenge Beta 4 is out. You can head on over to the<br /><a href="http://usagames.us">USA Games</a><br />website to download this beta.<br /><br />Here are the changes:<br /><br />Added USA Games logo sound to startup.<br />Added Snake die effects to LoadSounds().<br />Added snake die to UseSword().<br />Added kill skull to PlayerLand().<br />Added kill snake to PlayerLand().<br />Added kill spider to PlayerLand().<br />Fixed bug with killing snakes in PlayerLand().<br />Fixed bug with killing spiders in PlayerLand().<br />Fixed bug with torch timenot getting reset when player is killed.<br />Fixed bug with torch time not getting reset when warping to new levels.<br />Removed UseSword() code from RunLeft() and RunRight().<br />Removed UseSword() code from WalkLeft() and WalkRight(). Created KillEnemy() function.<br />Set player attack range to 2.<br />Added KillEnemy() to GameLoop().<br />Fixed bug with enemies sometimes not attacking the player.<br />Set enemy attack damage to 25 times game difficulty.<br />Set potion restore health to 100.<br />Set force field damage to 25 times difficulty level. <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/10/montezumas-revenge-beta-4-released.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/10/montezumas-revenge-beta-4-released.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-10-18T16:41:00-04:00'>4:41 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=1985248051993048826' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=1985248051993048826&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Beta%20Software' rel='tag'>Beta Software</a>, <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Side%20Scroller%20Audio%20Game' rel='tag'>Side Scroller Audio Game</a>, <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Software' rel='tag'>Software</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Wednesday, October 10, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='5704864628839469882' itemprop='postId'/> <a name='5704864628839469882'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/10/mont.html'>Montezuma's Revenge Beta 3 Released</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-5704864628839469882' itemprop='description articleBody'> TodayMontezuma's Revenge is available for public testing. To find information or to download this demo, you can<br /><a href="http://usagames.us">click here</a><br />to go to the website. To download the demo, you can<br /><a href="http://www.usagames.us/downloads/montezuma/Montezuma-Beta3.exe">click here.</a><br /><br />Here are the changes:<br />Added name and version announcement to MainForm_Load.<br />Cleaned up speech strings.<br />Removed monsters from map.<br />Fixed bug in voice menu that prevented the user from seeing all Sapi 5 voices.<br />Changed jump key to space.<br />Changed run key to control.<br />Changed temple ambience.<br />Created new start level sound.<br />Created new dirt step effects.<br />Created new level intro sound.<br />Converted background music and background ambience flags options to integer variables.<br />Fixed bug with saving and restoring ambience and music settings in user registry.<br />Added new player torch sound effects.<br />Rewrote UpdateTorches() to use the GameLoop timer.<br />Replaced sandy flor with dirt and gravel floor.<br />Recompiled level 1, level 2, and bonus level 1.<br /><br />I think the game is coming along nicely. One thing I noticed when I first hit enter on the game and played it was the execution time. When I was up and down arrowing through the menus, I noticed it was much more responsive and during the game, same thing. I also noted the key changes. Instead of hitting control plus the arrow keys to jump, it has been changed to space bar and any arrow key. To run, you now need to hit control plus any arrow key. <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/10/mont.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/10/mont.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-10-10T17:20:00-04:00'>5:20 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=5704864628839469882' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=5704864628839469882&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Beta%20Software' rel='tag'>Beta Software</a>, <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Side%20Scroller%20Audio%20Game' rel='tag'>Side Scroller Audio Game</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Tuesday, October 9, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='4089077059985082564' itemprop='postId'/> <a name='4089077059985082564'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/10/sound-rts-version.html'>Sound RTS Version 1.0 Beta 9 Released</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-4089077059985082564' itemprop='description articleBody'> Today, the developer released Version 1.0 Beta 9 of the Sound RTS game.<br /><br />Here are the changes in SoundRTS 1.0 beta 9a:<br />- I extracted the maps from the code to allow people to write multiplayer maps (trigger maps have been extracted too but may change and will not be documented<br />for now);<br />- I boosted the archers (the damage will be 2.5/4 be instead of 1.5/2.5);<br />- bug or balance problem: the time needed for training units and researching tech or building upgrades was 3 times to fast;<br />- bug: when there is no goldmine left and the computer needs gold, the game hangs;<br />- bug: map 1 and map 2 are imbalanced, because of the goldmine distance;<br />- bug: incomplete summary of enemy units (ex: mages and dragons are forgotten);<br />- bug: to many alert messages during fights;<br />- I added a keyboard shortcut: control pageup/pagedown to go to the previous/next conflict zone;<br />- bug: interactivity slowdown during a combat;<br />- added F3: say time<br />- added control F3: minute bell on/off (off by default)<br />- Control Home/End, control +/- of the numeric keyboard: increase/decrease the voice relative volume<br />- now the computer AI in aggressive mode knows the starting squares and attacks them first, instead of attacking the opposite square only<br />- bug: a running server is not removed from the servers list after 12 hours anymore<br />- bug: the servers list guesses wrongly the IP address of the servers in some rare cases (solved by using www.whatismyip.org)<br />- I added a save-game feature for single player games, with one save slot<br />- I added the ability to invite 1 or more computer AI of various strength in a multiplayer game, or in a single player game on a multiplayer map (now it<br />works the same as multiplayer games)<br />- bug fixed: the training sounds and the researching sounds caused the game to slowdown, because of the combat slowdown mode; the combat sounds slowdown<br />mode is now off by default (press control F6 to enable it)<br />- bug fixed: When a player has more than one barracks, the food limit is near maxed, and the barracks recruits a queued unit, the food limit is not always<br />respected. In some cases, the player will be able to recruit a group of units that have a higher food requirement than the player's food limit.<br />- I wrote a map making guide.<br /><br />If you would like to check out what he has planned for the next version, you can<br /><a href="http://soundrts.blogspot.com/2007/09/planning-next-release-around-october-8.html">click here</a><br />to view the full entry in which I got the changes from.<br /><br />My opinion of this release will follow shortly. The direct link to the download of this excellent game is<br /><a href="http://jlpo.free.fr/soundrts/soundrts-1.0-b9a-en.exe">here.</a> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/10/sound-rts-version.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/10/sound-rts-version.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-10-09T15:51:00-04:00'>3:51 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=4089077059985082564' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=4089077059985082564&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Free%20Audio%20Game' rel='tag'>Free Audio Game</a>, <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Real%20Time%20Strategy' rel='tag'>Real Time Strategy</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Monday, October 8, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='5320753324329966598' itemprop='postId'/> <a name='5320753324329966598'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/10/spoken-text.html'>Spoken Text</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-5320753324329966598' itemprop='description articleBody'> From<br /><a href="http://therangerstation.blogspot.com">TheRangerStationBlog</a><br />I got introduced to a free service named<br /><a href="http://spokentext.net">Spoken Text</a><br />which is a website that let's you convert many formats in to audio at no cost. You can put it on your IPod or an MP3 player. Some of the formats include, TXT, PDF, Powerpoint, and HTML. I have created an account to try this service out and I was quite surprised to find it extremely acccessible when using assistive technology like screen readers. There are no adds and the sign up process was very painless. I just had to answer a couple of questions that was related to my disability. From those questions, I gathered, that they cared about people with disabilities. I urge you all to try it out and give feedback to the people who make Spoken Text. <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/10/spoken-text.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/10/spoken-text.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-10-08T11:41:00-04:00'>11:41 a.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=5320753324329966598' onclick=''> 1 comment: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=5320753324329966598&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Accessibility' rel='tag'>Accessibility</a>, <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Free%20Services' rel='tag'>Free Services</a>, <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Review' rel='tag'>Review</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Sunday, October 7, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='6874125732640947303' itemprop='postId'/> <a name='6874125732640947303'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/10/jaws-version-90-public-beta-released.html'>jaws version 9.0 public beta released</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-6874125732640947303' itemprop='description articleBody'> jaws 9.0 has been released in public beta. These are the new features, and bug fixes<br />• JAWS 9.0 Features <br />• Update Enhancements Included as of Build 9.0.353 (4 October 2007) <br />• Enhancements in JAWS Version 9.0.348 (1 October 2007) <br />JAWS 9.0 Features<br />list of 22 items<br />• JAWS Startup Wizard Update <br />• HTML Formatting Retained when Selecting, Copying, and Pasting <br />• State of NUM LOCK Key when JAWS Starts <br />• Performing an Action Stated in a Balloon ToolTip <br />• Newly Designed Adjust JAWS Options Dialog Box <br />• Third Party Script Developers <br />• Outlook 2007 Calendar <br />• Windows Mobile Device Center Support <br />• Foreign Language Detection in Forms Mode <br />• New WhizWheel Tracking <br />• Better Performance with Microsoft Word <br />• Bookmark Detection using Navigation Quick Keys in Microsoft Word <br />• Braille Proofreading Indication in Microsoft Word <br />• Braille Bullet Type Indication in Microsoft Word <br />• Speech and Sound Schemes in Microsoft Word <br />• Unit of Measure in Microsoft Word <br />• List Embedded Object Command in Microsoft Word <br />• Split Button Announcement in Microsoft Office Programs <br />• Gmail Interface Support <br />• Laptop Layout Keystrokes Update <br />• New Commands for Yahoo! Instant Messenger 8.1 <br />• New Basic Training for JAWS 9.0 <br />JAWS Startup Wizard Update <br /><br />The JAWS Startup Wizard is a helpful tool that contains a series of dialog boxes. It lets you quickly configure some of the more commonly used JAWS parameters.<br />This can save time since you do not have to search multiple menus and managers to customize your copy of JAWS. <br /><br />The Startup Wizard automatically runs the first time you install a new version of JAWS. However, you can always access it by selecting the Help menu in<br />the JAWS application window. The primary JAWS functions are organized into the following groups in the wizard: <br /><br />list of 6 items<br />• Training settings <br />• Speech settings <br />• Run JAWS settings <br />• Keyboard settings <br />• Verbosity settings <br />• Braille settings <br />HTML Formatting Retained when Selecting, Copying, and Pasting<br /><br />JAWS 9.0 will now properly copy the contents of a Web page to the virtual buffer, and retain all the HTML formatting and markup when pasting the information<br />into an HTML formatted e-mail or Word document.  This break through in screen reading means that you can now copy and paste content and retain its formatting,<br />colors, and active hyperlinks, but does not include any of the other JAWS messages, such as the number of items in a list, and so on. What you paste is<br />essentially the same rendering that a sighted user would see. Plus, you have the added advantage of being able to use JAWS HTML commands to read and navigate<br />the Web content when pasted into an e-mail message.<br /><br />In addition, JAWS still provides a way to select copy and paste in the traditional manner of stripping out the formatting if you choose. You will find this<br />option to toggle in the new Adjust JAWS Option dialog box (INSERT+V). You may also wish to take advantage of the personalize settings option (INSERT+SHIFT+V)<br />feature in JAWS to set up certain behavior for specific URLs while leaving the default set with the new solution that includes all the formatting.<br />State of NUM LOCK Key when JAWS Starts<br /><br />JAWS uses the numeric keypad to perform numerous speech functions such as Say All (INSERT+DOWN ARROW), Say Word (INSERT+NUM PAD 5), Say Line (INSERT+UP<br />ARROW), and so on. The NUM LOCK key is turned off by default so that you can easily use these functions. However, you may have a job that requires extensive<br />use of the numeric keypad, in which case, you must always turn on the NUM LOCK key after JAWS starts. <br /><br />Starting with JAWS 9.0 you can control the initial state of the NUM LOCK key when JAWS starts. This is only available in the Default.jcf file.<br /><br />There are two ways to configure the state of the NUM LOCK key. You can find this choice in the new Start Up Wizard and can modify at any time.  Alternatively,<br />you may make this adjustment directly in the Configuration Manager with the following steps:<br /><br />list of 5 items<br />1. From the JAWS application window, press ALT+U to open the Utilities menu. <br />2. Press C to open the Configuration Manager. <br />3. Press ALT+S to open the Set Options menu, and press K to open the Keyboard Options dialog box. <br />4. Press M to jump directly to the Initial State of NUM LOCK Key option. <br />5. Use the ARROW Keys to select one of the following numeric keypad options: <br /><br />list of 3 items nesting level 1<br />• Turn off at startup:  This is the default value.  When chosen, the NUM LOCK key is off when JAWS starts. <br />• Turn on at startup:  The NUM LOCK key is on when JAWS starts. <br />• Do not modify:  JAWS uses the current NUM LOCK key setting. <br />list end nesting level 1<br />Performing an Action Stated in a Balloon ToolTip<br /><br />A system tray balloon ToolTip is a way for applications to inform you that an event has occurred or an action is required. Often these ToolTips state that<br />you need to “click here” to perform a certain task, such as downloading updates for Windows. With JAWS 9.0, when such a message appears, you can now press<br />the JAWS left mouse button (NUM PAD SLASH) to immediately act on the message before the ToolTip closes.<br /><br />In JAWS 8.0 and earlier, to select a balloon ToolTip, you had to enable the JAWS cursor and navigate to the ToolTip. Often the message would close before<br />you could find it. As you can see, it is much more efficient to use the JAWS left mouse button.<br /><br />Newly Designed Adjust JAWS Options Dialog Box<br /><br />The Adjust JAWS Verbosity list has been updated with the newly designed Adjust JAWS Options tree view (INSERT+V). Instead of showing items in a list format,<br />the reorganized dialog box uses a logical tree view format. This grouping is sure to help new and experienced JAWS users understand the relationship between<br />various JAWS settings. At a minimum, the tree view consists of the following expandable groups that are common to all applications: General Options, Reading<br />Options, Say All Options, Editing Options, and Braille Options. Note that the Synthesizer command, which temporarily turns speech on or off, also resides<br />at the main group level. <br /><br />Items that are specific to an application appear in their own group at the top of the tree view. For example, if you press INSERT+V while in Internet Explorer,<br />the Internet Explorer Options group appears above the other groups. <br /><br />The tree view is expanded by default when you open it to allow for first letter navigation, thus continuing the ease of use found in the original Verbosity<br />list design. If you would rather have it collapsed, press TAB to navigate to the Expand Tree View on Open check box and uncheck it. You may also navigate<br />through the tree view using the RIGHT ARROW and LEFT ARROW keys to expand and collapse groups. Use the UP ARROW and DOWN ARROW keys to move up and down<br />in the tree.<br /><br />JAWS 9.0 also now includes built-in help messages for each item found in the tree view. As you navigate items in the list, simply press TAB to move to the<br />Read-Only edit window at any time for a help description of the current item. <br /><br />For other examples of the new format, press SHIFT+INSERT+V to open personalized setting for a Web page. This allows you to quickly access settings that<br />control how JAWS behaves on a specific Web page.  Press CTRL+INSERT+B, which allows you to open and quickly adjust braille options, to see another case<br />of the tree view format.<br />Note, there are scripting options that you can examine by visiting <br /><a href="www.freedomscientific.com">jaws headquarters</a><br /> <br />Outlook 2007 Calendar <br /><br />The user interface for the Outlook 2007 Calendar offers challenges for Assistive Technology products. In JAWS 9.0, we have addressed these challenges and<br />provided access directly to the Outlook 2007 Calendar without the need of providing a special interface to sit between Outlook and the screen reader.<br /><br />list of 11 items<br />• You can create an appointment for a specific time slot by pressing ENTER on the time slot. <br />• When you navigate to an appointment, JAWS announces the appointment’s title, time, busy status, and location. <br />• JAWS announces time slots as you use the UP and DOWN ARROWS to move through the current day. <br />• You can use TAB and SHIFT+TAB to jump between appointments. <br />• Use LEFT ARROW and RIGHT ARROW to move between days. <br />• When in Day View mode, JAWS announces the day, the date, and the number of appointments scheduled. <br />• In Work Week, Week, and Month View modes, JAWS announces the total number of all day events and timed appointments within that range. <br />• Press INSERT+A for a summary of event and appointment counts for the current day, work week, week, or month. <br />• Press INSERT+A twice to place a list of all events and appointments for that range into the virtual viewer, where you can get an overall view of meetings<br />and appointments for that period. You can also copy this information to the clipboard for further processing. <br />• The new Calendar support also makes shared calendars on exchange servers accessible. <br />• The Calendar supports regional layouts to handle international date formats. <br /><br />Windows Mobile Device Center Support <br /><br />In Windows Vista, ActiveSync has been replaced with this the new Windows Mobile Device Center. JAWS 9.0 is the first screen reader to offer full accessibility<br />with Windows Mobile Device Center found in Windows Vista. Using JAWS, you can now easily establish partnerships, install new software, manage what is synchronized,<br />and manage media transfers without needing to manually navigate these screens with the JAWS cursor. <br />Foreign Language Detection in Forms Mode<br /><br />If text in a form field of an appropriately-tagged HTML page appears in a different language, JAWS is able to recognize and switch to that language when<br />speaking the text.  <br />New WhizWheel Tracking<br /><br />Functionality for Freedom Scientific’s WHIZWHEELS® has been expanded to allow tracking of only the Braille cursor. <br /><br />list of 2 items<br />• Pressing down on both wheels simultaneously switches from Track Focus mode to Track Braille Cursor mode. <br />• Use the left wheel to move up and down, just as traditionally one might use the left hand to track line position on a braille page.  Use the right wheel<br />to pan left and right without wrapping to the next line – no more confusion as to where the line starts and ends. <br />list end<br /><br />Better Performance with Microsoft Word<br /><br />Freedom Scientific has made significant performance increases with Microsoft Word 2007, Word 2003, and Word XP by revising and updating the way JAWS works<br />with these applications. This includes the streamlining of scripts and internal code, which results in enhanced responsiveness with total accuracy when<br />navigating and editing documents. Both Windows XP users and Windows Vista users will enjoy this improvement in speed and accuracy without missing out on<br />the most powerful screen reading solution in both speech and braille.<br />Bookmark Detection using Navigation Quick Keys in Microsoft Word<br /><br />With Navigation Quick Keys turned on (INSERT+Z), you can now use the B keystroke to move to the next bookmark and the SHIFT+B keystroke to move to the previous<br />bookmark in a Word document. JAWS will announce if no bookmarks are in the document.<br />Braille Proofreading Indication in Microsoft Word <br /><br />JAWS now has grammatical error and spelling error options available when using braille to read Microsoft Word files. Once you turn on a specific proofreading<br />option, it remains enabled until you reset the option. <br /><br />Note: When using braille, you must first enable the Active Follows Braille option. It is located in the JAWS Options tree view under the Cursor Options<br />group in the Braille Options group. DOTS 7 and 8 will be raised under the misspelled word. <br /><br />To enable proofreading options, do the following:<br /><br />list of 5 items<br />1. Open a Word document. <br />2. Press INSERT+V to open the Adjust JAWS Options tree view. <br />3. Press the letter B until you hear JAWS say, "Braille proofreading indication - Spelling errors." <br />4. Press the SPACEBAR to toggle between the following options: <br /><br />list of 4 items nesting level 1<br />• Spelling errors only <br />• Grammatical errors only <br />• Spelling and grammatical errors <br />• No spelling or grammatical errors (default setting) <br />list end nesting level 1<br />5. Close the Adjust JAWS Options tree view. <br />list end<br /><br />Braille Bullet Type Indication in Microsoft Word <br /><br />The Bullet Type Indication feature was introduced in JAWS 8.0. It allows JAWS to announce different bullet styles that appear in a Word document. This same<br />functionality is now available in braille so that bullet styles can now be identified using either multi-cell symbols or an asterisk (*). By default, the<br />Braille Bullet Type Indication feature is off, which only uses asterisks to symbolize bullets styles. <br /><br />Note: When using braille, you must first enable the Active Follows Braille option. It is located in the JAWS Options tree view under the Cursor Options<br />group in the Braille Options group. <br /><br />To enable braille bullet type identification, do the following:<br /><br />list of 5 items<br />1. Open a Word document. <br />2. Press INSERT+V to open the Adjust JAWS Options tree view. <br />3. Press the letter B until you hear JAWS say, "Braille bullet type indication - Off." <br />4. Press SPACEBAR to turn on this item. JAWS now uses multi-cell symbols to show bullets. <br />5. Close the Adjust JAWS Options tree view. <br />list end<br />Spelling Error Detection in Microsoft Word <br /><br />In JAWS 9.0, Spelling Error Detection is a separate option that controls if JAWS detects and announces misspelled words while reading through a Word document.<br />In previous JAWS releases, spelling detection was combined with grammar error detection. Spelling Error Detection is off by default. If braille is in use,<br />the default is to mark spelling errors in braille. <br /><br />Note: When using braille, you must first enable the Active Follows Braille option. It is located in the JAWS Options tree view under the Cursor Options<br />group in the Braille Options group. DOTS 7 and 8 will be raised under the misspelled word. <br /><br />To change spelling detection options, do the following: <br /><br />list of 5 items<br />1. Open a Word document. <br />2. Press INSERT+V to open the Adjust JAWS Options tree view. <br />3. Press the letter S until JAWS announces “Spelling Error Detection – Off.” <br />4. Press the SPACEBAR to toggle between the following options: <br /><br />list of 3 items nesting level 1<br />• On: Spell checking is enabled. <br />• On + Count: JAWS announces the number of spelling errors per line. <br />• Off: Spell checking is disabled (default setting) <br />list end nesting level 1<br />5. Close the Adjust JAWS Options dialog box. <br />list end<br />Unit of Measure in Microsoft Word<br /><br />JAWS can now report the PC cursor position and other related measurements using a unit of measure that you specify regardless of the Word document's default<br />measurement units. The Measurement Units feature allows you to configure JAWS so that it reports the cursor position, tab stops, and indents in a unit<br />of measure to your liking. The default value for this feature is in inches. <br /><br />To change the preferred unit of measure, do the following: <br /><br />list of 5 items<br />1. Open a Word document. <br />2. Press INSERT+V to open the Adjust JAWS Options tree view. <br />3. Press the letter M until you hear JAWS say, "Measurement units - Set to inches." <br />4. Press SPACEBAR to toggle between the following options: <br /><br />list of 6 items nesting level 1<br />• Set to inches (default) <br />• Set to pixels <br />• Set to spaces <br />• Set to points <br />• Set to millimeters <br />• Set to centimeters <br />list end nesting level 1<br />5. Close the Adjust JAWS Options tree view. <br />list end<br />List Embedded Object Command in Microsoft Word<br /><br />In Word, the keystroke for the List Embedded Object command is now CTRL+INSERT+SHIFT+G. In releases prior to JAWS 9.0, this keystroke was for the List Graphics<br />command. <br /><br />Split Button Announcement in Microsoft Office Programs<br /><br />JAWS now identifies split buttons, in both speech and braille, that are available under the Microsoft Office Button. The Office Button is located in the<br />upper-left corner of Microsoft Office 2007programs such as Word, Excel, Outlook, PowerPoint, and Access. For an example of split buttons using JAWS, do<br />the following:<br /><br />list of 3 items<br />1. From a Microsoft Office 2007 program, press ALT+F to open the Office Button. <br />2. Press DOWN ARROW to navigate to the Print button. JAWS announces Print split button. <br />3. Do one of the following: <br />Press ENTER to print or press SPACEBAR to open the Preview and Print pane. <br />list end<br /><br />Gmail Interface Support <br /><br />JAWS now supports the Gmail interface, which means that it is no longer necessary to revert to the basic HTML interface. While this is still in development,<br />it will allow you to locate objects on the screen, such as Compose Mail, and then press ENTER. Previously, it was necessary to use the JAWS Cursor to select<br />these items. <br />To activate an item, do the following:<br /><br />list of 3 items<br />1. Log on to your Gmail account. <br />2. Move to an item, such as Compose Mail, and press ENTER. <br />3. If there are more items on a single line, similar to what you see with the Settings menu, you must use the ARROW keys to navigate to the items and then<br />press ENTER. <br />list end<br /><br />Laptop Layout Keystrokes Update <br /><br />The Left Mouse Button Lock (CTRL+8) and the Right Mouse Button Lock (CTRL+9) keystrokes, which are available when Laptop keyboard layout is selected, have<br />changed. <br /><br />The new keystroke for Left Mouse Button Lock is CTRL+WINDOWS Key+8.<br /><br />The new keystroke for Right Mouse Button Lock is CTRL+WINDOWS Key+9. <br /><br />New Commands for Yahoo! Instant Messenger 8.1 <br /><br />The following JAWS commands have been added for Yahoo! Instant Messenger 8.1:<br /><br />list of 3 items<br />• ALT+X, where X is 1, 2, 3,...,0, which allows you to review the last 10 Yahoo! IM messages. Note that ALT+1 opens the most recent message, and ALT+0 opens<br />the 10th message. <br />• ALT+NUMPAD 5 twice quickly opens a Web link that appears in a Yahoo! IM message. <br />• When having an IM conversation, TAB lets you switch between the typing window and the message display pane located in the Instant Message dialog box.<br /><br />list end<br /><br />New Commands for Yahoo! Instant Messenger 8.1 <br /><br />The following JAWS commands have been added for Yahoo! Instant Messenger 8.1:<br /><br />list of 3 items<br />• ALT+X, where X is 1, 2, 3,...,0, which allows you to review the last 10 Yahoo! IM messages. Note that ALT+1 opens the most recent message, and ALT+0 opens<br />the 10th message. <br />• ALT+NUMPAD 5 twice quickly opens a Web link that appears in a Yahoo! IM message. <br />• When having an IM conversation, TAB lets you switch between the typing window and the message display pane located in the Instant Message dialog box.<br /><br />list end<br />fixes<br />list of 15 items<br />• Resolved the reported issue where JAWS would begin to fail in reading many items like the List of System Tray items (INSERT+F11) after coming out of Hibernation or<br />Standby mode. <br />• Resolved a reported problem with the Microsoft Outlook 2007 Inbox. JAWS would sometimes fail to speak the item you landed on when moving rapidly across<br />entries with similar attributes such as Unread. <br />• Resolved an issue reported in Outlook Express where selecting text in reverse order using CTRL+HOME, would not display the expected results in braille<br />until doing a screen refresh. <br />• Resolved a problem reported in Microsoft Word and Outlook 2007 where text could be skipped during a Say All when preceded immediately by a period followed<br />by a comma. <br />• Resolved reported problems associated with reading by sentence in Word and Outlook 2007 where sentences could be repeated. <br />• Resolved an issue in Outlook 2003 and Outlook XP when moving and reading by Paragraph with CTRL+DOWN ARROW or CTRL+UP ARROW when in Compose mode of an<br />e-mail. <br />• Resolved an issue where JAWS was reporting the section and page number in Word 2007 and Outlook 2007 when landing on a blank document or e-mail. <br />• Addressed a long standing issue where JAWS would sometimes fail to announce Copy, Cut, or Append to Clipboard. Once in this state, the only way to get<br />it to properly report the message was to restart JAWS. <br />• Changed the behavior in the Adjust JAWS Options dialog box (INSERT+V) in Word and Outlook 2007 so that if the user changes or toggles the item "Say All,<br />using Line, Sentence, or Paragraph," JAWS now makes the change persistent across JAWS sessions. <br />• Resolved several reported problems in Microsoft PowerPoint 2007. <br />• Resolved a reported problem in Outlook 2007 where JAWS was not automatically reading e-mail when the Messages Automatically Read option was enabled using<br />the Adjust JAWS Option dialog box (INSERT+V), if you were moving forward or backward through mail messages using CTRL+PERIOD or CTRL+COMMA. <br />• Resolved a reported issue in Outlook 2007 when using the Say All command (INSERT+DOWN ARROW), while in a composition window of an e-mail message, could<br />leave Navigation Quick Keys on after stopping the Say All. <br />• Resolved reported issue in Outlook 2007, Outlook 2003, and Outlook XP where users were not able to activate links in Plain Text messages. <br />• Resolved an issue reported where reading the table of contents in Word documents could fail once moving away from the table of contents and then returning<br />to it. <br />• Resolved a reported problem of Say All only reading the top line of the Read-only Help window in the Adjust JAWS Options dialog box (INSERT+V) if you<br />activated the dialog box while in Word 2007 or Outlook 2007. Note: Users of Outlook 2007 will hear a message about an unknown function call if they press<br />INSERT+V while focused on Outlook 2007 in build 9.0.353. This is being resolved for the next post and should not hinder the use of the software at this<br />point.<br /><br />list end<br />list of 6 items<br />• Resolved an issue in Word forms, where JAWS was reading the F1 automatic Help messages prior to reading the status bar help text. This will now be reversed.<br />• Added option in the Adjust JAWS Options dialog box (INSERT+V) for Word to give users the ability to disable F1 automatic Help messages. <br />• Updated INSERT+F1 context-sensitive help and INSERT+H Hotkey help in new Outlook 2007 Calendar support. <br />• Resolved a reported issue where using the UP ARROW and DOWN ARROW in the Outlook 2007 Calendar while in Month View was sluggish. <br />• Resolved an issue reported where pressing ENTER twice, in a multiline edit field in Internet Explorer while in forms mode, would result in messages happening<br />if you then type a number, as if Navigation Quick Keys had been turned on. <br />• Added help text for the "Information Bar Messages Announcement" item found in the Adjust JAWS Options dialog box (INSERT+V) while in Outlook. Note: Users<br />of Outlook 2007 will hear a message about an unknown function call if they press INSERT+V while focused on Outlook 2007 in build 9.0.353. This is being<br />resolved for the next post and should not hinder the use of the software at this point.<br /><br />list end<br /><br />Enhancements in JAWS Version 9.0.348 (1 October 2007) <br /><br />The following enhancements are some of the many items reported by users that are addressed in this update.<br /><br />JAWS<br />list of 6 items<br />• The Skim Reading feature correctly reports and maintains modified color and text attributes. <br />• JAWS now allows the mapping of Unicode characters to multiple-cell braille entities. <br />• When a ToolTip appears, pressing INSERT+TAB announces the ToolTip and flashes the ToolTip in braille. <br />• If you issue the Say All command (INSERT+DOWN ARROW) while in a dialog box, JAWS will announce the current line just like the Say Line command (INSERT+UP<br />ARROW). Previously if you performed a Say All in a dialog box, JAWS was silent. If you want to hear the entire contents of a dialog box, you can still<br />use the INSERT+B command. <br />• The ZIP directory's Browse button, which appears in the General Options dialog box of the Settings Packager, is correctly announced by JAWS. <br />• The access key for the Startup Wizard, located under the Help command, is now the letter Z instead of the letter S. <br />list end<br /><br />Adobe Reader<br />list of 1 items<br />• When navigating through tables in an Adobe Reader document, JAWS announces when you enter a nested table. JAWS also states the nesting level, the number<br />of columns, and the number of rows in the nested table. <br />list end<br /><br />Eudora E-mail <br />list of 2 items<br />• Certain mail messages that users submitted to Freedom Scientific caused Eudora to unload or crash while running with JAWS 8.0. This has been fixed in<br />JAWS 9.0. <br />• JAWS scripts for Eudora have been modified so that JAWS automatically starts reading when a message is opened. The scripts also allow the use of the new<br />Options tree view format (INSERT+V). <br />list end<br /><br />FSReader<br />list of 2 items<br />• JAWS now correctly identifies URL links that appear in DAISY books when reading with FSReader. <br />• When conducting a Find in a DAISY text book, JAWS now reads the line automatically when it lands on the line where the word is located as expected. <br />list end<br /><br />Microsoft Excel<br />list of 6 items<br />• When using the JAWS Cursor in Microsoft Excel, cursor movement now behaves normally. For example, if you issue the CTRL+HOME or the CTRL+END commands,<br />the JAWS Cursor moves to the top or bottom of the worksheet. <br />• JAWS now announces when a region of a worksheet is selected when using the CTRL+SHIFT+8 command. <br />• The Virtual Viewer now closes when you press ESC in Excel. <br />• When using the JAWS Cursor to navigate a context menu, JAWS correctly announces each item in the menu. <br />• When using the Laptop keyboard layout, the CAPS LOCK+UP ARROW keystroke correctly speaks the current line, and the CAPS LOCK+UP ARROW keystroke pressed<br />twice quickly correctly spells the current line. <br />• JAWS now correctly speaks the help message when Formula mode is activated. <br />list end<br /><br />Microsoft Internet Explorer<br />list of 1 items<br />• JAWS announces the row and column headings when moving between columns (CTRL+ALT+RIGHT ARROW or CTRL+ALT+LEFT ARROW) in a table. <br />list end<br /><br />Microsoft Office<br />list of 6 items<br />• In Microsoft Word, Microsoft Excel, Microsoft PowerPoint, and Microsoft Access, the AdjustJAWSVerbosity script has been replaced by the AdjustJAWSOptions<br />script (INSERT+V). <br />• When you press F6 to move from one pane to the next in a Microsoft Office 2007 application, JAWS correctly announces the name of the pane. This did not<br />always happen in JAWS 8.0. <br />• JAWS can navigate Office 2007 floating toolbars, for example, the Apply Styles dialog box (CTRL+SHIFT+S). Press F6 to navigate between panes, and use<br />the TAB and ARROW Keys to move within a pane. <br />• JAWS now announces the status of ribbon buttons in Office 2007 applications. For example, if the Bold button is selected in Word 2007, JAWS says, Bold<br />button pressed. <br />• JAWS now reads text entered into the Search Help edit box when you press F1 in an Office 2007 application. JAWS also reads the history in the edit box<br />when you press the UP or DOWN ARROW keys. <br />• The Office Assistant is no longer available in Office 2007. As a result, the Close Office Assistant keystroke (CTRL+INSERT+F4) is only valid for Office<br />2003 and earlier applications. <br />list end<br /><br />Microsoft Outlook<br />list of 12 items<br />• When in the body of a Microsoft Outlook 2007 message, the Say Active Cursor and Position command (ALT+DELETE) now reports the correct cursor information.<br /><br />• In Outlook XP, the Say Character Phonetically command (NUMPAD 5 twice quickly) now speaks characters phonetically. This was an issue in JAWS 8.0. <br />• When composing an HTML formatted e-mail using Outlook 2003, JAWS can announce the formatting used in the message, for example, Heading 1, Normal style,<br />and so on. To enable this feature, press INSERT+V, and then choose On for the Style Changes option that is nested in the Formatting group of the Microsoft<br />Outlook Options group. <br />• JAWS recognizes capital letters in e-mail addresses. <br />• JAWS correctly announces the controls of the Rules Wizard dialog box in Outlook. <br />• When in a new e-mail message, INSERT+H displays the correct Hot Key Help message when in the cursor is in a header field. <br />• The problem reported regarding empty Virtual buffers when replying to an e-mail message has been fixed. <br />• JAWS correctly reads all button labels in the Account Settings dialog box. <br />• JAWS now reads the static text in the Opening Mail Attachment dialog box that appears when opening an attachment. <br />• Information bar messages in Outlook 2007 are announced by JAWS. <br />• Resolved reported issue of JAWS not reading list items that appear in the Custom View Organizer dialog box in Outlook 2007. <br />• JAWS now accurately speaks and brailles the labels for all fields in the Create a New Contact dialog box in Outlook 2007. <br />list end<br /><br />Microsoft Word<br />list of 1 items<br />• When using Navigation Quick Keys in a table (INSERT+Z, T), the > and < keys will move you forward out of a table or backward out of a table. <br />list end<br /><br />Windows Explorer<br />list of 1 items<br />• When navigating through a tree view in the Folder Options dialog box, JAWS correctly announces items in the tree view. <br />list end<br /><br />Windows Live Messenger<br />list of 2 items<br />• In Windows Live Messenger, JAWS now reads all contact information available in the Contacts menu. <br />• The status of check boxes in the Create a Group dialog box are announced when you navigate to a check box or toggle its setting using the SPACEBAR. <br />list end<br /><br /><br />Windows Vista<br />list of 1 items<br />• JAWS correctly reads and navigates the Move File dialog box when cutting and pasting files in Windows Vista. <br />list end<br /><br /><br />Faisal's Comments:<br /><br />Based on the various fixes, and enhancements with jaws 9, I think its probably worth downloading this version release of jaws. I can't wait to use all the various features it now has with word, and the outlook 07 calinder.<br />Visit <br /><a href="http://www.fsactivate.com">www.fsactivate.com</a> to see if you are licenced to use jaws nine.<br /><br /><br />Ka's Comments:<br /><br />I don't think that it is worth upgrading to JAWS 9.0 even with improvements over the previous version. This is because there are no breakthrough features although none the less, they are certainly useful. I think the most dramatic change in JAWS is when JAWS 5.0 was released. Since then, I feel that Freedom Scientific has been just piling new features and fixing bugs. If you also read<br /><a href="http://blindaccessjournal.com">The Blind Access Journal</a><br />you will find that both our opinions are alike even though he words it better than I do. <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/12440140918553609832' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/12440140918553609832' rel='author' title='author profile'> <span itemprop='name'>Faisal</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/10/jaws-version-90-public-beta-released.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/10/jaws-version-90-public-beta-released.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-10-07T21:45:00-04:00'>9:45 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=6874125732640947303' onclick=''> 1 comment: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-2091788255'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=6874125732640947303&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Assistive%20Technology' rel='tag'>Assistive Technology</a>, <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Opinions' rel='tag'>Opinions</a>, <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Screen%20Readers' rel='tag'>Screen Readers</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Thursday, October 4, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='7327742345705598097' itemprop='postId'/> <a name='7327742345705598097'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/10/team-talk-331-released.html'>Team Talk 3.3.1 Released</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-7327742345705598097' itemprop='description articleBody'> A couple of days ago, Bearware released a new version of Team Talk wich for those who don't know, Team Talk is a voice chatting client that is 100 percent accessible with all screen readers. I wrote a review of it a while ago on it. The website to check it out is<br /><a href="http://bearware.dk">bearware.dk</a> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/10/team-talk-331-released.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/10/team-talk-331-released.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-10-04T15:50:00-04:00'>3:50 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=7327742345705598097' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=7327742345705598097&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Voice%20Chatting%20Client' rel='tag'>Voice Chatting Client</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Friday, September 21, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='4095839544504731016' itemprop='postId'/> <a name='4095839544504731016'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/09/winamp-version-550-build-1568-beta-now.html'>Winamp version 5.50 build 1568 beta Now Available</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-4095839544504731016' itemprop='description articleBody'> Winamp version 5.50 build 1568 beta is now available and one place where you can download it from is at<br /><a href="http://www.majorgeeks.com/Winamp_5_Full_d2490.html">www.majorgeeks.com/Winamp_5_Full_d2490.html.</a><br /><br />Here are the changes in this version:<br /><br />* New: Winamp Bento (SingleUI Skin)<br />* New: Unified File Editor, with Album Art tab (for mp3, m4a, wma, ogg, flac)<br />* New: Auto-Tagger in File Info dialog (powered by Gracenote)<br />* New: Album Art window for Winamp Modern skin<br />* New: Global 'playback thread priority' setting for decoders<br />* New: Media Monitor and MP3 Blog site scraper (in Bento browser)<br />* New: Option to not show playlist item number in classic songticker<br />* New: Version History drop-down selector and Search (in About dialog)<br />* New: [in_mp3] Multi-channel mp3surround support<br />* New: [gen_ml] Tree Options tab in Media Library Preferences<br />* New: [ml_autotag] Mass Auto-Tagger in Send-To menu (powered by Gracenote)<br />* New: [ml_local] 3 pane view options in 'Add/Edit View' dialog<br />* New: [ml_local] Smart View Presets<br />* New: [ml_local] Album Art support/pane and retrieval service<br />* New: [ml_local] Toolbar buttons to control view options<br />* New: [ml_plg] Winamp Playlist Generator (powered by Gracenote MusicID)<br />* New: [ml_pmp] New fields, configurable filter panes & columns, 3 pane view<br />* New: [ml_pmp] Album Art view & support for iPod and P4S Devices<br />* New: [ml_pmp] Separate view for video files<br />* Improved: General misc dialog/ui tweaks & improvements<br />* Improved: Re-tuned and optimized classic Spectrum Analyzer<br />* Improved: Surround indicator in Winamp Modern skin for multi-channel files<br />* Improved: Classic Songticker option for Winamp Modern skin (via<br />Config drawer)<br />* Improved: [in_cdda] Conductor metadata support<br />* Improved: [in_cdda] Handling of multiple discs<br />* Improved: [in_flac/in_vorbis] ALBUM ARTIST & ENSEMBLE read support<br />* Improved: [in_flac] Advanced Editor mode<br />* Improved: [in_mod] Added support for more than 256 samples<br />* Improved: [in_mp3] Faster metadata gathering (also speeds up ReplayGain scan)<br />* Improved: [in_mp4] Smoother data sent to vis & other minor tweaks<br />* Improved: [in_wm] Faster WMA/WMV metadata gathering<br />* Improved: [gen_ff] General freeform skinning engine optimizations<br />* Improved: [gen_ml] Collapsed/expanded state of treeview items now remembered<br />* Improved: [gen_ml] Skinned scrollbars for Media Library with Modern skins<br />* Improved: [gen_ml] Reordering of treeview items (via drag+drop)<br />* Improved: [ml_disc] Better Unicode support & other misc tweaks<br />* Improved: [ml_history] Unicode support<br />* Improved: [ml_local] Customize Columns menu for top filter panes<br />* Improved: [ml_local] Option to show horizontal scrollbar for top panes<br />* Improved: [ml_local] New 'Podcasts' view (appears after downloading<br />a podcast)<br />* Improved: [ml_local] Added ISPODCAST and PODCASTCHANNEL field names<br />* Improved: [ml_local] Added BEGINSLIKE comparison operator<br />* Improved: [ml_local] Dragging of headers to sort column order<br />* Improved: [ml_local] Redesigned Smart View Editor<br />* Improved: [ml_local] Star Rating display and selection<br />* Improved: [ml_pmp] 'Copy to Local Media' config separated from CD<br />Ripping settings<br />* Improved: [ml_pmp] Portables "Sync" can now keep podcasts updated<br />* Improved: [ml_rg] ReplayGain calculation support for 64, 88.2 & 96<br />KHz samplerates<br />* Improved: [ml_wire] Optional automatic downloading of new podcast episodes<br />* Improved: [ml_wire] Multi-select, 'Send To' menu and other general<br />enhancements<br />* Improved: [ml_wire] Podcast downloads now saved in channel subfolders<br />* Improved: [ml_wire] Updated podcast directory<br />* Improved: [pmp_ipod] Now uses the iPod's podcast menu for podcasts<br />* Fixed: DWM Thumbnails & Flip3D for Modern skins in Vista<br />* Fixed: Esc key not working in Credits & Winamp tabs of About Box<br />* Fixed: Long filepaths corrupted when opening Winamp via Explorer context menu<br />* Fixed: Oversized preference pages with large DPI setting<br />* Fixed: Recurrence of multiple instances bug (previously fixed in 5.3)<br />* Fixed: Selecting 'No' for 'Physically Remove' prompt removes<br />playlist/mldb item<br />* Fixed: TV button in video window not working<br />* Fixed: Windows showing if switching from modern to classic skin in<br />minimized state<br />* Fixed: [ASX Loader] Recursive playlist loading & case-insensitive<br />element matching<br />* Fixed: [ASX Loader] Handling of entries embedded within a REPEAT tag<br />* Fixed: [dsp_sps] DEP incompatibility<br />* Fixed: [gen_ff] "Can't unload script while in script" error when<br />switching skins<br />* Fixed: [gen_ff] Remember ML size when switching between Modern &<br />Classic skins<br />* Fixed: [gen_ff] Transparent docked toolbars for skins using alpha-blending<br />* Fixed: [gen_ff] 10% opacity not applying on skins that add items to<br />rt-click menu<br />* Fixed: [gen_jumpex] Crash when loading multiple files via Explorer<br />context menu<br />* Fixed: [gen_jumpex] Remove Duplicate Entries action broken in pledit<br />* Fixed: [gen_ml] %playcount% returning Comment on drag+drop from ML to pledit<br />* Fixed: [in_cdda] CDDB crash when attempting to rip a CD in a 2nd<br />instance of Winamp<br />* Fixed: [in_flac] General FLAC Editor quirks (Comments field, Enter key, etc)<br />* Fixed: [in_flac] 24bit files don't play when 'Allow 24bit' setting<br />is disabled<br />* Fixed: [in_mod] Fadeout value goes below 0.0 sec in in_mod config<br />* Fixed: [in_mod] Interpolator 'division by zero' crash bug<br />* Fixed: [in_mp3] Crash on some mp3's with corrupt ID3v2 extended<br />headers (rare)<br />* Fixed: [in_mp3] Crash on loading corrupt id3v2.3 tags of a later revision<br />* Fixed: [in_mp3] Negative bitrate in File Info for long mp3's<br />* Fixed: [in_mp4] Glitch when modifying metadata on playing track<br />* Fixed: [in_mp4/libmp4v2] Memory leaks<br />* Fixed: [in_wave/libsndfile] Crash on invalid .au files<br />* Fixed: [in_wm] Garbage characters when editing filetypes in config<br />* Fixed: [ml_disc] 0 byte temp files not deleted after ripping<br />* Fixed: [ml_disc] Double-click drive icon in Rip & Burn not<br />selecting tree item<br />* Fixed: [ml_disc] Crash when using <trackartist> in playlist<br />filename generation<br />* Fixed: [ml_disc] Drag+drop from Audio CD view to Playlist Editor<br />* Fixed: [ml_local] (no album) items adding to Album count in Artist pane<br />* Fixed: [ml_local] isempty and =0 queries now return same results<br />* Fixed: [ml_local] Add dir to 'Watch Folders' path truncated to 64 characters<br />* Fixed: [ml_pmp] Inserting extra period in filename when transcoding<br />to mp4/aac<br />* Fixed: [ml_pmp] Sending ansi-converted titles instead of Unicode<br />* Fixed: [ml_pmp] Transfer caption building when Artist metadata is empty<br />* Fixed: [ml_wire] Subscription Updates setting always resets to 'Never'<br />* Fixed: [pmp_ipod] Potential incompatability issue with latest<br />version of iTunes<br />* Fixed: [pmp_p4s] 'Error In Insert' when transferring to some P4S devices<br />* Fixed: [vis_milk] Milkdrop DEP incompatibility<br />* Misc: Winamp Remote is now an installer option (ml_orb.dll)<br />* Misc: Moved drawing engine out of gen_ff to tataki.dll<br />* Misc: Moved freetype font renderer out of gen_ff to freetype.wac<br />* Misc: Removed db.w5s (replaced by new Gracenote database system)<br />* Misc: Removed unicows.lib/dll as we have officially dropped support for Win9x<br />* Updated: Gracenote MusicID/CDDB v2.5<br />* Updated: libpng 1.2.20<br />* Updated: [enc_aacplus] Coding Technologies aacPlus Encoder v8.1.0<br />* Updated: [gen_jumpex] JTFE v0.99.1e b426 'dev'<br />* Updated: [in_flac] FLAC 1.2.1<br />* Updated: [in_mp3] FhG Decoder v4.10<br />* Updated: [in_vorbis] libvorbis 1.2.0 <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/09/winamp-version-550-build-1568-beta-now.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/09/winamp-version-550-build-1568-beta-now.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-09-21T10:14:00-04:00'>10:14 a.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=4095839544504731016' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=4095839544504731016&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Media%20Player' rel='tag'>Media Player</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Wednesday, September 19, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='1724983154136351271' itemprop='postId'/> <a name='1724983154136351271'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/09/skype-version-350239-now-available.html'>Skype version 3.5.0.239 Now Available</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-1724983154136351271' itemprop='description articleBody'> Skype version 3.5.0.239 is now available and one place where you can download it from is at<br /><a href="http://www.skype.com">www.skype.com.</a><br /><br />Here are the changes in this version:<br /><br />bugfix: Links with invalid % encodings were executed<br />bugfix: Data execution protection may have crashed Skype<br />bugfix: Pressing escape did not end call <br />Security improvements to ensure it is no longer possible to shut down Skype from a web page <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/09/skype-version-350239-now-available.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/09/skype-version-350239-now-available.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-09-19T22:23:00-04:00'>10:23 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=1724983154136351271' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=1724983154136351271&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Voice%20Over%20IP' rel='tag'>Voice Over IP</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Monday, September 17, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='1703209085089953548' itemprop='postId'/> <a name='1703209085089953548'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/09/update.html'>Update</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-1703209085089953548' itemprop='description articleBody'> I'm still here. I haven't disappeared from the face of the earth yet. I've been quite busy in the past little while so I haven't really got a lot of updates. Anyways, hopefully I'll be updating a bit more soon. <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/09/update.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/09/update.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-09-17T16:44:00-04:00'>4:44 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=1703209085089953548' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=1703209085089953548&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Update' rel='tag'>Update</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Monday, September 3, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='3354706847826867644' itemprop='postId'/> <a name='3354706847826867644'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/09/sound-rts-development-blog.html'>Sound RTS Development Blog</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-3354706847826867644' itemprop='description articleBody'> There is now a development blog for Sound RTS which is a real time strategy game. The link is<br /><a href="http://soundrts.blogspot.com">http://soundrts.blogspot.com</a> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/09/sound-rts-development-blog.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/09/sound-rts-development-blog.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-09-03T14:35:00-04:00'>2:35 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=3354706847826867644' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=3354706847826867644&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Blog' rel='tag'>Blog</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Wednesday, August 22, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='974068920684411377' itemprop='postId'/> <a name='974068920684411377'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/08/winamp-version-536-build-1500-beta-now.html'>Winamp Version 5.36 Build 1500 Beta Now Available</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-974068920684411377' itemprop='description articleBody'> Winamp version 5.36 build 1500 beta is now available and one place where you can download it from is at<br /><a href="http://www.majorgeeks.com/Winamp_5_Full_d2490.html">www.majorgeeks.com/Winamp_5_Full_d2490.html.</a><br /><br />Here are the changes in this version and there are quite a lot of changes this time!<br /><br />* New: [in_mp3] Multi-channel mp3surround support<br />* New: [ml_local] 3 pane view options in 'Add/Edit View' dialog<br />* New: [ml_local] Smart View Presets<br />* New: [ml_local] Album Art support/pane<br />* New: [ml_local] Toolbar buttons to control view options<br />* New: [ml_plg] Winamp Playlist Generator (powered by Gracenote MusicID)<br />* New: [ml_pmp] New fields, configurable filter panes & columns, 3 pane view<br />* New: [ml_pmp] Album Art view & support for iPod and P4S Devices<br />* New: [ml_pmp] Separate view for video files<br />* New: Global 'playback thread priority' setting for decoders<br />* New: Version History drop-down selector and Search (in About dialog)<br />* Improved: General misc dialog/ui tweaks & improvements<br />* Improved: Re-tuned and optimized classic Spectrum Analyzer<br />* Improved: Surround indicator in Winamp Modern skin for multi-channel files<br />* Improved: [in_cdda] Conductor metadata support<br />* Improved: [in_cdda] Handling of multiple discs<br />* Improved: [in_flac/in_vorbis] ALBUM ARTIST & ENSEMBLE read support<br />* Improved: [in_flac] Advanced Editor mode<br />* Improved: [in_mod] Added support for more than 256 samples<br />* Improved: [gen_ff] General freeform skinning engine optimizations<br />* Improved: [gen_ml] Collapsed/expanded state of treeview items now remembered<br />* Improved: [gen_ml] Skinned scrollbars for Media Library with Modern skins<br />* Improved: [gen_ml] Reordering of treeview items (via drag+drop)<br />* Improved: [ml_disc] Better Unicode support<br />* Improved: [ml_history] Unicode support<br />* Improved: [ml_local] Customize Columns menu for top filter panes<br />* Improved: [ml_local] Option to show horizontal scrollbar for top panes<br />* Improved: [ml_local] New 'Podcasts' view (appears after downloading a podcast<br />* Improved: [ml_local] Added ISPODCAST and PODCASTCHANNEL field names<br />* Improved: [ml_local] Added BEGINSLIKE comparison operator<br />* Improved: [ml_local] Dragging of headers to sort column order<br />* Improved: [ml_local] Redesigned Smart View Editor<br />* Improved: [ml_local] Star Rating display and selection<br />* Improved: [ml_pmp] 'Copy to Local Media' config separated from CD<br />Ripping settings<br />* Improved: [ml_pmp] Portables "Sync" can now keep podcasts updated<br />* Improved: [ml_rg] ReplayGain calculation support for 64, 88.2 & 96 KHz samplerates<br />* Improved: [ml_wire] Optional automatic downloading of new podcast episodes<br />* Improved: [ml_wire] Multi-select, 'Send To' menu and other general enhancements<br />* Improved: [ml_wire] Podcast downloads now saved in channel subfolders<br />* Improved: [pmp_ipod] Now uses the iPod's podcast menu for podcasts<br />* Fixed: Long filepaths corrupted when opening Winamp via Explorer context menu<br />* Fixed: Oversized preference pages with large DPI setting<br />* Fixed: Recurrence of multiple instances bug (previously fixed in 5.3)<br />* Fixed: Selecting 'No' for 'Physically Remove' prompt removes playlist/mldb item<br />* Fixed: TV button in video window not working<br />* Fixed: Windows showing if switching from modern to classic skin in minimized state<br />* Fixed: [ASX Loader] Recursive playlist loading & case-insensitive element matching<br />* Fixed: [ASX Loader] Handling of entries embedded within a REPEAT tag<br />* Fixed: [gen_ff] "Can't unload script while in script" error when switching skins<br />* Fixed: [gen_ff] Transparent docked toolbars for skins using alpha-blending<br />* Fixed: [gen_ml] %playcount% returning Comment on drag+drop from ML to pledit<br />* Fixed: [in_cdda] CDDB crash when attempting to rip a CD in a 2nd instance of Winamp<br />* Fixed: [in_flac] General FLAC Editor quirks (Comments field, Enter key,etc<br />* Fixed: [in_flac] 24bit files don't play when 'Allow 24bit' settingis disabled<br />* Fixed: [in_mod] Fadeout value goes below 0.0 sec in in_mod config<br />* Fixed: [in_mod] Interpolator 'division by zero' crash bug<br />* Fixed: [in_mp3] Crash on some mp3's with corrupt ID3v2 extendedheaders (rare)<br />* Fixed: [in_mp3] Crash on loading corrupt id3v2.3 tags of a later revision<br />* Fixed: [in_mp3] Negative bitrate in File Info for long mp3's<br />* Fixed: [in_wave/libsndfile] Crash on invalid .au files<br />* Fixed: [in_wm] Garbage characters when editing filetypes in config<br />* Fixed: [in_mp4/libmp4v2] Memory leaks<br />* Fixed: [ml_disc] 0 byte temp files not deleted after ripping<br />* Fixed: [ml_disc] Double-click drive icon in Rip & Burn not selecting tree item<br />* Fixed: [ml_disc] Crash when using <trackartist> in playlist filename generation<br />* Fixed: [ml_disc] Drag+drop from Audio CD view to Playlist Editor<br />* Fixed: [ml_local] (no album) items adding to Album count in Artist pane<br />* Fixed: [ml_local] isempty and =0 queries now return same results<br />* Fixed: [ml_local] Add dir to 'Watch Folders' path truncated to 64 characters<br />* Fixed: [ml_pmp] Inserting extra period in filename when transcoding to mp4/aac<br />* Fixed: [ml_wire] Subscription Updates setting always resets to 'Never'<br />* Fixed: [pmp_ipod] Potential incompatability issue with latest version of iTunes<br />* Fixed: [pmp_p4s] 'Error In Insert' when transferring to some P4S devices<br />* Fixed: [vis_milk] Milkdrop DEP incompatibility<br />* Misc: Removed db.w5s (replaced by new Gracenote database system)<br />* Misc: Moved drawing engine out of gen_ff to tataki.dll<br />* Misc: Moved freetype font renderer out of gen_ff to freetype.wac<br />* Updated: Gracenote MusicID CDDB v2.5<br />* Updated: libpng 1.2.19<br />* Updated: [in_flac] FLAC 1.2.0<br />* Updated: [in_mp3] FhG Decoder v4.10<br />* Updated: [in_vorbis] libvorbis 1.2.0 <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/08/winamp-version-536-build-1500-beta-now.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/08/winamp-version-536-build-1500-beta-now.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-08-22T22:51:00-04:00'>10:51 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=974068920684411377' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=974068920684411377&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Beta' rel='tag'>Beta</a>, <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Media%20Player' rel='tag'>Media Player</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Saturday, August 18, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='1917881489936602634' itemprop='postId'/> <a name='1917881489936602634'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/08/sound-rts-version-10-beta-8-released.html'>Sound RTS Version 1.0 Beta 8 Released</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-1917881489936602634' itemprop='description articleBody'> Yesterday night, Sound RTS Version 1.0 Beta 8 was released which included a lot of bug fixes as well as some new features. There is also a version that runs on Mac and Linux. You can go to the<br /><a href="http://jlpo.free.fr/soundrts">Sound RTS wesite</a><br />to get your own copy today!<br /><br />Note that the quality of the sounds still aren't very good even though it's at 44.1 and in ogg. If you really care about the sounds, I roccomend sticking with the old one for now until Bryan Smart creats a new sound pack. <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/08/sound-rts-version-10-beta-8-released.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/08/sound-rts-version-10-beta-8-released.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-08-18T13:32:00-04:00'>1:32 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=1917881489936602634' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=1917881489936602634&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Real%20Time%20Strategy' rel='tag'>Real Time Strategy</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Friday, August 17, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='4886607718114357979' itemprop='postId'/> <a name='4886607718114357979'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/08/review-of-linux-using-orca-screen.html'>Review of linux Using Orca Screen Reader</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-4886607718114357979' itemprop='description articleBody'> Darragh has made a review of the Orca screen reader which runs on Gnome. The following e-mail from the Orca list explains it more:<br /><br />Hello all,<br /><br />It's wet and horrible here tonight so I'm really noth bothered about<br />going out so instead, I've done an audio review of Orca running on Gnome<br />with the TTSynth synthesizer, Evolution, Firefox and open office.<br /><br />This aims to illustrate that a lot of the tasks now done in Windows by<br />jaws and windows users can now be done in Linux with the same type of<br />interfaces.<br /><br />I've tried to keep it as generic as possible by limiting the amount of<br />technical information provided so I'm hoping I've given enough to get<br />people interested.<br /><br />The file is about 35 megs and is available from:<br /><a href="http://www.digitaldarragh.com/linux-and-orca-review.mp3">http://www.digitaldarragh.com/linux-and-orca-review.mp3</a><br /><br />Please send your feedback.<br /><br />Darragh <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/08/review-of-linux-using-orca-screen.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/08/review-of-linux-using-orca-screen.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-08-17T20:31:00-04:00'>8:31 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=4886607718114357979' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=4886607718114357979&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Accessibility' rel='tag'>Accessibility</a>, <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Gnome' rel='tag'>Gnome</a>, <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Linux' rel='tag'>Linux</a>, <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Open%20Source%20Screen%20Reader' rel='tag'>Open Source Screen Reader</a>, <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Reviews' rel='tag'>Reviews</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='3078627758547270030' itemprop='postId'/> <a name='3078627758547270030'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/08/skype-version-350214-availbable.html'>Skype Version 3.5.0.214 Availbable</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-3078627758547270030' itemprop='description articleBody'> You can get Skype version 3.5.0.214 at<br /><a href="http://skype.com">www.skype.com</a><br /><br />here are the changes and bug fixes:<br /><br />change: Extras Manager updated to version 1.5.0.3<br />bugfix: Skype sometimes crashed on receiving chat message<br />bugfix: Skype sometimes crashed when handling mood message<br />bugfix: Can't resume call after putting it on hold in some cases<br />bugfix: Video mood and chat messages sometimes displayed wrong thumbnails<br />bugfix: On call transfer dialogue blocked and deleted contacts were shown<br />bugfix: Phone number on Outlook contacts was not shown<br />bugfix: On rare occasions Voice Mail download failed<br />bugfix API: Switching to silent mode took too long <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/08/skype-version-350214-availbable.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/08/skype-version-350214-availbable.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-08-17T20:23:00-04:00'>8:23 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=3078627758547270030' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=3078627758547270030&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Voice%20Over%20IP' rel='tag'>Voice Over IP</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Thursday, August 9, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='4997790249304831147' itemprop='postId'/> <a name='4997790249304831147'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/08/sound-forge-version-90b-now-available.html'>Sound Forge Version 9.0C Now Available</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-4997790249304831147' itemprop='description articleBody'> today, an upgrade has been released for Sound Forge 9.0 users. It features many bug fixes as well as some mini things they've included. Here are the improvements:<br /><br />An Update loop bar on Mark In/Out check box has been added to the Editing tab in the Preferences dialog<br />Select this check box if you want to update the loop bar in a data window when you mark the beginning or end of a selection.<br />When the check box is cleared, the loop bar isn't updated until after you've marked both ends of the selection.<br />A Seek Cursor on Playback command has been added to the Options menu.<br />When this command is selected, playback will restart when you position the cursor.<br />The keyboard shortcut for saving and recalling views has changed. The new shortcuts<br />are Ctrl+Shift+<number> to save a view and Ctrl+<number> to recall a view.<br />You can now press the 0-9 keys (not numeric keypad) to move the cursor to the corresponding marker or select the corresponding region.<br />The FLAC file format plug-in has been added to allow you to open and save FLAC files.<br />Little-endian AIFF files are now supported.<br />Meters now stretch to fit their windows.<br />Fixed a bug in Spectrum Analysis when Real Time Monitoring is enabled.<br />Fixed a bug that could cause Sound Forge to crash when dragging selection to the<br />desktop when Kjaerhus automated effects exist in the chain.<br />Fixed a bug that prevented Crossfade Loop from previewing correctly.<br />Fixed a bug that could cause a crash when undoing and repeating a Mix operation.<br />Fixed a bug that could corrupt Audio preferences when the Windows<br />Classic Wave Driver was not available.<br />Fixed a bug that prevented you from changing the sample rate of a new or empty data window.<br />The Mix/Replace dialog now preserves the previous preset.<br />Fixed a bug that could cause Process > Reverse to insert silence in certain cases.<br />Fixed a bug that prevented Mark In/Out from working during playback.<br />Fixed a bug that prevented audio plug-ins from inserting tails.<br />Automated plug-ins in the Plug-In Chainer window now reflect the cursor position.<br />Fixed a bug that caused the Normal Zoom preference to be ignored.<br />Fixed a bug that could cause the Video Strip to lose frames at different zoom ratios.<br />The Lock Length button in the Normalize dialog now updates properly after undo.<br />Tempo is now maintained when the ruler format is changed.<br />Loop pre-roll is now applied when dragging the start of a selection.<br />Playback no longer jumps with Scroll Playback turned off.<br />Various improvements for ASIO devices. <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/08/sound-forge-version-90b-now-available.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/08/sound-forge-version-90b-now-available.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-08-09T12:49:00-04:00'>12:49 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=4997790249304831147' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=4997790249304831147&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Sound%20Editing%20Software' rel='tag'>Sound Editing Software</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Tuesday, August 7, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='1765684408746730435' itemprop='postId'/> <a name='1765684408746730435'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/08/jaws-with-windows-vista.html'>jaws with windows vista</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-1765684408746730435' itemprop='description articleBody'> hey all. My first post on here.<br />well, I want to discuss jaws opperating on Microsofts new opperating system: Windows Vista<br />When I first got my computer, I bought new SMAs because my current one didnt support jaws with vista. I had found jaws relatively good with vista. It seems to handle all the new graphics well, however the new arro interface is disabled when you activate jaws.<br />One of the major setbacks I found was response time with vista. One of the things I have noticed is that jaws doesnt respond as quick as it did when using windows XP. When I first installed jaws, I thought it was my keyboard settings, or even setting the keyboard response time, but everything was at maximum. I then tryed getting a hold of freedomscientific, and they suggested it was my soundcard, and told me to upgrade. Well, thats a bit of an issue, because I have the latest release of my soundcard drivers.<br />Also, one of the other things I have noticed is my keyboard layout. I dont know weather this is just my brand of keyboard, or windows. I cant access oposterphy, because the oposterphy key rights something else. Everything is off on this keyboard.<br />I have also noticed that narator starts up everytime I start jaws. I got everythint unchecked in my ease of access sentre, but still I cant get narator to stop coming up with jaws.<br />So, as you can tell, jaws with vista definitely has its ups, and downs. More downs Iv noticed, but hopefully they can resolve the other issues in the next release of jaws. <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/12440140918553609832' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/12440140918553609832' rel='author' title='author profile'> <span itemprop='name'>Faisal</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/08/jaws-with-windows-vista.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/08/jaws-with-windows-vista.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-08-07T13:26:00-04:00'>1:26 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=1765684408746730435' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-2091788255'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=1765684408746730435&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/acessability' rel='tag'>acessability</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='2366384349051212698' itemprop='postId'/> <a name='2366384349051212698'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/08/skype-version-350202-for-windows-now.html'>Skype version 3.5.0.202 for Windows now available</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-2366384349051212698' itemprop='description articleBody'> Skype version 3.5.0.202 for Windows is now available and one place<br />where you can download it from is at<br /><a href="http://www.skype.com">www.skype.com.</a><br />The beta cycle<br />for Skype version 3.5 is now over and this is the official<br />release. Here are the changes in this version:<br /><br />feature: Safety and Privacy Improvements<br />feature API: SET_INPUT for recording Voicemail<br />change: IE plugin updated to version 3.3.0.105<br />change: Extras Manager updated to version 1.5.0.2<br />change: Dial tone changed<br />change: Updated all localizations<br />bugfix: Add video to mood message button was not clickable in entire length<br />bugfix: Incoming chat message notification displayed video messages wrongly<br />bugfix: Error message displayed when shutting down Windows while<br />Skype was running<br />on some occasions<br />bugfix: Wrong payment rejection cause displayed when person called<br />from not compatible<br />client<br />bugfix: Send contacts button was active after leaving chat<br />bugfix: Call was put on hold when screen saver activated<br />bugfix: Audio devices with the same name were displayed incorrectly<br />bugfix: Skype crashed when ending a call in some circumstances<br />bugfix: On some rare cases opening chat resulted in 100% CPU usage <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/08/skype-version-350202-for-windows-now.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/08/skype-version-350202-for-windows-now.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-08-07T12:05:00-04:00'>12:05 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=2366384349051212698' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=2366384349051212698&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Free%20Accessible%20Software' rel='tag'>Free Accessible Software</a>, <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Voice%20Over%20IP' rel='tag'>Voice Over IP</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Monday, August 6, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='8176446010402379953' itemprop='postId'/> <a name='8176446010402379953'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/08/new-poster.html'>New Poster</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-8176446010402379953' itemprop='description articleBody'> I have now another post to my blog. His name is Faisal and he is also visually impaired. I've made it available for him to post here so he can share his opinions about technology. You can visit his personal blog at<br /><a href="http://www.thegreatfaisal.wordpress.com">Http://www.thegreatfaisal.wordpress.com</a> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/08/new-poster.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/08/new-poster.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-08-06T16:03:00-04:00'>4:03 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=8176446010402379953' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=8176446010402379953&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/New%20Poster' rel='tag'>New Poster</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Saturday, August 4, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='8641012935988743745' itemprop='postId'/> <a name='8641012935988743745'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/08/audio-game-maker-released.html'>Audio Game Maker Released</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-8641012935988743745' itemprop='description articleBody'> Yesterday, Audio Game Maker came out as promissed by the developers so now you can all create your own audio games with out any programming knoledge. This application is free and you can find more about it by going to the<br /><a href="http://audiogamemaker.com">Audio Game Maker website.</a><br /><br />I like the fact that if people don't have their own website but want to put up their own game, they would have a place on the site to upload them to. However, the bad thing about this audio game maker is that it has some limitations such as not being able to save a game. <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/08/audio-game-maker-released.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/08/audio-game-maker-released.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-08-04T18:39:00-04:00'>6:39 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=8641012935988743745' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=8641012935988743745&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Free%20Accessible%20Software' rel='tag'>Free Accessible Software</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Saturday, July 28, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='2720707884744561424' itemprop='postId'/> <a name='2720707884744561424'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/07/nvda-blog.html'>NVDA Blog</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-2720707884744561424' itemprop='description articleBody'> On the NVDA Mailing list, the main developers of NVDA announced that there is an NVDA Blog which tells of the latest happenings with NVDA wich for those who don't know, NVDA is a free and open source screen reader for Microsoft Windows. For more information, you can go to the home of NVDA by clicking <br /><a href="http://nvda-project.org">here.</a><br />To go to the blog, you can click<br /><a href="http://nvda-project.org/blog">here.</a> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/07/nvda-blog.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/07/nvda-blog.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-07-28T22:23:00-04:00'>10:23 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=2720707884744561424' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=2720707884744561424&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Blog' rel='tag'>Blog</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Wednesday, July 25, 2007</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='111006929305185639' itemprop='blogId'/> <meta content='5135107431093811945' itemprop='postId'/> <a name='5135107431093811945'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://kastechnologyaccessblog.blogspot.com/2007/07/new-version-of-sound-rts-released.html'>New Version of Sound RTS Released</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-5135107431093811945' itemprop='description articleBody'> There is a test version of Sound RTS which has just come out a couple of days ago. You can get it from the<br /><a href="http://jlpo.free.fr/soundrts">Sound RTS</a><br />website.<br /><br />New features in this update :<br />List of 6 items<br />• better voice<br />• the food limit is 80 divided by the number of players (instead of 20 for each player)<br />• bugfix: in a multiplayer game with more than 2 players, if one player looses, his remaining units won't stay in the game any more.<br />• private server (will not be registered in the list)<br />• connection to any server using its IP address (without using the list)<br />• when a server is full, it is removed from the list; it is added back to the list when a game is over<br />list end<br /><br />I hope you have fun. <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Posted by <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/06533913729790508587' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/06533913729790508587' rel='author' title='author profile'> <span itemprop='name'>Ka</span> </a> </span> </span> <span class='post-timestamp'> at <meta content='http://kastechnologyaccessblog.blogspot.com/2007/07/new-version-of-sound-rts-released.html' itemprop='url'/> <a class='timestamp-link' href='https://kastechnologyaccessblog.blogspot.com/2007/07/new-version-of-sound-rts-released.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2007-07-25T17:05:00-04:00'>5:05 p.m.</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=111006929305185639&postID=5135107431093811945' onclick=''> No comments: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1265561894'> <a href='https://www.blogger.com/post-edit.g?blogID=111006929305185639&postID=5135107431093811945&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Labels: <a href='https://kastechnologyaccessblog.blogspot.com/search/label/Free%20Audio%20Game' rel='tag'>Free Audio Game</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-newer-link'> <a class='blog-pager-newer-link' href='https://kastechnologyaccessblog.blogspot.com/' id='Blog1_blog-pager-newer-link' title='Newer Posts'>Newer Posts</a> </span> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='https://kastechnologyaccessblog.blogspot.com/search?updated-max=2007-07-25T17:05:00-04:00&max-results=20' id='Blog1_blog-pager-older-link' title='Older Posts'>Older Posts</a> </span> <a class='home-link' href='https://kastechnologyaccessblog.blogspot.com/'>Home</a> </div> <div class='clear'></div> <div class='blog-feeds'> <div class='feed-links'> Subscribe to: <a class='feed-link' href='https://kastechnologyaccessblog.blogspot.com/feeds/posts/default' target='_blank' type='application/atom+xml'>Posts (Atom)</a> </div> </div> </div></div> </div> <div id='sidebar-wrapper'> <div class='sidebar section' id='sidebar'><div class='widget BlogArchive' data-version='1' id='BlogArchive1'> <h2>Blog Archive</h2> <div class='widget-content'> <div id='ArchiveList'> <div id='BlogArchive1_ArchiveList'> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://kastechnologyaccessblog.blogspot.com/2008/'> 2008 </a> <span class='post-count' dir='ltr'>(17)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://kastechnologyaccessblog.blogspot.com/2008/10/'> October </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://kastechnologyaccessblog.blogspot.com/2008/08/'> August </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://kastechnologyaccessblog.blogspot.com/2008/07/'> July </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://kastechnologyaccessblog.blogspot.com/2008/06/'> June </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://kastechnologyaccessblog.blogspot.com/2008/05/'> May </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://kastechnologyaccessblog.blogspot.com/2008/04/'> April </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://kastechnologyaccessblog.blogspot.com/2008/03/'> March </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://kastechnologyaccessblog.blogspot.com/2008/02/'> February </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://kastechnologyaccessblog.blogspot.com/2008/01/'> January </a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> ▼  </span> </a> <a class='post-count-link' href='https://kastechnologyaccessblog.blogspot.com/2007/'> 2007 </a> <span class='post-count' dir='ltr'>(77)</span> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> ▼  </span> </a> <a class='post-count-link' href='https://kastechnologyaccessblog.blogspot.com/2007/12/'> December </a> <span class='post-count' dir='ltr'>(7)</span> <ul class='posts'> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/12/give-away-of-day.html'>Give Away Of The Day</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/12/soundrts-10-beta-9h-released.html'>SoundRTS 1.0 beta 9h Released</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/12/announcing-orca-v2214.html'>Announcing Orca v2.21.4</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/12/bop-it-ultimate-review.html'>Bop It Ultimate Review</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/12/soundrts-10-beta-9g-released.html'>SoundRTS 1.0 Beta 9G Released</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/12/winamp-version-5511741-beta-now.html'>Winamp version 5.51.1741 beta Now Available</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/12/montezumas-return-beta-7-released.html'>Montezuma's Return Beta 7 Released</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://kastechnologyaccessblog.blogspot.com/2007/11/'> November </a> <span class='post-count' dir='ltr'>(4)</span> <ul class='posts'> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/11/montizumas-revenge-beta-6-now-available.html'>montizuma's Revenge Beta 6 Now Available</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/11/soundrts-10-beta-9f-released.html'>SoundRTS 1.0 beta 9f Released</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/11/skype-360216-now-available.html'>Skype 3.6.0.216 Now Available</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/11/montezuma-beta5-released.html'>Montezuma-Beta5 Released</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://kastechnologyaccessblog.blogspot.com/2007/10/'> October </a> <span class='post-count' dir='ltr'>(10)</span> <ul class='posts'> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/10/skype-version-360159-beta-now-available.html'>Skype version 3.6.0.159 beta Now available</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/10/releasing-way-to-go-by-sendero-group.html'>Releasing Way To Go by Sendero Group, Accessible T...</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/10/soundrts-10-beta-9e-released.html'>SoundRTS 1.0 beta 9e released</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/10/guide-to-using-gmail.html'>Guide To Using GMail</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/10/montezumas-revenge-beta-4-released.html'>Montezuma's Revenge Beta 4 Released</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/10/mont.html'>Montezuma's Revenge Beta 3 Released</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/10/sound-rts-version.html'>Sound RTS Version 1.0 Beta 9 Released</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/10/spoken-text.html'>Spoken Text</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/10/jaws-version-90-public-beta-released.html'>jaws version 9.0 public beta released</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/10/team-talk-331-released.html'>Team Talk 3.3.1 Released</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://kastechnologyaccessblog.blogspot.com/2007/09/'> September </a> <span class='post-count' dir='ltr'>(4)</span> <ul class='posts'> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/09/winamp-version-550-build-1568-beta-now.html'>Winamp version 5.50 build 1568 beta Now Available</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/09/skype-version-350239-now-available.html'>Skype version 3.5.0.239 Now Available</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/09/update.html'>Update</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/09/sound-rts-development-blog.html'>Sound RTS Development Blog</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://kastechnologyaccessblog.blogspot.com/2007/08/'> August </a> <span class='post-count' dir='ltr'>(9)</span> <ul class='posts'> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/08/winamp-version-536-build-1500-beta-now.html'>Winamp Version 5.36 Build 1500 Beta Now Available</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/08/sound-rts-version-10-beta-8-released.html'>Sound RTS Version 1.0 Beta 8 Released</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/08/review-of-linux-using-orca-screen.html'>Review of linux Using Orca Screen Reader</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/08/skype-version-350214-availbable.html'>Skype Version 3.5.0.214 Availbable</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/08/sound-forge-version-90b-now-available.html'>Sound Forge Version 9.0C Now Available</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/08/jaws-with-windows-vista.html'>jaws with windows vista</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/08/skype-version-350202-for-windows-now.html'>Skype version 3.5.0.202 for Windows now available</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/08/new-poster.html'>New Poster</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/08/audio-game-maker-released.html'>Audio Game Maker Released</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://kastechnologyaccessblog.blogspot.com/2007/07/'> July </a> <span class='post-count' dir='ltr'>(9)</span> <ul class='posts'> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/07/nvda-blog.html'>NVDA Blog</a></li> <li><a href='https://kastechnologyaccessblog.blogspot.com/2007/07/new-version-of-sound-rts-released.html'>New Version of Sound RTS Released</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://kastechnologyaccessblog.blogspot.com/2007/06/'> June </a> <span class='post-count' dir='ltr'>(11)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://kastechnologyaccessblog.blogspot.com/2007/05/'> May </a> <span class='post-count' dir='ltr'>(22)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='https://kastechnologyaccessblog.blogspot.com/2007/04/'> April </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> </li> </ul> </div> </div> <div class='clear'></div> </div> </div><div class='widget Profile' data-version='1' id='Profile1'> <h2>Contributors</h2> <div class='widget-content'> <ul> <li><a class='profile-name-link g-profile' href='https://www.blogger.com/profile/12440140918553609832' style='background-image: url(//www.blogger.com/img/logo-16.png);'>Faisal</a></li> <li><a class='profile-name-link g-profile' href='https://www.blogger.com/profile/06533913729790508587' style='background-image: url(//www.blogger.com/img/logo-16.png);'>Ka</a></li> </ul> <div class='clear'></div> </div> </div></div> </div> <!-- spacer for skins that want sidebar and main to be the same height--> <div class='clear'> </div> </div> <!-- end content-wrapper --> <div id='footer-wrapper'> <div class='footer no-items section' id='footer'></div> </div> </div></div> <!-- end outer-wrapper --> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/523887051-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY5JRmhqydiI1pQoobBHiwTZBDuGVA:1715926290550';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d111006929305185639','//kastechnologyaccessblog.blogspot.com/2007/','111006929305185639'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '111006929305185639', 'title': 'Ka\x27s Technology Access Blog', 'url': 'https://kastechnologyaccessblog.blogspot.com/2007/', 'canonicalUrl': 'http://kastechnologyaccessblog.blogspot.com/2007/', 'homepageUrl': 'https://kastechnologyaccessblog.blogspot.com/', 'searchUrl': 'https://kastechnologyaccessblog.blogspot.com/search', 'canonicalHomepageUrl': 'http://kastechnologyaccessblog.blogspot.com/', 'blogspotFaviconUrl': 'https://kastechnologyaccessblog.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'en-CA', 'localeUnderscoreDelimited': 'en_gb', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Ka\x26#39;s Technology Access Blog - Atom\x22 href\x3d\x22https://kastechnologyaccessblog.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22Ka\x26#39;s Technology Access Blog - RSS\x22 href\x3d\x22https://kastechnologyaccessblog.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Ka\x26#39;s Technology Access Blog - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/111006929305185639/posts/default\x22 /\x3e\n', 'meTag': '', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/8a8c39e8754b0ef7', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'Twitter', 'key': 'twitter', 'shareMessage': 'Share to Twitter', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en-GB\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Read more', 'pageType': 'archive', 'pageName': '2007', 'pageTitle': 'Ka\x27s Technology Access Blog: 2007'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard!', 'ok': 'Ok', 'postLink': 'Post Link'}}, {'name': 'template', 'data': {'isResponsive': false, 'isAlternateRendering': false, 'isCustom': false}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'Ka\x27s Technology Access Blog', 'description': 'In this blog, I will be writing about technology for the blind or visually impaired. I will also talk about software that can work well with a screen reading program among other things.', 'url': 'https://kastechnologyaccessblog.blogspot.com/2007/', 'type': 'feed', 'isSingleItem': false, 'isMultipleItems': true, 'isError': false, 'isPage': false, 'isPost': false, 'isHomepage': false, 'isArchive': true, 'isLabelSearch': false, 'archive': {'year': 2007, 'rangeMessage': 'Showing posts from 2007'}}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/1781096480-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/13464135-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'sidebar', document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': 'Loading\x26hellip;'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile1', 'sidebar', document.getElementById('Profile1'), {}, 'displayModeFull')); </script> </body> </html>