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

Search In

How to Implement Proxy Client on Android using VPN Services

Hello I am trying to implement proxy client on Android. For this purpose I using VPNService. When I connect to server and send first package from device over created socket I receive from server Bad request 400 error.   Maybe someone works wit

How to Create a Simple Admin Page in HTML?

At first i'm a beginner and i have a simple project to do.   I'm trying to build a simple admin page that add some content to my website   This is not a big deal, but i need someone who can instruct my directly in some way

How to Share filter created by user in OpenERP?

In OpenERP first we create users and configure users access rights, then user will create a new filter, use filter group and also add a new ir.rule entry for model_id and domain on the target group_id. If restrict is True then instead of adding a rul

How to make a Seamless pattern in illustrator

Creating Seamless Pattern   Step 1: Open up your document Firstly We need to open a new document with size 300px * 300px. We need to create a rectangle on art board with size as same as artboard size.   Step 2: Make and p

How to create simple module in Drupal 8 ?

In Drupal 8, all the custom modules will go in the module folder in the root directory. Here are the steps to create a simple custom module to print hello world in Drupal 8:   Step 1. Create 'mymodule' folder under modules folder in t

Meaning of public static void main() in Java

hi friends Earlier, i wrote how main method is executed by JVM. Here i have posted, why main() is public static. Correct meaning of public static void main() public : it is visible to all. (so that main is accessible by JVM & other classes) s

How to make Toast in android ?

Here I have created Toast function in android. Toast function can be used to display information or message for the very short period of time. In the below code I have explain how to make Toast function. lvList.setOnItemClickListener(new AdapterVie

How to update a field in the database in cakephp 2.x

To update a a field in the database in cakephp we uses an array, the task is done as, $this->request->id = $id; $data=array(); $data['User']['id'] = $this->request->id; $data['User']['fname'] = $filename; $this->User-&g

How to get TimeZone in Android

In order to get the TimeZone, we have TimeZone class in android. For getting TimeZone of a device do the following steps:- Step 1 Create an Object of Calender Calender calender = Calendar.getInstance(); Step 2 Get TimeZone object by using getTime

How to connect to your MySQL database from a PHP Script

Create simple Mysql connection with the help of PHP code <?php $hostname = 'localhost'; //define the hostname here $username = 'root'; //define the username here $password = ' '; //define

1 41 370
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: