
Search In
Url with and without / (slash)
Url ending with " / " slash and without " / " slash for example http://findnerd.com/ and http://findnerd.com
Now the question is does Google take and treats both the urls a
In openerp It will first clean the leave intervals, to have an ordered list of not-overlapping intervals and initiate the current interval to be the base interval then before finishing skip the current interval and go to next beginning after the curr
Hello Guys,
Today I am going to share a very interesting topic with you. We all use this in our normal daily life, But at that time non of us try to know how we can do this. How I will check this. How I come to know about this.
Yes, I
We can get a contact information for any contact from contact list of an Android Device easily. For this follow the steps below:
Write the permission to read Contact's data into your AndroidManifest.xml
<uses-permission android:name="android.pe
Hi Friends,
Many times we get into a situation where we want to know whether an element exists within a viewport of browser or not.
Here below. I am writing a function to check whether an elements exists in a viewport or not.
It will return true o
Generally access token concept is used to prevent the unauthorized access or misuse of the APIs from the mobile devices.
Whenever a client logs in a mobile device, server generates a access token and send this access token back to the client.
In the below example I have created a animation ImageView. When user click the image , then image will appear on full screen, after this when user tab again on image it will be Zoomout like a facebook image tab.
Here In activity_main.xml layou
Below code will help you to created SeekBar function in android. In android SeekBar is used by the end user, the user can drag the left and right to move the progress of runing file like audio song, video song etc. In the below code example, I have
Converting image in base64 data url reduces the count of HTTP request and will increase the performance of the website because the load time to transfer data over the internet is too long and it will save the server request time.
There are many adva
JavaScript String lastIndexOf() method : The lastIndexOf() method returns the index of specified value where it last occurred. If no value is matched then this method returns the -1. As it is string the index starts from 0.
Syntax of lastIndexOf()
