 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Zend Developer Zone: Why Should I Care What Server My Application is Running On?
by Chris Cornutt July 15, 2008 @ 13:12:32
On the Zend Developer Zone there's a new article that looks to answer the question in its title - "Why should I care what server my application is running on?" (by Eddo Rotman)
Imagine this - you develop an application on your machine and then, when you come to deploy it to the production server, all of a sudden, you encounter various errors and failures. Or maybe, when you decide to switch your hosting provider, your application stops behaving the way it should. How about this -... one day, out of the blue (well, out of your IT manager's whim) your application just misbehaves. Sounds familiar?
Times like can never be completely avoided (yes, there'll always be bugs) but you can take some steps to help prevent most of the major failing points. He points out some of the key configuration directives to watch out for, differences in some functions' responses based on the OS, and the differences in character sets between a unix-based and Windows based environment (like rn versus just n).
voice your opinion now!
tip configuration setting platform server difference bug failure tutorial
DeveloperTutorials.com: Installing and Configuring Drupal 6.1
by Chris Cornutt March 25, 2008 @ 08:46:36
The Developer Tutorials blog has posted this new guide on how to install one of the more popular PHP content management systems out there - Drupal.
One of the most popular CMSs is Drupal, partly because it offers all of the aforesaid features, and partly because developers familiar with PHP (the language used by Drupal) can modify the functioning and appearance of almost every aspect of Drupal.
In this tutorial, we will discuss how to install and configure a brand-new Drupal Web site from scratch. We will also touch upon the basics of adding content to a Drupal installation.
They include useful screenshots along the way as well, helping to guide you through the process a bit better than with just words. There's tons of configuration options that you could mess with in a Drupal installation, but they do well to give you the essential ones that you'll need to get it up and running smoothly.
voice your opinion now!
install configure drupal cms setting screenshot
Ian Selby's Blog: Uploading Large Files With PHP
by Chris Cornutt September 14, 2007 @ 13:03:54
Ian Selby, working for a startup and building a lot of code up from scratch came across a problem - the upload of pretty large files via PHP:
I have found myself in a position where I am writing scripts that may need to upload fairly large files. My scripts were timing out, and I couldn't seem to figure out why. For the unitiated, there are some standard things that you usually do to both your php.ini and in your script in this situation [...] However, it turns out there are some other php.ini config variables that you may need to look at.
The "usual suspects" list includes changing the max_upload_size value and adjusting the script timeout. The other settings he mentions, though, are things like memory_limit, post_max_size and max_input_time to help increase the default times that PHP uses on most page executions.
voice your opinion now!
upload large file phpini setting timelimit size upload large file phpini setting timelimit size
|
Community Events
Don't see your event here? Let us know!
|