Showing posts with label double. Show all posts
Showing posts with label double. Show all posts
Monday, August 31, 2015
How to Change Web Hosting Service Providers (6 Steps)
Do your homework when deciding which host to move your website to. Moving your site to a new host is a lot of work so you don't want to have to do it too often. Choose a new web host that offers room for expansion if your business grows.
Give yourself plenty of time to make the change over to the new host. Even though it means one month of double expenses, it is a good idea to start services with your new host one month before discontinuing services with your old host. This will give you 30 days to work out any problems at the new site.
Pack up your business at your current hosting site by making copies of all of your web pages and files on CD. Arrange to have services you were using and don't need any more to be disconnected at the end of the month.
Notify your domain name registrar of your move. This is the company that you registered your ecommerce site name with. They need to know the domain name and IP address for both your old web host and your new one.
Set up your site at your new web host by uploading all of the pages and files you packed onto CD. Start any new services that you need in your new home.
Notify your customers of your new email address if it changed when you moved to the new hosting site. Set up mail forwarding with your new web host to ensure that any mail sent to your old email address will be forwarded.
VPS Hosting
Saturday, August 29, 2015
How To Change the Default Page on Apache Tomcat
Double-click the 'My Computer' icon and navigate to the installation directory of Apache. In the 'conf' directory, double-click the 'httpd.conf' file.
Open httpd.conf with Notepad. Scroll down to the following line in the configuration file.
DirectoryIndex index.html index.jsp index.php
Change the DirectoryIndex line with the custom page. Below is an example of how the file should be configured for a custom default page.
DirectoryIndex myCustomPage.php index.html index.jsp index.php
VPS Hosting
Friday, August 28, 2015
How to Transfer Domain Names to Another Hosting Company
Create an account with the registrar where you intend to transfer the domain name. Login to the account and under the ''Administrative Settings' you will find a link that says 'Transfer Domain.' Click on that then enter the domain name and click 'Ok.'
Login to the account where the domain name is currently hosted and double check to see that the administrative contact email is correct. Go to the administration section and check that the domain you wish to transfer is 'Unlocked' and 'Active.' It will also need to be more than 60 days old. The new registrar will send an email requesting that the domain be transferred along with a link to verify and approve the transfer.
Open up the email and click on the link in order to approve the transfer. The new registrar will notify the ICANN (Internet Corporation for Assigned Names and Numbers) and the domain will be transferred to the new registrar in five to seven days.
VPS Hosting
Wednesday, August 26, 2015
How to Find the Absolute Path in a Website
Click on any link on a Web page using a relative path. Provided the link is properly coded, the page opens. Highlight the URL in the address bar of your Web browser and copy it by pressing 'Ctrl-C' to copy the link's absolute path. If the link doesn't work, you may still be able to get the absolute path.
Examine the URL in the address bar and fix any obvious typos, like a double 'http,' a 'wwww' instead of 'www' or two slashes instead of one. If the link automatically redirected you to an error page, open a text editor and paste the code there to examine it. Once a typo is fixed, the link should work, giving you the absolute path.
Copy the URL in the address bar of the source page. Paste this in a new line in your text editor. If it ends in 'html,' delete everything after the last '/.' If it ends in 'com' or '.org' or any other domain extension, type a '/' at the end and then type the rest of the relative path. For example, if the main URL was 'http://.example.com/page.html," and the relative path was '/folder/page.html,' you should now have 'http://example.com/folder/page.html." Copy and paste this into your Web browser address bar to see if it works. If it does, you've found the link's absolute path.
Click on other links in the source Web page and examine the URLs in the address bar. Websites, like the files on your computer, are usually stored in folders and sub-folders. Every folder begins and ends with a '/.' If a developer has mistyped a folder name, correct it and try the link again. If the developer has moved a page, you may be able to determine in which folder the page you are looking for belongs. For example, if the bad link includes an '/images/' folder, while and the other images are in an '/image/' folder, you can simply delete the 's' to get the correct path.
VPS Hosting
Tuesday, August 25, 2015
How to Check IIS Version
Click the Windows 'Start' button and select 'Control Panel.'
Double-click 'Administrative Tasks.'
Double-click 'Internet Information Services.' This opens the management console.
Click the 'Help' menu at the top of the window.
Select 'About Internet Information Services.' This opens a window that shows the IIS version you are running.
VPS Hosting
Saturday, August 22, 2015
How to Stream a WAV (6 Steps)
Upload the WAV file to your own server. Although you might want to stream a file that already exists online somewhere, doing so could cause the person hosting the file to lose “bandwidth” (the amount of data the hosting provider allows him to use each month) every time someone plays it. Login to your 'File Manager' and upload the file. Double click on the name of your file within the 'File Manager' to open it in a new tab or window.
Add an 'embed' code to the HTML of the webpage on which you wish to stream your WAV file. Hold down the 'Ctrl' and 'C' keys at the same time and copy the following code onto your computer's clipboard by highlighting it.
hidden=true>
.
Paste the embed code into the HTML file for the page on which you plan to stream your wave. Double click on the file name—'index.html,' for example—in your 'File Manager' to open the HTML editor. Click your mouse wherever in the page—under the main 'Header' but before the 'Links' section, for example—and hold down the 'Ctrl' and 'V' keys at the same time to paste the embed code into the file.
Paste your WAV file's URL into the embed code. Navigate back to the tab where you opened your WAV file and click your mouse inside your browser's 'Address Bar.' Hold down the 'Ctrl' and 'C' keys at the same time to copy the file's URL and then tab back to your HTML file. Highlight the text file.wav and hold down the 'Ctrl' and 'V' keys at the same time to replace it with your file's URL.
Set whether or not you'd like your streaming WAV file to play automatically by adjusting the value after
'Autostart.' By default, the code you've inserted will begin playing the file as soon as someone visits your webpage. Replace 'true' with 'false' (all lowercase in any instance) to change this.
Save your HTML file and visit your webpage to listen to your streaming WAV file.
VPS Hosting
Friday, August 21, 2015
How to Host a Video Game Tournament
Pick you game. If you are a serious video game player, you probably have a system of choice and will prefer to stick to one game. But if you are just looking for a fun way to spend some time with your friends, an 8-bit Nintendo tournament with a whole host of games could be the way to go. There are few guidelines here, so go with what you and your friends like.
Choose a format. You can base your tournament on several different formats, such as round-robin or double elimination. Base your decision on the number of people involved and how serious you want to get. Another option is to have a winner/challenger format where one person is the expert, and the goal is to beat her at her game of choice.
Set up stations. If you have more than one television and gaming system, having several stations will allow you to keep more people involved at one time and keep the tournament on schedule. You may be able to borrow from friends, and people playing in the tournament might be able to contribute supplies.
Create an information center. Whether it is a white board, poster or a traditional chalkboard, have a place where tournament standings can be updated and information is accessible to everyone. As the host, be sure to keep the information as up-to-date as possible, or designate someone else to do it.
Provide food and drinks. If your tournament is an all-day or an all-weekend event, you will need to have food on hand to keep your guests happy. Buffalo wings, nachos, burgers, hot dogs, chips and beverages of choice are good things to start with.
VPS Hosting
Subscribe to:
Posts (Atom)