2
May 17, 2010 03:05 PM by
Cyber_Drone
2" thick Ribeye with provotatos.
Feb 23, 2010 11:07 AM by
Cyber_Drone
Today I found an interesting problem with CFDocument and CFImage.
The situation was that I needed to create a PDF that has some images that needed to be resized on the fly using ImageScaleToFit(). I didn't want to save the images locally so I used the cfimage tag to do all this on the fly.
What happenes when you try using just the following code:...
Feb 10, 2010 03:00 PM by
Cyber_Drone
Jan 26, 2010 01:05 PM by
Cyber_Drone
I came across a situation to where I wanted to do something like an StructFind(), but for a query and I didnt want to loop through it. We know that a Query is returned as a ResultSet, but did you know it was an Array? Knowing this, you can do something very easy to find a value of a record within a resultset.
QueryName["ColumnName"].indexOf("StringToFind") + 1
Since this returns the indexOf, you need to add 1 to it. If its not found, ...
Jan 19, 2010 11:15 AM by
Cyber_Drone
New Jersey Gov. Jon Corzine has signed legislation granting chronically ill patients legal access to marijuana.
Jan 18, 2010 03:23 PM by
Cyber_Drone
Get ready for a drop in prices from both Verizon and AT&T for unlimited voice plans!
Via Engadget:
AT&TVerizon
Dec 25, 2009 12:00 AM by
Cyber_Drone
Juniper, Happy Birthday from all of us at Websavey!:partytime:
Dec 16, 2009 05:23 PM by
Cyber_Drone
The Kleer W-1 addition is a nice feature too.
http://www.engadget.com/2009/12/16/sleek-audio-sa1-and-kleer-w-1-earbud-impressons/
Nov 04, 2009 09:20 AM by
Cyber_Drone
fyi, macs run a custom version of linux.
http://linux.slashdot.org/story/09/11/04/0320254/Bug-In-Most-Linuxes-Can-Give-Untrusted-Users-Root
just goes to show you nothing is 100% safe.