How to Convert PHP Array into JavaScript Array

You can easily use PHP array in javascript you only need to convert PHP array into JSON format Using json_encode() function, PHP array can be converted to JavScript array and accessible in JavaScript. whatever the array type is a single or multidimensional or indexed or associative array. You must have tried this method when you…

Read More
convert-html-2-image

Convert html content into image using jquery

In this tutorial I am going to show you how to convert html content into image using jquery, I found a library called html2canvas It take screen shot of html content into canvas or you can convert any specific div into canvas image. It is helpful for generating dynamic images like php GD library. You…

Read More

Enhance Console Logs With Pure JavaScript – badgee.js

badgee.js is an add-on to the browser console, created to improve readability and flexibility. It provides the same API than your brower console, adding a few extra features. It just convert you default browser console into fancy with improved power. Work pretty well in Chrome, Firefox Web Console or Firebug and Safari desktop. Libraries include…

Read More

30 Popular Angular Star Rating Directive

Are you looking for Angular Star Rating Directive for your web based application. If yes then in this post I am going to share hand picked top rated Angular Star Rating Directive. Star rating hep to display quick review about your product and services. You can use these popular Angular Star Rating Directive to make…

Read More

How to download YouTube Video thumbnails?

Do you want to download any youtube video thumbnail in your local computer then you can follow simple steps to get youtube video thumbnail in HD and other low quality version and add in your blogpost and other things. The urls from where you can get the thumbnails are shown below. Each video generates around…

Read More
cakephp-interview-question-answer

CakePHP Interview Questions and Answers for fresher + experienced

CakePHP Interview Questions and Answers for fresher + experiencedHere we’ll discuss about some basic and advanced cakephp interview questions and answers which are most ask-able questions during interview session, These CakePHP questions and answers will help you to crack CakePHP technical interview round. Question: What is Cakephp? CakePHP is a free, open-source, MVC (Model, View,…

Read More
Top