In Feburary 2016 30,
Login to the hosting control panel using your hosting account name and the password you chose at purchase. URL is http://webhosting.enom.com
Click on the Advanced Menu Item.
The IIS Settings sub tab will be selected. You should now see a listing of all of the seperate 'Site Pointer' host header sites you have. Each one of these can be individually set and mix and matched for different versions of each php and .Net
Click on the 'Mangage' link for the site you would like to change.
You will notice now that the tabs on top have been activated. Click on the 'Site Info' tab
Here you can select the version of PHP and ASP.NET that you would like to use. Once you hit submit the changes take effect instantly.Congratulations - You are all done!
In Feburary 2016 30,
Posts mit dem Label Advanced werden angezeigt. Alle Posts anzeigen
Posts mit dem Label Advanced werden angezeigt. Alle Posts anzeigen
Dienstag, 1. März 2016
Samstag, 27. Februar 2016
How to Change the DNS on Yahoo HostingIn Feburary 2016 27,
In Feburary 2016 27,
Browse to the Yahoo Business Control Panel (link in Resources) and sign in with your Yahoo username and password.
Click on “Manage My Services,” then on “Domain Control Panel.” If you have more than one domain associated with your Yahoo account, you will see separate Domain Control Panel options for each entry.
Click on “Manage Advanced DNS Settings,” then on “Change Name Servers” to bring up the DNS control panel.
Delete the existing entries in the primary and secondary server name fields, and add the host names of the servers you want to use. Click “Submit” to save your changes.
In Feburary 2016 27,
Browse to the Yahoo Business Control Panel (link in Resources) and sign in with your Yahoo username and password.
Click on “Manage My Services,” then on “Domain Control Panel.” If you have more than one domain associated with your Yahoo account, you will see separate Domain Control Panel options for each entry.
Click on “Manage Advanced DNS Settings,” then on “Change Name Servers” to bring up the DNS control panel.
Delete the existing entries in the primary and secondary server name fields, and add the host names of the servers you want to use. Click “Submit” to save your changes.
In Feburary 2016 27,
Freitag, 26. Februar 2016
How to Set Permissions in Go DaddyIn Feburary 2016 26,
In Feburary 2016 26,
Open a Web browser window, navigate to the GoDaddy.com home page, log into your account and then click the 'My Account' link.
Click the 'Web Hosting' link within the 'Products' section and then click the 'Launch' link adjacent to the name of the hosting account you want to update.
Click the 'File Manager' link within the 'Content' section.
Select one or more directories, click the 'Permissions' icon and then click 'Advanced.'
Uncheck the 'Read' box to prevent public access to the directory, or check the box to re-enable public access if you disabled it previously.
Uncheck the 'Write' box to prevent users from writing to files in the directory, or check the box to re-enable writing access if you disabled it previously.
Uncheck the 'Execute (Directory)' box to prevent users from executing scripts within the directory, or check the box to re-enable script access if you disabled it previously.
Click 'OK' to confirm your choices.
Set Permissions on a Windows Server
Open a Web browser window, navigate to the GoDaddy.com home page, log into your account and then click the 'My Account' link.
Click the 'Web Hosting' link within the 'Products' section and then click the 'Launch' link adjacent to the name of the hosting account you want to update.
Click the 'IIS Settings' link within the 'Content' section.
Select one or more directories and then click 'Edit.'
Uncheck the 'Anonymous Access' box to prevent public access to the selected directories, or check the box to re-enable public access if you disabled it previously. In either case, click 'OK' to confirm your choice.
In Feburary 2016 26,
Open a Web browser window, navigate to the GoDaddy.com home page, log into your account and then click the 'My Account' link.
Click the 'Web Hosting' link within the 'Products' section and then click the 'Launch' link adjacent to the name of the hosting account you want to update.
Click the 'File Manager' link within the 'Content' section.
Select one or more directories, click the 'Permissions' icon and then click 'Advanced.'
Uncheck the 'Read' box to prevent public access to the directory, or check the box to re-enable public access if you disabled it previously.
Uncheck the 'Write' box to prevent users from writing to files in the directory, or check the box to re-enable writing access if you disabled it previously.
Uncheck the 'Execute (Directory)' box to prevent users from executing scripts within the directory, or check the box to re-enable script access if you disabled it previously.
Click 'OK' to confirm your choices.
Set Permissions on a Windows Server
Open a Web browser window, navigate to the GoDaddy.com home page, log into your account and then click the 'My Account' link.
Click the 'Web Hosting' link within the 'Products' section and then click the 'Launch' link adjacent to the name of the hosting account you want to update.
Click the 'IIS Settings' link within the 'Content' section.
Select one or more directories and then click 'Edit.'
Uncheck the 'Anonymous Access' box to prevent public access to the selected directories, or check the box to re-enable public access if you disabled it previously. In either case, click 'OK' to confirm your choice.
In Feburary 2016 26,
Donnerstag, 18. Februar 2016
How Do Websites Work?In Feburary 2016 18,
In Feburary 2016 18,
Websites are essentially a group of associated files that are displayed through a web browser. Web browsers can read various types of programming languages; however, the most common websites are written in hypertext markup language (HTML) and are parsed and displayed via a web browser. The simplest website can be one HTML file, while more advanced websites can consist of an infinite number of interrelated files.
Components of a Website
HTML is essentially a structure-based language. That is, people can place the content that they wish to display in an HTML file. Further, they can expand their website by placing links within the HTML file to other files or web pages. In order to take care of the design aspect of a website, a CSS file (cascading style sheet) must be created. This CSS file can change design aspects of a website including color, font style and position of images. A link to the CSS must be placed in the HTML file.
Publishing a Website
Once the HTML files and CSS file have been created, they must be transferred somewhere in order to be published and viewable via the web. In order to publish your website, you will need to upload the files of your website to a web server. This is essentially a hard drive that is interfaced via the Internet. You can gain access to a web server through a web hosting service (see Resources). The web hosting service will also provide you with a URL, which is a permanent location where your site can be accessed. Your main page, or your homepage, should be renamed to index.html. This will be the page that the web server will display when your URL is entered into a web browser.This describes the most basic way that a website works. You create files, upload them to a web server, and view them through a URL. There are, however, much more complex database-driven websites that may function differently.
In Feburary 2016 18,
Websites are essentially a group of associated files that are displayed through a web browser. Web browsers can read various types of programming languages; however, the most common websites are written in hypertext markup language (HTML) and are parsed and displayed via a web browser. The simplest website can be one HTML file, while more advanced websites can consist of an infinite number of interrelated files.
Components of a Website
HTML is essentially a structure-based language. That is, people can place the content that they wish to display in an HTML file. Further, they can expand their website by placing links within the HTML file to other files or web pages. In order to take care of the design aspect of a website, a CSS file (cascading style sheet) must be created. This CSS file can change design aspects of a website including color, font style and position of images. A link to the CSS must be placed in the HTML file.
Publishing a Website
Once the HTML files and CSS file have been created, they must be transferred somewhere in order to be published and viewable via the web. In order to publish your website, you will need to upload the files of your website to a web server. This is essentially a hard drive that is interfaced via the Internet. You can gain access to a web server through a web hosting service (see Resources). The web hosting service will also provide you with a URL, which is a permanent location where your site can be accessed. Your main page, or your homepage, should be renamed to index.html. This will be the page that the web server will display when your URL is entered into a web browser.This describes the most basic way that a website works. You create files, upload them to a web server, and view them through a URL. There are, however, much more complex database-driven websites that may function differently.
In Feburary 2016 18,
Samstag, 6. Februar 2016
How to Download a Free Pokemon Crystal Game On PcIn Feburary 2016 06,
In Feburary 2016 06,
To download a free Pokemon Crystal game on your PC you must first increase your run time capability by loading the appropriate rom files from the run time libraries found at Microsoft.com./Direct X.
Pokemon Crystal is a rom PC game file based on the first Pokemon series where you have more advanced stages to battle as well as more player capability.
You can find Pokemon Crystal series game play as well as game shark codes and free trailers on many Pokemon sites that offer Nintendo based Pokemon rom files on your PC.
You can usually find free trial offers as well as early stage Pokemon Crystal game battles but to play more advanced stage levels on your PC you may be asked to pay a fee.
You can also find Pokemon Crystal game emulators on your PC. Pokemon emulators are rom files that simulate actual Pokemon games. These files are generally easier to download but are not actual Nintendo based.
You can also download your PC rom file of a Pokemon Crystal game to your DS or Gameboy free by using a GBA flash usb linker and a memory flash card. This gaming hardware can be found easily and relatively inexpensively at many gaming as well as auction sites under the category video game accessories.
In Feburary 2016 06,
To download a free Pokemon Crystal game on your PC you must first increase your run time capability by loading the appropriate rom files from the run time libraries found at Microsoft.com./Direct X.
Pokemon Crystal is a rom PC game file based on the first Pokemon series where you have more advanced stages to battle as well as more player capability.
You can find Pokemon Crystal series game play as well as game shark codes and free trailers on many Pokemon sites that offer Nintendo based Pokemon rom files on your PC.
You can usually find free trial offers as well as early stage Pokemon Crystal game battles but to play more advanced stage levels on your PC you may be asked to pay a fee.
You can also find Pokemon Crystal game emulators on your PC. Pokemon emulators are rom files that simulate actual Pokemon games. These files are generally easier to download but are not actual Nintendo based.
You can also download your PC rom file of a Pokemon Crystal game to your DS or Gameboy free by using a GBA flash usb linker and a memory flash card. This gaming hardware can be found easily and relatively inexpensively at many gaming as well as auction sites under the category video game accessories.
In Feburary 2016 06,
Freitag, 5. Februar 2016
How to Port Forward for 'Garry's Mod'In Feburary 2016 05,
In Feburary 2016 05,
Log in to your router using its Internet protocol (IP) address, which varies based on the manufacturer. Linksys access is '192.168.1.1' with the default username blank and password of 'admin.' NetGear uses 'admin' for the username and either 'password' or '1234' by default.
Click the 'Advanced' tab, then select 'Port Forwarding.' It may also be located under 'Applications and Gaming.'
Type the name of the application, 'Garry's Mod,' into the application.
Enter '27005' for the Start and '27015' for the End range.
Select 'Both' from the protocol drop-down menu. Check the box next to 'Enable' to turn it on.
In Feburary 2016 05,
Log in to your router using its Internet protocol (IP) address, which varies based on the manufacturer. Linksys access is '192.168.1.1' with the default username blank and password of 'admin.' NetGear uses 'admin' for the username and either 'password' or '1234' by default.
Click the 'Advanced' tab, then select 'Port Forwarding.' It may also be located under 'Applications and Gaming.'
Type the name of the application, 'Garry's Mod,' into the application.
Enter '27005' for the Start and '27015' for the End range.
Select 'Both' from the protocol drop-down menu. Check the box next to 'Enable' to turn it on.
In Feburary 2016 05,
Abonnieren
Posts (Atom)