All entries of my technical and business blog

Photoshop Touchup

Oct 10, 2009 photoshop

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.

Unknown function _popupControl()

Sep 29, 2009 javascript

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

Sep 23, 2009 javascript php

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.)

Trim down your content - it is a MUST

Sep 18, 2009 misc-web

A while ago, I was reading a usability book - and the author suggested that every time you create your content, remove half of the words. Then remove half of them again. So, by the time you’re done, you really have 1/4th of your content - and it should still make sense.

Scanning for Unfiltered Content Automatically with PHP

Sep 15, 2009 php security

A friend of mine posed a question: Do you know of any good PHP based vulnerability scanners? I told him I did not (add any in the comments, if you know! :) ) - but it wouldn’t be that hard to build one. He asked me to give him a code example, so here goes:

Launch Screen Automatically

Jul 7, 2009 linux

Because the internet in the Crown building is as good as… well my parents 19.2K dialup - which drops pretty much every 5 minutes, I’ve had to use GNU screen extensively.