Ahzaz's Blog
Friday, 28 February 2014
Submitting and Securing the form data with Javascript
›
Whenever you create a form in HTML, you use "action" attribute of the <form> to submit your form. Now if you are not...
Thursday, 20 June 2013
How to upload file to server in android using FTP
›
In my previous post I have discussed how we can upload file using HTTP-POST method. It is a good method, but if you have a large file ...
1 comment:
Monday, 17 June 2013
Pointers In C
›
Pointers are very useful while programming in C and they are easy to learn. We start discussion with what are pointers and why they ...
1 comment:
Sunday, 19 May 2013
Starting file download with Javascript
›
Ever wondered how many sites triggers download after a given timeinterval or by pressing a button or clicking a link. In this tutorial ...
14 comments:
Friday, 17 May 2013
PHP MySQLI Tutorial
›
What is MySQLI : The MySQLi Extension (MySQL Improved) is a relational database driver used in the PHP programming language to provide ...
3 comments:
Wednesday, 15 May 2013
How to upload file to server in android
›
If you are building an app that requires files to be uploaded on server you will need to follow this method. By using this method, ...
2 comments:
Tuesday, 4 December 2012
Some useful shortcut keys for windows
›
We often use the mouse to do many things on our pc or laptop. Using mouse is easy but some time slow in accessing some functions. So, w...
‹
›
Home
View web version