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

Sonntag, 21. Februar 2016

How to Upload a Website to GoDaddyIn Feburary 2016 21,

In Feburary 2016 21,
Open your FTP client and type in your GoDaddy hosting account username and password. If you want to avoid using a third-party FTP client, you can use the built-in GoDaddy FTP client; however, this is not recommended for large files. To access the GoDaddy FTP client, go to 'Hosting' under 'My Products.' Click 'Manage Account' by your hosting account. Under 'Content', click 'FTP Client.'
Navigate to the folder on your server where your new website files will be stored. In most circumstances, use the initial directory.
Go to the folder on your hard drive that contains your website’s HTML files.
Once you have successfully logged in to your server through the FTP client, drag and drop the files from your hard drive to the server. Make sure you have an index.html file; this is the initial page of your website that will be seen when someone types in your domain name. For example, www.yoursite.com/index.html is equivalent to www.yoursite.com.
Visit your domain name to see if the files uploaded correctly. Under most circumstances, your site should be live instantaneously. Refresh your browser if you do not see any changes.
Troubleshoot any problems that arise. Click on every link, particularly internal links, to see if they are working properly. If they are not working, go back to the raw HTML file and correct them as needed. All link and image paths should be relative to the domain and not paths on your computer. For instance, a header image might read file:///C|/my documents/photos/header1.jpg in the source code when it should read /images/header1.jpg or http://www.yoursite.com/images/header1.jpg.
Promote your new website!
In Feburary 2016 21,

Mittwoch, 17. Februar 2016

How to Change OWA Web AddressesIn Feburary 2016 17,

In Feburary 2016 17,
Access the Windows desktop on the server hosting OWA.
Click 'Start,' click 'Run,' type 'inetmgr' (minus the quotes) into the Run dialog box and press 'Enter' to open IIS Manager on the Windows server. This method will work no matter which version of Windows server you are using.
Right-click the 'Sites' folder within IIS Manager and click 'Add Web Site.'
Type in the site name. This can be whatever you would like but should be easily recognizable to you. For example, 'Outlook Web Access' would clearly indicate the purpose of the site.
Click 'Select' next to the Application Pool dialog box.
Choose 'MSExchangeOWAAppPool' from the drop-down list and click 'OK.'
Browse to the physical path of OWA in the Physical Path box by clicking 'Browse.' Your OWA physical path is selected when initially installing Microsoft Exchange.
Choose 'https:' under the Type selection box. You can leave the IP address as 'All Unassigned,' and you can leave the port as 80. This is the default web port address.
Enter a host name. This is your new OWA URL, so choose carefully and do not neglect the 'www,' should you choose to have a 'www.'
Ensure that 'Start Web site immediately' is checked and press 'OK.'
In Feburary 2016 17,

Montag, 15. Februar 2016

How to Set Up a Filezilla FTP ServerIn Feburary 2016 15,

In Feburary 2016 15,
Download the Filezilla server application. While you may also want to download the client software, you will need the hosting software to set up your FTP server. A link to the download page can be found in the Resources section.
Run the Filezilla setup utility, FileZilla_Server-0_9_31.exe. You will have to agree to the license agreement before you can begin installation.
Select the standard installation type, and choose the folder you would like Filezilla to be installed to. You will next have to choose between automatically starting the program with Windows, or starting it manually. Starting the program with Windows is the recommended setting, and is marked as the default.
Set your start-up preferences for the server interface. By default, the server interface will start as soon as you log in. Press the 'Install' button, and click 'Close' when the installation has completed.
Run the Filezilla Server Interface. It will ask for your Port, which should by default be set to 14147, and the server address. Setting the server address to '127.0.0.1' will direct the computer to connect to itself. This will make the computer you are currently using the FTP server. Tick off the 'Always connect to this server' box, and click 'OK' to connect.
In Feburary 2016 15,

Freitag, 12. Februar 2016

How to Flash a Cell Phone for FreeIn Feburary 2016 12,

In Feburary 2016 12,
Download a free software flash program to your computer. You want to make sure before you download that the software is compatible with your operating system, such as Windows 7; otherwise, the software will not work. The software will come with all the required files and reprogramming tools to flash the phone.
Right-click on the zip file you downloaded and select the option for 'Unzip' to unpack the files from the zip folder. Save them to your desktop.
Hook up your cell phone to your computer using the USB cable that came with your phone.
Read the user's manual that comes with your software, usually a 'Read Me' text file that will detail how to use the software. User instructions vary according to flash programs; therefore, it is important to know what steps to take and when, in order to complete the flash process. The flash procedure will disable your current provider's settings and reprogram them to your new provider.
Click your 'Start' button once your flash procedure completes, then go to 'My Computer' and select 'Systems Task.' Click on the option for 'View System Information.' Select the 'Hardware' tab and click on 'Device Manager.' Click on 'USB Controllers and Ports' to view your cell phone and make sure your new provider shows up as evidence of a successful flash.
In Feburary 2016 12,

Donnerstag, 11. Februar 2016

How to Create Host a WebsiteIn Feburary 2016 11,

In Feburary 2016 11,
Start with a pen and paper and sketch out a site map. The map should begin with the website's home page and branch out from there. It is similar in structure to an organization chart that shows the hierarchy of a corporation. The home page is the CEO and the other pages on the site are employees.
Still using pen and paper, sketch out what the web pages will look like. Decide what elements, such as text, images and video need to be on the pages and where each element will go.
Gather the images, text, video and other elements to be placed on the page together in one place in one folder.
Choose web design software. Adobe Dreamweaver is the industry standard for professional web page design, but there are many free or inexpensive web design programs, such as NVU Open Source Web Builder and WYSIWYG Web Builder Five, which can be downloaded at no cost. These programs are fine for building personal websites.
Working from the initial sketch, lay out the web pages that comprise the site using the web design software. Start with the home page of the site, which must be named 'Index.html.' Other pages on the site can have any name the creator wants.
Using the site map as a guide, make sure the pages of the site are linked together so that users can get from one page to another.
Preview the site in multiple web browsers. The site should appear as it looks when viewed with the web design software. If any page does not look the same in a browser as it does when viewed with the web design software, edit the page until the problem is solved.
Hosting a Website
Register a domain name at Register.com or a similar service.
Decide what kind of web hosting package is needed. Prices range from around seven dollars a month for basic service to thirty dollars a month for multiple website hosting with unlimited storage.
Purchase a hosting package.
Follow the instructions provided by the hosting company to move the completed website to the host servers.
In Feburary 2016 11,

Dienstag, 9. Februar 2016

How to Restart GoDaddy Hosting in WordPressIn Feburary 2016 09,

In Feburary 2016 09,
Sign in to your GoDaddy Account Manager (see Resources).
Click 'Web Hosting,' and then click your account.
Click the 'File Manager.' Select the WordPress folder, and click 'Delete.'
Click the 'Hosting Control Center' link to return to the main Control Center page.
Click 'Install Apps,' then 'WordPress.' Click 'Install Now' and then continue with the wizard to create the new WordPress site, and thus resetting it.
In Feburary 2016 09,

Montag, 1. Februar 2016

How to Upload Files to a Web ServerIn Feburary 2016 01,

In Feburary 2016 01,
Use FileZilla to upload your files to your web server (see Resources.) This is a free software program designed for beginners. Log into the console using the information provided by your web hosting provider (domain, account username, and password). When you log in, navigate to the folder on your computer containing your web files and then drag and drop the file to your web server. This software works on almost all platforms, including Windows, Mac OS X and Linux.
Manage your web server files using Ipswitch WS_FTP. This software, which contains advanced security features to protect your file transfers, is available for a fee (see Resources.) Establish your connection using your login details provided by your web hosting service, then view your files side by side---the local (computer) files show on the left and the web server files show on the right side. Click the 'Transfer' arrows to move files from your computer to the web server side. This software works on Windows systems.
Transfer files to your web server using SmartFTP. SmartFTP is a paid FTP software option but you can start uploading web server files free for 30 days to get the hang of the tool (see Resources.) After logging in with your account details (username and password,) you'll view a series of windows that contain your computer files and web server, and preview windows that show you what you're about to transfer before taking any action. Upload files to your web server by dragging and dropping them to the window pane containing your remote web files, or schedule a recurring transfer to occur automatically if you wish. This option is compatible with Windows operating systems.
In Feburary 2016 01,