06.10.2010

iPad + Mac Classic

(via Engadget)

06.05.2010

MOMENTOS

A fantastic and moving short film.

06.02.2010

New York City - Pictory

While not nearly as well-traveled as I’d like to be, I have visited a good number of places and enjoyed each one of them in a different way.  I believe that much like how we have a hometown that we’re born and raised in, we each have a “soul city” - one that captures the intensity, energy and spirit of one’s personality.  A place where you’re happy merely for existing in that given place and time.  

New York City is certainly my “soul city.”  It never ceases to amaze and reveal something in life that inspires me to move forward at a pace more fervent than before.  I dearly miss it.

05.27.2010

Google Chart Tools

This could come in real handy for visualizing data on an admin site that I’m working on.

05.26.2010

Adding a Static Route in Mac OS X

A helpful Mac terminal command for those of us that use static network routes (note: this version is not permanent and will be wiped out upon reboot): 

sudo route add 192.168.4.0 192.168.1.99 255.255.255.0
05.24.2010

Converting variables into string or int, ASP

Another random, yet helpful, ASP clipping:

<%

’ CInt Converts to Integer
’ CStr Converts to String
’ TypeName Returns subtype variable for your control

a = Cint(1)
b = Cstr(1)

Response.Write(TypeName(a)) & “<br>”
Response.Write(TypeName(b))

%>

05.21.2010

How to import data from Excel to SQL Server

Another helpful development note:

SELECT * INTO XLImport4 FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0',
'Excel 8.0;Database=C:\test\xltest.xls', [Customers$])
05.21.2010

SHOES — She & Him

Awesome art for a great cause.

rhionna:

A bit more clear picture of the toe art for the She & Him shoes!

2 of 11
© 2007-2010 David Dedden
Welcome Blog About