Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

42
votes
17answers
7k views

How do you get by without a Mouse? [closed]

I've been slowly using my mouse less and less over the past few years. As a developer who prefers the command line over IDE bloat: the less I move from my keyboard, the more productive I tend to be. ...
4
votes
3answers
181 views

Problems with mod_Rewrite

Originally I had following .htaccess file: php_value display_errors 1 php_value error_reporting 7 AddDefaultCharset utf-8 Options -Indexes <Files ~ ".*\.(info|tpl)$"> Order allow,deny ...
3
votes
1answer
857 views

SVN Working Copy to Different Branch Merge Without Commit to Working Copy Branch

If a working copy (local copy) was created from a branch, lets call it A. Coding was done in branch A, but branch A was "Closed" to commits, and branch b was opened. How do I merge my working copy ...
3
votes
5answers
2k views

ASP.NET MVC RememberMe(It's large, please don't quit reading. Have explained the problem in detail and simple language. )

After searching a lot i did not get any answers and finally i had to get back to you. Below i am explaining my problem in detail. It's too long, so please don't quit reading. I have explained my ...
2
votes
1answer
225 views

VB6: CreateFile() creates file with garbled name in current working directory

I was troubleshooting a problem where CreateFile couldn't open an existing named pipe when I found CreateFile() didn't work well with the filename parameter. My code is: Private Declare Function ...
2
votes
1answer
651 views

File Upload Control is not working

File name and extension are empty. Please help. ASPX FILE CODE: <tr> <td colspan="3" style="height:0px"> <div id="trFile" runat="server" class="inlineGridAddAddress"> ...
2
votes
2answers
82 views

Alternative descriptions for 'refactoring' that make a manager happy?

My boss does not ever want to hear the word refactoring again, because whenever he asks a person what he is working, they reply "I'm refactoring!" I need to find alternative descriptions for ...
2
votes
2answers
1k views

C# Get working directory of another process

I want to determine the absolute path of files used by a known process by reading the command line. Currently, the process is started with relative paths in the command line that point to various ...
2
votes
4answers
280 views

Git won't clean working tree - How to Diagnose

I have a local repo and have pulled from several remotes. I am finding that I have about 15 files which are modified. Some of them have come from a remote and others I think, though I am not sure, may ...
2
votes
4answers
590 views

How do I set the working directory of the parent process?

Programming environment assumed: Linux, GCC As the title reveals it, we are writing a Unix-style shell utility U that is supposed to be invoked (in most cases) from bash. How exactly could U change ...
2
votes
2answers
914 views

Working folder in ASP.NET

We have a web application written in ASP.NET 3.5. In it, we access a file in the code-behind. (Ordinary C# file access, done on the server during the page life-cycle, this has nothing to do with ...
2
votes
2answers
3k views

T-Sql 2005 Adding hours to a datetime field with the result within working hours

I have two Datetime fields that I wish to add together. They are in the following format: '01/01/1900 00:00:00'. The main issue with this is that I want the calculation to only include working hours. ...
2
votes
4answers
3k views

Link Button on the page and set it as default button, work fine in IE but not in Mozila

I have a link button on the page and set it as default button, It works fine in IE but not working in Mozila Firefox. Does anybody have any clue how to resolve this issue?
1
vote
6answers
79 views

jQuery onclick function working only on first <div>, why?

I have html table, and inside the table in each tr line i have the next code : <table> <tr><td> <div id="popup_button">Save</div> </td></tr> ...
1
vote
2answers
3k views

SVN upgrade working copy

I cannot do commit for error: org.apache.subversion.javahl.ClientException: The working copy needs to be upgraded svn: Working copy 'C:\.... is too old (format 10, created by Subversion 1.6) How it ...
1
vote
1answer
46 views

XML Code Not Working

I am a beginner at coding Android Apps. Here is my XML code under arrays.xml: <?xml version="1.0" encoding="utf-8"?> <resources> <array name="difficulty"> ...
1
vote
1answer
112 views

Where does gitosis store the working copies?

i wonder where gitosis stores the working copies of my repositories. I can see the filetree with the gitweb interface but cant find any working copy in /srv/gitosis/repositories/testrepo. Iam also ...
1
vote
5answers
895 views

Stuff every programmer needs while working [closed]

I've been tasked with creating a fun and relaxing environment, one thing I know that I want is ergonomic mice and keyboards, others have suggested exercise balls and bands. What is it that every ...
1
vote
3answers
819 views

Working Directory in Visual Studio C# file

What exactly is Working Directory in the properties of Visual Studio C# project. I have see a project where I right click and go to Properties and then I go to Debug tab, it shows me Working ...
1
vote
4answers
314 views

Memory allocation for _M_start and _M_finish in a vector

I'm defining a vector as: vector< int, MyAlloc< int> > *v = new vector< int, MyAllooc< int> > (4); MyAlloc is allocating space for only 4 ints. Memory for _M_start, ...
1
vote
3answers
1k views

Set working directory in javascript

Does anyone know how to set the working directory in JavaScript before? Code I use for launching an application is this: // Create an object script oL = new ActiveXObject("WScript.Shell"); oFile = ...
0
votes
2answers
44 views

mysqldump not working at all :(

I have this code : <pre> function export() { $exp = system("mysqldump -uguku -pjustbe repadmin > back-up.sql"); if($exp) {echo 'ok';} else { echo 'err';} } </pre> But it ...
0
votes
0answers
16 views

Accelerometer Code only working on one interface?

I'm coding a game that uses the accelerometer on multiple XIB interfaces. For some reason, it's only working on the main ViewController file. It's refusing to work in any other interface. How can I ...
0
votes
0answers
49 views

Swf not working on server ,works Perfect Locally

I have a complete swf file working perfect locally but when i uploaded it then the main.swf not working and all others swf files working on server while opening them separately. there is main.swf file ...
0
votes
0answers
16 views

jquery ajax call ie not wokring

$(document).ready(function() { $.ajax({ type: "GET", url: "some.xml", dataType: "xml", cache:false, success: parseXml, error: function (XMLHttpRequest, textStatus, ...
0
votes
1answer
56 views

C++ dealing with files

I have a problem working in C++ with txt files.. First of all, I want to make a program which have .cpp and .h files.. which have classes and functions. So here is my problem: for example, i have ...
0
votes
2answers
40 views

not working in chrome and opera working in mozila

(function($){ var screen_width = 0; var screen_scroll = 0; var help_width = 0; var help_height = 0; var help_cont = ''; var help_offset = 0; var help_html = ''; var ...
0
votes
1answer
16 views

Monodevelop on Mac how to I set the working directory for debugging

I know I can set custom run commands for running which includes setting the working directory but I cannot seem to find the setting to set the working directory when debugging. Any ideas?
0
votes
1answer
47 views

I have a script that is working fine on mozilla, but not working at all on ie 8

I have a script, which gives me an error when loading it with ie. The error is "Message: 'parent().data(...)' is null or not an object" This is a link that i click: <a ...
0
votes
1answer
40 views

Trying to make dynamically created element draggable! Please help

I'm trying to create a dynamic input element that is draggable. Now the problem is I create an element but when I use something like $("#in"+index.toString()).draggable({cancel:true}); after I ...
0
votes
1answer
44 views

Android sdk device creation [closed]

Possible Duplicate: Android Emulator is not starting showing " invalid command-line parameter" I'm trying to create a virtual device..I installed the android 1.6 platform, android ...
0
votes
1answer
434 views

Copying file from current working directory to another folder

I'm trying to copy a file (pdftk.exe) from the Current Working Directory the VB.NET program is in. The file is to be copied to the Selected Path from the Folder Dialog Browser. I tried this code, ...
0
votes
1answer
140 views

CSS Hover Background change not working on Safari

I have set up this code - and it's working fine on Firefox and IE - but it's not working at all in Safari - does anyone have any ideas why this isn't working? CSS #list-menu { width: 235px; ...
0
votes
0answers
70 views

javascript slide show stops after sometime

I am using blue rooster wordpress theme on my website www.yantrr.com. Everything is working fine except that the slide show at front page stops after some time, like when i switch between tabs or ...
0
votes
3answers
85 views

JS setTimeout Not Delaying

Alright guys, I'm trying to add numbers on my page every 1/4 second or so. So the change is visible to the user. I'm using setTimeout and all my calculations are occurring correctly but without any ...
0
votes
1answer
153 views

Android links not working in a webview

Basically I'm parsing the HTML of a web page and then loading it into a webview via a string using "loadData". My problem is this stops my links working, the webview doesn't know the current URL of ...
0
votes
1answer
85 views

Python/MySQL: Query executes but nothing happens?

I'm executing a simple query with Python but nothing seems to happen when it executes, just as if it skipped the execution. Here's the code: def somefunction(search_query): from django.db import ...
0
votes
1answer
68 views

getElementbyID cannot access a style property to read or set it

I have some simple html/css where i am using an onclick event to send some parameters to a javascript. If one of them matches I then set the style.display property of the div to block so that it opens ...
0
votes
3answers
49 views

jQuery not() function not seeming to work properly for me

I am designing an email system similar to Gmail, and when the user clicks on a message, it brings him to the page for that message. The user can also click on a checkbox on the left hand side of this ...
0
votes
2answers
49 views

Specify N Directories where to look for input files

Just started learning C++ and my knowledge is quite basic on IT. I am using VC 2010. How can I tell my code where to look for input files? Is there a way to tell the compiler to look for input files ...
0
votes
1answer
106 views

VaDump not listing Memory Use of DLLs

I am trying to profile a large WPF application using VADump. I am most interested in the working set of DLLs. However, when I run VADump on my application using the command vadump -sop [processID], ...
0
votes
1answer
27 views

How to find out what your set working hours are in FogBugz?

I keep getting a message at work when I use FogBugz earily in the morning that says that I'm outside of working hours. How do I find out what these working hours are set to?
0
votes
2answers
241 views

HTML/PHP form not sending email

I have a form which does everything right except send the input values to my email, what am I doing wrong? Ps: not using local server, so that's not it. EDIT: I'm not getting any email whatsoever. ...
0
votes
2answers
307 views

indexes in sql server, internal working and structure of indexes

when we create a clustered index CIX_FirstNames on a column , say, FirstNames, then what actually happens internally in SQL Server? i have read that clustered indexes create copy of the data. so, ...
0
votes
0answers
321 views

Update contact not working using lookupUri

I am trying to update an already existing contact through code. To uniquely identify the contact I am using lookup key using the code below: Uri lookupUri = ...
0
votes
0answers
88 views

LOCALHOST cookies not working in higher directories?

Hey!, I when i make php websites in Localhost i come accross a problem, the problem is that everytime i move onto a higher directory then my root cookies on the entire site stop working, an example of ...
0
votes
3answers
232 views

SQL query INSERT not working inserting values into my DB

I'm trying to insert registration data into a database but my php code isn't inserting the values into the DB although I'm not getting any errors either, can someone help me? this is the code i'm ...
0
votes
3answers
255 views

jquery not working in internet explorer?

I'm using jQuery to transpose guitar chords on my website, but for some reason it is not working in internet explorer, but is for every other browser. Please help. Thanks in advance. PS - I'm a ...
0
votes
2answers
121 views

Create an array of business days

I need a method for creating an array of "business days" in PHP beteewn 2 dates. For example: getWorkingDays("2008-01-01","2009-06-30"); Will create an array like the following: Array ( [0] ...
0
votes
2answers
72 views

Code problem - objective c - newbie

Here is the code: - (IBAction) charlieImputText:(id)sender { NSAppleScript *keystrokeReturn = [[NSAppleScript alloc] initWithSource:@"tell application \"System Events\" to keystroke return"]; ...

1 2