home

Home key go to start of line in Visual Studio?

Where is the option in Visual Studio to make the Home key go to the start of the line? Right now you have to do Home,Home or Home, Ctrl+Left Arrow i'd prefer that home goes to the start of the line. i saw it before, but now i cannot find it. ...

Good Secure Backups Developers at Home

What is a good, secure, method to do backups, for programmers who do research & development at home and cannot afford to lose any work? Conditions: The backups must ALWAYS be within reasonably easy reach. Internet connection cannot be guaranteed to be always available. The solution must be either FREE or priced within reason, and subj...

What is the HOME method?

A client asked me if I knew anything about the HOME development method. I, together with wikipedia and acronymfinder, drew a complete blank. Has anyone here heard about a development method called HOME? ...

Home Office Programming requirements?

For people who do real actual programming from home, either part time or full time: What are some of the most important requirements, for encouraging productivity? Other factors to consider, for a home with a family and the normal distractions. Assume this is web application development, but open to comments for other types of systems ...

Company seeking my personal projects during non-work at home?

Ok, so I'm building "Web 2.0/3.0" sites to make extra money. I currently run my own personal project sites with some advanced technology in the backend (AI stuff, recommendation system) that I've developed over the years. It's a subscription site for me to make money on the side. Now, my company (they do web application/software technol...

Lighting Control with the Arduino

I'd like to start out with the Arduino to make something that will (preferably) dim my room lights and turn on some recessed lighting for my computer when a button or switch is activated. First of all, is this even possible with the Arduino? Secondly, how would I switch on and off real lights with it? Some sort of relay, maybe? Doe...

Setup a startpage without a correspondig menuitem in Joomla

In Joomla 1.5 I would like to have a startpage (that has its own template) but there should be no corresponding menuitem "startpage". If the user wants to navigate to the startpage the only way he can do that is by clicking on the logo in the header. How can I achieve this in joomla? Currently it seems that I am forced to select a menuit...

How can I monitor availability of a home electrical outlet remotely?

We have a freezer plugged into a GFCI electrical outlet that likes to "pop" and turn off on its own every once in a great while. What I would like to do is monitor the availability of this electrical outlet. Ideally, I'd like to plug in a cheap monitoring device, like a Smarthome or X10 type of device. And when the circuit turns off, ...

Unable to keep my Git clean and public at Home

I have my dot files in Github publicly. This means that I have only a few files at my Home shared with others. The disadvantage of sharing, for instance, .bashrc with others is that I need to be careful not adding confidential data to Github. I run git status I get a long list of untracked files. I found out that apparently the o...

magento - add image to left column on homepage

How do I add an image to the left column on the homepage? Regards, Fiona ...

How to change JAVA.HOME for Eclipse/ANT

I am trying to sign a jar file using an ANT script. I know this has to be pointed at the JDK directory for jarsigner.exe to run, but when I echo java.home it returns the JRE directory. This isnt a problem for javac because I can set the executeable path, but that does not exist for signjar. How do I change the java.home path? When I ...

Linux distribution for a programmer's private server

I'm going to get a low-end old (CHEAP!) computer to run non-stop as a little server for Subversion, Mercurial, Trac and maybe a little other things 99% for myself - performance isn't a concern. It'll probably have a 1 GHz P3/P4/Celeron, 256 MB SDRAM, 30 GB IDE HDD or something like that, any video card so I can hook up a monitor. I could...

How can I redirect the default home page to another page in CakePHP?

I need to redirect the default CakePHP home page / or (/pages/home) to /users/dashboard page I tried Router::connect('/', array('controller' => 'users', 'action' => 'dashboard')); and Router::connect('/pages/home', array('controller' => 'users', 'action' => 'dashboard')); But both are not working ...

ASP.NET MVC + move login controls to home page

This has really been bugging me. I would like to have the login interface on my home page for ASP.NET MVC. I have tried creating a partial view inside of the ~/Views/Account/ directory named LogOn.ascx but when i try to submit the values via the submit button, everything blows up. Am I missing something or is there an easier way to do th...

mysql 5.1 client keyboard setting

In Linux In MySQL 4.0, I press <Home> the cursor will go to the beginning of line, but has no effect according to press <Home> in MySQL 5.1, it appear a "~" character only. I press <Ctrl>+<A> the cursor go home I press <Ctrl>+<E> the cursor go end But in MySQL 4.0 I press <Home> Not <Ctrl>+<A> My practice is to press <Home> <End> <D...

need help with what direction to go in for a project

ive been given the following scenario and am not to sure what programing languages to use, i have used c# for a similar project but am not sure about the mobile phone part, i dont really need a full on answer just a push in the right direction. The aim of this project is to produce a server for monitoring home security. The server shoul...

How do I make disabled/enable in HTML?

When I pick Coffee check box group – enabled button box group – disabled When I pick Hot Coco check box group – disabled button box group – enabled BELOW CODE: <fieldset id="mixdrinks"> <!-- pull down or drop menu examples --> <label><strong>Drinks Selection</strong></label><br /> <select name="drinks" id="drinks"> <option selected=...

home directory expansion (~) within an argument

When I enter the following (BASH): rdesktop -r disk:bacon=~/bacon host It does not expand to rdesktop -r disk:bacon=/home/me/bacon host It seems the "disk:" part is the problem as can be seen in: $ echo bacon=~/bacon disk:bacon=~/bacon bacon=/home/me/bacon disk:bacon=~/bacon How can I make tilde expand? ...

Is there a way to get to know if the user is on call while using my app?

Is it possible to identify whether the user is on a phone call while using an app. Here is the scenario: I get a call I accept the call Tap the home button Launch an app At this point can I tell this app that a call is going on in background? Getting to know the screen is not a full blown option. Because it makes life difficult whe...

How to set up a simple web server(Windowws XP Pro)

As a heads up, I have some experience programming on Windows and other devices, but I have almost zero experience doing web anything, so I'm sure this is simple/easy to find online and I just don't know what I'm doing. I have a computer on my home network that is connected to the internet(I can VNC into it from online if that helps) and...