The ancestor of Bookmark Manager 2.0 is ASP Gallery application I wrote back to 2000. At that time, I could only have IIS web server. ASP was my only option to develop an web application. The following describes that basic features of the ASP Gallery. The ASP Gallery is an web application that runs in [...]
PHP provides multiple ways to download and upload files to remote servers, such as fopen, fsockopen, cURL library, and other methods. fopen is the simplest but not the best. A while ago I wrote a function to fetch remote file by using fsockopen. However, I found a lot of problems when I use it. Then [...]
