Posts Tagged ‘visual editor’

Apr 12 Microsoft Visual Studio 2010 Express Released Written by: Allen | 2 Comments »

Earlier today Microsoft released the final (RTM) versions of their Microsoft Express offerings. The software was previously available as a beta release. The tools are all free and appear to be a good way to get started with Microsoft development. Unlike many free development software offerings, apparently these tools can be used for commercial development.

The Microsoft Express software includes:

  • Visual Web Developer 2010 Express
  • Visual Basic 2010 Express
  • Visual C# 2010 Express
  • Visual C++ 2010 Express

If you are planning to use the Microsoft Express software, check out the very detailed FAQ which offers insight into what you can and can’t build using the free versions of the development software.

May 5 Managing User Permissions on Unix Written by: Curtiss | 1 Comment »

I am basically posting this here as a reference for myself, but I’m sure the information will be helpful to other people out there, as well.

Occasionally, when working on my Web server, I need to create a new user on the server and grant one or more other users permission to view and edit files within the new user’s home directory. This task, in itself, does not seem all that difficult on the surface. However, because most Unix servers are set up (and rightfully so, for security purposes) not to allow most users to navigate outside of their own home directories, it becomes a problem.

Let’s say, for example, that you have two users on your Web server that you want to allow permissions to view and edit each other’s home directories, but you don’t want them to have access to any other files and folders on the Web server.

(more…)