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

Search In

AVAudioPlayer implementation in Swift

An easy to implement simple swift class working on AVAudioPlayer depicting various features like play, pause and stop.   // creating single instance of class static let sharedInstance = MyAudioPlayer() var myAudioPlayer:AVAu

Agile Methodology

  What is Agile methodology?   Traditional software development methodologies work on the premise that software requirements stay consistent all through the project. But, with increment in complexity , the requirements undergo various

What is Extreme programming?

  What is Extreme programming?   Extreme programming is a kind of agile methodology which has faith in short development cycles. A project is separated into simple engineering tasks. Developers code a basic piece of software and get ba

How to set up Cron Job on Amazon EC2 Cloud Servers

I am writing this blog because I faced issue for adding cron jobs in Amazon Ec2 cloud server. I was using Linux 64bit . To add cron jobs open command prompt (via putty if windows) and login via ssh, when you are login then type: which php this wi

How to use the mysql result for the sepecific values

Hello Reader's if you are learning, optimizing the mysql query then in this blog you will know some new syntax offered by Mysql where you can make your query fast. Lets see the examples as below:- In the code below, the results selects all

OSPF Routing Protocol

Open Shortest Path First is a routing algorithm that is mainly based on Interior Gateway Protocol IGP and is destined for the IP packets on the network. It mainly works on the information of link state that is being send by the routers in the network

Sharing Data Between Controllers in AngularJS

Hi All, To share data between two controller you should have your factory return an object and let your controllers work with a reference to the same object: A simple example in which two controllers are sharing name of a user. TEST.html <!D

Bug debugging in PHP

We do many wrong things while writing the program. It rarely work on the first time. PHP generate the error after finding. We can send the error message to other place. They can also be sent with other program output also. Set the display_error

Making a draggable element using jQuery UI

 Earlier using javascript code to make an element draggable was very hard and moreover cross-browser version working of code was very difficult. The following code shows how to make an element draggable inside its parent element by using jQuery

Magic functions in PHP

Hello readers today we discussed about "Magic Functions in PHP". Have you ever looked at the source code of open source PHP projects, you could have observed object methods that commence with a double underscore. These are Magic Function

1 161 409
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: