Hello, my name is Douglas Vos. I live in the Detroit area (Michigan, USA) and I started VVN.NET back in 1998. My personal website is DougVos.com and it’s all about the person – Douglas J. Vos (that’s me). So, as I have time, I’ll be putting my family history, my autobiographical writings, my professional career highlights, and my music on that other website.

VVN.NET (that’s where you are now) is about things I am interested in, but not much about me. The layout, structure, and content of the vvn.net website has changed several times over the years because VVN is a sandbox (for trying out new things or ideas) and a test lab — for testing new computer languages, web services, and content management system (CMS) software.

VVN – Vos Virtual Network is about new technology trends on the Internet, and a variety of other topics. Delight based learning is part of my personal philosophy for life. I enjoy researching and learning new things every day, and writing down my discoveries and observations.

So, VVN.NET (the Vos Virtual Network) is about technology, computer languages, computer networks, free software, open source software, and virtually everything else in the universe. If you want anthropology, cosmology, epistemology, etymology, geography, history, ideology, methodology, musicology, mythology, photography, technology, theology, videography, and webstandardology – please stay here.

Or, if you want more Doug – please go to DougVos.com.

Disclaimer: The values, viewpoints and opinions expressed on this blog are totally my own, and do not necessarily reflect the values, viewpoints, or opinions of my employer, clients, or any other affiliation.

Blogs, Content Management Systems, Web Frameworks, and Wikis:

There are several open source software systems that I’m analyzing, evaluating, reading about, or testing. They are: Django, Drupal, Plone, Ruby on Rails, and WordPress

Scripting and markup languages that I occasionally write about:

  • CSS – cascading style sheets
  • HTML/XHTML
  • JavaScript – otherwise known as ECMAscript
  • Perl
  • PHP
  • Python
  • REBOL
  • Ruby
  • SQL – especially mySQL

Leave a Reply

  • How To Find Ruby User Groups March 9, 2010
    Ruby User Groups (RUGs, for short) are typically informal organizations put together to encourage Ruby developers with certain areas to get together, share ideas, and, often, to have some fun. If you're lacking for inspiration or want to get to know some Rubyists within certain parts of the world (or just around the corner, if you're lucky), headin […]
  • Vagrant: EC2-Like Virtual Machine Building and Provisioning from Ruby March 8, 2010
    Vagrant is a Ruby-based tool for building and deploying virtualized development environments. It uses Oracle's open-source VirtualBox virtualization system along with the Chef configuration management engine along with lots of Ruby goodness to automate the creation and provisioning of virtual machines for development purposes. […]