DigiDNA develops DiskAid the premium software suite for accessing iPhone, iPad and iPod contents from any computer, PC or Mac and FileApp the iPhone filesystem. Pioneer in USB data transfer to iPhone, the product offering allows connecting to the Apple mobile devices file system and transfer documents and files just like music, video, pictures, SMS …
Monthly Archives: September 2011
Cyberduck ftp form mac and pc
Cyberduck Open source FTP, SFTP, WebDAV, Cloud Files, Google Docs & Amazon S3 Browser for Mac & Windows.
PHP Calculating the Moon Phase
I was searching for a algorithm to get the phase of the moon, and unfortunately the Moon Phase Class on PHP Classes is inaccurate. With some searching I was able to find 2 sites that have code to pull it off ( Lunar Phase Calculator and Moon Phase Calculation.
PHP Empty/Null Rows from array
I got so many empty element as well as null values in array and my SQL query is some what complex so i was not able to use IS NOT NULL inmysql Query. Only alternative way i have is removing this null values from array using PHP. I used is_null function of PHP and remove …
PHPMailer tutorial
PHPMailer is by far the BEST way to add email functionality to your web site. This is just an article to point you in the right direction to mastering this incredible php package.
Php array unique
array array_unique ( array $array [, int $sort_flags = SORT_STRING ] ) Takes an input array and returns a new array without duplicate values.