Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to export data in Excel sheet from database

Hello Readers! Here is a simple line of code to generate an excel file of data fetched from database. Users benefits with the compact and secure form of saving data.   Firstly create a helper file in view/Helper folder and paste the following

CSV helper for exporting data in cakephp

We can use CSV helper for exporting data in excelsheet in cakephp. For using CSV helper we have to follow simple steps. Step 1:- Firstly we have to create a file naming CsvHelper.php and have to save it in our app/view/Helper directory. Below is t

How to install and setup SVN on Ubuntu 14.04 ?

Before installing SVN let us know what is SVN first. SVN (Subversion) is an opensource version control system. Subversion is used to store previous changes of your project like coding, documents, files. It is used to identify and track the changes do

How to remove ListView Item dynamically using animation function in android?

In the below example I have created a ListView , when user touch ListView row item then that particular row item will be remove dynamically. Here, first I have added Listview in activity_main.xml layout. In next step I have created row.xml layout her

Hooks in cakephp

Hooks are the functions that we can call prior and afterward doing any task in Models related to database. These are also known as callback methods. Like after finding data, before saving data etc. e.g beforeSave(), afterSave(), before

Passing custom data in google map info window

While displaying data in the google map you have scenarios where you want to do it in the customized manner.     public string ConvertDataTabletoString() { DataTable dt = new DataTable(); using (SqlConnection con =

How to create Lookup tables in SharePoint 2013 using CSOM?

Lookup tables is used in Enterprise Custom Fields. We can create Lookup tables programmatically either from CSOM or PSI. Here below is the example of creating Lookup tables using CSOM. Microsoft.ProjectServer.Client.LookupTableCreationInformation l

Sending Emails in Rails using Gmail

Sending Emails in Rails using Gmail Account For sending emails in rails,ActionMailer Class is used. Emails can be sent using any service providers like Gmail, Sendgrid, Mandrill or any other. Here we will see how we can send the emails using ou

How To Import MongoDB Database on Ubuntu 14.04?

Importing Information Into MongoDB If you want to import information into MongoDB database, lets take an example to import the database of resturants. It's in json format and can be downloaded using wget:   wget https://raw.githubusercon

Blocked loading mixed active content

Blocked loading mixed active content Hello friends, I was getting warnings in my console and script is not working fine. Please have a look at the screen shot below. I am getting following errors in console:     What I was trying to d

1 595 633
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: