Jan 22 2009

PHP Ecryption software release

Encrypt, optimize and obfusate your PHP. Newest release now includes a customer popup maker.

Oct 3 2008

Looping Through Controls In C++ .NET

I ran into a situation where I needed to loop through all TextBox controls in a c++ .net application. I was able to figure out a cheesy way to do it, but it would only get me the controls at the top level. I needed something better, something that would go into all the tab [...]

Oct 1 2008

Visual c++ Express .net base64 Functions

This problem is two fold. First it solves the problem of converting a string to and from base64, and it shows how to create a function that is not part of the objects in the application. By that, I mean, a function that isn’t created for you by Express when you click on an object [...]

TAGS: ,
Jan 10 2008

Stop Hotlinking to Certain Images

While working on another site, I ran into an issue I needed to head off before I went live. I needed a way to stop people from hotlinking to certain files, while letting other images get hotlinked. My main goal was to allow people to hotlink to thumbnail images, but not the original image.

TAGS:
Nov 28 2007

Pass a php variable from a Wordpress post to a Wordpress script

Here’s a little trick to pass a php variable from a Wordpress post to you php scripts on your server

TAGS:
Nov 22 2007

How to modify h2 in wp_list_bookmarks() with css

While working on some other site, I came to a situation where I needed to apply css to an H2 heading for those bookmarks on the sidebar in a wordpress site. In fact, I need to get this place fixed now, now that I’ve figured this one out..

TAGS:
Nov 6 2007

Calculate the center of a triangle

Here’s a simply guide on how to get the center of a triangle. It’s quick and to the point, minus all the math behind it.
There are many ways to calculate the center of a triangle, some have better results than others. The one I prefer is called the incenter
You have 3 points to a triangle, [...]

TAGS: