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

Search In

Some keyboard shortcuts in Xcode

Xcode provides many keyboard shortcuts that can save our lot of time. Here is a list of few shortcuts that you might want to try out: cmd+shift+o Open quickly ctrl+cmd+left arrow Go Back ctrl+cmd+right arrow Go Forward ctrl+cmd+up Jump to Next Count

How to set the PayPal In OpenERP-8 (Odoo)?

Step-1 Install Payment_Paypal Module. Step-2 Settings-->Accounting-->Configuration -->Paypal account -->Show payment Step-3 Settings-->Payments-->Payments Acquiers-->Select Paypal Step-4 Paypal Email ID-->Pay

How to Fill Dropdown using jquery without using Ajax

Step 1=> Get all the countries data in an array and all states data corresponding to country wise. <?php $countries_Array = array( 'IN' => 'INDIA', 'BG' => 'Belgium', 'AU' => 'Australia', ); $sta

Extension methods in c#

Hello Friends, In this blog I will explain what is Extension method in c# ? Extension Methods:- Extension method helps you to add new methods to an existing types (like any Predefined dll or class etc.) without creating new derived types or modifyi

Functional Programming in Cakephp

CakePhp supports functional programming. Functional Programming in CakePhp is a criterion as are crucial, logical and Object Oreinted programming. In CakePhp everything resides inside a function, in the mathematical sense. The consequence o

Cursor In SQL

Cursor In SQL              Cursor is used to iterate within a table. It is a pointer which iterates within a table to fetch rows. Life cycle of cursor 1)DECLARE    Firstly you

Unity 3D: Idle check direction

Basically I have created a 2d rpg click to move game on unity. My problem is that my player isn't facing the right direction once it has reached it's position, for example please take a look at this video: Unity problem 2 - YouTube[^]. T

How to send data to another server in node.js

I have a situation in which I want to fetch data from another server. In node.js it is possible to send data to another server. For achieving this task we will use http module. To explain this I have written the code below . Example:   var h

How to show animation with objects

Animation On x and y axis. If we want to show some moving object on X or Y axis then we can use following code. Here we have taken one view and give some colour to it. CABasicAnimation *animation = [CABasicAnimation animation]; animation.keyP

Clear view or image with touch in iOS

Hi Readers, Paint related apps are usually used to clear content what have been drawn. One can achieve it by using Core Graphics framework provided by iOS. With touch delegate methods will be called so following code snippet will give proper idea a

1 17 93
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: