Browsing articles from "January, 2012"

Printf Formatting

Jan 27, 2012   //   by admin   //   C++  //  1 Comment

>

 
%d %i   Decimal signed integer.
%o Octal integer.
%x %X Hex integer.
%u Unsigned integer.
%c Character.
%s String. See below.
%f double
%e %E double.
%g %G double.
%p pointer.
%n Number of characters written by this printf. 
No argument expected.
%% %. No argument expected.
 
 

Remove a startup application

Jan 23, 2012   //   by admin   //   Windows Mobile  //  No Comments
If you have an application that runs every time you start Windows and want to remove it first look in the Start up folder, normally C:\Documents and Settings\<User Name>\Start Menu\Programs\Startup.
 If it is not in this folder then it is set to run in the registry:
Select Run, from start menu and type: Regedit
Then navigate to on of these locations, find the application name you want to stop running and delete it.
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce]
 Be careful not to delete something you might need to run.

Nokia gets another OS

Jan 16, 2012   //   by admin   //   Symbian  //  No Comments

Nokia are buying yet another operating system, I hope for the company involved (and people who have put their hard work into it), that it is used. Maybe this is a replacement for Series 40? Or maybe another canned project in years to come???

http://www.theregister.co.uk/2012/01/09/nokia_another_os/

 

Useful iOS Links

Jan 8, 2012   //   by admin   //   iOS  //  No Comments
Get Started



Blogs on iPhone development
http://iphoneproghelp.blogspot.com/ (Programming Tutorial)
http://icodeblog.com/ (Programming Tutorial)
iPhone Source Code:

Community

News
Jail breaking/Hacking:
Open source libraries and Applications:
Topic-wise
Speech Recognition – 1: http://cmusphinx.sourceforge.net/
Speech Recognition – 2: http://www.politepix.com/openears/
Game Development with Cocos2D

Drawing Charts and Graphs
http://www.rgraph.net/ (Will work on UIWebView only)
http://sebkade.wordpress.com/2010/05/06/basic-graph-class-for-iphone/ (a blog where demo is given to create a graph)

Map Kit

Audio Streaming
https://bitbucket.org/brentsimmons/ngmovieplayer/ (It’s a code for streaming video using AVPlayer class. Same code could be applied for streaming audio as well by minor modification)

Twitter

Scroll View

SQLite

Video

SCM

Testing

Push Notification

Core Data

VOIP
This article is based on(initially taken in case it disappears!): http://stackoverflow.com/questions/1939/how-to-articles-for-iphone-development-and-objective-c

How to Clear or re-initialise a NSArray

Jan 8, 2012   //   by admin   //   iOS  //  No Comments

It is a good idea to use an accessor to set the array to nil; the accessor will take care of releasing the array and all of its members:

[self setTestArray:nil];

If you need to clean out an array with many members but keep a valid array ready for use, you can call:

[self setTestArray:[[NSArray alloc] init]]];

This will replace the old array with a new, empty array.

UITable view tutorial

Jan 8, 2012   //   by admin   //   iOS  //  1 Comment

This is a really good, clear UI table view tutorial:

http://clingingtoideas.blogspot.com/2011/02/uitableview-how-to-part-3-multiple.html

>Symbian and S40 here to stay.

Jan 4, 2012   //   by admin   //   Symbian  //  No Comments

>Nokia have announced that they are going to rename Symbian Belle to Nokia Belle. Now is this a move that suggests mathballing? or one that is look to move it forward.

http://www.techspot.com/news/46756-nokia-renames-symbian-belle-to-nokia-belle-available-in-february.html
I think for Nokia to maintain their low end market share, the S60 (Symbian) and S40 platforms are here to stay.

The shuttleworth foundation’s take on this:
http://www.shuttleworthfoundation.org/nokia-symbianbelle-here-to-stay/