The whole issue of setting up a development server for my ruby on rails application confuses me. There is webrick, mongrel, passenger, apache, nginx and many more I am sure, and i dont really understand the different roles they play.
Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Wednesday, May 30, 2012
Ruby on Rails Server options
Monday, May 21, 2012
Ruby on Rails Server options
The whole issue of setting up a development server for my ruby on rails application confuses me. There is webrick, mongrel, passenger, apache, nginx and many more I am sure, and i dont really understand the different roles they play.
Cleanest & Fastest server setup for Django
I'm about to deploy a mediumsized site powered by Django. I have a dedicated Ubuntu Server.
Thursday, May 10, 2012
How does header() work?
A little context:
I needed to run PHP scripts in a browser, but I didn't want to go to all the trouble of installing a server and suffer the overhead of running a server on my computer and all the stuff that goes with it, including firewalls, blah blah blah.
Thursday, March 1, 2012
How can I call a plugin in phonegap from a server page for iOS?
I have a html page in a server, and load it with phoneGap for iPhone. In my html page, I call a native plugin but dont work. The same html page in local project, work well. I also have the JS plugin file in the server.
Tuesday, February 21, 2012
Making a webserver using jsp and java
Using Google App Engine SDK: webpage: http://hwsejk.appspot.com/
Writing data from my app to csv & upload it?
I wondered if it's possible to write some data to csv file in the documents path, or other convenient readable file. For example - i have a few text fields that i want the user to fill & then i want him to click "send" & after that the information will be written on a file that i could easily read & upload to my server. In my case i have an app that i want people to register for my members club, with first name, last name & phone number & i want to take this information & read it easily after is uploaded to my server. For testing i'm using my dropbox account as a server.
Monday, February 20, 2012
how to remote database mysql XAMPP from another computer?
the script of connection =
<?
$server = "192.168.0.167";
$username = "root";
$password = "";
$database = "dbbook";
mysql_connect($server,$username,$password) or die("Koneksi gagal");
mysql_select_db($database) or die("Database tidak bisa dibuka");
?>
creating a Java Proxy Server that accepts HTTPS
i already have a working HTTP proxy server that can handle multiple HTTP request. now my problem is how do I handle https request?
Sunday, January 29, 2012
How do I select only the root domain from $_SERVER["HTTP_REFERER"];?
I want to have a 404 page that can detect if a user has come to that page either via my site, via my shortened URL or via another site, and I am making it using PHP. I am slowly getting to grips with PHP and this may well be a simple question, but I am quite tired to be honest and have no caffeine in my system, and I am wanting to tie up any loose ends in my portfolio as soon as possible.
Friday, January 13, 2012
How to Bind SWFs to a Host?
I'm working on a major Flash project that is going to be the core content of a site.