
Search In
Hello Readers,
Cordova flashlight plugin allows you to access device flashlight in your app and you can access it from your app.
This plugin works on iOS 5+, Android 2+, wp8 and for Android 6+ runtime permission handled automatically.
First of all
<colgroup> tag:
It is used to apply different properties on more than one column in a table by grouping columns. Like with the help of this tag we can apply CSS on more than one column otherwise we have to apply CSS individually on each column
Pagination is basically dividing your data into multiple pages.
When we fetch the data in bulk from the data base it comes on a single page but that is sometimes difficult to keep scrolling to the last if we want to go to the last data.
It also tak
Hello Everyone,
In this blog, we will be learning about that how to use AJAX in cakePHP. There is not much difference of using Ajax with cakePHP or with HTML.
Ajax is defined as Asynchronous JavaScript. It is a client-side scripting language that com
Sometime we need to download large file from server or some progress which takes time. For user experience we show progress bar so that user can check estimate time and progress completion.
This blog is about how to set up Progress bar in Notificat
Parsing a xml file means separating a data block into pieces by following an algorithms, so that we can be easily manipulate.
If there are a requirement in rails application to read XMl file from remote, we can use the Nokogiri to read file
In this small blog we will learn how to create a file with different file extensions and how can we write some text or paragraph in the file? how to write content of one file to another file. We can also use cat command to append the binary data.We c
Using Delayed Jobs in Rails
When creating a web application sometimes need arises that we have to schedule some jobs during the execution of a particular method. Due to these job the render of the page has to wait until the task gets over.
Thi

Hello Readers. If you want to make replacement of words on any webpage then jquery offers you to do this. The benefit of using the Jquery is to run code on real time front end.
So let's get started working on it.
Step 1: Create a simple HT
Sending Email through SMTP mailer in Rails
As we know these days in almost every application we have the need to send mails to its users then be it for password confirmations, subscriptions etc.
So these mails can be sent through your rails applica
