
Search In
My objective for posting this blog is to tell how do we convert shell scripting code to php. In some cases we need to use php code instead of executing shell script. Therefore I am writing the blog which may help someone to understand how do we conve
Hi Readers!
Below is the code to launch the Apple Maps application and display the directions between 2 points on Map.
Example 1: Display directions
MKPlacemark *placemark = [[MKPlacemark alloc] initWithCoordinate:CLLocationCoordinate2DMake(42.31
As in my previous post I have already explained that AngularJS1 is a javascript library which is prefect for single page application(SAPs). Angular js is nothing just a javascript library which extends HTML with new markups. Single page application a
Array_merge
Array_merge merges the elements of two or more array in one array such that the value of second array is appended to the value of first array. If two or more array elements have same key, then the later value will overrides the pre
Strings in Ruby have an instance method namely split that splits the given String and returns an array of substrings based on the separator given as an argument to it.
have a look at these examples:
gauravjhadiyal@gauravjhadiyal:~$ irb
2.1.5 :001
Trigger() method:
It is used to trigger an event for selected element and also trigger default behaviour of an event for the selected html element. It works similar to the triggerHandler() method, but triggerHandler() does not trigger default behavi
Hi there.
I have a task to Calculate the ranking for students in a classroom.
For example, if Remi's score is 14, Yan's score is 2 and Maria's score is 20 then Remi's ranking is 2 since he has the second-highest score, Yan'
Hello Friends,
If you reading this Blog, you must have twitter account at least one.
Always post some meaningful and interesting content to get more and followers. Also Twitter account is not a competition to make large nu

Google Sheets is one of the most powerful spreadsheet solutions available on the cloud today. Apart from offering multiple collaboration options on the Google Drive framework, it also excels in delivering a lot of functionality in the spreadsheet dep
Wordpress provides different templates to manage the website like comment.php is useful to manage the comment box. We are going to discuss these different templates which are useful in theme development.
Suppose we want to show the specific categ
