
Search In
The asset pipeline can be said as a tool through which we allow the Javascript files, stylesheets, and images to be prepared so that they can be used by the browser.
These processes are used to compress all the coffee script and saas
Hello Readers! In this blog we are going to create an api for inserting the data into database and then passing the data to the device in JSON format using php.
Step 1 : Firstly you are required to create a database. Here we have created a s


Hi Readers!
List items are very commonly used in webpages. Lists can be ordered or unordered. The ordering of the items is very simple, by default. This can be customised with standard CSS. Let us first talk about the ordering of the list items in b
Hi Readers!
Progress bar, as the name says, is used to show a user's progress. The progress can be anything. For example, how far the user has completed a process,
Bootstrap provides many different types of progress bars. Commonly
FFMPEG is a command line tool to convert multimedia files to another formats.
In this article, we will see how to get thumbnail image from a video using FFMPEG in C#.
Step 1: Create a page to show the thumbnail image of a video
Cordova provides cordova-plugin-network-information that checks the cellular and wifi connection of the device and also it can check the internet connection.
Installation:
To install this plugin run the following command
cordova plugin add
To add an event to iOS calendar we need to access calendar of the iPhone without accessing calendar we can not add events in iPhone.
For accessing iPhone calendar we have to ask for permissions first. Here permission means allowing the pa
Binding JavaScript code to Android code
When Building a WebView based Web App in Android, you can communicate with your android client side code through your Javascript code.You can call any method of Android client side code on any triggered event o
To connect slim apis with database follow the below steps:
1) Setup the slim enviornment in you system using the below URL.
http://findnerd.com/account/#url=/list/publishnode/18162/
2) Create a database name "slim".
3) Create a file und
Hello Readers,
This tutorial will guide you about how to create custom admin module in magento to print simple text Hello World in the backend. To accomplish this, follow the below steps:
Step 1: Create folder Evon/Helloworld inside app/code/local
