Use of Arrays in Web Development Programming JavaScript

The array creation functions organized into two categories: those that place the enhanced properties at the end, and those that put the enhanced features at the beginning. The first four array creation methods place the improved properties at the end of the array and initialize all empty slots to "@." They differ in how theyContinue reading “Use of Arrays in Web Development Programming JavaScript”

Requirements for Effective Web Development

HTML email/newsgroup messages Not everyone has news or email readers capable of rendering HTML. HTML messages not only look terrible in non-HTML readers, but it also makes the post larger and therefore it takes longer for it to download. HTML developed for use on the web, and that's where it should stay. Restricting Visitors ToContinue reading “Requirements for Effective Web Development”

Configuring MySQL server

MySQL has three different kinds of configuration, both for the server process at server startup and for the client processes when a user executes them. In order of preference, these configuration options include: Command-line options Configuration file options Environment variable options MySQL specifies options according to the different groups, usually the names of the serverContinue reading “Configuring MySQL server”

Shell script to start, stop, and restart MySQL

Mac OS X automatically executes all scripts under the /Library/StartupItems Directory when the system boots up. If that directory does not yet exist, you will need to create it. For MySQL, you should create the directory /Library/StartupItems/MySQL and place the startup shell script MySQL and the configuration file StartupParameters.plist in that directory. Once those filesContinue reading “Shell script to start, stop, and restart MySQL”