Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Customizing UISegmented Control having 3 segments

A segmented control is a tool which provides segments as buttons. Each segment can be programmed to perform an action. Usually it is required to customize or modify the appearance of the UISegmentedControl in order to make it look like the rest of th

How to Increase the quality of an Image

BEFORE AFTER Hello Friends, In this blog i want to show you, how you can increase your Image quality with minimum Efforts. ok so lets get started !!! Steps Open an image which you want to enhance. Now make a copy of that image. Simply press

Some keyboard shortcuts in Eclipse.

Eclipse provides lots of keyboard shortcuts which can save your lot of time. Here is a list of shortcuts that you might want to try out: - **Navigation Shortcuts** *Shortcut Description* Ctrl + Shift + R Open / Search for resources, e.g. f

Inheritance in Objective C

Inheritance in Objective C can be done by Subclassing. Here is an example of inheritance that works in objective-c. **In Rectangle.h** @interface Rectangle: NSObject @property (nonatomic) int width; @property (nonatomic) int height; -(Rectangle

LINQ

LINQ is used for Data querying in a type safe way. Data to be queried can be XML, SQL, and Object etc. Let’s have a look at simple LINQ query: var items = from employee in db.Employee where Employee.Salary < 20000

ASP.NET Login Controls

Using Login control, we can have a ready to use interface. We integrate login controls with ASP.Net membership and form authenticate to automate user authentication for a website. When a user click on Login button of Login control, Control validates

Accessor Methods in iPhone

accessor methods is used to access or set an object’s properties: Syntax- NSString *firstName = [somePerson firstName]; [somePerson setFirstName:@"Johnny"]; These accessor methods are by default and automatically synthesized by the compiler, th

Using Bundler With Rails

Bundler is a default gem manager attached with Rails 3 in order to maintain list of gems being used in the project. Although we are talking about bundler here with respect to rails we can use it independently with Ruby too without any dependency on a

How to Move Make Objects by Adding Force in Unity

There are two methods to make object move in unity: By changing its Transform (Position). By adding Force by using AddForce() method. In this blog I have mentioned, how we can make object move by adding force. Force and Velocity both are componen

How to Use Mandrill SMTP in LARAVEL 5?

Using Mandrill SMTP in LARAVEL4 is easy to use by following below changes in cofig/mail.php return array( /* |-------------------------------------------------------------------------- | Mail Driver |--------------------------------

1 172 342
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: