A fantastic and moving short film.
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.
This could come in real handy for visualizing data on an admin site that I’m working on.
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
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))
%>
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$])
SHOES — She & Him
Awesome art for a great cause.
A bit more clear picture of the toe art for the She & Him shoes!