Latest posts to the library
Categories: bug, html, php | Add a Comment

$to = "email@address.com"; $subject = "SUBJECT"; $message = "<b>MESSAGE</b>"; $headers = ‘MIME-Version: 1.0′ . "\r\n"; $headers .= ‘Content-type: text/html; charset=iso-8859-1′ . "\r\n"; $headers .= ‘From: Mailer ‘ . "\r\n"; mail($to, $subject, $message, $headers); The above code does not always send emails in HTML as it should, it turns out there is a PHP Bug (http://bugs.php.net/15841) [...]

Categories: General, bug | 2 Comments
Digsby

If your Digsby Client Application gets stuck in Local Mode and won’t connect no matter what… ..you may want to try fixing it by doing the following: step1: Uninstall and then reinstall. Did it work? If not then go onto step2. step2: Go to “C:\Users\[YOUR_USER_NAME]\AppData\Local\” and delete the Digsby folder. Go onto step3. step2: Go [...]

Oh my goodness, this can be an annoying issue with iTunes. The problem is: iTunes will restore itself or maximize itself all the time every 20 or so seconds without being clicked on, it will also get main focus and whatever you were doing will have to wait! I solved this by right clicking on [...]

Categories: adobe, bug, flash, rant | 1 Comment

I discovered a very annoying bug in the Flash IDE a little while ago, and it has happened to me quite a few times. Today it happened again and so I write this post.. While in the Flash IDE you select a component on the stage, then you click “Component Inspector”. This opens up into [...]



back to top