remote-working

How to avoid pauses when editing code on a network drive?

I'm planning on doing more coding from home but in order to do so, I need to be able to edit files on a Samba drive on our dev server. The problem I've run into with several editors is that the network latency causes the editor to lock up for long periods of time (Eclipse, TextMate). Some editors cope with this a lot better than others, ...

Remote working

I've got an interview on Tuesday for a job that's just a little too far to commute to, I would very much like to work remotely 4 out of 5 days a week so I'm asking what are the best ways to sell remote working to a prospective boss. ...

What's your favorite shared whiteboard tool?

I like to draw -- well, scribble -- while working with other people; that works well in my office, where I have a huge whiteboard. But if the other people are on the other end of a phone line, it's not so good. I played with skrbl.com, which isn't bad (though I couldn't make it work with Safari or Chrome), but it's not ideal. What is?...

Web based service for Using Remote Computers..

Are there any free web based service to manage/use your remote computers? I use Logmein free. It solves the purpose. But wondering any other free services available. Heard Copilot is great but not free! ...

Remote job opportunities for software developers

Does anyone know any sites offering remote working for software developers? ...

Can anyone recommend a free internet-based private Wiki?

I'm starting a programming project soon with a group of friends. We will all be working remotely most of the time. I'd like to start an online wiki that we can all access but it needs to be something that is free, private and accessible only to the team. Can anyone suggest a good host for this kind of wiki? Ideally it would have a fe...

How to make a living by programming from home

I've been working full-time as a programmer for 16 years across three different companies. While that has been fun (and not so fun), I'm at a point where I'd like to abandon the daily commute and corporate life, and instead try to make a living working from home. The model I've got in mind is taking on projects for companies located anyw...

source control when away from office

I sometimes code when i'm away from the office. I would like to continue to use the benifits of source control when not connected to the company network. My ideal system would allow me to checkin revisions to a repository on my laptop that would then sync with our main SVN repository when I connect to the company network. when syncing w...

Impersonation when running a remote triggered job

My (.NET) app allows users to tweak database values. They will then need to generate reports based on their edits, either Crystal or Reporting Services, but that's not important - what is important is that the generation won't definitely be able occur on their local box, e.g. they might not have Crystal Reports (or whatever) installed on...

Best practices for development with multiple machines and version control

I'm just getting into the practice of version control (I'd like to use Eclipse and SVN), and I'm not sure the best setup for my scenario. I'm currently a lone developer and I have two computers (a work desktop and a home office laptop) that I like to use for development (mainly web-based stuff). I have access to a Linux-based and a Wind...

Hosting company recommendation for remote vs.net desktop development

Hi, Are there any hosting companies that specialize in hosting a remote development environment? I am looking to have vs.net, sqlserver, subversion (and install my other development tools) so I can access my environment remotely from anywhere. ...

Remotely Programming

I'm doing my development work on my Windows machine, but my compiling on a remote Linux machine. What I currently do is start an X server on Windows, ssh into the Linux machine, then do the development remotely. What I'd like to do is edit my source on the Windows machine, and have it automatically copy files over to the Linux system w...

Remote working and making it better

Next month I'm going to be moving house and away from the office where I work with 6 other colleagues. I'm keen to keep some kind of presence in the office and although we are avid skype and ichat users I can't help that I will miss out on elements of communication. Does anyone have any good suggestions and experience - for example: al...

Remote access versus walking code

At my work we are growing to the point where we are becoming uncomfortable with "walking code". By that I mean code that goes home with developers such as myself on laptops. While I am a developer, meaning I certainly have a motivation to keep development as convenient as possible, I'm also a business person, which means I have a motiv...

What kind of characters and skills are essential for a developer who is working remotely?

For some personal reasons, have to leave the place where I live now, but still hope can keep working with the guys I am working with now. I read some articles say that need to set-up the always on skype group, but is this all and just no problem any more? ...

How to run execute .appref-ms C#

Hi I am trying to launch .appref-ms (Click once) application on remote machine using WMI but could not get success. The below code works fine if i try to run notpad.exe ManagementPath pm = new ManagementPath(@"\server\root\cimv2:Win32_process"); ManagementClass processClass = new ManagementClass(pm); //Get an input...

Remote programming and debugging

Hi there, I have to program a C/C++ application. I have windows and linux (ubuntu 9.04) in my machine, and can program in both of them (via gcc/code blocks/vim,etc). The problem is that the executable is going to be run in a Unix (not linux) machine (will have access to it in about 20 days). My Team Leader doesn´t want all of the code...

JQuery Gallerriffic plugin works locally but not remotely!?!

Hey! I'm using the wicked Gallerriffic plugin on a gallery page, and got it working locally... but for some frustrating reason it doesnt work when i upload the files to the server (in any broswer)! http://www.brookhouserh.co.uk/photo-gallery.html Thats the link to the gallery... it is picking up some of the jquery because the opacity ...

[PHP]: Directory handling problem.

My project files are located on remote server in the folder. I access a file in this folder in this way: http://www.example.com/searchtest.html This opens a page with Input Box where user types keywords to search. The search script is a .php file located in the root itself. The script has to search for .html files with the name similar...

What does errno=13 mean when connecting via OpenVPN?

The tail-end of an OpenVPN connection (that otherwise appears successful) says (with leading timestamps omitted): Note: Cannot open TUN/TAP dev /dev/net/tun: Permission denied (errno=13) Note: Attempting fallback to kernel 2.2 TUN/TAP interface Cannot allocate TUN/TAP dev dynamically Exiting What is the problem here? ...