
Search In
Commentary and photos submitted to the Missoulian (Missoulian.com) may be published or distributed in print, electronically or other forms. Opinions expressed in Missoulian.com's comments reflect the opinions of the author, and are not necessarily th
This blog provide you simple Pull to refresh functionality with SwipeRefreshLayout.
First of all create new project.
Open xml layout file and create ListView/ScrollView/Gridview.
Wrap ListView/ScrollView/Gridview with "android.support.v4.widget.
In this blog I am going toexplain how to export mysql data to CSV file using php. CSV stand for “comma separated values”. Using the below code you can easily download CSV file and use anywhere.
<?php
function exportMysqlToCsv($table,$filenam
To use custom scroll bar we have to follow below steps.
Steps.
1 - First download tiny scrollbar javascript libarary by using below url.
<pre>http://baijs.nl/tinyscrollbar/</pre>
2 - Include tinyscroll bar library in the Html head t
What is Link Building
Link Building is one of the most important technique or SEO skill or a part of Off-page SEO. It is the process of sharing ones link to other websites or we can say that it is the process of attaining a links to your own website
Unit Testing plays an important role in software development process, basically this testing is done by Developers as they test smallest piece of codes and test whether it gives accurate output or not.Each unit can be tested separately and can be tes
Net Beans is an IDE which can be used with many programming languages. We can use it for coding in Ruby on Rails as well.
You can follow the following steps to get started :
1) Download the sh file for the latest version of net-beans.
TCP Transmission Control Protocol is the main protocol that is been used in the networking.
It is mainly being used for the data transmission in the communication network.
TCP is reliable protocol. This means if data gets lost in any ca
Transport layer provides the peer-to-peer communication and the communication between the process or the hosts.
Transport layer gets data from the upper layer of the model and then it breaks that data into small segments , then perfo
Email is the important functionality in web applications. CakeEmail is a class used to send Email from your application.
By using CakeEmail class you can send email any where in your application. When we use CakeEmail in our application, it replaces