Friday, August 14, 2009

Mobile - Application stores

With the popularity of IPhone App store, every mobile software vendor has come up with their own version of App (Application) store. Have a look into this article, which talks about the various App Stores.

http://www.pcmag.com/article2/0,2817,2350905,00.asp

What interests me with these App stores is that, if you have any good/great ideas, you can make it count - really faster. It is as simple as this - register with minimal amount, develop application, publish and get approved, and you can make money in no time.

Monday, August 3, 2009

How to add Source code in the code blog

Have a look into this post:
http://mlawire.blogspot.com/2009/07/blogger-syntax-highlighting.html

Sample Java Program:

public class SampleSyntaxHighter
{
public SampleSyntaxHighter(){
}
public static void main(String args[]){
System.out.println("Syntax Highlighter Sample");
}
}


Happy Blogging!

Sunday, August 2, 2009

IPhone Programming - Getting Started

To start learning on the IPhone Programming - you can download the free iphone programming lessons taught in the Stanford university by Apple Engineers.

Link:

Thursday, July 9, 2009

Good Game

Have your ever played this game (Circle the Cat):

http://members.shaw.ca/gf3/circle-the-cat.html
An interesting one! Have a try!

Could not hide the joy once i figured out the way! I was able to continuously circle/trap it!




Enjoy! Have a great time!

Shortcuts in Eclipse:

Shortcuts in any applications, IDE are really useful, which provides a handful amount of tricks while getting familiarized with the product!

If you are Eclipse user, have a look at this:
http://rayfd.wordpress.com/2007/05/20/10-eclipse-navigation-shortcuts-every-java-programmer-should-know/

Good one!
Happy Programming!

Google Android: Getting started!

To start developing applications in Android, you need not buy a book or anything! The website provides clear, crisp information like a book!

http://developer.android.com

This covers,
1) How to install
2) Dev guide which is like a good book (I wonder, if anyone can write a book which matches this)
3) Clear 'Hello World' sample
4) Other Getting Started Samples.

We need to appreciate the effort in developing this website! Great work!
Happy Programming!