All entries of my technical and business blog
Email to SMS/TXT address list
The website http://www.emailtextmessages.com/ keeps a database of most of the email addresses that correlate directly to a txt for mobile phones. However, their version is in HTML - and I see no feed. I’ve compiled the list into a CSV file so that its easier to use in programming. Do visit their website and click on an ad to support their hard work.
Bluefish Editor could help you leak your PHP!
The BlueFish editor is a primarily linux based visual editor for various web languages. Visit the site for more…
Displaying the Most Popular Youtube Videos with PHP
During one of my random dreams of how to become an internet millionaire, I thought about displaying the top youtube videos on an aesthetically pleasing backdrop.
Moving files from one webserver to another using PHP script
A while back, a colleague mentioned to me that he was moving his site from one webserver to another. He hated having to FTP everything down, then reupload it. Invariably, we’ve all done this - and forgot to apply proper file permissions, etc.
Photoshop Touchup
So I tried my very first photoshop touch up of a girl I found online. Turns out she was used for a photoshop tutorial about the same concept. I used my own process however.
Send email from server to gmail using postfix
The other day I ran into this problem where postfix insisted on delivering mail… as it was supposed to do! As it was configured! But this isn’t what I wanted. Let me explain what was happening:
Unknown function _popupControl()
In my Javascript Error Handler post, I discussed how I track user and client side errors. Recently, my error logs became inundated with tons of javascript errors. The function _popupControl()
is undefined. After a little googling, I found out that the CA Personal Firewall is responsible for inserting the following code into every page:
Javascript error handler
A while ago, I saw a website that provided a javascript error reporting service. You implemented some code and then they would send you reports on javascript errors on your site. I thought, this can’t be that hard. So I went to work to create my own. (It’s now used on this website as well as some political website I’ve worked on recently.)
Multi-Version Programming to Successfully Leverage Overseas Programming
Today, I read through the paper titled ‘An Experimental Evaluation of the Assumption of Independence in Multi-Version Programming’ (Find it here).