Using a Version Repository

For a long time I haven’t really used a code version control repository.  For those that don’t know this is used for storing documents usually in the form of programming code that allows for multiple users to work on a project without stepping on each others toes.

There are a lot of different ways to do this and it really depends on what you are doing.  It seems to me that the majority of developers have switched to using gitHub.  I looked at github and it has all of the usual versioning stuff like branches/forks, tags and multi-user capability.  It seems to be a bit more flexible in how it handles things. One thing that it doesn’t do is plug into dreamweaver.  I’m not sure if Dreamweaver will ever include github but since they have support for subversion I can only imagine that they will have to build in git at some point.

Other versioning technlogy exists as well such as CVS and Team Foundation Server (TFS).  I have used both and I can say things have come a long way since the olden days.  TFS is a very mature Microsoft product best suited for .NET development.  I think the closest thing to TFS in the open source world is git.  I have to say TFS seems to be better suited to the task as it was very reliable whenever I had to use it.

subversion_logo

 

After some investigation I found myself setting up subversion for the project I am working on as the other developers are using Dreamweaver and prefer to not change.  This left me trying to figure out the architecture of the repository which has many other factors to consider such as the number of files and where the programmers are located (same site/remote).  I also had to figure out the access methods that we are going to use.  DW supports http/https/svn+ssh and svn protocol directly.  For ease of use and security the only logical choice was https as the other programmers are remote and we require security.  The other secure option seems like a real pain to configure in windows.  So that all decided I was kind of locked into using apache as the web server as that method, when used with Dreamweaver, requires webdav which sort of dictates that we use mod_dav_svn on apache.

So it seems the IDE decided my fate for me.  Since we use dreamweaver and are located at remote sites we had to use subversion on apache hosted remotely.  We have selected a host, have our SSL certificate and are ready to build.  I have also opted to install Jenkins to do the automatic package builds.

Now all I need to do is set it up.

~JCF

VPS Servers

Our cheap VPS web server accounts are intended for advanced users who need to manage their own private server but are not yet ready to move to a dedicated hosting solution due to the high maintenance costs. VPS servers are based on an innovative virtualization technology, allowing for each VPS user to be completely independent from the others on the same machine. This unique technology brings you generous amounts of RAM memory, CPU and network resources, which you can make use of at any given moment.
covair

Starting at $30.00 per month with lots of options!

More information here: http://www.rtihosting.net/?lang=en&action=vps-hosting

~JCF

Order Your Domain With Us

For those that don’t know, 1MB offers domain registration. Domain registration is where you purchase your own website.com and own it for as long as you keep your registration.  This allows you to have your own custom email address (you@website.com) and if you want to you can host your own web site.

rtihosting_banner

To register your domain with us perform these simple steps:

1) Search for your name on our site (click here)

2) When you are ready to order click on the register link and follow the instructions.  If you wish to register the domain only you must select “Domain Manager” from the web hosting options.  Otherwise choose from one of our fantastic web hosting plans.

It only costs $8.95 per year and we will ensure you never lose your domain by contacting long in advance of expiry as well as give you options to pay for multiple years or automatically renew.

~JCF

Updated Theme

Updated the theme on this blog for 2013. I’ve added the new scrolling feature so the site and made it compatible with mobile devices. I implemented my changes using a child theme and everything seems to be working great. I hope you enjoy the changes as well.

1mb_gfx

~JCF