Friday 19 October 2012

Create Custom UIPickerView Controller



Download Source Code

This Custom Picker can easily integrated with your current project.Here,I just use a UITable View and some custom delegates method  for this.
Here, I give some limited design of each cell and some custom animation.It can be modified so easily.
here i just give some picture of this and Link for the


Monday 8 October 2012

Delegate & Protocols: Creating Custom Delegate Methods in Objective C

What is Delegate :



A Delegate is an object that usually reacts to some event in another object and can affect how another object behaves.Delegates are used to delegate tasks of objects to their owner.A good reason for this is it makes it easier to use composition instead of inheritance.Delegates are a reference to an object that confirm to a specified protocol.So,you can guarantee it will implement the required methods.

One of the best examples (if we're talking iPhone) is theUITableViewDelegate, which is called to do certain things when certain table-related events occur.


Thursday 31 May 2012

CSS : Save Design from Browser

My friend are really annoyed on Browsers.One of close friend just join in a software company.I can't tell the name of his software firm otherwise my boss may think I am marketing of my friend's software firm.

Wednesday 30 May 2012

JSON...Son of JavaScript

I am really angry on my seniors.When I was a student at varsity level people are talking about server site programming language a lot,like php,Asp.net,JSP etc.For that , being a junior my focus on server site programming languages.But when I entered in my job sector it looks different.Developers trying to execute their code in client site as much as they can.One of our experience project manager told,"we need some client site programmer,because all my developers are experienced in server site coding but unable to perform well at client site."

Once I thought JavaScript is not so important in development sector but

Tuesday 29 May 2012

Become a good programmer

Before starting this article,let start from a proverb that is "Learn from a loser,because A winner just know how to win but he doesn't know how to be a winner from a loser site".On basis of this proverb, you assume that I am loser on programming sector

Nice Shot

This is nice shot for this time

Getting started

hello this is my first article.