I've been looking for a new hosting provider. I currently have it narrowed down to GoDaddy and HostMonster, but think HostMonster might be the better deal (see below). Let me know which one you would pick.
Host Unlimited Domains On 1 Hosting Account
Tuesday, June 12, 2007
HostMonster
Posted by smoley at 6:36 PM 0 comments
Saturday, April 07, 2007
Bullet for My Valentine
Bullet for My Valentine fricken rocks!!! I bought their cd this afternoon titled The Poison.It is easily the best CD I've purchased in a very long time.
I first discovered Bullet for My Valentine yesterday while surfing YouTube. Check 'em out!
Posted by smoley at 10:29 PM 0 comments
Labels: Bullet for My Valentine, Tears Dont Fall, The Poison
Tuesday, January 30, 2007
Smoley, IRB Approval, Data Collection, ASP.NET
It's been too long since my last post. Hmmm...that's beginning to sound like this site's mantra. Things have been busy...travel during the holidays...a sick child...IRB "exemption" granted from my employer...a sick Child...thesis data collection...Skype...and so the story goes.
I got a new ASP book in November, but haven't had time to delve into it. It's ASP.NET 2.0 Unleashedby Stephen Walther. It might become more of a reference book rather than a cover-to-cover read, being it's 1963 pages. Nonetheless, the first time I cracked it open I learned something new (i.e., cross-page postbacks).
Anyway, that's it for now. My New Year's resolution (albeit almost a month late), will be to blog at least once a week.
Cheers,
Terry
Posted by smoley at 9:25 PM 0 comments
Labels: asp unleashed, ASP.NET, stephen walther
Tuesday, December 12, 2006
ASP, Ear Infections, Hives, and IRB
Since my last post I have made decent progress on my ASP site. I figured out how to do cross-page posting, send form data to a database, create master pages, and a handful of other tricks. I still haven't launched my "baby," but I'm getting very close.
During Thanksgiving our son had a double ear infection. As if that wasn't bad enough, he later developed hives as a result of the antibiotics he was on (resulting in a 4 a.m. visit to the ER). All is well now, and our sleep schedules are returning to normal.
So anyway, I've been scrambling to collect consent forms for my thesis (which has been seven years in the making). Although/because I have IRB approval through my university...I didn't bother to also secure IRB approval through my employer. I discovered today that I will also need IRB approval through my employer. Although I'm tempted to launch into a 10 page diatribe, I'll spare you the pain (mostly because my lunch is over and I don't have time).
~ Failure is typically not the result of one poor choice, rather it's an accumulation of many poor choices.
Posted by smoley at 1:02 PM 0 comments
Thursday, November 09, 2006
October - Smoley.org Hacked, High-Speed Internet, ASP.NET...
It has been way too long since my last post. Rather than wasting unlimited white-space, I'll jump right in...
Smoley.org was hacked by someone in China. I first noticed a call to a non-existent .aspx file on my server while reviewing raw log files. Their first attempt was unsuccessful, but by the next day they had managed to hack their way into my root and upload a trojan horse. I contacted my host and after many emails and poor telephone customer service, the best they could come up with was that a brute-force attack was executed against my FTP credentials. Hmmm....o.k. So despite already using a mixed-case-alhpa-numeric format, the solution is to just go ahead and change my passwords?!? Nice. Oh wait, here's an idea!!! How about setting an authentication failure limit on the server side?!? Perhaps after the first thousand "failed" log-in attempts, a threshold limit is triggered...the offending IP block is banned..an email is sent to the server admin and the user account is temporarily suspended. Needless to say, I'm switching providers. I currently host my domains with Easy-CGI as well as with . So far GoDaddy has been very helpful. Not to mention I can host multiple domains on one account, have more disk space and bandwidth, have an MSSQL database, and pay $4.00/mo less than Easy-Cgi. Enough said!
FINALLY, getting a high-speed connection was the second event that made October interesting. Other than being lazy, I really had no excuse for putting it off...especially considering my employer reimburses my costs. Anyway, life in my new high-speed wireless world has been grand!
The hack against smoley.org triggered my interest in ASP. Consequently, I picked up a book titled, Sams Teach Yourself ASP.NET 2.0 in 24 Hours, Complete Starter Kit (Sams Teach Yourself)by Scott Mitchell. It's a really well written book, but is certainly written for the beginner. Not to imply I knew anything about ASP when I began reading the book, but now that I've developed my skills I feel I've outgrown the book rather quickly. In particular, I felt the book was a little weak with regard to migrating a site from the desktop environment (i.e., local host) to a real-world hosting environment. For example, all of the book's examples use a MSSQL express database that resides nicely within the site's structure. Although I fully understand why Scott presented the exercises this way (and I would have probably done the same), an additional "advanced" chapter would have been very helpful. The second gripe I have, is that the book doesn't do justice to the gridview. Although there are plenty of, "here's how you drag-and-drop a gridview onto the page and change its properties" it offered little help specific to formatting the data in anything other than the standard table view. With that said, the book did serve its purpose and proved to be informative and helpful in teaching me the basics of ASP.NET and Visual Web Developer. However, I am most impressed by Scott, insofar as the dude is only 27 years old and has written something like eight books...unbelievable!!!
"Fear is death's polite way of telling you to RUN!!!" ~ Smoley 11/09/2006
Posted by smoley at 12:30 PM 0 comments
Labels: ASP.NET, scott mitchell