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

Search In

How to extract audio from Video using iOS sdk

This is how we can extract the audio from Video : First import the video from libaray using imagePickerController delegates methods.  - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictio

How to share posts in twitter by using SLComposeViewController in iOS?

We can share posts in twitter by using following steps. First add one button on view controller and give action to it. import one in your project that is-> #import <Social/Social.h> Now in button action write following code->  

How to create simple product in magento with custom options ?

These are the steps you can follow to create simple products in magento with custom options them   1.  Login to Admin menu, go to Catalog -> Manage Products.   2 In the upper-right corner of the Manage Products page, click the A

Please Recommend Android Apps & Game Apps Tutorials For Beginners

I would like to learn Android Apps and Android Games Apps development. Only latest version of the compiler as of Jan 2017.  I have a couple of questions regarding this, please help me with these queries. Q1. What are your top best Android Apps

How to pass a function as a parameter in JavaScript?

In Javascript it is possible to pass a function as an argument to another function just like we pass a normal variable to a function. Suppose i have a requirement that i want to call 2 functions one after the other and the second function has to be

Send Email in Swift

Hi,   Here I’m exploring how to send mails programatically in Swift. Apple has provided MessageUI framework to implement mail functionality in your app. This framework has MFMailComposeViewController class which provides an interface to

Send Text Message in Swift

Hi,   Here we’ll learn how to send messages programatically in Swift. With the use of provided MessageUI framework we will implement message functionality in our app. This framework has MFMessageComposeViewController class which provides a

Error can't understand

#NiceHexSpiral.py import turtle colours=['red','purple','blue','green','yellow','orange'] t=turtle.pen () turtle.bgcolor ('black') for x in range (360): t.pencolor (colors[x%6]) t.forward(x) t.l

Facebook Login in Parse

Parse provides simple Facebook login where it saves Access Token and limited user info. Inside your viewcontroller where you have implemented PFLogInViewControllerDelegate, PFSignUpViewControllerDelegate delegates just call Facebook request as menti

Fading in and out an element using jQuery

Sometimes we want an image, control or element in a page to fade in and out of visibility .With jQuery it can be done easily. Below are examples of fade in and out method for a div element: Fade In: fadeIn() method is used to fade in a hidden ele

1 21 179
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: