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

Search In

Animating the box Borders

We first create the borders we’ll use a dashed outline and a box shadow. The outline have all its values; width, type and color. The box-shadow only needs the value for spread which should be the same as the outline’s width and its color. The outline

Passing data using NSNotificationCenter

There are different ways for passing data between controllers in Objective-C. In this example we are going to use NSNotificationCenter for passing data from one view controller to another view controller. NSNotificationCenter is generally used to bro

Internet Group Management Protocol (IGMP)

Internet Group Management Protocol (IGMP)   IGMP is the extension to the ICMP and it occupies the same place as the ICMP in the IP protocol stack.   The IP data field will contain the 8-byte IGMP message in the format .    

  • 183
Association in cakephp

Association is basically linking two models of the database. It is very useful. After applying association you don't need to join the tables from the controller and fetch the data of another model from the controller. The four types of associa

How to create RippleDrawable button in android

 In the below example I have created Ripple Drawable clickable button. Here first I have created RelativeLayout In Relative layout I have added a Button, after then I have created two xml layout in drawable folder first is one.xml layout in that

OAuth 2.0 Authentication on Wordpress site

We are here to discuss OAuth 2.0 Authentication in wordpress. Do you know about OAuth?. What is OAuth?. OAuth is nothing but a open protocol which is useful to allow authorization by easy and secure methods from web/mobile/software applications. In w

What is the join in MySQL ?

Welcome to findnerd, today we are going to discuss to join in MySQL. Firstly let know what is join ? An SQL JOIN clause is used to combining two or more tables and return output in single table. So in simple word we can say that MySQL joins basi

Hibernate One to One Mapping

Basic Hibernate Mapping: One to one mapping One to one mapping is performed by one-to-one element. No foreign key is created in primary table. Let us see one simple example, in which we are using bidirectional association. There are two persist

IPv4 Addressing

IPv4 supports three different types of addressing modes.:   Unicast Addressing Mode:   In this mode, data is sent only to one destined host. The Destination Address field contains 32- bit IP address of the destination host. Here the cli

  • 262
Pass Data from One ViewController to Another in iOS Objective C

Hi, guys, today will learn how to pass data from one view controller to another in iOS 1. First & foremost you have to analyse the type of data that is in your first ViewController that you have to pass ahead to the next view controller. 2. Supp

1 14 187
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: