jQuery: Get Substring from a String

To get the substring value from a specified string, we can use JavaScript substring() method. This method will return a part of string based on start and end point parameter value. Syntax: substring (startPosition, endPosition); StartPosition: This is mandatory parameter, mention start point value, from where you get sub string value. EndPosition: This is optional, …

jQuery: Get Substring from a String Read More »

How to Integrate Tumblr API in PHP

Tumblr is the most popular social platform for setting up your blogs. Tumblr has provided Tumblr API to make any operation on your Blogs. In this article, I am explaining the simplest procedure to integrate Tumblr API.