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

Search In

How to implement local notification in iOS SDK

Hi Readers, In iOS development of today scenario we may pass the data in different part of code either to selected class or broadcast. One way of broadcasting objects is local notification. Following is the way to implement it: To broadcast object

Single Table Inheritance in Rails

STI can be considered where single table can be used to represent multiple models based on different type. The parent model inherits from ActiveRecord::Base. Other models inherit from parent model. Data store and accessed from same table for all STI

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 make Menu Slider function in Android?

If you are looking to create Sliding menu in android below example will help you.In android Sliding menu is used to hide and show menu items. In below example I have create multi layouts here like fragment layout using for dividing menu item . fragme

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 Install Plugins in Cake PHP

There are four ways to install a plugin in CakePHP-> • Plugin install through Composer • Manually plugin install • Plugin installed As Git Submodule • By Git Cloning 1- Manually To install a plugin manually in CakePHP, you just have to make a p

Basic SVN Commands

What is SVN? 1) Subversion(SVN)is a SCM(Software Configuration Management) Implementation. 2) It allows to track changes in files and directories. 3) It allows concurrent development in same files. 4) It is centralized(one server). Basic SVN Command

Drag and Drop movieclip using as3.

To drag and drop a movie clip we use two function: 1.startDrag() 2.stopDrag(). startDrag(): is used to drag a specified movieClip. MovieClip remain draggage until explicitly stopped by making call to stopDrag().one movieclip is dragged at a time.

WordPress post with pagination

Use this code - function.php if ( ! functionexists( 'findnerdpagination' ) ) : function mypagination() { global $wpquery; $big = 999999999; // need an unlikely integer echo paginatelinks( array( 'base' => strreplace( $big, '%#%

Customized back button

The default back button in the navigation bar that pops the current view and takes the screen to the previous ViewController, can be easily customized and made to look fancy, trendy and in relation with the rest of the theme of the app. This is pret

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