Tagged Questions
The change tag has no wiki summary.
20
votes
7answers
4k views
VIM Replace word with contents of paste buffer?
I need to do a bunch of word replacements in a file and want to do it with a vi command, not an EX command such as :%s///g. I know that this is the typical way one replaces the word at the current ...
13
votes
9answers
636 views
Changing company name…do we change namespaces?
We plan on changing our company name starting October 1st. All of our namespaces, projects etc use XYZ.ComponentName.
My question to you would be, on October 1st, what would you do? Change all the ...
12
votes
3answers
5k views
Change iPhone UISlider bar image
I'm using a UISlider in my app but I'd like to use a custom "look-and-feel" for it. I have changed the thumb to my own image but is there a way to change the bar also? I have a bar image I would ...
11
votes
2answers
6k views
Android: change default Home Application
for some specific requirement
I am required to change Android Default Home application
with my customized Home application ( a setting inside my app that will toggle default home = my application or ...
9
votes
1answer
218 views
What are the differences in the disassembly of two .NET executables built from the same source code?
Set up:
- same source code is used build a .NET 4 executable (console application) on two different machines.
- Microsoft Visual Studio 2010 SP1 .NET 4 settings are identical on the two ...
9
votes
2answers
903 views
Cross-browser JavaScript input live change/paste detection
Is there a cross-browser way to detect live changes to an input field?
By live, I mean not when the field loses focus, and not on the next keypress, and so on. Immediately or something like it.
...
9
votes
11answers
12k views
Jquery: change event to input file on IE
I already looked all around, and can't find a solution: I have a form to upload files, and it should fire the submit after the file selection.
On FF/Chrome it goes weel, and submit the form after ...
9
votes
5answers
10k views
Need to change the color of table view selection!
I need to change the default blue color selection of table view to some custom color. Is there any way to do that. Help me
Thanks in Advance
Shibin
8
votes
5answers
31k views
jQuery changing css class to div
If I have one div element for example and class 'first' is defined with many css properties. Can I assign css class 'second' which also has many properties differently defined to this same div just ...
8
votes
5answers
25k views
jquery disable/enable submit button
i have this hmtl:
<input type="text" name="textField" />
<input type="submit" value="send" />
how can i do something like this:
-when the text field is empty the submit should be ...
8
votes
7answers
382 views
How to make your embedded C code immune to requirement changes without adding too much overhead and complexity?
In many embedded applications there is a tradeoff between making the code very efficient or isolating the code from the specific system configuration to be immune to changing requirements.
What kinds ...
7
votes
4answers
152 views
Code review tool for prep for large change to codebase
I have to perform a large change to a codebase that consists of a handful of different types of changes that need to be applied in hundreds of different locations, spread out over hundreds of ...
7
votes
4answers
949 views
.val() doesn't trigger .change() in jquery
I am trying to trigger .change() on a text box when I change it's value simply with a button but it doesn't work. Check link below. If you type something in textbox then click somewhere else .change() ...
7
votes
1answer
12k views
Can I change the column that links to the item with edit menu in a sharepoint list?
There was a similar question asked but it wasn't exactly what I am trying to do.
Here is a link to the question: ...
6
votes
2answers
7k views
change text of button and disable button in iOS
How do you change the text of the button and disable a button in iOS?
6
votes
2answers
108 views
Strategies for replacement of systemic objects
We are currently embarking on replacing the ADO.NET stack in our C# application with Linq.
Because the application was not architected with a data abstraction layer, there are ADO calls throughout ...
6
votes
6answers
427 views
How to upgrade a password storage scheme (change hashing-algorithm)
I've been asked to implement some changes/updates to an intranet-site; make it 'future proof' as they call it.
We found that the passwords are hashed using the MD5 algorithm. (the system has been ...
6
votes
12answers
312 views
How to persuade on important software development issues
There are a number of concerns in software development that I consider to be important yet find continuing resistance from other developers. Topics such as using automated unit tests, test driven ...
6
votes
2answers
9k views
How to replace a string in a SQL Server Table Column
i have a table (SQL Sever, in this case) which references paths (UNC or otherwise), but now the path is going to change. In the path column, I have many records and I need to change just a portion of ...
5
votes
2answers
4k views
jQuery attr() change img src
I'm making some Rocket launching effect by jQuery. When I click on Rocket, it'll change by another rocket image, and launches up. When I click "Reset" link, Rocket must reset starting location and ...
5
votes
2answers
2k views
Using JQuery, how do you detect if the value of a text input has changed while the field still has focus?
I noticed prior to posting this question that there have been similar questions posted on this topic before, however the user isn't interacting with the text field by using the keyboard in this ...
5
votes
5answers
3k views
(WPF) Animate ListView item move
I would like to have an animation when an item in ListView changes position, so it would slowly move to the new position. Either in a template or in code.
I've tried descending from a ...
5
votes
3answers
5k views
Mysql change column collation and character set of information schema
i want to change column collation and character set of system database information_schema... can anyone give any input on how to do this?
is there any special priviledges i need for this
4
votes
1answer
122 views
Android Development - How do I record audio from mic for x seconds and than change the voice in that audio(ex. make it sharper or thicker)?
I am trying to learn Android Development and I was wondering how I can capture audio from a microphone and then change the voice in the audio so that it sounds thicker or sharper etc.
On short: How ...
4
votes
1answer
97 views
How do I update a dictionary value having the user choose the key to update and then the new value, in Python?
I am trying to write a program where my brother and I can enter and edit information from our football game rosters to compare teams and manage players, etc.
This is my first 'big' project i've tried.
...
4
votes
2answers
395 views
JQuery Animated Text
It is ridiculously hard to find easy/simple animated text. Like the "Implosion" on this website
http://codecanyon.net/item/jquery-text-animation/full_screen_preview/233445
but I'd have to pay for it. ...
4
votes
1answer
687 views
Change process name in Linux
I'm on Linux and am forking/execing a new process out of my C spawn application. Is it possible to also change the naming of these new child processes?
I want to be able to identify the process ...
4
votes
1answer
285 views
jquery IE8 - using live('blur', function) and live('change',function) together
Ok, I have a weird problem with IE8 and jQuery. See the code below:
<!DOCTYPE html>
<html dir="ltr">
<head>
</head>
<body>
<input>
<script ...
4
votes
4answers
385 views
firing a jQuery change function at document ready
My change function allows users to switch from country to country and get different text and features. It works when changing country selections. But at initial page load, it does not fire jQuery ...
4
votes
1answer
265 views
Help! Journey Won't Stop Playing! (Changing Embed Object's Values With JQuery Doesn't Change Playing Video)
I have a page with the following video player:
<div id="flashContent">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="589" height="470" id="Take5" ...
4
votes
2answers
222 views
Strategies for handling updates in existing JPA persistence classes
We are doing a project in which we have planned to use JPA Persistence. We think that once the project goes live, there is a small chance that changes in the data model might be required.
My query is ...
4
votes
5answers
2k views
Can you apply a CSS hover effect to an element that’s not a child of the hovered element?
I was not sure if this is possible or not. I am working in CSS3 animations right now and I need to hover on a link that will effect other div element(non-child) on the page. I was not sure if there is ...
4
votes
1answer
153 views
php sql synchronous wait
I'm relatively new to web programming. I hope this one is easy. I've got a server app running that's monitoring a SQL table. Whenever an integer field turns positive, the app reads the rest of the ...
4
votes
2answers
822 views
How do I listen for changes to a RadioGroup's selected value using JQuery?
I need to register a handler for a group of radio buttons. I'm using JQuery and hoped that its .change method would accomplish this. However I have not experienced the desired behavoir.
Here is a ...
4
votes
3answers
84 views
How can I apply a font type to everything using css
Basically, I need to adjust the font type everywhere it isn't specified. How can I do that? table, div, span, p, input, you name it. Is there a way I can do them all with 1 css rule that I can add?
...
4
votes
1answer
176 views
Techniques for visualising change over time in graphs
I'm looking to display a graph (network diagram, not a chart) and show its changes over time. Is there a standard or best way to do this, or any kind of 'network diff' tool?
I'm looking for an ...
4
votes
1answer
698 views
jQuery change background with <input type=“range”>
How do,
I've been teaching myself a little basic jQuery recently, doing so I stumbled across the idea of adding a slider to change the background colour of my page. I've figured out the .click and ...
4
votes
1answer
3k views
Force orientation on iPad - javascript
I'm building an app in the browser for the iPad and was wondering if it's possible to lock the orientation of the viewport? I've checked apple's documentation and the only thing I've found says ...
4
votes
3answers
184 views
How to make changes that only i can see?
For example Id like to modify the login page, so it auto-logs me.
I want those changes to ONLY work on my development station and dont be visible in push. if I make it on a branch than i would have ...
4
votes
2answers
2k views
MVVM View-First Approach How Change View
Does anybody have an idea how to change screens (views) in a MVVM View-First-Approach (The view instantiates the ViewModel:
DataContext="{Binding Source={StaticResource VMLocator},
...
4
votes
2answers
3k views
Change event on <select>
If i attach a change event listener on a<select> how do i acces the option that was selected (not just the value, the actual element).
$('select').addEvent('change',function(event) {
//??
...
4
votes
6answers
3k views
Altering SQL column type and adding PK constraint
How to change the type of a column in a SQL table?
I've got:
CREATE TABLE table(
id INTEGER,
salt TEXT NOT NULL UNIQUE,
step INT,
insert_date TIMESTAMP
);
...
4
votes
3answers
21k views
Changing fill color of MovieClip Actionscript 3
i want to ask, how to change only fill color of an instance on the stage - i can do it by using ColorTransform object, but it changes color of the whole instance, not just the fill. I want to change ...
3
votes
1answer
223 views
Best Practice activity- switching and view- changing in android
I am still searching for the best solution howto use a layout with a menu and a toolbar and inflate or start activities in android. My question may sound confusing, but im trying to explain it in an ...
3
votes
2answers
70 views
PHP: Does PEAR really INSTALL, or does it simply download and unpack a library of PHP code?
Background:
Hi, I'm using PHP 5.3 on a Windows 7 machine as a part of the WAMP server package. I've been trying to get my PHP code to send a verification email to newly registered users, but I've ...
3
votes
4answers
759 views
jQuery - change a type of input (text -> password)
I am trying to change type of input, specifically after click into input change type="text" to change="password".
I don't know why, but I can't to add the option type="password" as attribute to ...
3
votes
1answer
89 views
Expose a persistent DataSet that includes Change Tracking
I want to expose a WCF service operation that sends new records in a database. Each time the operation is invoked, it should return a DataSet object that includes only rows that have been added to the ...
3
votes
1answer
345 views
Change the color of a certain part of the text VB6?
This is what my code looks like
Form1.GRQ.AddItem txtRequest.Text & (" - Pending")
I just want to change the ( - Pending) part to red so it appears red next to the black text in the listbox. ...
3
votes
1answer
292 views
MySQL: Change Collation from utf8_bin to utf8_unicode_ce
Given a full table, how do I change the collation from utf8_bin to utf8_unicode_ce? The normal "alter" query does not work, because of "duplicate entry errors". For example there are two entries
...
3
votes
1answer
270 views
how do i change only the eye color on an image (uiimage)?
I have an iphone app with a picture of a face in the uiimage. I want to only change the eye color on the face by tapping on a button or tapping on a color wheel. Can you give me some help in what ...