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

Search In

Difference between "==" and "isEqual:" in objective c

These two operators or function can be used to check equity of objects or operands. "==" is used to check if pointer values of objects are same. However "isEqual:" is used to test if both objects are having same values. So "==" works on reference and

Difference Between OnCollisionEnter () and OnTriggerEnter()

OnCollisionEnter () and OnTriggerEnter() both are the methods of the Collider Class. Both are used to detect collisions when colliders enter the collision but both perform differently and cause different events. OnCollisionenter() is used to create

Using database for session handling in codeignitor

codeIgnitor will usually make everything work out of the box. However, Sessions are a very sensitive component of any application. It’s important for you to understand that once initialized, the Session class runs automatically. There is nothing you

How to use workflow in liferay 6.2?

Hello Guys Here I am writing for how to use workflow in liferay. A workflow consists of a sequence of connected steps. Workflow is a depiction of a sequence of operations, declared as work(It's manage asset) of a person, a group of persons, an organi

Difference between Priority and Severity

Difference between Priority and Severity Both Priority and severity are the attributes of a bug which are provided in the bug report. These attributes defines how fast a bug should be fixed. Priority:-Priority means how fast a bug should be fixed. P

Formatting the date from JSON and working with it on client side

"Asp.net formatting a date from JSON and working with it on clinet side"     While dealing with JSON I got an issue that dates in the JSON are serialized as plain strings.     The solution which I got for th

jQuery bind() Method

Hello Readers, bind() is the jquey method which is used to attaches one or more event handlers for selected elements and specifies a function to run when the event occurs. syntax: $(selector).bind(event,data,function) event: event is a required

What is HEAD pointer in GIT

Previous Git Blogs Intialize git repostiory First Commit Two tree architecture and Three tree architecture Best basic practices for writing commit messages Viewing the commit logs Git Basic WorkFlow Git SHA-1 Git maintains a reference variab

Binary Search in DSA(Data Structure and Algorithms)

Binary search is simple and fast search algorithm which works on the principle of divide and conquer. It will work properly when the data collected is in sorted form. It is having run-time complexity of Ο(log n). This searching algorithm search a

Converting Themeable functoin to templates, Drupal 7

The final option is the creation of individual template files that are dedicated to overriding specific themable functions. This could be very helpful for the designer as PHP developer have done his work and designer now can do this XHTML and css w

1 74 409
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: