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

Search In

Generate and Download CSV file using array - php

Yesterday i was searching about how to generate and download csv file in php script using array, i google it and found lots of code there but nothing was working according to my requirement then developed this code. Feel free to let me know if you fi

Deleting file from folder in cakephp 2.X

Simple code to delete image from the img folder . App::uses('File', 'Utility'); $imgpath = ' 'img/downloads/myimg.jpg''; $det = new File(WWW_ROOT .$imgpath , false, 0777); if($det->delete()) { echo 'Image is deleted'

Spring Security

Spring Security is a framework that provides authentication, authorization and security for enterprise applications. it is flexible and powerful authentication and access control framework to secure Springs web based application. The Sample Code Ex

Download Files Using DropBoxSDK in iOS

If You want to get the list of all the files that are uploaded on your DropBox then use the following code : method -(void)downloadAllData:(void (^)(NSMutableArray *, NSMutableArray *, BOOL)) block need to be called after the successful login to D

CURL: How to download file from ftp using curl?

This blog will let you download files from ftp using curl. Ftp url is given below. From this url we need to download this file filename.gz ftp://ftp.example.se/filename.gz Following is the working example: $curl = curl_init(); $file = fopen("fil

Monetization in Unity Games

Hello Readers !!   Today we are going to discuss the very important part of our game i.e. Monetization. We create games to earn some money and this can be done only by selling the game or by adding some sort of monetization in the game. We c

Adobe Kuler for Color themes

Adobe Kuler is an online application from Adobe Systems that lets individuals try, create and save various colour schemes, each of which consists of a set of five colours. After downloading Switchboard from Adobe Labs, users using the desktop version

Cloning github repository in windows system

Hi All, I needed to clone one of my password protected repository from git into my windows machine. I googled it and found lots of help but I would like to wrap up things in very basic level. 1: You must have git account and repository which need t

CakePHP 2.0 with Twitter Bootstrap

Hello nerds, If you want to start your new CakePHP project with Twitter Bootstrap set with it, you can follow the steps as following:- Step 1: You need to Download CakePHP and Twitter Bootstrap versions. You can easily download them from their web

What is Difference Between HTTP 1.1 and HTTP/2 ?

Difference between HTTP 1.1 and HTTP/2 HTTP/2 is a new version of the Hypertext Transport Protocol. HTTP/2 is used to deliver pages to the browser from server on the Web. It is the first major update of HTTP. In 1999 HTTP was introduced, during this

1 18 94
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: