1
vote
2answers
84 views
Editing an XML file?
How do I add another element/childnode to a specific parent node in an XML file?
Specifically a new video object to the media node.
I want to turn this:
<?xml version="1.0" en …
0
votes
2answers
51 views
Resources for creating a Binary Usenet client
I am interested in creating a Binary Usenet client as a personal endeavor. My initial plans are to write it in Mono - but I haven't started anything yet.
I am familiar with C# but …
0
votes
2answers
92 views
Is it possible to override a method in a class in a dll file?
I've included a dll file into my windows form project.
1. Is it possible to override a particular class entirely?
2. Is it possible to add a new method to a particular class in the …
6
votes
14answers
425 views
Why can’t I keep 2 languages in my head at the same time?
At home I'm working on a large personal project written in Java. I recently found employment as a C# developer.
After an 8 hour workday reading C# code, I find it very hard to swi …
3
votes
7answers
240 views
Use company laptop for personal project
I'm thinking about starting a new personal project to work on in my spare time. I was wondering if it is ok to use the company laptop for this?
I'm using visual studio 2008 for de …
3
votes
3answers
261 views
Organizing your personal utility code repository
Many of us have a personal repository where we keep our code. Sometimes it's just our hobby code, some people include code from their jobs (shame!), but many of us have a repositor …
10
votes
4answers
176 views
What is the preferred process for sellling a personal project/product?
I have begun work on a personal project that may end up having some real-world applicability. I am beginning to entertain the idea of selling licenses. I am sure some others here h …
1
vote
5answers
218 views
Site admin without username & password
Right now I'm building a personal site/blog and have pretty much got it they way I want except I'm in two minds about how to add posts to it.
It's just me who'll be adding posts a …
3
votes
7answers
269 views
Finding the motivation for doing spare time projects
I believe that spare time programming projects are an important way to improve my skills as a developer, but lately I've been having troubles finding the motivation to work on them …
12
votes
13answers
714 views
Finding the time to program in your spare time?
I've got about a dozen programming projects bouncing about my head, and I'd love to contribute to some open source projects, the problem I have is that having spent the entire day …
6
votes
10answers
381 views
How do you sustain motivation when working on personal projects?
You're working on a personal project you are excited about, and you enjoy working on it, but you don't feel like working on it. Outside of a work environment there are no external …
