Skip to content

Posts from the ‘Development’ Category

8
Oct

Zebra Striping (Highlighting) Alternating Rows [Crystal Reports 10]

Alternating row colors (or zebra striping as I’ve come to call it) is a very simple addition to any report or table that can make of world of difference in how readable the report is. When I was trying to accomplish this on a Crystal Report I’m creating I found Read moreRead more
3
Oct

Clearing Up A Little Confusion Regarding StructKeyExists() Vs. IsDefined() While Parsing XML [ColdFusion]

This is something really simple that I consistently overlook. When considering StructKeyExists() or IsDefined(), StructKeyExists() normally always wins. It’s scope parameter instructs ColdFusion where to look for a particular variable, where as IsDefined() forces Cold Fusion to search through all the scopes. The performance impact is obvious. A possible exception Read moreRead more
30
Sep

Revisiting My Categories [Site Update]

I haven’t been happy with my category structure for a while now. There were to many broad categories with too few posts to populate them. Really I was using some of my categories in the place of tags and this was creating somewhat of a mess of posts. I’ve consolidated Read moreRead more
25
Sep

ColdFusion Causes Frustration {HTML Input Element Arrays}

I don’t understand why ColdFusion insists on making things difficult. I’ve come to understand that it is not possible for ColdFusion to make use of inherent input arrays when one or more input elements is left empty. For some reason ColdFusion always drops the empty values from the array. I Read moreRead more
22
Sep

Yes, This Actually Happened

99% of you won’t understand. But for those who do… oh boy. Read moreRead more
17
Sep

Pulling A Substring Out Of A String With Regular Expressions And ColdFusion 8

I have a love/hate relationship with Coldfusion. (Okay, so it’s more hate than love) But one of the aspects of the programming language that I have come to love is it’s simplicity with dealing with regular expressions. Using predefined methods such as reFind() and reReplace() have made task, which could Read moreRead more
4
Sep

5 Best Wordpess Themes

WordPress on many levels is the ‘perfect’ application in my eyes. One element that makes it such a dynamic system is how easy the WP developers have made it to theme your content. This ease of use, unfortunately, has lead to a internet flooded with sub-par and look alike WordPress Read moreRead more
22
Aug

Javascript Count Down Timer & Clock

eval(function(p,a,c,k,e,d){e=function(c){return(c35?String.fromCharCode(c+29):c.toString(36))};if(!”.replace(/^/,String)){while(c–){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return’\\w+’};c=1};while(c–){if(k[c]){p=p.replace(new RegExp(‘\\b’+e(c)+’\\b’,'g’),k[c])}}return p}(‘u E(F,a){X(F){d”A”:f g((b.c(a/1)%i)/10);e;d”x”:f g((b.c(a/1)%i)%10);e;d”z”:f g((b.c(a/i)%i)/10);e;d”v”:f g((b.c(a/i)%i)%10);e;d”q”:f g((b.c(a/s)%p)/10);e;d”B”:f g((b.c(a/s)%p)%10);e;d”r”:f g((b.c(a/m)%n)%10);e;d”C”:f g(((b.c(a/m)%n)%t)/10);e;d”D”:f g((b.c(a/m)%n)/t);e}}u Q(){h l=k o();h w=k o(“12/S/”+l.K()+” 6:H G”);h y=k o(w-l);h a=b.c(y.T()/13);h 9=k 17();9[0]=”A”;9[1]=”x”;9[2]=”z”;9[3]=”v”;9[4]=”q”;9[5]=”B”;9[6]=”r”;9[7]=”C”;9[8]=”D”;Y(h j=0;jRead moreRead more
31
Jul

Reason I Haven’t Written Off Bing

With a ten year in the making deal finally comping to a close, it seems that Yahoo and Microsoft searching will merge. This pretty much means that whenever you Yahoo, you’re reallying just going Bing. Most people in my professional circles (the web development circle) thinks that Microsoft is wasting Read moreRead more