Today is a sad day. A day that will go down in the history books. Well, not really....but it will for me.
For today is the day I officially retire my Gateway 2000 server. Yes. That is Gateway TWO THOUSAND. Remember when Gateway had 2000 beside their name??
In December 1999, I bought at the time, the best most powerful computer I have ever used. A Gateway 2000. A Pentium III 450 MHz. (That's less than 1/2 GHz for you math nerds out there). See, at the time, my main machine was a custom built (by me) AMD clone. It was equivalent to a Pentium 133 Mhz.
This quick little helper comes in handy. Be sure to change UTF8 to any other format you may want (UTF32, etc).
If'n anyone wants to follow me on Twitter (can't imagine WHY) then beam on over to: http://twitter.com/cbmeeks
Looks like I solved my little issue. I took some suggestions from some of you (THANKS!!!) and came up with the following solution that works pretty well:
I'm back from my C# projects and now I have some time to devote to learning Django again. I've decided to cancel my forum project because there are just too many solutions out there. Maybe not completely in Django but there are a few.
Anyway, I am writing a tiny application that will basically be a check book register. VERY simple. Basically, you can record transactions with the following:
Transaction Date, Cleared (or posted), Description, Credit, Deposit
Too bad there isn't a Clear button to wipe out recent projects in Visual Studio (2005).
I sometimes like to clear mine out because I might setup many test projects that I don't need to keep.
This involves the registry so be sure to BACK UP YOUR REGISTRY FIRST!
Open up RegEdit and look for this group:
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList
Delete them all and there you go. Nice and clean.
The next time you start Visual Studio, your recent project list will be empty.
Many users have the need to make sure their files have not been altered. Especially when transferred over a large network like the Internet.
One method is to generate an MD5 Hash of that file for safe-keeping. Then, you could at a later date generate another MD5 Hash and compare the two. If the hash is different, then the file has been altered. As long as you know the original MD5 hash (or just about any hash), you will always know if the file has been changed.
I was surfing the internet and stumbled across a post someone made that said you couldn't pass a parameter into a stored procedure to change the ORDER BY clause of a select statement.
Well, I knew that couldn't be true. Let's look at the problem with a small example.
Say you have a table called "Employees".
When you try to execute that script, you should get an error like:
I am sad to say that I need to sell my "Django Book". The same book at http://www.djangobook.com.
I love the book but I need to make room and clear out my book shelf. I am actually selling many of my "keepers" including some Rails books.
Send me a message if anyone is interested. Most of my books are in mint or near mint condition.
Oh, and make me an offer.
This quick little snippet shows how you can populate a DataTable using a SqlDataAdapter. I like to think of a DataTable as a memory-based SQL table and a SqlDataAdapter as a device that can perform operations on DataTables, DataSets, etc. Operations such as select, delete, etc.
Recent comments
5 days 18 hours ago
5 days 21 hours ago
1 week 4 days ago
1 week 5 days ago
2 weeks 4 days ago
2 weeks 4 days ago
2 weeks 4 days ago
2 weeks 4 days ago
2 weeks 4 days ago
2 weeks 4 days ago