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

Search In

Create a data object class and use its properties by passing this object in Objective C

Access your data using class object. Steps to follow:- 1. Create a NSObject class called DataObject. 2. Declare properties as below... Write below code in DataObject.h file @interface DataObject : NSObject @property (strong, nonatomic) NSString

How to handle multiple windows in selenium

Most of the time when on any action, a new window is opened then the control remains on the first window but the element is on the second window, so we receives an error message that "element not found". In this case we have to move the control expli

Save ArrayList of Object into Shared Preferences in Android

Sometime we need to save ArrayList of Objects into Shared preferences so that we can use that data in multiple Activities when required. We can do that easily as below: Suppose we have model Users as below: public class Users { private int id;

Database creation using PostgreSQL

Database creation using PostgreSQL To start work with postgres, you need to install Postgres. To download PostgreSQL 9.1, go through below link: Download To check that you are able to access psql, open cmd and fire command psql. If you are getting

Smoke Font Animation

Hello Friends, The following codes below is an animation effect of css3 by implementing this code the fonts will comes in smoke style. HTML <h1><span>C</span><span>S</span><span>S</span><span>&nb

How to export PSD layers to separate files

Hi Guys, This is a simple tip related to the Photoshop scripting power which can help you in many situations to complete your task faster and smartly. I am going to tell you how to export several layers of a PSD document to the respective separate

Clean Up In Illustrator

Clean up option,as the name suggests,is used to Clean up the files by Removing Unwanted points,Empty text paths or objects from the file. It is one of the Illustrator's powerful option,which can save a lot of time &manual work efforts. When we wo

Types of Mask in Photoshop (part 3)

Hey guys, Welcome back to "Part 3 - Types on Mask in Photoshop". OK Let's get started. Question 1: what is Vector Mask? Vector means a path or shape which will not lose the quality if we increase or decrease its size. The vector Shapes or path ar

Understanding Lambda Expressions

What is Lambda Expression ? Anonymous function that takes no parameter and return nothing can be written in form of Lambda. In descriptive terms Lambda expressions are a simpler syntax for anonymous delegates and can be used everywhere an anonymous

Restoring SQLServer Databases from backup files

There are many ways to restore MSSQL Server database from backup files(.bak) like using tools available in SQLServer Management tools. But we face problems when the backup was not created on the same machine or it was shared by someone else or it wa

1 115 320
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: