Subcontracting from home
-
Hi all, As my son nears his first birthday I've been looking at work I can do from home. I've had an offer which is right up my street (ecommerce website dev), well, pretty much - I've not had too much to do with the design side of the sites I've worked on before but now I'll be delivering the whole package. So I'm just wondering, does anyone else here work from home? Any great advice? For the first few weeks I'll probably be even more sleep deprived than usual (Mikey still has two feeds a night) as getting Mikey into daycare for a couple of mornings a week is proving a nightmare so I'll be burning the midnight oil I guess :). Also, as we've just emigrated I don't have the capital for a lot of dev software. The pc we've bought came with XP home edition - is there any real reason (I don't mean irritations, I'll live with those) why I won't be able to get by with this? Also, are there any free .NET IDE's anyone can recommend? I've always been in the fortunate position to have my employers worry about this sort of thing before. What about SQL Server? Is it even legal to use a free SQL Server IDE when SQL Server is an MS product? Hopefully I'm not breaking any rules asking these questions on CP or offending anyone :).
A mum and loving it!
-
Hi all, As my son nears his first birthday I've been looking at work I can do from home. I've had an offer which is right up my street (ecommerce website dev), well, pretty much - I've not had too much to do with the design side of the sites I've worked on before but now I'll be delivering the whole package. So I'm just wondering, does anyone else here work from home? Any great advice? For the first few weeks I'll probably be even more sleep deprived than usual (Mikey still has two feeds a night) as getting Mikey into daycare for a couple of mornings a week is proving a nightmare so I'll be burning the midnight oil I guess :). Also, as we've just emigrated I don't have the capital for a lot of dev software. The pc we've bought came with XP home edition - is there any real reason (I don't mean irritations, I'll live with those) why I won't be able to get by with this? Also, are there any free .NET IDE's anyone can recommend? I've always been in the fortunate position to have my employers worry about this sort of thing before. What about SQL Server? Is it even legal to use a free SQL Server IDE when SQL Server is an MS product? Hopefully I'm not breaking any rules asking these questions on CP or offending anyone :).
A mum and loving it!
If you plan on doing ASP.NET work, be aware that there's no officially supported way to install IIS on XP Home. Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
Currently working on C++/CLI in Action for Manning Publications. -
If you plan on doing ASP.NET work, be aware that there's no officially supported way to install IIS on XP Home. Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
Currently working on C++/CLI in Action for Manning Publications.Nishant Sivakumar wrote:
If you plan on doing ASP.NET work, be aware that there's no officially supported way to install IIS on XP Home.
Ah, thanks Nish - that might count as a little more than an "irritation" then :doh: [edit]BTW Nish, just to make sure - does "not officially supported" mean the same as illegal, or does it simply mean my life could become more difficult? [/edit]
A mum and loving it! -- modified at 23:23 Thursday 18th May, 2006
-
Hi all, As my son nears his first birthday I've been looking at work I can do from home. I've had an offer which is right up my street (ecommerce website dev), well, pretty much - I've not had too much to do with the design side of the sites I've worked on before but now I'll be delivering the whole package. So I'm just wondering, does anyone else here work from home? Any great advice? For the first few weeks I'll probably be even more sleep deprived than usual (Mikey still has two feeds a night) as getting Mikey into daycare for a couple of mornings a week is proving a nightmare so I'll be burning the midnight oil I guess :). Also, as we've just emigrated I don't have the capital for a lot of dev software. The pc we've bought came with XP home edition - is there any real reason (I don't mean irritations, I'll live with those) why I won't be able to get by with this? Also, are there any free .NET IDE's anyone can recommend? I've always been in the fortunate position to have my employers worry about this sort of thing before. What about SQL Server? Is it even legal to use a free SQL Server IDE when SQL Server is an MS product? Hopefully I'm not breaking any rules asking these questions on CP or offending anyone :).
A mum and loving it!
-
Megan Forbes wrote:
Also, are there any free .NET IDE's anyone can recommend?
Try these: (they are not necessarily good, but they are free) -Microsoft Express Editions -leppie has xacc.ide
Wow, awesome, thanks! I had no idea they even existed. It's like starting all over again - it's amazing how much one year with a baby can push out of your brain :sigh:.
A mum and loving it!
-
Hi all, As my son nears his first birthday I've been looking at work I can do from home. I've had an offer which is right up my street (ecommerce website dev), well, pretty much - I've not had too much to do with the design side of the sites I've worked on before but now I'll be delivering the whole package. So I'm just wondering, does anyone else here work from home? Any great advice? For the first few weeks I'll probably be even more sleep deprived than usual (Mikey still has two feeds a night) as getting Mikey into daycare for a couple of mornings a week is proving a nightmare so I'll be burning the midnight oil I guess :). Also, as we've just emigrated I don't have the capital for a lot of dev software. The pc we've bought came with XP home edition - is there any real reason (I don't mean irritations, I'll live with those) why I won't be able to get by with this? Also, are there any free .NET IDE's anyone can recommend? I've always been in the fortunate position to have my employers worry about this sort of thing before. What about SQL Server? Is it even legal to use a free SQL Server IDE when SQL Server is an MS product? Hopefully I'm not breaking any rules asking these questions on CP or offending anyone :).
A mum and loving it!
Megan Forbes wrote:
So I'm just wondering, does anyone else here work from home? Any great advice?
Forget about procrastination :p
Megan Forbes wrote:
The pc we've bought came with XP home edition - is there any real reason (I don't mean irritations, I'll live with those) why I won't be able to get by with this?
No IIS :( Cassini works perfect though. So no issues there really :)
Megan Forbes wrote:
Also, are there any free .NET IDE's anyone can recommend?
If you going with .NET 2.0, there is no reason not to use the Express products (not sure about commercial usage for them though, I know SQL Express has no limitation). There is of course xacc.ide, but thats more 'editor for anything' currently. SharpDevelop is also handy, but I am not sure about ASP.NET support (something rings a bell).
Megan Forbes wrote:
What about SQL Server? Is it even legal to use a free SQL Server IDE when SQL Server is an MS product?
The
SQL Server Management Studio Express
(yes, thats the name) is a replacement for Enterprise Manager and Query Analyser. So basically MS has made it easy for anyone developing .NET 2.0 apps :) Now we just need to find more people to start coding!**xacc.ide-0.1.3.14 - Now with syntax support for PowerShell
xacc.ide-0.1.3.13 source code**
-
Megan Forbes wrote:
Also, are there any free .NET IDE's anyone can recommend?
Try these: (they are not necessarily good, but they are free) -Microsoft Express Editions -leppie has xacc.ide
Bob X wrote:
leppie has xacc.ide
Thanks for the plug :)**
xacc.ide-0.1.3.14 - Now with syntax support for PowerShell
xacc.ide-0.1.3.13 source code**
-
Bob X wrote:
leppie has xacc.ide
Thanks for the plug :)**
xacc.ide-0.1.3.14 - Now with syntax support for PowerShell
xacc.ide-0.1.3.13 source code**
-
Megan Forbes wrote:
So I'm just wondering, does anyone else here work from home? Any great advice?
Forget about procrastination :p
Megan Forbes wrote:
The pc we've bought came with XP home edition - is there any real reason (I don't mean irritations, I'll live with those) why I won't be able to get by with this?
No IIS :( Cassini works perfect though. So no issues there really :)
Megan Forbes wrote:
Also, are there any free .NET IDE's anyone can recommend?
If you going with .NET 2.0, there is no reason not to use the Express products (not sure about commercial usage for them though, I know SQL Express has no limitation). There is of course xacc.ide, but thats more 'editor for anything' currently. SharpDevelop is also handy, but I am not sure about ASP.NET support (something rings a bell).
Megan Forbes wrote:
What about SQL Server? Is it even legal to use a free SQL Server IDE when SQL Server is an MS product?
The
SQL Server Management Studio Express
(yes, thats the name) is a replacement for Enterprise Manager and Query Analyser. So basically MS has made it easy for anyone developing .NET 2.0 apps :) Now we just need to find more people to start coding!**xacc.ide-0.1.3.14 - Now with syntax support for PowerShell
xacc.ide-0.1.3.13 source code**
-
Megan Forbes wrote:
So I'm just wondering, does anyone else here work from home? Any great advice?
Forget about procrastination :p
Megan Forbes wrote:
The pc we've bought came with XP home edition - is there any real reason (I don't mean irritations, I'll live with those) why I won't be able to get by with this?
No IIS :( Cassini works perfect though. So no issues there really :)
Megan Forbes wrote:
Also, are there any free .NET IDE's anyone can recommend?
If you going with .NET 2.0, there is no reason not to use the Express products (not sure about commercial usage for them though, I know SQL Express has no limitation). There is of course xacc.ide, but thats more 'editor for anything' currently. SharpDevelop is also handy, but I am not sure about ASP.NET support (something rings a bell).
Megan Forbes wrote:
What about SQL Server? Is it even legal to use a free SQL Server IDE when SQL Server is an MS product?
The
SQL Server Management Studio Express
(yes, thats the name) is a replacement for Enterprise Manager and Query Analyser. So basically MS has made it easy for anyone developing .NET 2.0 apps :) Now we just need to find more people to start coding!**xacc.ide-0.1.3.14 - Now with syntax support for PowerShell
xacc.ide-0.1.3.13 source code**
Awesome, thanks for all the info Leppie! I'll look into Cassini. I do actually have XP Pro on my old laptop, but as that's getting rather slow and I'll be developing on our new desktop I guess that only helps for a bit of extra testing. Those express IDE's look really great (busy downloading), and I guess MS has been wise releasing them if they want people to continue developing using their technologies. I for one am rather glad to find I don't have to go out and cross-train in PHP and MySQL :laugh:.
A mum and loving it!
-
leppie wrote:
Express products (not sure about commercial usage for them though
Afaik, there are no limitations license wise, but there is no add-in support.
Bob X wrote:
...but there is no add-in support
Long live CP :-D
A mum and loving it!
-
Awesome, thanks for all the info Leppie! I'll look into Cassini. I do actually have XP Pro on my old laptop, but as that's getting rather slow and I'll be developing on our new desktop I guess that only helps for a bit of extra testing. Those express IDE's look really great (busy downloading), and I guess MS has been wise releasing them if they want people to continue developing using their technologies. I for one am rather glad to find I don't have to go out and cross-train in PHP and MySQL :laugh:.
A mum and loving it!
Just FYI, Visual Web Developer Express comes with Cassini built-in. So you don't have to look into it, per se, as that's what VWD is going to use unless you tell it to use IIS. :)
Once you wanted revolution
Now you're the institution
How's it feel to be the man? -
Bob X wrote:
...but there is no add-in support
Long live CP :-D
A mum and loving it!
-
Awesome, thanks for all the info Leppie! I'll look into Cassini. I do actually have XP Pro on my old laptop, but as that's getting rather slow and I'll be developing on our new desktop I guess that only helps for a bit of extra testing. Those express IDE's look really great (busy downloading), and I guess MS has been wise releasing them if they want people to continue developing using their technologies. I for one am rather glad to find I don't have to go out and cross-train in PHP and MySQL :laugh:.
A mum and loving it!
-
Just FYI, Visual Web Developer Express comes with Cassini built-in. So you don't have to look into it, per se, as that's what VWD is going to use unless you tell it to use IIS. :)
Once you wanted revolution
Now you're the institution
How's it feel to be the man?UltrDev has a newer version on their site :) http://www.ultidev.com/products/Cassini/[^]**
xacc.ide-0.1.3.14 - Now with syntax support for PowerShell
xacc.ide-0.1.3.13 source code**
-
Awesome, thanks for all the info Leppie! I'll look into Cassini. I do actually have XP Pro on my old laptop, but as that's getting rather slow and I'll be developing on our new desktop I guess that only helps for a bit of extra testing. Those express IDE's look really great (busy downloading), and I guess MS has been wise releasing them if they want people to continue developing using their technologies. I for one am rather glad to find I don't have to go out and cross-train in PHP and MySQL :laugh:.
A mum and loving it!
Megan Forbes wrote:
I do actually have XP Pro on my old laptop, but as that's getting rather slow
Would make a nice 'server' then, not sure how to enable remote IIS debugging, but thats the idea :)**
xacc.ide-0.1.3.14 - Now with syntax support for PowerShell
xacc.ide-0.1.3.13 source code**
-
leppie wrote:
Express products (not sure about commercial usage for them though
Afaik, there are no limitations license wise, but there is no add-in support.
It's just pity that it doesnt support multiple project types, and hence the reason why I am still grinding on good ol' VS2003 :)**
xacc.ide-0.1.3.14 - Now with syntax support for PowerShell
xacc.ide-0.1.3.13 source code**
-
Hi all, As my son nears his first birthday I've been looking at work I can do from home. I've had an offer which is right up my street (ecommerce website dev), well, pretty much - I've not had too much to do with the design side of the sites I've worked on before but now I'll be delivering the whole package. So I'm just wondering, does anyone else here work from home? Any great advice? For the first few weeks I'll probably be even more sleep deprived than usual (Mikey still has two feeds a night) as getting Mikey into daycare for a couple of mornings a week is proving a nightmare so I'll be burning the midnight oil I guess :). Also, as we've just emigrated I don't have the capital for a lot of dev software. The pc we've bought came with XP home edition - is there any real reason (I don't mean irritations, I'll live with those) why I won't be able to get by with this? Also, are there any free .NET IDE's anyone can recommend? I've always been in the fortunate position to have my employers worry about this sort of thing before. What about SQL Server? Is it even legal to use a free SQL Server IDE when SQL Server is an MS product? Hopefully I'm not breaking any rules asking these questions on CP or offending anyone :).
A mum and loving it!
I hated working from home. I found I worked way too much and too hard. I prefer to leave my work at the office and limit myself to 7 or 8 hours a day with the occasional long days when you have to carry management. To sum up, it was gay. :laugh: Anyway everyone is different so this may not be a problem for you. Just be cautious.
"What classes are you using ? You shouldn't call stuff if you have no idea what it does"
Christian Graus in the C# forumled mike
-
Hi all, As my son nears his first birthday I've been looking at work I can do from home. I've had an offer which is right up my street (ecommerce website dev), well, pretty much - I've not had too much to do with the design side of the sites I've worked on before but now I'll be delivering the whole package. So I'm just wondering, does anyone else here work from home? Any great advice? For the first few weeks I'll probably be even more sleep deprived than usual (Mikey still has two feeds a night) as getting Mikey into daycare for a couple of mornings a week is proving a nightmare so I'll be burning the midnight oil I guess :). Also, as we've just emigrated I don't have the capital for a lot of dev software. The pc we've bought came with XP home edition - is there any real reason (I don't mean irritations, I'll live with those) why I won't be able to get by with this? Also, are there any free .NET IDE's anyone can recommend? I've always been in the fortunate position to have my employers worry about this sort of thing before. What about SQL Server? Is it even legal to use a free SQL Server IDE when SQL Server is an MS product? Hopefully I'm not breaking any rules asking these questions on CP or offending anyone :).
A mum and loving it!
Megan Forbes wrote:
So I'm just wondering, does anyone else here work from home?
Yep. Two weeks now.
Megan Forbes wrote:
Any great advice?
We're lucky - we have a big house. I have a room, which is my work room. Sadly, it's right by the kids bedrooms, so to tell the truth, I often have Calvin come in briefly in the morning, but generally the understood rule is that if the door is closed, if they can hear hard rock coming out of the room, they are to leave me alone. It also means that no matter what happens, my desk is as I left it, I have no morning set up time, and I'm not distracted as I would be if, for example, the office was a desk in the lounge room. So long as you're able to keep yourself going, I've actually found you get a lot MORE done working from home, in an office, people are always coming by to say g'day ( or some local variant ) and chat.
Megan Forbes wrote:
Also, as we've just emigrated I don't have the capital for a lot of dev software.
Cool - where to ?
Megan Forbes wrote:
The pc we've bought came with XP home edition - is there any real reason (I don't mean irritations, I'll live with those) why I won't be able to get by with this?
I believe VS2005 has it's own web server built in, IIS was the main reason to want XP Pro.
Megan Forbes wrote:
Also, are there any free .NET IDE's anyone can recommend?
There is a web developer express and a C# express, they are free. There's also a VB Express, but that's a slippery path....
Megan Forbes wrote:
What about SQL Server?
SQL Server Express is free. SQL Server Dev Edition is pretty cheap, however. Christian Graus - Microsoft MVP - C++ -- modified at 0:31 Friday 19th May, 2006 P.S. My word - you've moved to Australia !!! Where-abouts are you ?
-
If you plan on doing ASP.NET work, be aware that there's no officially supported way to install IIS on XP Home. Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
Currently working on C++/CLI in Action for Manning Publications.But VS2005 has a built in web server, doesn't it ? Christian Graus - Microsoft MVP - C++