Guruza search results for browser http://guruza.com/searches/show/134 Questions recently submitted to Guruza that match the query: browser Fri, 09 Jan 2009 05:35:42 -0800 $10.00 - I have a large batch of TCP/IP devices that I want to configure all identical... http://guruza.com/question/560/reward-10.00 I have a large batch of TCP/IP devices that I want to configure all identically. They all have identical IP address by default. I connect a device directly to a PC, upload a configuration file to the device through it's built-in web interface, and disconnect the device. My problem is that when I connect another device to the PC, I can't ping it or access it through a web browser. I need to change its IP address using a utility that allows me to do this. Then I can access it with a web browser and upload the config file. What I have found is that if I use a rotating range of IP address, say .121 through .128, I can go back and re-use the same addresses. I just can't use the same address too soon or it won't work. Emptying the cache doesn't solve this. In fact, If I use the same address with a second device, I can't connect with another browser. In fact, I can't even ping it. Just waiting for some unknown amount of time fixes the issue, but then I have to wait again if I connect another device. My question is, how can I get this to work so I can simply connect a device, upload the config file, disconnect the device, and connect the next device, without having to change its IP address? Thu, 31 Jan 2008 13:48:25 -0800 $40.00 - I am looking for an online knowledge base solution for my workplace. The r... http://guruza.com/question/552/reward-40.00 I am looking for an online knowledge base solution for my workplace. The requirements are... 1. Delivered over the web (no downloads, no installs, no flash, no plugins) JavaScript is ok 2. Must work in latest IE+Firefox Features it should have... 1. search the knowledge base 2. some sort of rich text editor or similar 3. add attachments to articles I'd like a list of suitable solutions (and a link to the site) with a quick comparison of the features vs price. Let me clarify some points.... The solution MUST be hosted by the company offering the solution. (So no downloads or installs to get it up and running). The solution itself must also not require end users to have to download/install or use any plugins. I'd prefer an application/ajax look and feel vs page based refresh. The question asked to compare suitable solutions. Tue, 28 Aug 2007 15:40:31 -0700 $50.00 - can you please tell me the code to delete a cookie using java? http://guruza.com/question/543/reward-50.00 can you please tell me the code to delete a cookie using java? Thu, 05 Jul 2007 15:26:50 -0700 $5.00 - I need help resolving a CSS issue. Take a look at: http://www.jacketflap.... http://guruza.com/question/504/reward-5.00 I need help resolving a CSS issue. Take a look at: http://www.jacketflap.com/profile2.asp?member=bobba 1) View it in Firefox. As you'll see, the side_item DIV is overlapping the sectionheader DIV below it. I've tried applying a clear:right; to the sectionheader, but that bumps it down vertically below the height of the right column. That makes me think something may be unbalanced, but I can't find it. I tried changing the order of the div's in my document so that it's 1-left_column 2-center 3-right_column. Then, having a clear:right; on the sectionehader DIV drops it down below the side_item DIV as expected, but then the right column bumps down vertically below the height of the center column. Argh! How do I fix this? 2) View the same URL in Safari. For some reason, the side_item div is not floating to the right. How do I fix that? Thanks! Paul Tue, 20 Mar 2007 11:25:41 -0700 $25.00 - I want to call a javascript function when a user closes a popup window (I'm n... http://guruza.com/question/497/reward-25.00 I want to call a javascript function when a user closes a popup window (I'm not doing anything evil. I just want to clear out some session stuff)... but NOT when that window is reloaded. In IE I can use onunload to do it. But in Firefox it runs whenever the window is reloaded. Any idea how to rig it? Thu, 08 Mar 2007 08:38:00 -0800 $15.00 - I have a SyncMaster 172N flat screen monitor that has recently gone on the fr... http://guruza.com/question/443/reward-15.00 I have a SyncMaster 172N flat screen monitor that has recently gone on the fritz. It started out innocently enough: a single pixel green stripe running vertically from the top to bottom of the display appeared one day. I thumped the monitor, wiggled the connector and it appeared to go away. A month later thumping and wiggling didn't accomplish anything. Then one day quite unnexpectedly the entire screen erupted into a screen saver like animated globular colors. If I turned the monitor off, waited, and turned it back on the display would revert back to a usable one-green-stripe mode. But eventually, the total screen meltdown would come back. Its now gotten to the point where I have only a few minutes after turning the monitor on before it becomes completely unusable. Can I fix this? How would I go about it? My understanding has always been that fixing a flat screen monitor costs at least as much as its replacement. However, I have found a couple posts out there on the internet that suggest otherwise, provided that you are enterprising (for example http://experts.about.com/q/Monitor-Problems-2115/lcd-monitor-probs.htm). Tue, 14 Nov 2006 07:44:59 -0800 $65.00 - I'm having a weird problem with IE (6 or 7), but it works fine with every oth... http://guruza.com/question/431/reward-65.00 I'm having a weird problem with IE (6 or 7), but it works fine with every other browser I tried. My pages take -forever- to load in IE. For example, a 1kb gif will take like 6-7 seconds to load. I can't figure this one out, anyone has an idea? The site is at http://ajaxwhois.com and Apache/Django is under the hood. I tried disabling Javascript, but no luck. Thu, 19 Oct 2006 21:01:22 -0700 $50.00 - If a variable is set to 0 and they try to exit the webpage I want it to let t... http://guruza.com/question/423/reward-50.00 If a variable is set to 0 and they try to exit the webpage I want it to let them leave unimpeded but if the variable is set to 1 I want a function to confirm that they want to leave and if they click OK they go on their way, but if they click Cancel they stay on the page. This is the simple function that I expected would work: window.onload = function() { if(!confirm("Cancel the file transfer in progress?")) {return false} } But it lets them leave either way. I looked toward gMail's code for a guidance or a clue but found nothing that made sense to me. A solution would have to avoid leaving the page even for a moment or file transfers will be interrupted. Wed, 04 Oct 2006 22:13:20 -0700 $20.00 - *Rails Output Streaming* I am revisiting this again because I am in a situat... http://guruza.com/question/358/reward-20.00 *Rails Output Streaming* I am revisiting this again because I am in a situation where I need output streaming. Rails has two methods that utilize streaming (send_data, send_file) I've modified this to meet my needs, along with the help of people on the mailinglist. However the code below which should work, does not provide output streaming. I know in the past output streaming has worked within rails, I am wondering if in a current release it has been broken. Whatever the case is, I need to determine why I cannot get the output streaming mechanism in rails to work. I'm using lighttpd on fc5. I've used mongrel with the same results. class TestController < ApplicationController def index render :text => Proc.new { |resp, out| out.puts 'start' out.flush 10.times do out.puts '.' out.flush sleep 1 end out.puts 'done' } end end Tue, 29 Aug 2006 14:02:10 -0700 $5.00 - I need a little getting my CSS straight for this page: http://sandbox.carlme... http://guruza.com/question/353/reward-5.00 I need a little getting my CSS straight for this page: http://sandbox.carlmercier.com/test.htm Basically, the left and right sections are filled dynamically. Sometimes the left section will be longer, and sometimes the right one will be longer. Right now, the footer is at the bottom of the screen, but when the text in either the left or right section gets longer than the browser height, the footer gets in the way (ie: the footer is over the text). You can see this behavior by resizing the browser. I don't want this to happen. I want the footer to be at the very bottom of the page (bottom of the browser window), but I also want it to move down if there's too much text in the content areas. Moreover, my page doesn't show up properly in IE (but works great in Firefox), I'd like some help getting it right in all browsers. Mon, 28 Aug 2006 10:16:05 -0700 $10.00 - Greetings! I am a long time user and long time lover of the Yahoo Mail Bet... http://guruza.com/question/352/reward-10.00 Greetings! I am a long time user and long time lover of the Yahoo Mail Beta. Even through the slow response days during the initial rollout, I've been captivated by its ease of use. In the past week or so, however, all is "not good"...and I've been nailed by a bug. In hopes of resolving it, I've been Googling (in the proper sense of the word...lol!), blog searching, and seeking divine intervention....but now I am at my wit's end. If at all possible, please advise. (I emailed Yahoo Mail tech support a week ago....no response.) Regarding Yahoo Mail Beta: version: 0.3.2 build: 253.17 server: us.f308 I get the following bug message with increasing regularity, upwards of 70% of the time I "do" anything (switch folders, open email, send email, search email, delete email, move email, etc.). Here is a screenshot of the bug....I posted it to Flickr. http://www.flickr.com/photos/46458532@N00/221926828/ Any chance someone will take pity on me and advise on a solution? My hope is that this is something that is worthy of the post here, as I gotta' believe I'm not the only one afflicted with what is fast becoming an intolerable situation. Thank you for your consideration. CHEERS! D Mon, 28 Aug 2006 04:54:50 -0700 $0.00 - Can anyone help explain what the first set of numbers in WEBrick "Get" calls ... http://guruza.com/question/342/reward-0.00 Can anyone help explain what the first set of numbers in WEBrick "Get" calls refers to? For example what is the 500 in the following: "Get /admin HTTP/1.1" 500 10767 Compared to the 200 in the following: "Get /admin HTTP/1.1" 200 485 The only code I have running is the scaffold code that rails creates. I'm guessing that WEBrick is referring to 2 different locations possibly from multiple installs. Thanks for any input, Joe Noobie Thu, 24 Aug 2006 17:12:24 -0700 $20.00 - **This question only pertains to how webpages are rendered in Safari.** On [... http://guruza.com/question/322/reward-20.00 **This question only pertains to how webpages are rendered in Safari.** On [this](http://www.apple.com/aperture/) page or [this](http://www.apple.com/macpro/) page at the bottom there is a search field with rounded corners. The rounded corners are done simply enough by putting images on either side of the Input element. My question is how do they get the blue outline to surround this oval when the cursor is placed in it? I see nothing in the CSS that relates to this. Maybe its deep in the Javascript for the page, but I somhow doubt it. I've noticed that when I go to System Preferences and to the Appearance panel and set "Appearance" to "Graphite" the rounded outline is then grey. That might be a clue. [This Javascript](http://wdirect.apple.com/main/js/lib.js) on the Aperature page has some search form related functions. Wed, 16 Aug 2006 15:36:17 -0700 $20.00 - Is there a css standards compliant method for developing a horizontal nav bar... http://guruza.com/question/319/reward-20.00 Is there a css standards compliant method for developing a horizontal nav bar <ul> that is centered over a %age width container where the <a> selector has a display:block property to maintain control of padding? Tue, 15 Aug 2006 14:37:26 -0700 $0.00 - Hi, Rails causes WEBrick to GET 2 diff locations: AWDWR Chpt 6 strange resul... http://guruza.com/question/317/reward-0.00 Hi, Rails causes WEBrick to GET 2 diff locations: AWDWR Chpt 6 strange results: First browser call to /Admin shows correct form; - And WEBrick reports: "Get /admin HTTP/1.1" 200 485 - -> /admin Subsequent browser calls to /Admin show: NoMethodError in AdminController#index undefined method `each' for # - And WEBrick reports: "Get /admin HTTP/1.1" 500 10767 - -> /admin First browser call to /Admin/new shows correct form for editing; - And WEBrick reports: "Get /admin/new HTTP/1.1" 200 10767 - -> /admin/new Subsequent browswer calls to /Admin/new show: NoMethodError in AdminController#new undefined method `each' for # RAILS_ROOT: ./script/../config/.. - And WEBrick reports: "Get /admin/new HTTP/1.1" 500 9798 - -> /admin/new So the first calls produce a "Get...200..." and the right browser results. Subsequent calls produce a "Get...500..." and "NoMethodError" Thanks for your help, Joe Mon, 14 Aug 2006 15:39:23 -0700 $0.00 - AWDWR Chpt 6 strange results: First browser call to /Admin shows correct f... http://guruza.com/question/316/reward-0.00 AWDWR Chpt 6 strange results: First browser call to /Admin shows correct form; - And WEBrick reports: "Get /admin HTTP/1.1" 200 485 - -> /admin Subsequent browser calls to /Admin show: NoMethodError in AdminController#index undefined method `each' for # - And WEBrick reports: "Get /admin HTTP/1.1" 500 10767 - -> /admin First browser call to /Admin/new shows correct form for editing; - And WEBrick reports: "Get /admin/new HTTP/1.1" 200 10767 - -> /admin/new Subsequent browswer calls to /Admin/new show: NoMethodError in AdminController#new undefined method `each' for # RAILS_ROOT: ./script/../config/.. - And WEBrick reports: "Get /admin/new HTTP/1.1" 500 9798 - -> /admin/new So the first calls produce a "Get...200..." and the right browser results. Subsequent calls produce a "Get...500..." and "NoMethodError" Thanks for your help, Joe Mon, 14 Aug 2006 15:37:34 -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'm developing a new web games site - we're letting users upload Flash games ... http://guruza.com/question/302/reward-5.00 I'm developing a new web games site - we're letting users upload Flash games which will be wrapped with our chat client & other community features. I'm curious about integrating with IM clients. I like the way Guruza does it - what do you guys use? I'll be at the RoR meetup tonight so you can tell me in person. Tue, 08 Aug 2006 08:42:41 -0700 $4.00 - Is there a rails equivalence to out.flush() in java? I have an activerecord r... http://guruza.com/question/301/reward-4.00 Is there a rails equivalence to out.flush() in java? I have an activerecord resultset that is quite large. However I don't want to wait till the query is done to display all of the results. I would like to display the results as they come in. I need someway to flush the outputstream so that it constantly writes the results to the browser. Is this possible? Tue, 08 Aug 2006 08:21:48 -0700 $10.00 - I'm pretty new to development for mobile devices (ie: cell phones) and blueto... http://guruza.com/question/274/reward-10.00 I'm pretty new to development for mobile devices (ie: cell phones) and bluetooth so please bear with me. I'd like to know if this is currently technically possible. I'd like a certain device (lets say a computer) to send a bluetooth signal to a nearby cell phone (or any similar device). When the phone receives the signal, a Java app would take over the screen and display some information (based on what was sent from the computer). This would most likely imply that the Java app would always be running in background on the phone. Am I 20 years ahead of my time or this is already possible? Thanks! Wed, 26 Jul 2006 20:27:25 -0700 $10.00 - Can someone please help with this odd error? It appears that rails is not pa... http://guruza.com/question/245/reward-10.00 Can someone please help with this odd error? It appears that rails is not parsing the url correctly. However, browsing to the url http://guruza.com/question/244/0.0/523#comment_537 does not replicate the error A ActiveRecord::StatementInvalid occurred in question#index: PGError: ERROR: invalid input syntax for integer: "523#comment_537" : SELECT * FROM conversations WHERE (conversations."id" = '523#comment_537' ) LIMIT 1 /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/connection_adapters/abstract_adapter.rb:120:in `log' ------------------------------- Request: ------------------------------- * URL: http://guruza.com/question/244/0.0/523#comment_537 * Parameters: {"action"=>"index", "reward"=>"0.0", "conversation_id"=>"523#comment_537", "id"=>"244", "controller"=>"question"} * Rails root: /var/www/guruza ------------------------------- Session: ------------------------------- * @write_lock: true * @session_id: **HIDDEN** * @new_session: false * @data: {:request_data=> {:request_uri=>"/question/244/0.0/523#comment_537", :raw_post=>nil}, "flash"=>{}} ------------------------------- Environment: ------------------------------- * DOCUMENT_ROOT : **HIDDEN** * FCGI_ROLE : RESPONDER * GATEWAY_INTERFACE : CGI/1.1 * HTTP_ACCEPT : text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 * HTTP_ACCEPT_CHARSET : ISO-8859-1,utf-8;q=0.7,*;q=0.7 * HTTP_ACCEPT_ENCODING: gzip * HTTP_ACCEPT_LANGUAGE: es * HTTP_COOKIE : **HIDDEN** * HTTP_HOST : guruza.com * HTTP_REFERER : http://guruza.com/ * HTTP_USER_AGENT : Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4 * HTTP_X_FORWARDED_FOR: 83.41.203.33 * HTTP_X_MOZ : prefetch * PATH_INFO : * QUERY_STRING : * REDIRECT_STATUS : 200 * REDIRECT_URI : /dispatch.fcgi * REMOTE_ADDR : **HIDDEN** * REMOTE_PORT : 48682 * REQUEST_METHOD : GET * REQUEST_URI : /question/244/0.0/523#comment_537 * SCRIPT_FILENAME : /var/www/guruza/public/dispatch.fcgi * SCRIPT_NAME : /dispatch.fcgi * SERVER_ADDR : 66.220.26.12 * SERVER_NAME : guruza.com * SERVER_PORT : 80 * SERVER_PROTOCOL : HTTP/1.1 * SERVER_SOFTWARE : lighttpd/1.4.10 * Process: 15875 * Server : ------------------------------- Backtrace: ------------------------------- /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/connection_adapters/abstract_adapter.rb:120:in `log' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/connection_adapters/postgresql_adapter.rb:148:in `execute' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/connection_adapters/postgresql_adapter.rb:362:in `select' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/connection_adapters/postgresql_adapter.rb:129:in `select_all' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:390:in `find_by_sql' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:924:in `find_every' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:918:in `find_initial' /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:1103:in `method_missing' [RAILS_ROOT]/app/controllers/question_controller.rb:21:in `index' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/base.rb:910:in `perform_action' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/filters.rb:368:in `perform_action_with_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/benchmarking.rb:69:in `perform_action_with_benchmark' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/benchmarking.rb:69:in `perform_action_with_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/rescue.rb:82:in `perform_action_with_rescue' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/base.rb:381:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/filters.rb:377:in `process_with_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.1/lib/action_controller/session_management.rb:117:in `process_with_session_management_support' /usr/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/dispatcher.rb:38:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/fcgi_handler.rb:150:in `process_request' /usr/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/fcgi_handler.rb:54:in `process!' /usr/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1/fcgi.rb:600:in `each_cgi' /usr/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1/fcgi.rb:597:in `each_cgi' /usr/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/fcgi_handler.rb:53:in `process!' /usr/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/fcgi_handler.rb:23:in `process!' [RAILS_ROOT]/public/dispatch.fcgi:24 Sun, 16 Jul 2006 15:09:06 -0700 $25.00 - What is the most important thing that we can do to improve Guruza? I will ... http://guruza.com/question/233/reward-25.00 What is the most important thing that we can do to improve Guruza? I will select the 5 "best" answers and then pick one at random for the reward! rich-collins-computer:~ rcollins$ irb irb(main):001:0> require 'rubygems' => true irb(main):002:0> require 'facet/array/at_rand' => true irb(main):003:0> "Dave | nerkles | AgeKay | Jake McArthur | funnyguilly | larry | jer | bryce".split(' | ').at_rand => "Dave" irb(main):004:0> Congrats Dave and thanks for all of the suggestions from everyone! Tue, 11 Jul 2006 16:32:22 -0700 $5.00 - Hi everyone. I have just finished the beta of www.linkmofo.com -- it's a soci... http://guruza.com/question/197/reward-5.00 Hi everyone. I have just finished the beta of www.linkmofo.com -- it's a social bookmarking site with the ability to categorize links, make them private, etc. I am after useability feedback on the site. Specifically anything you find confusing with the interface, etc. I would like as many responses as possible, so I'll set this post to $5. If you have a site that you'd like me to return the favour with i'd be more than happy to. Thanks for taking the time to read this. Oh, and I love this site. Nice idea! Sun, 02 Jul 2006 22:40:26 -0700 $15.00 - In J2ME development, what is the purpose of the jad file? How is it used in c... http://guruza.com/question/190/reward-15.00 In J2ME development, what is the purpose of the jad file? How is it used in conjunction with the application's jar file to install on a cell phone/other limited device? Sun, 02 Jul 2006 08:20:42 -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