Adam-BlogAdam-BlogMy humble space buried deep in the vastness of the internet, chock full of personal information, funny stuff I stumble upon, movie reviews, and software development. Articles
Slow Jerk (WARNING: Explicit)
2007-06-03 06:44:00 Haha! This is pretty funny shit. This guy gets a little offended by his friend’s rude hand gesture, so he decides to take it a step futher. Slow Jerk . More About: Warning
On the Lot
2007-05-31 15:42:00 Perhaps a few of you have heard of that new reality show called On the Lot ? Well, even if you haven’t, I suggest checking it out. If you are a movie goer such as myself you might enjoy this. The premise is simple. Take unknown, unheard of aspiring directors, give them challenges and have them ... More About: Culture , General
Caching in PHP: Cache_Lite
2007-05-31 00:28:00 For many web application developers the concept of caching is foreign. Most of us build our pages, query our databases, and spit out the results. This is usually sufficient as the content is entirely dynamic. There are times, however, when the data, although not static, doesn’t change very frequently, and can benefit from caching. Caching ... More About: Development , Cache
Pirates of the Caribbean: At World?s End
2007-05-29 18:27:00 WARNING: Some Spoilers in here. Do not read if you don’t want to hear about the movie before seeing. Ok, disclaimer out of the way, let’s talk pirates. The family, girlfriend, and I went to see the latest in the Pirates of the Caribbean franchise. Initial response? I like it. I’d give it a B+ overall. ... More About: Culture , World , General
Using TreeMap in ColdFusion
2007-04-13 00:40:00 Have you ever found the need to maintain a structured list of items? Of course! Have you ever needed to make sure those items stay in natural order? Maybe. If you answered yes then you need the Java TreeMap class. Let us say we are going to store a structure of employee names and their titles ... More About: Coldfusion , Sion
SyncXpress Update
2007-04-03 18:14:00 Ladies and Gentlemen! I have put up for public download the first alpha release of Sync Xpress . It is still in VERY early production, and not ready for prime time, so use at your own risk. You will need .NET 2.0 to run this application. I also hope to have a forum up soon for feedback ... More About: Update
Meet the Robinsons
2007-04-02 22:39:00 I took my baby girls to the movie Meet the Robin sons. They enjoyed it, even though my seven year old appears to be scared of all things 3D, which is the version we went to see. There are two versions. The regular 3D animated version, and the TrueD 3D jump-at-ya version. Allow me to state ... More About: Sons , Meet The Robinsons , Robins
Reflection in ColdFusion Part 2
2007-03-28 16:26:00 Yesterday I was working on using Java reflection to create function pointers in ColdFusion to native ColdFusion methods. I was able to get this to work on any function with only String parameters, but not integer. Well, I found out why. The integer data type in Java is a primitive data type. There IS a class ... More About: Coldfusion , Part , Reflection , Sion
Reflection in ColdFusion
2007-03-27 21:35:00 So I was reading a blog entry on Ben Nadel’s site about him trying to do function pointers in ColdFusion. It seems that a solution was never presented to him, though I am not sure as the entry is nearly a month old. I decided to play with the concept and met with some success. ... More About: Coldfusion , Reflection , Sion
Foray into Java
2007-02-28 17:00:00 So recently I’ve decided to delve into the world of Java development, or, more specifically, desktop Java development. So far I am liking it. My first task was to write a small application that would accept two dates as input and spit out a tab-separated report of first and last journal entries in a system, ...
Images in SQL
2007-02-10 00:21:00 So I was presented with a task today of extracting images that were stored in a Microsoft SQL Server 2000 database and save them as JPEG files. Here is a bit of code that will do this. In this code sample I am assuming domain authenticated SQL login. The table name here will be called ... More About: Images , Ages
Logical Drives and WMI
More articles from this author:2007-02-01 20:39:00 In an effort to support removable media devices in SyncXpress I’ve had to do a bit of learning about WMI in .NET. It is actually quite cool how much information you can get from WMI about ANY piece of hardware attached to your system, and even INSIDE your system. So in my case I want ... More About: Logic , Logical , Logi 1, 2, 3 |



