Showing posts with label code. Show all posts
Showing posts with label code. Show all posts

Thursday, August 27, 2015

How to Transfer Domain Name With BigCommerce (6 Steps)


Visit the website of the registrar where you want to transfer your domain name, such as GoDaddy or NameCheap. Go to the page on the site for transferring a domain.
Enter the URL of the domain that you want to transfer in the open field. Select the length of time that you want to register it for and pay for the transfer. When you transfer a domain, you usually get a free one-year extension.
Check your email because you will get an email from the registrar after you pay. This email will contain a transfer authorization code and ID. Log into your account with the registrar and go to the 'Domain Manager' area. Go to the 'Domains' menu and select 'Pending Transfers.'
Click on the 'Authorization' button and enter in the authorization code and ID from the email. Click 'Next.' Your domain name will be listed and it will ask for the transfer authorization code from BigCommerce.
Log into your BigCommerce account and click on 'Tools' and then 'Move Domain.' Select 'Transfer Domain To New Registrar.' Once you do this, you will see a transfer authorization code.
Go back to your new registrar account and enter in the transfer authorization code from BigCommerce. Click 'Finish' after you have entered it. It can take up to seven days for the transfer to complete. The new registrar will send you an email after the transfer is complete.
VPS Hosting

Wednesday, August 26, 2015

How to Start a Video Game Website


Select a web hosting service where you will build your website. Consider disk space and bandwidth available along with price when comparing web hosting services. Selecting a quality host is important to building a high-quality website.
Decide how you are going to design your website. The most basic option is to use a text editing program to write all of the code by hand; however, software is available which can make this easier for users unfamiliar with coding websites by hand. Commercial options like Adobe Dreamweaver can cost hundreds of dollars, while other programs like Mozilla Composer are available online for free.
Research video games and decide what kind of information you want to include on your website. Some options include previews of upcoming games, reviews of games that have been released or hints about how to play specific games. According to the Letters and Science Computing Resources at the University of Berkeley, 'content ultimately is the standard by which your website's usefulness will be judged.' Make sure the research you do will help you to create useful content.
Create the pages of your video game website using the text editor or other design tool you selected in Step 1. Write informative content based on the research from Step 3. Don't include too much information on a single page of the website, or you can overwhelm your visitors with too much text.
Upload the pages of your website to your web host. Most web hosts will have FTP services available, which will allow you to upload all of the pages of your website at once. Each web hosting service will have different procedures, so refer to your host's online help files if you need help with their specific requirements for uploading files.
VPS Hosting

How to Make a Hit Counter in Dreamweaver (19 Steps)


Navigate to your Web host's homepage and see if they offer free hit counters. If they don't, go to another Web host that does. Bravenet, for example, offers free hit counters and other Web tools even if you don't have a host account with them (see Resources).
Click the link to the hit counter tool. You may need to register with the Web host in order to download the code, but the registration should be free. If not, look elsewhere. Bravenet's hit counter is free.
Click the button to create a new hit counter. You will be prompted to enter a name for the counter and provide the URL of the page you want to add the counter to.
Choose settings and then the look for your counter.
Select (highlight) and copy the Javascript code the Web host puts on the screen for you.
Open Dreamweaver and open the Web page you want to add the hit counter to.
View the HTML code for your page by clicking the 'CODE' button at the top of the window, then click at the location where you want the counter to appear. Usually counters are placed at the bottom of the page above the closing 'BODY' tag.
Select 'Paste' from the Edit menu and the code for the hit counter will be inserted. Save changes, upload the page to your Web server and view it in your Web browser to test.
VPS Hosting

Tuesday, August 25, 2015

How to Install Omniture


Access your Adobe Support Manager.
Highlight the Omniture HTML component link provided in the Adobe Support Manager. Right-click the HTML link and click “Copy.”
Log into the website's hosting server platform and open the webpage editor.
Locate the HTML view to see the raw HTML code for the page you intend to edit.
Right-click in the header or footer area of the site's HTML code. The header area is located directly above the beginning of the code, and the footer area is directly below the end of the code.
Click the “Paste” action to place the Omniture HTML embed code link with the site's HTML code.
Save the changes to your Web hosting server. This action installs Omniture to the site, and enables data collection for optimization and monitoring purposes.
VPS Hosting

How to Build a Free Website With Broadcasting


Sign up for free website hosting with a host of your choice. Two popular hosts that offer free website hosting are Yahoo! Geocities and 50Webs.
Design your free website. Most of the free website hosts allow you to design your site using free templates. Some knowledge of HTML code may be required, depending on how creative you want your free website to be.
Create your own radio show with Blog Talk Radio. The radio show will be hosted from your computer. You will be given a telephone number to dial in and access your control panel to begin hosting your show. You will be given a separate telephone number for listeners to call in live to speak with you on the air.
Embed your Blog Talk Radio HTML code into your free website to promote your radio broadcast. Listeners can click on the link on your website to listen to your show.
Create your own Mogulus television channel by creating a new account with Mogulus, which is an online company that will allow you to create your own Internet television channel for free. After setting up a new account with Mogulus you can start broadcasting your own live television show or play old video clips on your website. You will need to connect your digital camcorder to your computer using a Firewire or USB cable to show the live video or upload old video clips.
Embed your Mogulus television channel HTML code into your free website to promote your live broadcast. Viewers can click on the link on your website to watch your broadcast.
VPS Hosting

Monday, August 24, 2015

How to Use SSL With Joomla


Purchase an SSL certificate from your Web hosting provider or another reseller. Have the provider enable the certificate for use on your domain.
Browse to the control panel for your Web hosting account. Use the 'File Manager' to locate the '.htaccess' file in your site's root directory. Download and save the file to your computer.
Open the '.htaccess' file with Notepad or another text editor. Add the following code to the text file:RewriteEngine onRewriteCond %{SERVER_PORT} !^443$RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [QSA,R=301,L]
Redirect permanent / https://www.yourdomainname.com
Delete the 'www.yourdomainname.com' reference and replace it with the domain name for your Joomla site. Save the file and exit the text editor program.
Open the 'File Manager' application in your website control panel. Browse to the directory on your computer where you saved the '.htaccess' file. Upload the file to the root directory of your website. Overwrite the current '.htaccess' file if prompted to do so.
Browse to the administrative page for your Joomla website and log in as an administrator.
Browse to the 'Global Configuration' link on the main control panel page in Joomla. Click the link to go to the main Joomla settings page.
Click on the 'Server' tab near the top of the 'Global Configuration' page.
Click the 'Force SSL' drop-down box and select the 'Entire Site' option. Click the 'Save' icon in the upper right corner of the 'Global Configuration' page.
Log in to the Joomla website as you normally would. Because you changed the '.htaccess' file, Joomla will now redirect normal 'http' requests to the more secure 'https' log-in page.
VPS Hosting

How to Create a Website for Beginners (7 Steps)


Research your options. If you are interested in owning your own domain name (www.YourNameHere.com) you will need to pay for this service. However, you can start a web page for free through a host like geocities if you're willing to use a name like www.geocities.com/YourNameHere.
Sign up with your host. Fill out all the required information and set up your account.
Learn the basics of HTML. All HTML code consists of a command entered in brackets
. Entering a command with a backslash before it will cancel the command. Thus denotes bold text and will cancel it. Many resources exist online to explain the basics in more detail.
Enter your text. Your website should have a specific purpose. Your text is the main content of the page and will explain to visitors what they are going to find.
Add some links. To enter links, you need to know the right code. HTML code for links is Text for Link
Add pictures. You can probably host your graphics on the same site that is hosting your page. If not, use a service like PhotoBucket. The code for inserting a picture is
Maintain your site. Any good web page will require constant maintenance. Update often, and with new and relevant information.
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

Thursday, August 20, 2015

How to Open Up a New Tab in HTML (6 Steps)


Open Windows Notepad or another text or HTML editor on your computer. Open the HTML file in which you want to place links that open in a new tab or window.
Position the cursor at the point in the HTML code where you want to place the link. Enter the following HTML code:http://www.somesite.com/somepage.htm' target='_blank'>Link Text
Change the 'http://www.somesite.com/somepage.htm' value to the actual website and page to open with the link.
Change the 'Link Text' value to the text you want to display for the link. For instance, 'Click Here to go to Somesite.com' or any other descriptive text.
Click 'File,' then 'Save' on the editor toolbar.
Use an FTP program or log in to the control panel of your Web hosting account to upload the new HTML file to your site. When visitors click links formatted with the above syntax, Web pages will open in a new tab if the browser supports the option. If the browser does not support tabbed pages, the link will open and display the Web page in a new browser window.
VPS Hosting