News Anchor 2.4.1 beta is out

News Anchor users can download News Anchor 2.4.1 beta from my dropbox folder – as long as it’s there. As usual, Mac App Store customers will need to run the current live version so that it will create the necessary license file. This version is primarily bug fixes and performance enhancements. The Growl notifications are…

Chrome is a hog, switching back to Safari

Google’s Chrome may be the fastest browser to date, but it does so by making everything else runs slower. Why? It’s such a memory hog, eating up almost twice the memory as Safari for the same web pages. If you also run other applications on the Mac, I suggest you use Safari instead of Chrome.…

Fixing Mac App Store Missing Screenshots Issue

You’ve just updated your Mac OS X applications screenshots in the App Store. You’ve waited for a couple of hours to ensure that Apple have refreshed all their CDNs with your new copy of the screenshot and then you start the Mac App Store application and lookup your app’s page. Then you saw your screenshots…

News Anchor 2 – a better way to enjoy blogs and news sites

News Anchor 2 is launched today along with the opening of the Mac App Store. With News Anchor you can now listen to your favorite blogs and news sites and simply sit back, relax, and enjoy as the virtual newscaster reads you the news. The user interface have been completely revamped with a fresh selection…

Building mp4v2 library for Leopard compatibility

How to build mp4v2 for Leopard compatibility. 1. Download mp4v2-r355 from the MP4v2 project. 2. Setup these environment variables: export MACOSX_DEPLOYMENT_TARGET=10.5export CFLAGS=”-isysroot /Developer/SDKs/MacOSX10.5.sdk”export CXXFLAGS=”-isysroot /Developer/SDKs/MacOSX10.5.sdk” 3. Run configure with the following command: (refer to mp4v2 issue 58) ./configure –disable-gch –enable-ub=ppc,i386,x86_64 4. Go to the “.libs” directory that contains the compiled mp4v2 library and adjust the…

Feature sheets for Speech Timer and News Anchor

I’ve just submitted the feature sheets of Speech Timer and News Anchor to Scribd. Speech Timer Feature SheetSpeech Timer – the most comprehensive Toastmasters time keeper software for the iPhone and iPod touchSpeech Timer 1.6 Feature Sheet News Anchor Feature SheetNews Anchor is a new way to enjoy RSS feeds with text to speech.News Anchor…

News Reader for the Visually impaired

Being a voice text news reader, News Anchor may become the news reader for the visually impaired. Visual impairment doesn’t always mean blindness, but also those who may have difficulties in reading 10-point text on a computer. By reading the RSS feeds, News Anchor lessens the demands on the eyes as with regular news readers.But…

Supporting Leopard while developing in Snow Leopard

Apparently Apple’s Cocoa method availability documentation is not enough to determine whether something will work on an earlier version of Mac OS X. That is, avoiding 10.6-only methods doesn’t ensure that your application will also work flawlessly in 10.5. As a first-time Mac developer programming an application on Snow Leopard that is also targeted for…