This is a guest post. Mila Johnson is an internet entrepreneur who uses GoDaddy discount codes to save money on her domains. 

Read the rest of this entry »

Comments No Comments »

This is a guest post, thank you Mariana !

Mariana Ashley is a freelance writer who particularly enjoys writing about online colleges. She loves receiving reader feedback, which can be directed to mariana.ashley031 @gmail.com.

Read the rest of this entry »

Comments 1 Comment »

Programming large projects can be a quite tedious projects that needs lots of code refactoring again and again, if the code is not well written from the beginning. A very efficient way to make sure that your code is of the highest standards, is by utilizing design patterns if applicable. A design pattern is actually a way of organizing your code so that it is well written, maintainable and extensible. There are various design patterns fitting lots of different situations. One of my favorites is the Strategy design pattern.

Read the rest of this entry »

Comments No Comments »

Some time ago, i’ve written a post about the basics of git, how to create a local repository on git and more. However, git is a bit complicated, especially if you are switching from subversion. It’s highly likely that you have been using subversion in a remote repository, that is in another machine, and you have been committing your changes there. This is definitely the most standard model that programmers tend to work with.

Read the rest of this entry »

Comments 2 Comments »

This is a guest post by Nadia Jones who blogs at best online college about education, college, student, teacher, money saving, movie related topics. You can reach her at nadia.jones5(at)gmail.com. Thank you Nadia ! :)

Read the rest of this entry »

Comments No Comments »

Even if you haven’t had a chance to handle XML through one of your programs yet, chances are that there will be a time that you will need to. Well, maybe that time is now, since you’re reading this post. I have good news for you. Handling XML in Python is very easy. In this post, i will describe how you can create a very handy minimal xml writer class, that will help you create your xml files with ease.

Read the rest of this entry »

Comments No Comments »