
Search In
Hello Friends,
When you are working with GIT sometimes face this kind of error "error: Unable to append to .git/logs/refs/heads/dev: Permission denied fatal: Cannot update the ref 'HEAD'.", while taking update from your bra
Here, we discuss the difference between Selenium IDE, Selenium RC and WebDriver:
Feature
Selenium IDE
Selenium RC
WebDriver
Browser Compatibility
It works as a Firefox plugin, so it supports only Fir
UTM Parameters ( Urchin Traffic Monitor parameters ) are WEB LINK parameters employed by marketers in order to track audience details. These parameters are used by marketers to analyze the potency of marketing promotions across traffic sour
=> I'm using following MapView in my layout:-
------------------------------------------------------------
<com.google.android.gms.maps.MapView
android:id="@+id/map"
class="com.google.android.gms.maps
How to move markers on a google map api without clicking on any object ?
The above can be achieved with simple logic . ie update the marker position after a particular time ( Let say 1 second in our example )
The following HTML and jquery code will
I am facing an issue right now I am developing an Android app similar to Uber or lyft but the problem that I am facing is the car is moving on the map smoothly but sometimes it is revolving at 360 degree at one position, I need to stop that please he
Hi,
Step's required to use collectionView in Swift
1- Add collection View in your project
2- Set the delegate for collection view in controller
3- Collection view has a prototype cell, you can design accordingly you want.
4- Create a subclas
Hello Readers,
In today's blog we will talk about progress plugin in Cordova / phoneGap apps. It is a progress loader and there is no need to add any JavaScript library for this.
This plugin supports iOS platform. It should be higher th


Creating Charts and Graphs in Rails
Few days back I was working on a project, in which a dashboard was needed with stats showing in different kinds of charts. i.e: pie chart, barchart etc. So I looked for a gem that can include all of them a
HI Friends,
Today i will specify you how we can access directories from a specific path in c# . Below code justify the functionality :-
try
{
DirectoryInfo directoryinfo = new DirectoryInfo(@"D:\Test");
