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

Search In

Get data from two tables from parse database in iOS app

If two tables are connected through pointers, we can get data from both the tables using "include" key. For example- There are two tables "Task" and "Task_Detail" and a pointer of Task_Detail is added as a column in table Task with name "detail". Us

Drupal t() function and translations

syntax : t($string, array $args = array(), array $options = array()) Every string that may be displayed to a user should be wrapped in the t() function actually it takes the responsibility for translating strings from one language into other not

How to make Digital clock in android?

Using below code I have created Digital clock app in android. Android digital clock is used to show time in android app. In android, digitalclock is the sub class of TextView class. Here below code example will help you create Digital Clock function

Allowing user to select same day date using foundation datepicker

While using foundation datepicker we came across on issue while picking date for the same day i.e if today is 5th then user was not able to pick it from calender as it was disabled. The issue comes when you are in timezone that is in - of UTC : So

Exception Handling In Java

Exceptions are the abnormal conditions which generated at the time any runtime error occurred. To handle these exception is known as exception handling. The exception handling is done to maintain the normal flow of the program. In java there are diff

How to download a file with android.

Downloading in android devices i.e receiving data from remote system. In android devices Download manager is a system service that is used to download and manage any type and size of file. We have two nested classes first is DownloadManager.Query and

What is the scope of variables in JavaScript?

Scope is the set of variables, objects that you have access to. Here are some examples that will explain you about scopes :- 1.A globally-scoped variable var a = 1; // global scope function one() { console.log(a); } This

Basics of IP addressing

What is IP Address ? IP is an address which is given to each and every device in a network. It's a logical address given to devices in a network. It Works in Network layer IP Versions: 1> IPv4 - 32 bits(represented by 0 and 1) - IP a

Why do we use Subnetting

• Subnetting is the process of dividing a single network into multiple small networks. • Converting host bits into network bits i.e. converting 0’s into 1’s • Subnetting helps in minimizing the wastage of IP address. For Example :-- Su

How to make a redirect page using jQuery and javascript?

If you want to redirect to another page,simply use window.location property of javascript. You can use window.loacation.replace or window.loaction.href to accomplish this purpose. If you use window.location.replace,the replace() method do not save t

1 459 720
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: