by BizTron
13. August 2009 06:48
Has anyone seen this kind of crap in your e-mail recently, or anytime? What a scam!!! Does anyone ever respond to this garbage. If I could make $70 per domain sold, I might think this was a good Idea and then turn around and buy it from GoDaddy. Problem is, EVERYONE should be buying their domains directly from GoDaddy. Of course, there are those of us who will find a great brand name and buy 5 years worth of every similar domain they can think of, but you still aren’t paying $295. This kind of scam needs to end. Make sure to forward it to:
Deceptive Spam (spam@uce.gov)
| PART I: REVIEW SOLICITATION |
|
Attn: <name> As a courtesy to domain name holders, we are sending you this notification for your business Domain name search engine registration. This letter is to inform you that it's time to send in your registration and save.
Failure to complete your Domain name search engine registration by the expiration date may result in cancellation of this offer making it difficult for your customers to locate you on the web.
Privatization allows the consumer a choice when registering. Search engine subscription includes domain name search engine submission. You are under no obligation to pay the amounts stated below unless you accept this offer. Do not discard, this notice is not an invoice it is a courtesy reminder to register your domain name search engine listing so your customers can locate you on the web.
This Notice for: <domain name> will expire on August 18,2009 Act today!
|
More...
by BizTron
10. August 2009 01:32
This is what you see when attempting to rate a new post. Click on a Star to rate the post. Notice the infinitesimally small rating that is generally added when creating a first post. This may be something I did myself while trying to “fix” the Add a new Blog script.

These are the symptoms I could find so far, but I cannot isolate the DateTime property that is causing the Exception.More...
by BizTron
7. August 2009 20:21
For anyone who recently noticed issues with Twitter on several fronts, you’ll want to read this. I’m not sure if it’s made the rounds on TV news yet but it answered some questions and caused some concern. It’s always blissful until someone slams the door in your face, or cut’s you off on the road, flips you off, etc. No idea why this would happen, but it did. Now we all need to BOTH find ways of keeping these things from happening, within reason, and to prosecute and slam the door on those idiots who do this for fun, revenge, or terrorism.
I received this message from Andrew Badera:
LinkedIn
MESSAGES
Andrew Badera wrote:
Though I think Computerworld took a slightly more negative spin to my input than my email really conveyed (in) toto, this is a decent look at the Twitter DDoS situation from the perspective of Twitter app developers like myself.
App developers stung by Twitter's DOS woes
Computerworld | August 07, 2009 | 06:04 PM PDT
Developers who built applications for Twitter and generate money from them have been hard-hit by the micro-blogging service's many hours of downtime in the past day, as hackers pummel Twitter with an ongoing denial-of-service attack
by BizTron
3. August 2009 19:43
If you have a SQL Express 2005 installation with SQL Management Studio express installed these four commands will do a silent upgrade to 2008.
SQL Server Express
First extract the contents of the SQL Express download into a directory.
SQLEXPRWT_x86 /EXTRACT
(or whatever .exe you downloaded.)
Install Windows Installer 4.5 and Windows Powershell.
Then remove SQL Tools 2005
msiexec /quiet /Uninstall {58D379F7-62BC-4748-8237-FE071ECE797C}
Remove Management Studio
msiexec /quiet /Uninstall {20608BFA-6068-48FE-A410-400F2A124c27}
Ugrade the SQL Engine.
SETUP.EXE /QUIET /ACTION=upgrade /INSTANCENAME=SQLExpress
Install Management Studio 2008 Express
SETUP.EXE /QUIET /ACTION=Install /FEATURES=Tools /INSTANCENAME=SQLExpress
http://devspeed.spaces.live.com/Blog/cns!34211943A0184E9C!204.entry
f7632930-3615-4ba1-8467-f9958160567f|0|.0
Tags: