Posts mit dem Label control werden angezeigt. Alle Posts anzeigen
Posts mit dem Label control werden angezeigt. Alle Posts anzeigen

Sonntag, 28. Februar 2016

How to Transfer My Domain to GoogleIn Feburary 2016 28,

In Feburary 2016 28,
Log into your domain’s control panel. Locate the domain’s mail exchange (MX) controls.
Delete the current MX records for your domain.
Create MX records with Google’s server information. Create a new MX record with a priority of one, and set “ASPMX.L.GOOGLE.COM” as the mail server. Create another MX record, setting the priority as five,, and the mail server as “ALT1.ASPMX.L.GOOGLE.COM.” Create a third MX record, setting the priority as five, and “ALT2.ASPMX.L.GOOGLE.COM” as the mail server. Create a fourth MX record, setting the priority as 10, and “ASPMX2.GOOGLEMAIL.COM” as the mail server. Create a final MX record with a priority setting of 10, and a mail server of “ASPMX3.GOOGLEMAIL.COM.”
Save the changes to your domain’s server records.
In Feburary 2016 28,

Samstag, 27. Februar 2016

How to Change Your Domain HostingIn Feburary 2016 27,

In Feburary 2016 27,
Research alternative Web hosting companies to find a service offering the features you need for your website at the best price.
Open an account with a new Web hosting company.
Log into your account with your current Web host.
Download all of your files from the host's server using the backup tool offered in the Web host's control panel or an FTP client application. Be sure to download all of your files. This includes any HTML files, picture files, audio files, flash files, INC files, CSS files, and so forth.
Back up your blog and Web forum database (if applicable) using a MySQL administration tool such as phpMyAdmin.
Log into your account with your new Web hosting company.
Obtain the DNS server information for the new Web hosting company. You will need this information later to update your DNS records to point to this new Web host server.
Upload all of the files for your website (downloaded in Step 4) to the new host's server.
Install the backup copy of your blog and forum database (created in Step 5) to the new host's server using their MySQL administration tool.
Log into your account with your original Web hosting company. Navigate to the Domain Name manager tool offered in the host's control panel. Edit your DNS records to reflect the server name associated with your new Web host. Submit the update. It can take up to 24 hours for the DNS records update to take effect globally. During this time your website will go off-line.
Visit your website. Check everything out to make sure all your Web pages have migrated successfully, the design elements of the site are still in tact, the website forum and blog are functioning properly, and so forth. Only after you're certain everything with your website is as it's supposed to be should you move on to the next step because you have mistakenly neglected to backup a stray file or two.
Cancel your account with your Web hosting company.
In Feburary 2016 27,

Dienstag, 23. Februar 2016

How to Sell Server SpaceIn Feburary 2016 23,

In Feburary 2016 23,
Set up your web server. You can either build one, purchase one, or rent space on an existing web server. Next you will need to insure the server is connected to a high speed internet connection with a dedicated ip address. Then purchase a domain name and configure name servers such as ns1.yourdomain.com and ns2.yourdomain.com. This will allow those buying web server space from you to point their domains to your web server. Ensure the necessary programs and software are installed, such as the Linux Operating System, Apache Server software, PHP programming environment, and MySQL databases.
Select your administration software. One of the most automatic and easy to use web server administration software is the combination of cPanel and Web Host Manger (WHM). This will allow you to quickly and easily setup new web sites on your server, perform administrative tasks, as well as give limited control and configuration to your customers.
Set up hosting packages. You should create different price points for different packages which include different features and level of storage space and bandwidth. This can be easily done with WHM. Make sure to assign the correct package when setting up a new site for a customer. Changes or upgrades can be easily made as well.
Create a web site to advertise, display the pricing and details of each package, and to take credit card orders is an effective and helpful way to bring in new customers. Create language about support, terms of conditions, ways to order, information about your company, and more.
Set up a PayPal account to accept credit card payments. One of the most cost effective and easiest ways to accept recurring monthly billing through credit cards is with PayPal subscriptions. Creating a PayPal account is free with a 3 to 5 percent fee charged to each order. PayPal is a commonly used method and allows for purchase with a PayPal account, credit card, or debit card. When configured correctly the order will automatically bill each month, year, or whatever period you set up. You can easily email an invoice with a payment link or embed the payment link into your web site.
Create or rent a daily backup solution so that your data and those of your clients are protected from any viruses, hacker attempts, or hardware or software failures. Explain your backup policy to your customers in your terms of agreement and determine any potential problems or limitations ahead of time.
Set up a fee structure for additional services. This includes advanced support, site or data restoration, custom coding, custom configuration, web design, and more. By offering these additional services you can increase your income and continue to meet the needs of your customers.
In Feburary 2016 23,

Montag, 22. Februar 2016

How to Create a Forum With HTMLIn Feburary 2016 22,

In Feburary 2016 22,
Buy a domain name. You can think of the domain name as being the address for your internet web site. Whenever a surfer types your domain into the address bar on their web browser, they will be taken to your web site. Therefore, buying a domain name is the first step in the process of creating your forum. If you already have a web site and domain name, then you can skip this step.
Obtain web hosting. Now that you have a domain name, you will need to have a web hosting service to host the files associated with your forum. A web host is essentially a company that owns servers and other computer hardware, and allows you to lease space on their servers for a small monthly fee. The cost will depend on how much disk space and bandwidth your forum will require. Most new forums require few system resources, so you can always start out with the most basic hosting plan, and then upgrade your account as your forum gains popularity.
Create a MySQL database for your forum. After you have an account with a web host, they will provide you with access to a Control Panel on their server, which you will use to manage your account. From the Control Panel, there should be a link or button that you can click to create a new MySQL database. This is a very simple process that basically just requires you to fill out a short form and to let the server create the database for you. Once it has been created, you will be given the database name, user name and user password.
Choose a forum script to use on your web site. There are a large number of forum scripts to choose from. The three most popular are Vbulletin, phpBB and Simple Machines Forum (SMF). Vbulletin carries an annual fee for use of the software, but that money is used to hire professional developers to constantly work on improving the forum script. Both phpBB and SMF are free forum scripts that have received a large amount of international recognition for providing high quality message board software without charging anything for the product.
Install the script for your forum. After selecting a forum script in the previous step, download the files for the script and upload them to your web hosting account. The easiest way is to use an FTP program, such as SmartFTP. Once the files have been uploaded to the server, simply visit your site by typing the domain name into your browser’s address bar. The installation script should begin to run automatically. You will be prompted for the database name, user name and user password that you were given when you created the database during Step 3. Remember to delete the installation directory from your server after you have installed the forum. This will be a folder titled either “install” or “installation”. Simply right click on the folder from your FTP software, then select delete, and click “ok” when asked if you are sure.
Configure your forum. After your forum has been installed, log in to the forum using the administrator user name and password that was created during the installation process. This will take you into the administrative control panel, which is not seen by normal forum visitors. This is where you will create forum categories, define how many messages per page, set user permission and make other configurations that will govern how your forum runs. Once your forum has been configured, it is ready to be used by the general public.
In Feburary 2016 22,

Sonntag, 21. Februar 2016

Changing a DNSIn Feburary 2016 21,

In Feburary 2016 21,
Log into your domain registry account with your administrator login and password. Open the records for the domain that you wish to work with. You open these records via a prompt that is sometimes known as 'Account Manager' or 'Control Panel,' or you may alternately be prompted to click directly on the name of the domain itself.
Unlock your domain. There is an 'Unlock' icon or prompt on most control panels or account managers. Alternately, you will notice an icon or prompt for unlocking next to your domain name.
Open the DNS nameserver records for your domain name. Prompts for this function include 'Change DNS records,' 'Edit DNS records,' or a simple list of two or more nameservers beginning with the letters 'NS'.
Delete the present nameserver addresses. Replace these with at least 2 nameserver addresses that were provided to you by your hosting company. The mandatory nameserver addresses begin with 'NS1' and 'NS2' and can include the name of the hosting company, the address of your site, or any other address, followed by a suffix such as .com or .net.
Save your changes by clicking the 'Save' button or icon on your registry records manager. Relock your domain.
Wait 48 hours before verifying that your DNS changes have indeed propagated. If your website is not visible after 48 hours, contact your hosting company technical support service.
In Feburary 2016 21,

Samstag, 20. Februar 2016

How to Be a Good EmceeIn Feburary 2016 20,

In Feburary 2016 20,
Practice an introduction and the names of any people or places that you are going to have to announce while you are on stage. Messing up an introduction can set a negative tone for the rest of the night. Additionally, pronouncing a name wrong is embarrassing and unprofessional.
Review the timeline for the evening and know how long you are supposed to be on stage. A good host is in control of the flow of action throughout the event.
Walk on the stage with energy and a smile on your face. The crowd will not get excited unless you are.
Speak clearly and directly into the microphone so everyone can understand you. Additionally, make sure anyone you are speaking with also talks into the mic.
Ask the audience questions and develop back-and-forth banter with the crowd. This is most effective when the audience setting is intimate, meaning the people are visible and close to you. In larger crowds it may be easier to just stick with pre-planned material.
Select material that will be appropriate for the crowd that you will be talking to. For example, the jokes that you would tell in front of a group of young adults may be different than the jokes you would use for an audience of small children.
Introduce whoever is following you by first listing their accomplishments or notable achievements. End your introduction with the person or group's name, as the audience will use that as a cue to begin applauding.
In Feburary 2016 20,

Donnerstag, 11. Februar 2016

How to Create a Subscription Web SiteIn Feburary 2016 11,

In Feburary 2016 11,
Create a Web-hosting account. Find a Web host that allows installation of third-party software. Hosting of this variety can be found for about $4 per month as of August 2010 (see reference 2).
Install the content management system (CMS) to manage the website's content. The Web host likely offers two or three different packages as part of its hosting plan. Common open-source choices are Drupal, Joomla and Mambo (see reference 1). These packages are installed through a point-and-click interface from the hosting control panel. Installation and configuration takes less than five minutes to complete.
Customize the CMS installation. Set user permissions to allow registered and anonymous user access. Apply a design theme to set the look and feel of the website, and upload the custom graphics that will be used. All of these are accomplished from the CMS admin control panel. Each item has its own heading to configure that option. Click the heading, set the option and select 'save' when done to apply the new setting.
Create the website content. This includes the written and graphical content. The CMS includes a content editor as part of the program, so content can be created directly in the CMS. Another part of creating content in a CMS is assigning who is able to access that content. As pages are created, assign a permission level of 'registered' or 'anonymous.' Content set to 'registered' is available only to subscribers. The setting is a drop-down box located at the bottom of the content creation editor. Choose the access level, and then click 'save' to apply the permissions.
Set up a payment processing account. The payment processor will handle billing the customer through credit card or alternative means, then deposit that money into your account after subtracting the processing fees. Popular choices for small businesses are PayPal and Google, but other options also exist (see reference 3). Do your homework to find the best mix of processing fees and value-added services offered by the payment processor.
Test the website thoroughly before deployment. Nothing annoys paying customers like not being able to get what they paid for. Test every functional aspect of the website before going live. Once confirmed operational, the site is ready to be launched.
In Feburary 2016 11,

Montag, 8. Februar 2016

How to Add Domains to GoDaddy Hosting AccountsIn Feburary 2016 08,

In Feburary 2016 08,
Purchase an additional domain that you want to add to your GoDaddy.com hosting account. Domains can be purchased at GoDaddy or elsewhere and then transferred to your hosting account at GoDaddy. Once you’ve purchased a domain name, go on to the next step.
Log in to your GoDaddy hosting account. Click on “Hosting” from the menu on the left side of the page. Click 'Manage Account' on the next page that appears. Your hosting control panel opens.
Mouse over the 'Settings' tab and a drop-down menu opens. Click 'Domain Management.' A page will come up listing your domains currently hosted at GoDaddy.
Click on the “Add Domain” button in the upper right corner of the page. A dialog box opens asking you to type in the name of the domain that you want to add and the directory into which you want to install it. If you click the 'Browse' button, you can create a new directory for the domain.
Click 'OK.' Allow a few hours for your domain to become fully functional.
In Feburary 2016 08,

Donnerstag, 4. Februar 2016

How to Rename My DomainIn Feburary 2016 04,

In Feburary 2016 04,
Buy a new domain name from an online seller such as GoDaddy.com, Domain.com or CheckDomain.com. You usually hold the name for one or two years. Selecting 'auto renewal' means the company will automatically charge you at the end of that period, so you can keep the domain name for another year or two years. As of 2010, it usually costs $10 to $20 per year.
Log into the control panel of your hosting account. You already have this if you have been running a website under another domain name. Otherwise, buy hosting (space on the web to hold your website)from a site such as HostGator.com, GoDaddy.com or ASmallOrange.com.
Go to the 'Domains' section of your hosting account. If the service allows you to change the domain name manually, the relevant heading will be something like 'Primary Domain' or 'Change Primary Domain.' Click to enter the section, type in your new domain name and click 'OK' or the equivalent to confirm.
Log into the program you use to design, edit and publish your website. Publish the website, entering the new domain name or ftp address (available from your hosting provider) and password when prompted.
Alternatives
Email or phone your hosting provider directly to request a change to your primary domain name. Some providers do not allow you to change the domain name manually. Tell them your new domain name and republish the website when the provider confirms the change.
Log into the control panel of your hosting account, go to 'Domains' or the equivalent section, select 'Forward Domain' and enter your new domain name. You do not have to republish. Typing the new domain name into the address bar takes users directly to the site under the previous domain name.
Select 'Mask domain' when adding the forward domain if you do not want users to be able to see the old domain name. It will still direct users to the previous site, but only the new domain name will be visible in the address bar.
In Feburary 2016 04,