Running multiple Firefoxes on one machine in Windows
Recently I was working on the designs of a few websites and I had come across an unusual new problem for me. I do know that […]
Recently I was working on the designs of a few websites and I had come across an unusual new problem for me. I do know that […]
PHP provides the fgetcsv function to automatically import values from a csv file. However it does not consistently work with cases where the starting of […]
Installation For Windows: To update your PEAR installation, request http://pear.php.net/go-pear in your browser and save the output to a local file go-pear.php. Assuming you have […]
We have now adoped Selenium for automated web application testing. This increases the quality level of our software and generates better confidence for our clients.
1.Install it from the ports cd /usr/ports/ftp/vsftpd make config make install clean 2.Edit the vstfpd.conf file in /usr/local/etc/vsftpd.conf to customize the settings 3.To run it […]
$image_url = “http://example.com/image.jpg”; $ch = curl_init(); $timeout = 0; curl_setopt ($ch, CURLOPT_URL, $image_url); curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout); // Getting binary data curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, […]
There is a very simple way of doing this. We use the find command to get all the s/.v .svn folders in a folder. The […]
A reference list of all installed apps required for use on FreeBSD 8.0 or later abiword – Word processing application aterm – Better alternative to […]
We have beta launched Spara – a free online service for taking backups of your Facebook data. This should be a godsend for people who […]
Sometimes we may make a mistake in the rc.conf file – either a syntax error or loading something which causes the system to crash. In […]
Copyright © 2025 | WordPress Theme by MH Themes