5 posts tagged with coding and resolved. (View popular tags)
Displaying 1 through 5 of 5. Subscribe: Posts tagged with coding and resolved

I'm trying to implement this moo tools javascript effect to fade in, and then fade out a single image element, and I need help to make it work. This is my attempt. [more inside]
posted by bonsai forest on Dec 7, 2009 - 3 answers

I'm having a problem with conflicting css rollovers. [more inside]
posted by bonsai forest on Sep 3, 2009 - 10 answers

Please help me write a PHP script that publishes Twitter updates at pre-specified times. [more inside]
posted by goodnewsfortheinsane on Jul 29, 2009 - 9 answers

Computer Coding: I'm trying to write an experiment in E-Prime that uses a Visual Analog Scale to allow subjects to bid on items. Basically, this means they move a slider with their mouse over a bar, and the position on the bar represents how much they are willing to bid. The thing is, they need to know what value the slider currently represents before they can actually bid, and I'm having problems getting the text to update with the cursor position. Now, if any of you out there are E-Prime gurus I could really use your help for this bit. I need to figure out how to update a textbox in a 'slide' object in the middle of a loop. [more inside]
posted by scrutiny on Jul 12, 2009 - 2 answers

I'm trying to use Regular Expressions in Textmate to do a Find/Replace. The goal: Find id="1", id="2", id="3", etc. and Replace with a value of +14, so that I replace yields id="15", id="16", id="17" etc. Thank you! [more inside]
posted by pinto on Mar 18, 2009 - 14 answers