Guruza search results for guruza http://www.guruza.com/searches/show/48 Questions recently submitted to Guruza that match the query: guruza Thu, 20 Nov 2008 16:16:09 -0800 $0.00 - Does anyone know of any online shopping sites that sell groceries online in I... http://www.guruza.com/question/566/reward-0.00 Does anyone know of any online shopping sites that sell groceries online in India? Sun, 09 Mar 2008 18:37:14 -0700 $25.00 - I want to call a javascript function when a user closes a popup window (I'm n... http://www.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 $1.00 - How soon can the fine makers behind Guruza take down Microsoft? http://www.guruza.com/question/434/reward-1.00 How soon can the fine makers behind Guruza take down Microsoft? Thu, 26 Oct 2006 21:41:43 -0700 $0.00 - Just curious if guruza.com is actually acting as a escrow company by acceptin... http://www.guruza.com/question/427/reward-0.00 Just curious if guruza.com is actually acting as a escrow company by accepting payments from user and send them to experts once user is satified with the answer from the experts. Sat, 14 Oct 2006 22:18:49 -0700 $0.00 - Hi, I would like to know that when i have some amount in my guruza's accoun... http://www.guruza.com/question/425/reward-0.00 Hi, I would like to know that when i have some amount in my guruza's account. I am intrested in cashing out that amount, a email from paypal shoots at my email id mentioning the that somebody is intrested in paying you this money along with the paypal transaction id.Pls reply me urgently Fri, 13 Oct 2006 02:20:13 -0700 $50.00 - If a variable is set to 0 and they try to exit the webpage I want it to let t... http://www.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 $50.00 - I'm building a RoR application that uses sever Ajax.Updater's that load parti... http://www.guruza.com/question/417/reward-50.00 I'm building a RoR application that uses sever Ajax.Updater's that load partials into DIVs on the page. Unfortunately is the user's session expires it loads the contents of '/user/login' into the DIV that was updated by the Ajax.Updater. Furthermore, this login for doesn't work like the one at '/user/login' **What is the best way around this problem?** A valid answer would include some sample code or a link to some. Ideally the solution would happen on the Rails side of things, but if there is an elegant solution in the form of modify the prototype.js I would accept that as well. Thu, 21 Sep 2006 10:45:19 -0700 $2.00 - How do you secure Markdown so that it does not allow javascript with rails? ... http://www.guruza.com/question/369/reward-2.00 How do you secure Markdown so that it does not allow javascript with rails? I see guruza does it as this link should popup an alert but does not work here. Fri, 01 Sep 2006 02:05:02 -0700 $0.00 - I am new to ruby on rails and am writing a simple database application... ... http://www.guruza.com/question/363/reward-0.00 I am new to ruby on rails and am writing a simple database application... I have people table and languages table... they have m:n relationship using languages_people table [ has_and_belongs_to_many ] now i was able to access all langs for a person using just person1.languages [ array of language] i have displayed it to front end ... which will be edited and sent back to the controller... here i need to update the languages of that person.... i dont know how to do it... i tried to delete all previous languages and then addnew all of them ... but was not able to... as i am very new to this framework, i dont have a clue as to what to do... After reading the features offered by ruby on rails I am very much sure that there is a simple and easy way to do this .... can anyone help me.... giving me the syntax to delete all languages corresponding to a person , and adding languages into it will be great... [ if there is a better method plz let me know..] when i tried to add them using [ here i have copied all langs from frontend to temp_langs] for lang in temp_langs @person.languages << Language.new( :name => lang ) end it created new enteries in languages table and then added into relation... which is not what i want... i dont want to add a new entry into languages table ... i want to add an entry only in the languages_people table plz... awaiting your response... Wed, 30 Aug 2006 21:16:47 -0700 $10.00 - I'm working on a form that, although it displays with no issues in Firefox, i... http://www.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 $50.00 - Does anyone know where to find "Barry White Sings Buckminster Fuller LP" in a... http://www.guruza.com/question/307/reward-50.00 Does anyone know where to find "Barry White Sings Buckminster Fuller LP" in any media (mp3/cd/vinyl/anything). I think it was released on Rhino Records. This site is the only reference to it I was able to google: http://www.buckminster.info/Glossary/Glossary-U.htm "My love is omnidirectional." -Barry White Wed, 09 Aug 2006 21:05:00 -0700 $5.00 - I'm developing a new web games site - we're letting users upload Flash games ... http://www.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 $0.00 - Hi, I am getting a bit flamed over at (http://gregluck.com/blog) for makin... http://www.guruza.com/question/269/reward-0.00 Hi, I am getting a bit flamed over at (http://gregluck.com/blog) for making some possibly inaccurate comments about Rails caching. Where is there a clear statement of Rails' ActiveRecord caching abilities? I found some info on cached_model. Greg Wed, 26 Jul 2006 09:50:30 -0700 $10.00 - What is this **Guruza** thing? http://www.guruza.com/question/254/reward-10.00 What is this **Guruza** thing? Thu, 20 Jul 2006 16:52:04 -0700 $10.00 - I have the following schema: users id posts i... http://www.guruza.com/question/239/reward-10.00 I have the following schema: users id posts id user_id I want to paginate users orderded by the number of posts for each user. This does not work: User.find(:all, :include => :posts, :group => 'user_id', :order => 'count(user_id)') Any suggestions? Thu, 13 Jul 2006 22:37:15 -0700 $0.00 - If you like Guruza, please help us get the word out: [Digg It](http://www.... http://www.guruza.com/question/235/reward-0.00 If you like Guruza, please help us get the word out: [Digg It](http://www.digg.com/tech_news/Amazing_way_to_Get_Paid_to_Answer_Questions!) [Reddit](http://reddit.com/info/9v9n/comments) Tue, 11 Jul 2006 22:22:06 -0700 $25.00 - What is the most important thing that we can do to improve Guruza? I will ... http://www.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 $32.00 - Hi http://www.guruza.com/question/226/reward-32.00 Hi Sat, 08 Jul 2006 04:13:32 -0700 $0.00 - What is Guruza, is it gonna be mainstream ? http://www.guruza.com/question/203/reward-0.00 What is Guruza, is it gonna be mainstream ? Tue, 04 Jul 2006 06:50:03 -0700 $5.00 - In Photoshop....how do I change the colors of individual layers for a multi-l... http://www.guruza.com/question/189/reward-5.00 In Photoshop....how do I change the colors of individual layers for a multi-layered Photoshop file....without obscuring the non-color design features of each layer? Sun, 02 Jul 2006 07:19:28 -0700 $0.00 - I noticed that $0.00 postings are now allowed on Guruza ...how will Adam and ... http://www.guruza.com/question/174/reward-0.00 I noticed that $0.00 postings are now allowed on Guruza ...how will Adam and Rich make a living if reward-less questions are asked? Furthermore, doesn't this significantly increase the possibility of spamming? Fri, 30 Jun 2006 12:30:05 -0700 $1.00 - Do you think Guruza is a good service? http://www.guruza.com/question/155/reward-1.00 Do you think Guruza is a good service? Fri, 30 Jun 2006 01:23:51 -0700 $20.00 - What do you think are the top 5 services like this (ask an expert, dough invo... http://www.guruza.com/question/132/reward-20.00 What do you think are the top 5 services like this (ask an expert, dough involved) not including Goog and Yahoo? Thu, 29 Jun 2006 12:54:08 -0700 $5.00 - Which team is going to win the world cup and why? http://www.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 $10.00 - How is a DSL (Domain Specific Language) different from an API (Application Pr... http://www.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