Archive for February, 2010

Find and Replace with Carriage Return

Share on TwitterSubmit to StumbleUponDigg This
Something I do on a honestly regular basis is Find and Replace with Carriage Return. This small gem of information is so simple but so useful I thought I'd share it with you. When you have a huge list extracted or exported from another application, you will frequently find that you have commas or spaces separating the items in the list. This is a bit annoying when you need to place the items into a vertical list i.e. a carriage return after each entry. If your text editor supports regular expressions, it's so simple. Perform a search/replace with your current separating character and replace it with \n . The standard programming representation for Carriage Return is backslash and 'n', this is used by the regular expression standard.
Share on TwitterSubmit to StumbleUponDigg This
In: resourcesAuthor: EditorComments (1)

Remote Desktop Web Access for FREE?

Share on TwitterSubmit to StumbleUponDigg This
The huge boys in Remote Desktop Web Access make it look as if you are going to get their service completely free. Then you go to their site and quickly find that they're offering you a trial period. So what they are offering is NOT free. Their hope is that you'll try it and then be so hooked you'll stick with it and start paying. I can't blame them for doing this as they are offering levels of support with their packages and they are looking to make a profit and obviously they have to pay the support staff. Now as you probably know, I'm an advocate of open source software and systems and by its very nature nearly never comes with any level of support other than access to forums. There are several completely free ways in which to make a remote connection to another desktop but invariably they require port forwarding through firewalls after downloading and installing software, assuming you know which ports to use. If you know what you're doing then it's reasonably simple to get things working, that's also assuming that the other party knows what to do as well. What we really want is a simple website to go to where both parties can see each other and make the connection. The closest to this is GoToMyPC which uses Java so you need Java runtime library installed on your PC. The advantage of this is that as long as you can install Java runtime, it doesn't matter whether you use Windows, Mac or Linux. A lot of people already have this installed. The downside of GoToMyPC is that it currently costs $16.95 per computer per month on the monthly plot for 2-20 computers. I reckon that's extortionate. Unfortunately I haven't yet found a free system that works the same way. The only free RDP systems I know of are Microsoft RDP which is not present on the XP Home Edition and various versions of VNC which can be downloaded. One very excellent system is TeamViewer which is free for personal use but even this requires a license for commercial use. Most software companies that use GNU VNC at the core of their systems still end up charging for their product as they wrap a more friendly front end around VNC and add a few bells and whistles. If any of you out there know of any free systems that operate like GoToMyPC then please leave some details in a comment.
Share on TwitterSubmit to StumbleUponDigg This
In: resourcesAuthor: EditorComments (2)