David Cumps
#region .Net Blog
-
WebDD 2007 Is Over
Hello there!
-
Visiting WebDD - Reading
Today I got a letter from Microsoft UK personally confirming my registration for the WebDD event for next weekend.
-
Personal space: Nucleus, DokuWiki, POP3, ..
It's been silent for a while again, mostly due to a lot of time going to my new job.
One of the things I've come up with lately is a new personal blog to share some of my consultant experiences. It's written in Dutch however, since it's less technical and more personal :)
Technical posts will still come up here, and here is a small one:
Becoming a consultant, I had the idea to set up a dedicated server to manage everything abroad.
Stuff like subversion, blog, wiki, imap, smtp, pop3, ...
But due to a cost issue, I stepped away from that idea, although it remains quite nice ;)
However, most of the above ideas can be solved on only shared webhosting space!
- Nucleus CMS as a personal blogging engine.
- DokuWiki as a personal wiki.
- And I'll code something in PHP to check my pop3 boxes and make them available through a centralised site, since apparently most solutions are either IMAP-only, or looking ugly.
Dokuwiki is quite nice, I'm sold for the idea of keeping a personal wiki. Documenting everything work related in a nice, presentable way. Easy to access, and only one place, instead of storing everything scattered through my filesystem, emails, papers, ...
I'll also try to use it to document all my future public projects, to complement this blog.
Currently, there's not much public information on it yet, but you can check out the blog and wiki at:
- Blog: consultants-life.be
- Wiki: consultants-life.be/wiki
-
Fixing Virtual PC Keyboard Lockup
Lately I hear about a lot of people using VPC that their keyboard suddenly stops working inside VPC.
-
Virtual PC Differencing Disks Hierarchy
A long time ago, I talked about Differencing Disks in Virtual PC.
-
What happened on August 27, 2001?
Internet Explorer 6 was officially released.
-
Extracting stored procedure content via SQL
Some nifty SQL statements I made last week:
Firstly, listing all databases on a server.
-- Get Databases
SELECT name FROM master.dbo.sysdatabases ORDER BY name -
Starting DirectX Adventures
This week I started playing around with Managed DirectX (MDX) and it's a really fun thing. I attempted it a couple of times a long time ago, but never quite understood it, but now I have a good feeling about it, a sense of order and structure has shown itself in DirectX code.
-
Changed Job - Financial Architects
Well, what have I done during the last year? First of all, I graduated from school with highest distinction and got a job as a webdeveloper, creating ASP.NET sites. Actually, I helped to come up with and create a rather generic cms-like framework that is being used for all future sites, cutting back on development time when administration sections have to be made, and when a lot of re-occurring things have to be implemented in a site. That's about the only vague description I can give, since it's "top secret" ;)
-
Return from a long absence
After not having blogged for about a year on this site, I decided to play with the new Community Server 2.0 on weblogs.asp.net once ;)
Things surely changed a lot with the old site, most of all the look and the nice layout I managed to tweak is lost.
But the admin section is so much more extended now, and well, it sparked my interest again =)
So, expect some posts from me later this week, I'm back :)
Update:
After playing a bit with the skins, I found one I'll settle with for now. Made some tweaks to it, to use more screen-estate, and changed the Tags display to a list like all other lists on the site (although there's a problem due to the nested ul's on weblogs.asp.net apparently)