
Search In
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
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?
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
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
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
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
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
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
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
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
