Developer Daze

Down for everyone or just me?

April 16, 2009 · Leave a Comment

If you ever wanted validation that it’s your network connection that’s to blame for not being able to access any particular website, downforeveryoneorjustme.com is what the doctor ordered.

→ Leave a CommentCategories: Links

Goodbye 2008, Hello 2009

December 31, 2008 · Leave a Comment

→ Leave a CommentCategories: Personal

Carbide.c++ 2.0 Released!

December 5, 2008 · Leave a Comment

Nokia today announced the release of Carbide.c++ 2.0, which is a pretty big milestone in the product’s history. The best thing, besides many bug fixes and enhancements is that all available editions, including OEM and Professional are free! This is certainly an excellent move and just what the doctor ordered.

Download Carbide.c++ 2.0.

→ Leave a CommentCategories: Programming · S60 · Symbian OS · c++ · symbian

(Yet Another) Useful FireFox Add-ons List

September 17, 2008 · Leave a Comment

Yes! I know, there’s plenty of top Firefox Add-ons lists floating all over the web. Too bad none of those have my official endorsement :-D . Anyway, I’ll list some of my favorite ones here, just in case any one finds it interesting. I think they are all must haves :-) Keep reading →

→ Leave a CommentCategories: Firefox

Setting up the S60 SDK for Development

July 6, 2008 · 1 Comment

Ever had a problem where your application was running fine on the emulator, but failed to run on hardware? Ran an application on the emulator, but the application exited, without showing any reason? Or perhaps, you expected to see the emulator logs in the debugger window, but they never appeared?

That’s because of rather aggressive approach taken by the S60 SDK installer in terms of disabling emulator diagnostics (most annoyingly, platform security violations, which go unchecked on the emulator by default) and results in unexpected behavior from applications when run on real hardware.

If you already have the S60 SDK installed, its worth checking if the diagnostics are enabled and even if you don’t want them, at least know what options affects which bits of diagnostics.

Keep reading →

→ 1 CommentCategories: S60 · Symbian OS

Symbian OS Networking FAQ

July 5, 2008 · Leave a Comment

Soon to be published. Stay tuned!

→ Leave a CommentCategories: S60 · Symbian OS

Disconnecting Distractions

July 5, 2008 · Leave a Comment

Paul Graham has an excellent article on factors that create distractions, especially the computer, as he points out:

TV is in decline now, but only because people have found even more addictive ways of wasting time. And what’s especially dangerous is that many happen at your computer. This is no accident. An ever larger percentage of office workers sit in front of computers connected to the Internet, and distractions always evolve toward the procrastinators.

The worst aspect of computer based distractions, whether its just plain old browsing or checking the status of your friends on social networking websites is that, its become a seamless experience, because we can do it right in the middle of anything we were doing and it still doesn’t feel like it, as he explains:

Another reason it was hard to notice the danger of this new type of distraction was that social customs hadn’t yet caught up with it. If I’d spent a whole morning sitting on a sofa watching TV, I’d have noticed very quickly. That’s a known danger sign, like drinking alone. But using the Internet still looked and felt a lot like work.

One thing that Paul doesn’t take on directly is the effect of social networking and video sharing websites on encouraging procrastination. To me, they are the single biggest source of addiction for the masses hooked on to the web. What’s even more scary is that increasingly, social networking sites are becoming defacto start pages compared to search engines.

Oh, did I tell you I’m writing this because the mail/calendering client at work, an universally recognized pathetic piece of $hit called Lotus Notes just hung up, prompting me to discard what I was doing and, guess what? I got distracted enough to write a blog entry about it.

→ Leave a CommentCategories: Personal

Quick Recipes on Symbian OS Released!

July 1, 2008 · Leave a Comment

Mastering C++ Smartphone Development (Symbian Press)As one of the co authors, I’m really exited to announce that Quick Recipes on Symbian OS has just been released by Symbian Press. According to the official literature,

The book tells you how to start developing C++ applications for Symbian smartphones from scratch and includes recipes that are divided by technology, including graphics, multimedia, location-based services, networking and messaging. Each recipe explains the length of time needed to implement it, and its difficulty level. The task is then explained in detail, and provides snippets of example code. The full sample code is provided for future reference and for use as a starting point in your own projects.

Get a copy from Amazon here, while its hot baby ;-) While at it, have a look at the book’s WiKi page, where you’ll find the recepies(code examples) and the errata.

Happy coding!

→ Leave a CommentCategories: Programming · Symbian OS

35 Useful Source Code Editors Reviewed

July 1, 2008 · Leave a Comment

Notepad++Smashing magazine has just posted an excellent article reviewing no less than 35 source code editors. Its good to see an article that finally collates the good ones under one roof. Personally, I use Notepad++, which gives you all the facility of UltraEdit(R) and EditPlus(R) for free (open source) and what’s great, its got an extensive collection of plug-ins and an active developer community. And yes, its written in C++ and fast.

Happy coding!

→ Leave a CommentCategories: Programming

Getting Most out of Carbide.c++ Build System

June 19, 2008 · Leave a Comment

Carbide.c++ Build OptionsThe Carbide.c++ team at Nokia has just published a series of articles that explains the Carbide.c++ build system in-depth and how to get the most out of it. A recommended read for all developing software with Carbide.c++.

Happy coding!

→ Leave a CommentCategories: Programming · Symbian OS