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

Search In

How to speed up the Android emulator

If you are unhappy with the performance of Android emulator, this blog will help you. Although Android's emulator execution is very slow and painful to work with, especially when using it into the debug mode, it can be sped up easily. The main re

Why Cryptocurrency and Blockchain Jobs are Highly Paid

Are you looking to start a career in Cryptocurrency and Blockchain? Do you want to know where to look for employment opportunities? If you answered yes to all or any of the questions above, then sit tight and follow me as I'll be doing justice to

How to save data in SQLite in Unity3d

To start up with CURD(Create,Update,Read,Delete) operations in unity3D using SQLite. You need to follow few steps: Steps for installing and use sqlite browser: 1.You need to have an SQLite Browser installed in your system: Which you can get from t

Update one table with data from another table in sql

Update one table with data from another table :- Some time we need to update more than one column in a SQL table with values from column in another table.So we can achieve this using join. Please refer the below example:- Table Structure & Value

Paypal Create Recurring Payments Profile Working Code

//this code use to deduct amount automatically from buyers account //step1. include paypal.class.php file (find attached file) include_once('paypal.class.php'); $objPaypal = new MyPayPal(); $PayPalMode = 'sandbox'; // sandbox or li

Paypal: Create Recurring Payments Profile Working Code

This code use to deduct amount automatically from paypal buyers account. It is something like advance payment mode. If user agree with automatically deduction when he / she paying through paypal then amount will deduct according to billing period.

How to create Zoom-In & Zoom-Out function in android

If you want to create Zoom-In and Zoom-out of an image using Touch events function check my below example. In below example First I have created a main layout named xml.layout then in xml.layout I have added 2 attributes, first is FrameLayout attribu

Method of Page navigation in ASP.NET

Page navigation means moving from one page to another in you website.  In ASP.NET, there are different methods for navigation. These navigations are :  Client-side navigation Cross-page posting Client-side browser redirect Server-Side

Panels in .NET

Panels in .NET is used to place controls in it. We also use panels to create dynamic controls and placing inside a panel. <asp:Panel ID= "Panel1" runat = "server"> </asp:Panel>   Properties Description

contenteditable attribute in html5

contenteditable attribute is a new feature added to HTML5. By the terminology, we understand that this attribute is used to specify that whether the contents of an element are editable or not. This attribute was designed and implemented by Microsoft

1 121 949
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: