Showing posts with label Expression. Show all posts
Showing posts with label Expression. Show all posts

Monday, August 31, 2015

How to Create and Manage Your Own Website (8 Steps)


Register a domain name through a website such as Domain.com, Register.com or GoDaddy.com. This is your site's Web address, which is a unique name preceded by 'www.' and followed by a domain, such as '.com,' '.org' or '.net.' You usually pay an annual fee of between $5 and $20 to retain a domain name.
Purchase the services of a Web host, such as GoDaddy.com, Hostgator.com or Asmallorange.com. This gives you the storage space and bandwidth to put your site on the Web and receive visitors. Your provider will give you instructions for attaching your domain name to your hosting account.
Design your website with paid software such as Microsoft Expression Web, Adobe Dreamweaver or Web Studio. You may also use a free site-building program that comes with your hosting service. You may also build your site with a free program, such as Yahoo! SiteBuilder, WordPress or Google Sites. Most programs have a built-in wizard that takes you step-by-step through the design process. Several online programs also offer free (but limited) hosting and a Web address.
Add content. Base each page around a handful of relevant keywords, mentioning them a few times on each page. Keywords help search engines recognize your site's relevance to a given topic and direct readers to your site.
Upload your site to the Web. Your hosting provider will offer specific instructions for uploading your design files through a control panel. For online programs such as WordPress.com and Google Sites, click 'Save' or 'Publish.'
Log in to your hosting account or to the dashboard of your online site-building program to manage and update files, pages and posts.
Promote your site using free social media and networking tools, such as Facebook, Twitter and Digg.
Build incoming links
VPS Hosting

Friday, August 21, 2015

How to Create Custom Error Pages


Create your custom error page. Your custom error page can be whatever you'd like it to be -- funny, whimsical or apologetic. Create the 404 page in HTML and/or CSS code or use website design software like Adobe's Dreamweaver or Microsoft's Expression Studio.
Save your new error page as '404.html'. Save it into a folder or area on your computer where you can find it later to upload it to your website.
Log in to your hosting site and locate the .htaccess file. It should be in the main directory of your website, i.e., 'http://www.yourwebsitename.com/.htaccess."
Download the .htaccess file onto the computer or open it if your website has editing capabilities. If you downloaded it onto the computer, open it in a word processing program like Notepad.
Add the line 'ErrorDocument 404 http://www.yourwebsitename.com/404.html" to the document.
Save the .htaccess file and upload it back to your site (if downloaded).
Upload your '404.html' webpage to your domain, keeping it in the main directory of your site, e.g., 'http://www.yourwebsitename.com/404.html."
VPS Hosting