Guruza search results for applications http://guruza.com/searches/show/123 Questions recently submitted to Guruza that match the query: applications Thu, 20 Nov 2008 12:52:50 -0800 $0.00 - what is the best anti virus software? http://guruza.com/question/558/reward-0.00 what is the best anti virus software? Mon, 17 Sep 2007 20:12:30 -0700 $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 $25.00 - I want to nest a GWT application inside rails. Is there a general way of doin... http://guruza.com/question/532/reward-25.00 I want to nest a GWT application inside rails. Is there a general way of doing this: putting java web apps inside rails? What are the best practices for this kind of thing? Fri, 18 May 2007 11:40:41 -0700 $2.00 - How does the apple iphone relate to geography, tell me three ways. Must be an... http://guruza.com/question/526/reward-2.00 How does the apple iphone relate to geography, tell me three ways. Must be answered well. Wed, 02 May 2007 19:19:07 -0700 $5.00 - How setup Ruby on Rails Application on Godaddy Hosting!! Need live example! http://guruza.com/question/520/reward-5.00 How setup Ruby on Rails Application on Godaddy Hosting!! Need live example! Tue, 24 Apr 2007 10:13:34 -0700 $20.00 - I need to make a simple rails app where an admin user can create "recordings"... http://guruza.com/question/490/reward-20.00 I need to make a simple rails app where an admin user can create "recordings". Each "recording" has the following types of information: * Title * URL to a .zip * The number of "editions" to make of this "recording The idea is that for each "edition" there is URL generated (for instance, mydomain.com/85876) that takes you to a page where you see the Title and a download begins of the "URL to a .zip" mentioned above. The person that goes to the mydomain.com/85876 should never see the original URL of the .zip, that should be obscured. And that /86876 link should expire within a week of being visited. This a simple scheme for selling music (or other media) by means of selling people the unique URLs (mydomain.com/85876). The more help, the better. Help could be in the form of advice, code snippets or the actual code to build such a system. I've set the reward high, but if only partial help can be offered I'll set a slightly lower reward and pay that. Sat, 17 Feb 2007 12:08:36 -0800 $5.00 - I'm a newbie to RoR's and I'm having fun with it. My question has to do with ... http://guruza.com/question/437/reward-5.00 I'm a newbie to RoR's and I'm having fun with it. My question has to do with how to configure a RoR CMS that allows users to publish pages from the CMS to their hosted domain. I want users to be able to login to the CMS to enter their site content. When they create/update information for their site, their domain should be updated as well. NOTE: All users will share the same db tables for storing their information. Originally, I wanted to create static pages in the users domain directory because their pages wouldn't change that often. The static pages would be cached and changed when updated. Now I'm wondering if I should allow users sites to be dynamically generated. I'm not sure which approach would be better or easier to implement. I need to know how to setup or configure my CMS that allows a user to publish to their domain if I decide to publish flat pages to their domain. If I take the dynamic approach, I need to understand how to configure a users domain so that it logs into the database for th user and use their date and the templates that have selected for their web site. Although I'm new to RoR, I'm not new to programming and understand a little bit about servers. It's okay if you get technical. Tue, 31 Oct 2006 20:07:07 -0800 $0.00 - Which one would you recommend as the best office suite - OpenOffice, MS Offic... http://guruza.com/question/436/reward-0.00 Which one would you recommend as the best office suite - OpenOffice, MS Office 2007 or some other? Please share your comments. Do not worry if you will be comparing only a single product from the whole package (e.g. the spreadsheet program from each wuite only). Sun, 29 Oct 2006 11:45:08 -0800 $5.00 - What is the best automated way to keep a hosted MS SQL server in sync with an... http://guruza.com/question/435/reward-5.00 What is the best automated way to keep a hosted MS SQL server in sync with another hosted SQL server at a different web host? My host doesn't support replication (e.g. publishing). I'm primarily interested in doing this to allow me to failover to another server at another host if our site goes down. Sat, 28 Oct 2006 10:51:48 -0700 $10.00 - I would like to get the Trac Darcs plugin working. I followed the directions... http://guruza.com/question/430/reward-10.00 I would like to get the Trac Darcs plugin working. I followed the directions here: http://trac.edgewall.org/wiki/TracPlugins without success. I got the following error when I ran ~/.system/bin/trac-admin my_proj initenv: "Repository type darcs not supported" Tue, 17 Oct 2006 15:11:18 -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 $25.00 - In a RoR application I am making I have a sortable table made using a techniq... http://guruza.com/question/418/reward-25.00 In a RoR application I am making I have a sortable table made using a technique similar to this: http://dev.nozav.org/rails_ajax_table.html This is a two part question: Normally the table is 'unsorted' when you get to it even though the items are alreay in alphabetical order according to the first column. Because of this, the first time you click title to sort by name it appears to do nothing because it was going from 'unsorted' to 'sorted by name' and both are identical. On the first click it should go from 'sorted by name' to 'reverse sorted by name' and the sort_td_class_helper should have the 'sortdown' class applied to it when the page loads. **A solution would either include sample code or enough explanation that I can get it to work.** The other part of the question is how can I make the sorting case-insensive? **A solution would either include sample code or enough explanation that I can get it to work.** Thu, 21 Sep 2006 10:55:10 -0700 $50.00 - I'm building a RoR application that uses sever Ajax.Updater's that load parti... http://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 $5.00 - I want to save ruby code inside a database, retrieve it and execute it. Is it... http://guruza.com/question/408/reward-5.00 I want to save ruby code inside a database, retrieve it and execute it. Is it possible to execute a string returned by the database as ruby code? Thu, 14 Sep 2006 17:33:54 -0700 $0.00 - I am new to ruby on rails and doing a simple application as I am studying rub... http://guruza.com/question/368/reward-0.00 I am new to ruby on rails and doing a simple application as I am studying ruby on rails. I have a m:n relationship between people and languages ... a person can know many langs and a lang can be known by many people ... I want to give a GUI in which there are 2 lists of languages for a person to edit 1 with the languages he knows 2 other languages .. I want to allow him to add & remove languages ie shift from one list to the other list Eg: if person1 has english and french in the database , the lists would look like List1: english french List2: spanish italian german etc etc etc... [ plz note: they are side by side ] and he can double click or do something to select a lang in list2 and add it to list1 and vice versa... I thought it would be a good excerise to learn ruby but I am struck .. I wanted to know if there is any helper class available for this kinda feature... Can someone suggest me as to how I can do this efficiently in ruby.. [ I currently have a string which has all languages seperated by comma and the user can modify the string.. I parse the string @ the controller and store it into the database.. ] Thu, 31 Aug 2006 21:12:38 -0700 $0.00 - I am new to ruby on rails and am writing a simple database application... ... http://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 $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 $0.00 - My 1998 Jaquar is beginning to rust in many areas underneath the car (i.e. ex... http://guruza.com/question/298/reward-0.00 My 1998 Jaquar is beginning to rust in many areas underneath the car (i.e. exhaust sytem, etc.). is there a rust removal application, a dealer that provide this service, or is it better to apply it myself? Mon, 07 Aug 2006 15:16:20 -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 - 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 $5.00 - How can I do an OnClick call using AJAX and Ruby on Rails? I have an applicat... http://guruza.com/question/250/reward-5.00 How can I do an OnClick call using AJAX and Ruby on Rails? I have an application that allows you to ping an ip address by clicking on a link called 'ping'. When you click on it, the ping results get set inside a div tag. This works just as intended, however I would like the ping link to become unclickable and for the text to be changed to 'Pinging'. The problem is when I do the ajax call, the link gets updated at the same time as the div does. My intention is to prevent users from clicking on the link more then once, so by updating the link they can see that an operation is occuring in the background. In my mind I envision that the onclick would update the text of the link and commit the ajax call that would update the results div, does this sound right at all? Wed, 19 Jul 2006 05:48:51 -0700 $3.00 - I'm looking to hire a contractor (elance, craigslist, scriptlance...) to desi... http://guruza.com/question/200/reward-3.00 I'm looking to hire a contractor (elance, craigslist, scriptlance...) to design and build a new website of come up with. What is the best way to protect my idea & application code from being resold or stolen after the site has been completed. Especially if the coders are overseas. Mon, 03 Jul 2006 08:43:06 -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 - What support does ruby have for internationalization? I have heard that ruby ... http://guruza.com/question/167/reward-5.00 What support does ruby have for internationalization? I have heard that ruby on rails doesn't support a large amount of character sets. I am in the midst of rolling out a international application and need to ofcourse make sure that rails can support every character set possible. Some I need initially are UTF8, Big 5, Shift JIS. Can rails handle this? Fri, 30 Jun 2006 07:19:54 -0700 $0.50 - is it possible to make an application run in terminal services appear in the ... http://guruza.com/question/166/reward-0.50 is it possible to make an application run in terminal services appear in the local app bar (instead of having the full terminal window) Fri, 30 Jun 2006 06:38:34 -0700