Showing posts with label URL. Show all posts
Showing posts with label URL. Show all posts

Monday, August 31, 2015

How to Post a Web Page (7 Steps)


Determine where you would like to post the web page. You will need a web hosting service account. Three popular web hosting services include Go Daddy, bluehost and 1&1 (see Resources).
Determine the details of your account, including the hostname (the machine that that you will upload files to), your username, password and URL address.
Establish a connection to the Internet via a local area connection or wireless connection.
Open an FTP program such as FileZilla or CoreFTP, which are available for free download.
Enter your hostname, username and password of your website in the FTP program.
Locate the web page you would like to post. Click 'Browse' from the FTP program, navigate to the file and click to select it.
Click the option to transfer the web page to the hosting provider.
VPS Hosting

Sunday, August 30, 2015

How to Start an E Business


Create a name for the business. This involves coming up with a name that is easy to remember, and also catchy enough to stay right on the tip of consumers' tongues. Search the names of your competition to give you ideas, and then write a list of possible names for your business. Use a process of elimination to decide which name suits your business best.
Build a website by finding a hosting company that specializes in eBusiness websites. The top three eBusiness Web hosting companies are JustHost, HostMonster, and BlueHost (as listed on the 'Top 10 Web Hosting' website, a site that compares Web hosting companies). Consider a hosting company that will register your domain name for you. You can also register the domain name on your own using Network Solutions or Dotster.
Launch the website by submitting the URL to Yahoo, MSN, or Google, for example. Each search engine will ask for a list of keywords to describe your business. This is done to allow the search engine to rank your website among other similar websites. The process of coming up with really good keywords is known as search engine optimization (SEO). Put thought into the keywords you choose. Try to put yourself in the position as the consumer, and ask what terms you would type in to find your product. Search engines put a lot of weight into keywords when determining how a website is ranked. Don't leave this step to chance. Give it some real thought.
Market the website. This can be done through a number of ways. Article marketing allows you to post articles about your product niche in free article directories such as Ezine Articles or Article Street. In turn, people who read your articles on these sites have a chance to come visit the website, and hopefully buy a product or two. Post a press release online in which you can announce the start of your eBusiness, telling potential customers what you are selling and how the product can be beneficial. Hand out business cards every chance you get (think of friends, family, and people who would benefit from your product). Never underestimate the power of word-of-mouth as a source for marketing. Show pride in your business to make people want to find out more about your product. Advertise in newspapers as well. Remember that an eBusiness has the potential to reach customers around the globe, so advertising on websites that complement your product may be a good idea as well.
Keep the website updated and maintained. Do something to the site at least once a week. No one wants to buy products from a stale online store. Customers want to know that you are an expert in your product line, so offer free How-To guides and blogs, as well as other content that requires continuous updates. Visitors like interaction as well. Place a poll or survey link that is centered around your product line. Anything that keeps potential customers coming back is good.
VPS Hosting

How to Create a Hit Counter in HTML


Conduct an online search for a free hit counter, such as 123counters.com, sitecounters.info and easy-hit-counters.com.
Read the terms/agreement for using the free hit counter.
Choose a style for your hit counter.
Register your account by including a user name, password, starting count for your hit counter, a valid email address and the URL of the page where the hit counter will be added.
Accept the terms/agreement and follow them. A html code will be generated for your hit counter.
Copy the html code provided. It may be similar to:
http://easyhitcounters.com/stats.php?site=XXXXXX' target='_top'>
http://beta.easyhitcounters.com/counter/script.php?u=XXXXXX></script>
http://easyhitcounters.com/' target='_top'>Free Counter Or another provided by http://www.gobblerhosting.com, which allows you to track 'all hits' or 'unique visitors':
http://www.gobblerhosting.com' target='_blank'>
http://www.gobblerhosting.com' target='_blank' style='text-decoration: none; font-size: 9px; font-family: Verdana; color: #000000'>Website Hosting Services
Open your preferred text editor (such as Notepad or WordPad) and scroll to the area of your page where you want the hit counter to appear. Most hit counters are placed on the bottom of the page, just above the
tag.
Paste the hit counter code to each page you want to place the hit counter and save your HTML file.
VPS Hosting

Saturday, August 29, 2015

How to Set Up an Email Account on BluDomain (8 Steps)


Open the hosting information email that was sent to you by BluDomain to get your cPanel user name and password.
Visit your website's cPanel by typing your URL followed by /cpanel into your browser. For example, type yourwebsite.com/cpanel.
Wait for the authorization box to open and then enter your cPanel user name and password in the corresponding fields.
Click the mail icon under the 'Mail' section.
Select 'Manage/Add/Remove' and then click the 'Add Account' button.
Enter your desired email user name and password in the corresponding fields.
Enter a quota between 10 MB and 100 MB inside the 'Mailbox Quota' box.
Click the 'Create Account' button to set up your email account.
VPS Hosting

Friday, August 28, 2015

How to Find Out Who Hosts a Specific Website


Access a website host checker like WhoIsHostingThis? or Who-hosts.com. Alternately, perform a domain search on DomainTools or Domain White Pages to get this information (see links below).
Enter the URL address in the text field provided and click the 'Find Host,' 'Lookup,' 'Go,' or 'OK' button to get the results.
Locate the identified host name on the resulting pages of WhoIsHostingThis? or Who-hosts.com. The DomainTools and Domain White Pages sources offer this data near the 'Registrant' or 'Registration' entry.
VPS Hosting

Thursday, August 27, 2015

How to Post Photos on SkyscraperCity


Right click on an image that you wish to include in your post on SkyscraperCity.
Select 'Properties' if you are using Internet Explorer. Highlight the URL address in the Properties window of the image. Copy this URL by pressing 'CTRL' and 'C' or selecting 'Edit' and 'Copy' from the menu bar. Select 'Copy Image URL' if you are using Mozilla Firefox.
Open SkyscraperCity and log in to post.
Select the 'Post Image' icon. Paste the URL of the copied online image into the 'Post Image Icon' pop-up window. Press 'OK.' Type the rest of your post. Press 'Post' to post it.
VPS Hosting

Wednesday, August 26, 2015

How to Reindex a Site in Drupal


Run a manual cron job. Cron is a task that is set up on the server-side to tell your server to refresh its database and other core aspects and functions of your Website. The easiest way of running a cron task through Drupal is by typing in this URL: http://www.yoursite.com/cron.php. Hit enter and let the cron job run manually.
Set up the cron interval. Most cron jobs need to be triggered in intervals. For example, a Website with a lot of user-updated content may need to re-index the content search by running cron jobs once a day. The best way to do this is though the server's crontab function on your hosting control panel.
Type the following into your hosting panel's cron section: 0



wget -O - -q -t 1 http://www.example.com/cron.php0 represents the top of the hour, and the other asterisks refer to the day, month and day of the week. This example runs cron once an hour.
Use the Poormanscron module as an alternate option for re-indexing the website. This module can be found at: http://drupal.org/project/poormanscron. At this time of this writing, Poormanscron is now part of the latest installation of Drupal, which is Drupal 7, and therefore the module does not need to be installed. For Drupal 6 and below, this module must be set up and configured for the desired cron job intervals.
VPS Hosting

Tuesday, August 25, 2015

How to Add Images to ProBoards Signatures


Upload the image to be placed in your ProBoards signature to an image hosting site such as Photobucket, or your own website if you have the space available. Once you have the image uploaded, make a note of the address that links directly to the image by right-clicking on the image and selecting “Copy Image Address.” This saves a copy of the image location, known as a URL, to the clipboard.
Browse to the ProBoards account where you want to put the image into your signature. Log in to your account if you are not already logged in, and select the 'Profile' link to access your profile for this account. Click “Add Signature” and select the “Add Signature to All Posts” option. This will ensure the image you add to your signature is automatically added to the end of all your posts.
Click on the text box for your signature. Enter the opening tag for the image code, '[img]' (without quotes), which tells the software that you want it to load an image. Right-click after the closing square bracket and select “Paste,” or press 'Ctrl+V' to paste the URL of your image. Enter the tag '[/img' (without quotes) to close the image command and click “Save Changes.”
VPS Hosting

Monday, August 24, 2015

How to Set Up a Mirror WordPress Site


Decide where to host your mirror site. If you only need local access to your site, you can host the installation locally on your personal computer. Using a local host allows instant changes without an Internet connection. Remote hosting, through a web server, gives you access from anywhere in the world with an Internet connection. It is best to test user functionality before moving a change to your production site.
Set your mirror URL. Log into your domain name control panel and add a sub-domain for your mirror site. If you are using a local host, install a program like WAMP and set up a directory localhost that you can access through your web browser. If you are using a remote host, choose a domain like mirror.yoursite.com or test.yoursite.com to use for hosting.
Install WordPress into the mirror directory. If you are skilled at editing databases and php files, you can copy the database and WordPress directory directly to the new host. If not, use the WordPress installation wizard or your hosting WordPress installation tool to setup a new WordPress site hosted at your new URL.
Copy your production WordPress site to the new installation. WordPress has a user friendly export/import function that will automate the data transfer. In the WordPress administration panel, you can find the export and import functions under the 'Tools' menu.
Copy your template and set your file permissions. Using an FTP client, copy your theme files and set your file permissions on the mirror site to match your production site. Also, make sure you have a .htaccess file that is writable by WordPress with 775 file permission so your new site will function properly.
VPS Hosting

How to Host Other People's Websites


Register for an unlimited hosting plan. Unlimited hosting plans will allow you to host many websites for one low price. This will allow you to piggyback host your friends' websites.For the purpose of this article (and because of its sheer ease of use), Host Gator will be used as an example (see Resources).
Log into the 'cPanel' (control panel) for his hosting plan. The cPanel can be reached by going to the URL provided upon registration. It will be included in an email titled 'Information about your hosting plan.'
Scroll down the cPanel homepage, a little past the halfway point. Under the 'Domains' section, there's an icon that has the letters 'www' with the addition symbol ('+') beneath the letters. Underneath, it says, 'Addon Domains.' Click this icon.
Enter the information of your friend's website, which you want to host on your hosting plan. Simply type in the name of your site under the 'New Domain Name' field. Proper format is http://yoursite.com (substituting the name of your real site for the words 'yoursite.com').
Press the 'Tab' key on your keyboard to move to the next field, Subdomain Name. This field will be automatically filled in for you.
Press the 'Tab' key on your keyboard to move to the Document Root field. This field will be automatically filled in for you.
Press the 'Tab' key on your keyboard to move to the next field. Choose a password for your new website. This will be how you access your site's files via FTP. Choose a strong, hard-to-crack password that includes letters, numbers and symbols.
Click the 'Add Domain!' button and you're finished. You are now hosting your friend's website.
VPS Hosting

Sunday, August 23, 2015

How to Start a Movie Music Download Website


Plan a model for your website by asking yourself important questions about its design and purpose. Do you want your site to cater to particular demographic and community, or will it be more general like Youtube? Do you want to host user-made videos and copyright-free music at your website, or do you plan to distribute copyrighted material in exchange for a fee? If you choose the latter, you'll need to acquire the appropriate licenses and strike deals with content copyright holders.
Choose a web hosting company. This will allow your web site to have an online presence, complete with its own URL. Yahoo! Small Business offers web hosting packages for as little as $10 per month. This includes unlimited data transfer, disk space, audio and video galleries, and web design tools, all of which will be necessary for a movie and music download site.
Consider choosing an alternative, purpose-specific web hosting site, such as Fliggo. Fliggo is a free web hosting agency that will allow you to create a video hosting site without any technical knowledge of web design. At this time, Fliggo is free. Unfortunately, the level of customization involved with a method like this is rather limited, and you won't be able to run a for-pay site. This will, however, allow you to test the Internet waters and find a market before taking the plunge with a custom site.
Hire a team of skilled individuals to help with the development and day-to-day operations of your website. You'll need web designers, content creators, marketing experts, moderators and probably a legal specialist. Unless your consider yourself to be a 'jack of all trades' with an unlimited amount of free time, starting a movie and music download site by yourself will be overwhelming.
Build an online community around your website. One of the biggest problems facing Internet startups is a lack of traffic. The Internet is flooded with music and movie download websites, and your site will need unique features, excellent design and interesting content in order to stand out. Find other websites catering to your chosen market and demographic, and purchase advertising.
VPS Hosting

Saturday, August 22, 2015

How to Put GIFs on Your Tumblr Sidebar


Upload your GIF to an image host. You can upload it to a Tumblr post, your own Web hosting server or an image-hosting service such as Imgur, TinyPic or Photobucket (links in Resources).
Copy your GIF's URL to your computer's clipboard. Most image-hosting services offer several URL options when you upload a photo; typically, you should copy the link labeled 'For Email' or 'For Layouts.'
Log in to your Tumblr account, click the gear icon at the top of the page and then click the name of the blog whose layout you want to customize.
Click the 'Customize' button in the middle of the page.
Enter the following code into your Tumblr's 'Description' box:Replace 'yourgifurl' with the URL you copied to your computer's clipboard.
Click the 'Save' button at the top of the left column and then click 'Close' to close the customization settings. Check your blog to ensure that the GIF looks the way you want it to in your Tumblr's sidebar.
VPS Hosting

Thursday, August 20, 2015

How to Redirect Mask With HostGator (15 Steps)


Navigate to the free Web Start Help masked forward-code generator endorsed by HostGator (see Resources).
Scroll down to the second section titled 'How do I create a masked forward? (frames).'
Type the title you want to appear at the top of your Web browser when someone visits your domain in the first field.
Type the full URL of the website where you want to redirect the domain in the second field. For example, if you want 'siteA.com' to redirect to 'siteB.com,' enter 'http://www.siteB.com' in the second field.
Click the submit button to generate the HTML code.
Launch Notepad from the 'Start' menu.
Copy and paste the HTML code generated earlier into the Notepad window.
Click 'File' and 'Save As.'
Type 'index.html' without the quotes for the file name and choose 'All files' for the file type. Choose the desktop for the save location. Click the 'Save' button.
Log in to your HostGator hosting account.
Click the 'File Manager' icon in the 'Files' section of the cPanel.
Select the site you wish to redirect from the 'Document root for' drop-down menu. This would be 'siteA.com' if you want to redirect from 'siteA.com' to 'siteB.com.' Click the 'Go' button.
Click the 'Upload' icon at the top of the screen.
Check the box beside 'Overwrite existing files' below the file upload fields.
Click the 'Browse' button and select the 'index.html' file from the desktop. Click the 'Open' button to upload the file and put the redirect mask in place.
VPS Hosting

How to Add Video to Craigslist


Go to a video hosting website like YouTube. Go to a page with the video to add to Craigslist. If the video is local to your computer, create an account and upload the video to the service. Take note of the URL where the video is located.
Go to Craigslist. Choose the city, country or region appropriate to the posting. On the top left corner of the page, click on the link to 'Post to classifieds.' Choose the type of posting and location for the classified.
Create a classified ad. Copy the URL from the video hosting website and past it into the body of the ad. Fill out the rest of the classified, including contact information, and inform readers about the video.
Publish the classified ad. If it was created using a registered Craigslist account, the task is complete. If it was created without an account, an email will be sent with a link to confirm the ad before publishing.
VPS Hosting