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

Search In

How to Install DebugKit on CakePHP

Hello Nerds! If you are going to develop a new project in cakephp then you might need Debugkit for that, and its really a lifesaving tool for rapid developments. You can install DebugKit using doing the following steps as:- Step 1:- You need to dow

Get the time duration of a MP3 File

Hii, Below I have written a script for get the time duration of a MP3 file- For this first you need to download the getID3, You can download form http://getid3.sourceforge.net/ OR https://github.com/JamesHeinrich/getID3/ . After downloading the lib

Resize Image in CakePHP with Plugin

Hello Reader's!,If you want to Resize Image While Uploading in directory using cakephp ,then this blog going to help you to do this easily. You need to Download Qimage plugin for resize your image (Download file attached Below) after downloading

How to draw radius around a point in Google Map?

Draw radius around a point in Google Map I want to add 10 miles radius around each marker. This is a very good example which will explain you how it works : https://www.freemaptools.com/radius-around-point.htm . This example will show you that how t

Creating PDF file from HTML using DOMPDF in cakephp

In order to convert HTML data into a pdf file here are the followings steps you need to follow: Step 1: Download the DOMPDF file from Github. here is the link https://github.com/dompdf/dompdf or you can download from the zip attached at the end of

How to autogenerate ER Diagrams of database from mysql?

Auto-generate ER Diagrams   Hello friends, I was trying to find a way to create ER Diagram of database. So I was looking for tool through which we can create ER Diagram instead of making flow charts with markers etc. The name of the software i

Attachment Download Feature : Streaming huge(> 1 GB) data string from javascript to JSP

Hi All, Feature Goal : To send a huge(sized) string data from javascript side to JSP and download that data as an attachment to user's machine. Current behavior : We are sending limited sized data in post body (<= 25MB) from java

FTP protocol

FTP stands for File Transfer Protocol . It is a standard protocol used for the transfer files among the internet users.         FTP is the way to transfer files that is used by the TCP/IP protocol suite .     In

How to show progress in a ProgressDialog while downloading

Progress dialog in android to show progress indicator/updates while downloading a file or when waiting to load a file while playing a game. Progress dialog have various features like:- setMessage() to display message Example: Loading... (or) Please

Steps to download a file in android using Asynctask

Five Steps for downloading a file using AsyncTask in android Declare the reference of ProgressDialog class in your Activity globally. Ex:- ProgressDialog mProgressDialog; Instantiate the above reference in onCreate() method of activity. Ex:- mP

1 22 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: