Local Virtual Directory Local virtual directories created for folders stored on any hard drive installed on the computer running IIS. When configuring a local virtual directory, you will be asked to assign an alias to that folder. This alias can be folder's name or any other name that identifies the site to the end user.Continue reading “Windows Hosting Directories”
Author Archives: scpl
Page Request on Windows Hosting
IIS supports HTTP through Microsoft Windows Sockets. HTTP is a client/server protocol used by the World Wide Web (WWW) service. It means that the client and server interact to perform a particular task. For example, a user can click a hyperlink on a Hypertext Markup Language (HTML) page on the Web causing the existing pageContinue reading “Page Request on Windows Hosting”
Using Perl for Development
Perl has two acronym " Practical Extraction and Report Language," and "Pathologically Eclectic Rubbish Lister," It's a retronym, not an acronym. That is, Larry inventor of the languate came up with the name first, and the expansion later. That's why "Perl" isn't in all caps. There's no point in arguing which expansion is correct, becauseContinue reading “Using Perl for Development”
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”
Professional web design & SEO
Designing a professional web design is highly important in web development process. Web designing is one of the trickiest processes in web development and selecting the right web development company is hence highly important. You should be highly careful about all the aspects of web development. Here are the four points that you need toContinue reading “Professional web design & SEO”
Tips for Web Development
Use Heading Tags Use H1, H2, H3 structure of the site corresponding to "Website name," "Section name," "Page topic," or start off with H1 being the main subject of the page itself, and h2, h3 being for sub-topics on the same page It is excellent for search engine Use H2 for the menu section, andContinue reading “Tips for Web Development”
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”
MySQL on dedicated server
You can install MySQL by compiling the source code with the options that best suit your needs, or by downloading and installing a prebuilt binary. Or you can ask the CPWebhosting Support team, and they will do it using the package management system appropriate to your operating system. You can get both binary and sourceContinue reading “MySQL on dedicated server”
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”
