Questions Recently Asked by Adam Thorsen /users/recently_asked/1 Questions Recently Asked by Adam Thorsen Mon, 01 Dec 2008 09:30:53 -0800 $18.00 - I have two flash objects that are loaded using SWFObject. One always appears... http://guruza.com/question/337/reward-18.00 I have two flash objects that are loaded using SWFObject. One always appears on top of the other, no matter which order I load them in, no matter what the z-index of the containing divs of each, and nomatter what the wmode setting. If I load one with just the object tag, and the other using SWFObject, the one using SWFObject always loads on top. How can I control which flash object is layered on top of the other using SWFObject (or any other flash loader)? Wed, 23 Aug 2006 10:45:40 -0700 $15.00 - Is there a way I can make a div appear on top of everything else no matter wh... http://guruza.com/question/331/reward-15.00 Is there a way I can make a div appear on top of everything else no matter what, in both Firefox and IE? I've got a flash animation that loads into a div when an image is clicked. On firefox, it appears over the top of most, but not all other divs. In IE, it appears under more layers. I'm using wmode transparency. Setting z-index appears to have no effect whatsoever. Mon, 21 Aug 2006 13:24:17 -0700 $10.00 - I'm trying to use observe_form, like this: http://pastie.caboo.se/8702 ... http://guruza.com/question/318/reward-10.00 I'm trying to use observe_form, like this: http://pastie.caboo.se/8702 But the text area is not being passed - in fact it appears that it is not serializing the form at all. What am I doing wrong? Answer: I think there's a bug in the rails observe_form function. I put in the prototype code myself and it works great. For some reason, rails isn't adding on the form serialization code. Tue, 15 Aug 2006 09:34:45 -0700 $5.00 - How do I set the default value in an html select box generated using the sele... http://guruza.com/question/312/reward-5.00 How do I set the default value in an html select box generated using the select() helper in rails? I've tried this (as the docs would indicate I do) but it doesn't work: <%= select(:contact_number, :ph_type, PH_TYPE_OPT_FOR_SELECT, {}, {:selected => "Work"}) %><% text_field :contact_number, :number %> Fri, 11 Aug 2006 19:02:05 -0700 $10.00 - I'm working on a form that, although it displays with no issues in Firefox, i... http://guruza.com/question/311/reward-10.00 I'm working on a form that, although it displays with no issues in Firefox, in IE all of the text in the div disappears when the div style is set to visible. The text reappears when selected with the mouse, or when scrolled off the screen and then scrolled back on. The input fields and select box display just fine. Thu, 10 Aug 2006 15:45:19 -0700 $5.00 - I have a Nissan frontier (2002) with custom installed power windows. They've... http://guruza.com/question/310/reward-5.00 I have a Nissan frontier (2002) with custom installed power windows. They've stopped working. I took the truck to a mechanic. He said he fiddled around with the electronicsa bit but wasn't able to get them to work and since he didn't have the specs (since it was a custom job) he didn't want to mess around with the electronics any further. Where should I take my truck? Thu, 10 Aug 2006 13:04:25 -0700 $5.00 - I have a flash swf that loads in Firefox, but not IE. How can I figure out w... http://guruza.com/question/284/reward-5.00 I have a flash swf that loads in Firefox, but not IE. How can I figure out why the swf isn't loading in IE? There appears to be no way to debug... Fri, 28 Jul 2006 16:27:11 -0700 $5.00 - Is it possible to write helpers for layouts? If so, how is it done? http://guruza.com/question/282/reward-5.00 Is it possible to write helpers for layouts? If so, how is it done? Thu, 27 Jul 2006 18:24:31 -0700 $10.00 - Can comeone locate a weekly or monthly bluegrass jam session in Berkeley, CA ... http://guruza.com/question/263/reward-10.00 Can comeone locate a weekly or monthly bluegrass jam session in Berkeley, CA for me? Tue, 25 Jul 2006 06:32:51 -0700 $15.00 - I would like to use dynamic subdomains in a rails app. Please provide the li... http://guruza.com/question/256/reward-15.00 I would like to use dynamic subdomains in a rails app. Please provide the lighttpd configuration information required to make this work from inside of application.rb: class ApplicationController < ActionController::Base before_filter { |c| domain_tag = c.request.subdomains.first } end I have the following lighttpd.conf (that doesn't work but should): server.port = 80server.bind = "0.0.0.0"server.pid-file = "/tmp/logligrary.pid"#server.event-handler = "freebsd-kqueue" server.modules = ( "mod_rewrite", "mod_redirect", "mod_access", "mod_fastcgi", "mod_cgi", "mod_accesslog", "mod_proxy")server.document-root = "/home/awt/prod-loglibrary/public/"server.indexfiles = ( "dispatch.fcgi", "index.html" )accesslog.filename = "/home/awt/prod-loglibrary/log/lighttpd_access.log"server.errorlog = "/home/awt/prod-loglibrary/log/lighttpd_error.log"server.error-handler-404 = "/dispatch.fcgi"$HTTP["host"] =~ "^(.+\.)?loglibrary\.com$" { # your config here proxy.balance = "fair" proxy.server = ( "/" => ( ( "host" => "127.0.0.1", "port" => 8001 ), ( "host" => "127.0.0.1", "port" => 8002 ), ( "host" => "127.0.0.1", "port" => 8003 ), ( "host" => "127.0.0.1", "port" => 8004 ) ) )} Fri, 21 Jul 2006 19:13:40 -0700 $30.00 - I'm using bluetooth from my Macbook to connect to my mobile phone, which conn... http://guruza.com/question/252/reward-30.00 I'm using bluetooth from my Macbook to connect to my mobile phone, which connects to the internet via T-Mobile's GPRS network. Sometimes, the connection dies -- and unfortunately takes a process called SystemUIMonitor (according to activity monitor) with it. Something is going wrong with the bluetooth device... Is there some way I can reset the drivers (and SystemUIMonitor)? I can kill SystemUIMonitor, but I don't know how to start it up again. I just want to be able to recover from this error without restarting my machine. Wed, 19 Jul 2006 17:33:59 -0700 $10.00 - My install of ruby (from darwinports) does not appear to have ssl support. O... http://guruza.com/question/232/reward-10.00 My install of ruby (from darwinports) does not appear to have ssl support. Openssl is installed (from darwinports). How can I make darwinports compile ssl support into ruby? Mon, 10 Jul 2006 09:55:22 -0700 $10.00 - I have two divs that I want to be parallel to each other. I tried doing this... http://guruza.com/question/223/reward-10.00 I have two divs that I want to be parallel to each other. I tried doing this: ... ... But it didn't work. Can someone help me with this? Would prefer to chat... Wed, 05 Jul 2006 11:06:42 -0700 $10.00 - Can anyone recommend a good, cheap, merchant account service? http://guruza.com/question/202/reward-10.00 Can anyone recommend a good, cheap, merchant account service? Mon, 03 Jul 2006 15:01:07 -0700 $5.00 - What is the keyboard macro for maximizing a window in OS X? http://guruza.com/question/198/reward-5.00 What is the keyboard macro for maximizing a window in OS X? Mon, 03 Jul 2006 07:08:41 -0700 $10.00 - Can someone find a supplier of Kinnikinnick gluten-free products local to the... http://guruza.com/question/130/reward-10.00 Can someone find a supplier of Kinnikinnick gluten-free products local to the SF Bay Area? I'm looking for the chocolate donuts in particular. Thu, 29 Jun 2006 09:30:20 -0700 $10.00 - Is there a better location in the Bay Area to obtain gluten-free products fro... http://guruza.com/question/129/reward-10.00 Is there a better location in the Bay Area to obtain gluten-free products from than Whole Foods? Thu, 29 Jun 2006 04:07:11 -0700 $5.00 - I'm getting the following error: ActionView::TemplateError (wrong number o... http://guruza.com/question/128/reward-5.00 I'm getting the following error: ActionView::TemplateError (wrong number of arguments (0 for 1)) on line #30 of app/views/asked/_no_conversations.rhtml: 27: /> 28: <%= update_page_tag do |page| 29: page['question_url_input'].select 30: page['question_url_input'].focus 31: end %> 32: #{RAILS_ROOT}/app/views/asked/_no_conversations.rhtml:30:in `focus' #{RAILS_ROOT}/app/views/asked/_no_conversations.rhtml:30:in `__bind_1151578440_587515' /usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/core_ext/object/extending.rb:44:in `instance_exec' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_view/helpers/prototype_helper.rb:377:in `initialize' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_view/helpers/prototype_helper.rb:669:in `update_page' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_view/helpers/prototype_helper.rb:676:in `update_page_tag' How can I fix this problem? Thu, 29 Jun 2006 03:58:37 -0700 $5.00 - Which team is going to win the world cup and why? http://guruza.com/question/127/reward-5.00 Which team is going to win the world cup and why? Thu, 29 Jun 2006 03:54:00 -0700 $5.00 - What is the best way to follow the world cup online? http://guruza.com/question/125/reward-5.00 What is the best way to follow the world cup online? Wed, 28 Jun 2006 08:42:55 -0700 $10.00 - How is a DSL (Domain Specific Language) different from an API (Application Pr... http://guruza.com/question/120/reward-10.00 How is a DSL (Domain Specific Language) different from an API (Application Programming Interface)? Can someone point me to some examples? Tue, 27 Jun 2006 16:45:24 -0700 $15.00 - Can someone help me debug ejabberd? It appears to be dropping messages from ... http://guruza.com/question/118/reward-15.00 Can someone help me debug ejabberd? It appears to be dropping messages from pyaim-t and pyyim-t. Tue, 27 Jun 2006 12:41:07 -0700 $10.00 - I would like to know how to user auto-indent in VIM. Can someone please give... http://guruza.com/question/101/reward-10.00 I would like to know how to user auto-indent in VIM. Can someone please give me a tutorial? Tue, 13 Jun 2006 19:42:35 -0700 $10.00 - I need to write a validation that checks the value of one input before decidi... http://guruza.com/question/96/reward-10.00 I need to write a validation that checks the value of one input before deciding whether the content of another input is correct. What is the best way to approach this in Ruby on Rails? Sun, 11 Jun 2006 10:55:45 -0700 $10.00 - How do I make a javascript popup bubble appear when a radio button is clicked... http://guruza.com/question/94/reward-10.00 How do I make a javascript popup bubble appear when a radio button is clicked on? Fri, 09 Jun 2006 14:04:03 -0700