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

Search In

How to create an app to upload resume or doc file in rails?

Lets suppose , we need an application which able to upload a file(i.e. pdf, doc, htm, html, docx) and user can delete it form the list in rails. So here we will use 'carrierwave' to upload file and for styling the pages use 'bootstrap-sas

How to create dynamic UITableViewCell for Chat

Following code will help you to create dynamic UITableViewCell w.r.t to its content of message. -(void)setChatData:(ChatMessage *)messageObj memberDict:(NSDictionary *)memberDict isCurrentUser:(BOOL)isCurrentUser{ NSDictionary *userDict = [m

How to setup first time launch of an iOS App

Hello reader's ! If you want to setup first time launch of an iOS app. Using this code the terms and conditions will appears or shown only the first time of app launch. here is the code below. I have two UIViewControllers (FirstViewController and A

How to represent the odd/even rows using alternate colors

We can create odd/even stripes with different alternate colors which is easier to identify and good to represent the data in alternate color format. We can use the css method to color the even/odd rows using class selectors. This is the case when th

Stack class in C#

It represent last in first out type of hierarchy .   It is used when you want to access elements in the LIFO form.   When you add item in the list it is called pushing the item into the list.   When you delete the item in the lis

Queue in C#

It is the first in first out collection of any object. It is used when you want FIFO type access of elements.   When you insert item in the list it is called enqueue, when you remove item from the list it is called dequeue.   Properti

Installing BracketHighlighter in sublime text

BracketHighlighter is a very usefull utility when you are using sublime-text as the editor while writing code in your respective language. Many of us use sublime-text as the editor because it is light-weighted & because of its simplicity.  

To associate event listeners in google maps

Doing the integration with the google map we usually do all the things which we get from the google API.     But we can also make our customized events and functions if we want to create and use.     So for doing that the pr

use of var in javascript

While writing codes in javascript we have to declare variables but in the javascript we don't have the scope to declare multi data type variables .       Only var is available in the javascript that is treated as the common dat

How to implement Urban Airship api in android to send gcm notifications ?

Urban Airship api provides you better way to implement push notifications and also provide you facility to send messages on production without sending it to live users so you can even test in production phase. This api supports gcm and amazon push n

1 417 467
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: