Help needed in implementing PaaS Programming Software Development by ashwinpdy Hi..I'm Ashwin here...i need urgent help in implementing PaaS in cloud computing for my final year project...Is there anyway u can help me with this?? even a little push to get started wud be highly helpful.... Platform as a Service + WPF Community Center by User Experience … done my research and can't find anyone offering a PaaS built on WPF? Using the RUI capabilities of WPF is… Fetch combo box value and pass that value to the jsp Programming Web Development by swethakrich … values from both the combo box to an array and paas it to jsp page. Can anyone help me in getting… Best way to add multiple languages to a php site? Programming Web Development by suraj32 … = $row['username']; $balance = $row['balance']; echo "Namaste $user, Aapke paas $balance credits hai"; ?> Now, how do I translate… Re: Best way to add multiple languages to a php site? Programming Web Development by diafol … = array( "balance"=>"Namaste %1$s, Aapke paas %2$f credits hai", ... ); In your code... $user = $row… The Holy Grail of Configuration Management Programming Software Development by mholten … beta or QA stack. If you're deploying to a PaaS, such as Heroku, you can already do this today. However… Re: Developement of a soluution of cloud computing private for my university Programming Software Development by chahinez.abdelo.9 …or with Orange Business Services with Flexible Computing. 2) PaaS: Platform as a Service The hardware (servers) ,…, test and run applications. The deployment of PaaS solutions is automated and saves the user from… suitable for Web applications. The main providers of PaaS are : AZURE with Microsoft , Google with Google… Re: How to give the variable value to textfield on same page? Programming Web Development by ujwalkhairnar25 but it wont work when i give the variable value it means when i store some value in variable and then paas to ur posted code in not working Re: Alfresco's John Newton Gives His View on the Cloud Digital Media Digital Marketing Search Engine Strategies by brucearnold … considering "cloud computing", "SaaS" or "PaaS" as cost-cutting solutions in recessionary times is GET… Re: I'm Smarter Than Larry Ellison Programming Databases by brucearnold … considering "cloud computing", "SaaS" or "PaaS" as cost-cutting solutions in recessionary times is GET… Re: Crystal Ball Sunday #13: Cloud Computing Hardware and Software Linux and Unix by brucearnold … considering "cloud computing", "SaaS" or "PaaS" as cost-cutting solutions in recessionary times is GET… Re: Are SaaS & Cloud Computing Interchangeable Terms? Community Center by Siersema … which SalesForce is a great example), Platform as a Service (PaaS such as the Amazon Web Services storefront), Infrastructure as a… Re: Help needed in implementing PaaS Programming Software Development by jon.kiparsky This question is far too vague to get any useful help. What sort of help are you looking for? What "platform" are you trying of offer as a service? What have you done so far? What sort of design decisions have you made that we should know about? Re: Help needed in implementing PaaS Programming Software Development by ashwinpdy Well..I'm trying to use operating system level virtualization....came across a paper which claims to use the following tools : Apache web server, MySQL database server, OpenSSH remote access tools and VMware workstation....and vmware workstation to create virtual platforms.... i would like to know how to go about this project...Sry if i'm still … Re: Help needed in implementing PaaS Programming Software Development by jon.kiparsky Those are all nice tools. Now what do you want to do with them? Re: Help needed in implementing PaaS Programming Software Development by ashwinpdy huh..is it ok if i mail u the file i was trying to explain? wub be better if u cud have a look at it instead of me explaining to u in bits n pieces... Re: Help needed in implementing PaaS Programming Software Development by jon.kiparsky No, I think if you can't give us a thumbnail of what you're trying to do, you need to go back and think more about what you're trying to do. Re: Fetch combo box value and pass that value to the jsp Programming Web Development by javaAddict I have never tried that before but you can do this and see if it works: Instead of sending the value of the combo box have 2 hidden fields: [CODE] <input type="hidden" name="hiddenList1" value="" /> [/CODE] When you click the button to submit run a javascript that loops the list and appends its values to… Re: Fetch combo box value and pass that value to the jsp Programming Web Development by swethakrich Hello All, I'm trying to force my users to close a popup window before they can return to the Parent window. I more or less want to "lock" the parent window and force the user to fill in the info on the popup and hit submit, which in turn will close the popup and then allow the user to continue working on the parent window. Re: Fetch combo box value and pass that value to the jsp Programming Web Development by javaAddict [QUOTE=swethakrich;1105863]Hello All, I'm trying to force my users to close a popup window before they can return to the Parent window. I more or less want to "lock" the parent window and force the user to fill in the info on the popup and hit submit, which in turn will close the popup and then allow the user to continue working on the… Re: Best way to add multiple languages to a php site? Programming Web Development by diafol >Thank you very much, what do you think is the best way? Using array files or gettext or parsing .ini files? We'll have 3 languages for now but may increase in future. This depends on how complicated your site is or how you intend on updating translations. The array files are probably the simplest, as you can send the language files to your … Re: Best way to add multiple languages to a php site? Programming Web Development by v1shwa One more final question. Why did you suggest me to use, `echo sprintf()` instead of `printf()` . What difference does it make? Re: Best way to add multiple languages to a php site? Programming Web Development by diafol `printf()` will work just as well of course, but it prints immediately. Using `sprintf()` means that you can store it in a variable, but from the usage in my example `printf()` could/should be used. Re: Best way to add multiple languages to a php site? Programming Web Development by diafol >Thank you. The site isn't so large, So, I think, I'll go with array files. :) OK, fine, but just remember the problems with keeping all those files synchronised - a version control system could help. Re: The Holy Grail of Configuration Management Programming Software Development by rubberman Ignorance is bliss... We were doing continuous integration back in the 1990's where CVS was our source repository. Code that was released into production would automatically be checked out by our make files when system tests were run. Errors in a module would cause it to be pushed back into a development state and dropped back on the "desk&…