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

Search In

Different AppStates in iOS

        THESE ARE THE APPSTATES IN IOS   AppState tell that whether the app is running in foreground or background or when the state changes.. In early versions of iOS three states were supported : non runnin

IllustratorCC : Touch Type Tool

Hey Guys!! Here I want to talk about a new feature in Adobe Illustrator CC, which is new but a great & very much handy tool & its called  the "Touch Type Tool". Using this tool you can easily select a character from a line of t

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

How to define routing in Symfony2

Hello Friends, If you are looking to implement routing in symfony2, like I have created a new controller like "listAction" in my controller file and now want to run this on browser. My controller file look like <?php namespace App\C

UIAlertViewController with TextFiled in iOS

To Create a alertView with textField in Xcode 7.2 we can Use the the code below to handle the Yes and no action. and also get the text of the textField. You can show this on a viewController.   UIAlertController * alert= [UIAlertController

PHP Explode() Vs Split() Function

Hello Readers, In this blog, I am going to tell a small difference between Explode & Split function in PHP. Both the function do the same thing i.e split a string into array.   But there is a minor difference that explode takes delimiter

How to add floating action button with RecyclerView xml layout

In the below xml layout first I have created Framelayout then I have added RecyclerView and FloatingActionButton within Framelayout. You can see below program it will clearly describe you to add floating action button with RecyclerView xml layout in

How to Upload multiple images jQuery Ajax using PHP

Hello Reader's!Sometime you need to Upload multiple image in directory ,so in this blog I have wrote and explain jquery and PHP to upload multiple images at once. You can use this as a reference for your web projects, specially focused on newbies

memcpy() in C

memcpy() This method as the name suggest memcpy() i.e memory copy is used to copy a number of bytes i.e a block of memory from one location to another location. Syntax of memcpy(): void * memcpy(void *to, const void *from, size_t numBytes); Pro

Using transaction in Entity framework 6

When we need to perform mutiple operations on an object in database or on multiple objects, then using transaction is considered a good practice as it maintains data consistency Here is the sample code of how we can use transaction in EF using (Ap

1 234 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: