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

Sunday, 28 February 2016

How to Find an FTP AddressIn Feburary 2016 28,

In Feburary 2016 28,
Replace the 'http' in your URL with an 'ftp.' You may need to enter it in the form: 'ftp://websiteaddress.com' or 'ftp://ftp.websiteaddress.com.' If the FTP is under a sub-domain, it may be listed as 'ftp.subdomain.hostdomain.com' or 'ftp://ftp.subdomain.hostdomain.com.'
Check the welcome letter you received from the web hosting provider.
Log in to the control panel of your website. Using this method, you will need the username and password to access the account. The FTP address should be listed in the FTP account section of the control panel.
Contact your web host for the FTP address.
In Feburary 2016 28,

Saturday, 27 February 2016

How to Create an Order Form in HTMLIn Feburary 2016 27,

In Feburary 2016 27,
Obtain a form script from your web host provider or from a free, online resource like Hot Scripts or Stadtaus.com (see Resources). Place this script on your host account (if needed) in the same directory where you keep your other website files and make a note of this URL location. A script processes the data submitted from the order form and delivers it back to you.
Launch your text editor program and create a new document or open an existing file. Place your cursor anywhere underneath the '
' tag where you want your order form to appear.
Type in the beginning '' tag at the end of the form code. Save your file with an '.html' ending (extension) when finished.
In Feburary 2016 27,

Friday, 26 February 2016

How to Post a Web PageIn Feburary 2016 26,

In Feburary 2016 26,
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.
In Feburary 2016 26,

How to Sync Outlook to DrupalIn Feburary 2016 26,

In Feburary 2016 26,
Direct your browser to the iCalendar Feed module's project page at drupal.org/project/civicrm_activity_ical and copy the module's code link at the bottom of the page.
Log into your Drupal site as administrator.
Open Drupal's 'Modules' menu and click on 'Install New Modules.'
Paste the module code link into the 'Install from a URL' field and click the 'Install' button.
Check the box next to the iCalendar Feed module's name in the modules listing. The iCalendar Feed module will be found in the list of modules related to the CiviCRM module.
Click on the 'Set Permissions' link to the right of the iCalendar module name.
Place a check mark in the boxes next to the the types of users you want to have access to the iCalendar feed and click the 'Save Configuration' button.
Open the 'Structure' menu and select 'Blocks.' In the list of unassigned blocks, you'll see a new one for the iCalendar Feed.
Assign the block to a region that will be visible to your users on your home page and click the 'Save Blocks' button.
Navigate to your home page by clicking the home icon in the administrative menu bar.
Click on the iCalendar Feed link which now appears on the home page. Copy the iCalendar Feed address that is displayed.
Open Outlook 2010 and open the Calendar module. Click the 'Open Calendar' button and select 'From Internet' from the drop-down menu.
Paste the iCalendar Feed URL into the field in the dialog box and click 'OK.' Your CiviCRM events will now appear in your Outlook calendar.
In Feburary 2016 26,

Thursday, 25 February 2016

How to Edit a Live PHP Site via FTPIn Feburary 2016 25,

In Feburary 2016 25,
Open File Explorer or Internet Explorer: both programs access the built-in FTP client.
Type the site's host server FTP url into the address bar and press 'Enter.' The FTP address starts with 'FTP://' instead of 'HTTP://" like a website. ExampleSite.com might have its FTP server located at a URL like 'FTP://adminFTP.ExampleSite.com.'
Enter your client account user name and password then press 'OK' to log in to the FTP.
Locate the PHP files you want to update in the FTP browser window. The FTP browser window displays the files on the FTP server like File Explorer displays local files on your computer or home network.
Copy the PHP files you want to update to your computer by highlighting them in the browser window, pressing 'Ctrl+C,' opening a local folder Window in File Explorer and pressing 'Ctrl+V.' You can edit the copy of the file stored on your computer, but you can't edit the one stored on the FTP site.
Open the PHP files you want to edit with Notepad or a code editing program, make the changes you want to make in the code and save the updated file.
Highlight the updated versions of the files you want to update on the PHP site in the File Explorer window and press 'Ctrl+C' to copy them.
Open the FTP window, locate the folder hosting the files you want to update and press 'Ctrl+V' to upload the files to the FTP. If Windows asks, choose the option that overwrites and replaces the files. The new versions of the files will immediately display on the site when refreshing the page.
In Feburary 2016 25,

Saturday, 20 February 2016

How to Install PureIn Feburary 2016 20,

In Feburary 2016 20,
Go to the 'Modules Matching ftpd' page (see Resources). Right-click the 'pureftpd.wbm' link and copy the URL.
Log in to your Webmin admin center (the path of this differs depending on where you installed the program).
Click 'Webmin Modules.' Click 'From ftp or Http URL.' Select the field, right-click and click 'Paste' to paste the URL in.
Click 'ignore module dependencies when installing,' then 'Grant access only to users and groups.'
Click 'Install module from file.'
In Feburary 2016 20,

Thursday, 18 February 2016

How to Change the Default Rendering on SSRSIn Feburary 2016 18,

In Feburary 2016 18,
Locate the report you will be creating a link to using the ReportServer portal in SSRS. Typically, this is found at http://servername/ReportServer. The interface will be minimal, but will display the same folders and reports as the Report Manager.
Copy the URL. Note that the URL may contain several parameters, but the part to look for is the report path, which can be found between the '?' and the first '&', if any exists. In the following example, the report path is '/Folder/Report%20Name':http://servername/ReportServer?/Folder/Report%20Name&rs:Command=Render
Create a new URL using the report path with some additional parameters to specify the rendering format. The 'rs:Format' parameter specifies the rendering format for the report. The following values are common for a default installation of SSRS: HTML4.0, MHTML, IMAGE, EXCEL, PDF and CSV. The 'rs:Command' parameter set to 'Render' instructs the report server to render the report in the specified format.For example, for a URL that always renders the report as a PDF document, use the following:http://servername/ReportServer?/Folder/Report%20Name&rs:Format=PDF&rs:Command=Render
Render a report as an Excel document this way:http://servername/ReportServer?/Folder/Report%20Name&rs:Format=EXCEL&rs:Command=Render
In Feburary 2016 18,

Wednesday, 17 February 2016

How to Fix Internet Explorer Error Code 10061In Feburary 2016 17,

In Feburary 2016 17,
Check the address in your toolbar to make sure it is correct. If you get this error, you may have entered the address wrong into your address toolbar. Check the entire address for errors since there is a huge difference between .com and .org at the end of a URL or http: and ftp: at the beginning of a URL.
Contact the administrator of the site you are trying to visit. The administrator may have the wrong link to a specific place on the site or a server may be not working correctly. You may also need some sort of special permission to view content on that Web server.
Check your system administrator if you are at work or at school. Copy and paste the entire error that you get in an email to your system help desk. Include the entire Web address that gave you the error. An error of this type may be caused by a firewall or a proxy setting your work or school has control over.
In Feburary 2016 17,

Sunday, 14 February 2016

How to Get a New Blogger URL for Your BlogIn Feburary 2016 14,

In Feburary 2016 14,
Log into Dashboard.
Select the blog that you want to modify.
Click the Settings tab.
Click Publishing.
Edit the new Web address (URL).
Republish the blog so that the posts appear in their new location.
In Feburary 2016 14,

Saturday, 13 February 2016

How Do I Upload My Own Music Onto My Website?In Feburary 2016 13,

In Feburary 2016 13,
Access the web host that services your website and place your MP3 file in the same folder that contains your other web page files. This folder is typically found in the 'Index' or 'Main' directory. Click a button, such as 'Browse,' to select the file from your computer and add it. Make a note of the URL address location (for example, yourdomain.com/music.mp3).
Launch your text editor and place your cursor in the area on the page where you want your music to appear.
Type in the 'anchor' code containing the URL address from step 1. An 'anchor' creates a connection between your music file and website. For example:
http://www.yourdomain.com/music.mp3'>
Enter content, such as the name of your song, and follow this with a closing '' anchor element. This code creates a hyperlink on your page, which typically appears in blue and with an underline. When a visitor clicks this prompt, she hears your music play. For instance:
Name'>http://www.domain.com/music.mp3'>Name of Song
Save your file and place it back on your web host to publish the uploaded music on your page.
In Feburary 2016 13,

Friday, 12 February 2016

How to Run IPTV in VLCIn Feburary 2016 12,

In Feburary 2016 12,
Open the VLC media player.
Click the “Media” button on the top navigation bar to show the File menu.
Click the “Open Network Stream” option.
Click the radio button next to the “HTTP/HTTPS/FTP/MMS” option and then type the following URL into the “URL” input box. http://avenard.org/iptv/playlist-tpg-vlc.m3u
Click “OK.” The Avenard playlist opens in VLC and the channels list down the left panel.
Click a channel in the left panel and then click the “Right” pointing arrow at the bottom of the viewing screen to play the channel.
In Feburary 2016 12,

Thursday, 11 February 2016

How to Publish a Blogger Blog to a WebsiteIn Feburary 2016 11,

In Feburary 2016 11,
Add a new directory to your existing website. This will be the place where Blogger sends your blog posts.
Sign in to Blogger.
Go to the Settings > Publishing page for your blog.
Select the option to publish to a Custom Domain.
Fill in the form fields asking for FTP server, Blog URL and FTP path with the information for your website.The blog URL will use the new directory name you have ready, such as www.mysite.com/blogname/. The FTP path will be exactly like the one you use for your site, except the new directory name will be included. It might look something like this: public_html/blogname/.
Decide what filename you want for the main page of the blog. A good choice is index.html.
Decide on the feed filename. If you're using Blogger's feed, this will probably be atom.xml.
Finally, give Blogger the username and FTP password for your web site.
Click Save Settings. Publish your blog to the new location on your own web site.
In Feburary 2016 11,

Tuesday, 9 February 2016

How to Host Other People's WebsitesIn Feburary 2016 09,

In Feburary 2016 09,
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.
In Feburary 2016 09,

Saturday, 6 February 2016

How to Find Backlinks to Your Site Using Yahoo Site ExplorerIn Feburary 2016 06,

In Feburary 2016 06,
The first thing you want to do is go to http://siteexplorer.search.yahoo.com/ (a clickable link is in the resources area at the bottom of the article)You can see a picture of the site to your left. Click on it and take a look to make sure you are at the right spot.
The next step you are going to do is to type in the URL or address of your site or page that you want to check. You will type that in the box between where it says Yahoo Site Explorer and Explore URL. Now click explore URL. You will get a list of results that look like the screen shot to your left. In this case I used eHow as the site to be explored.Remember to put in the entire address if you are trying to look up a specific page and not the entire website.
The next step is to click on the inlinks button to the right of the pages button in the results area. Then to the right of that in the drop down box where it says 'From All Pages', change that to Except from this domain'. Click on the screen shot to the left if you don't understand.
Now look below in the results area and you will see all of the backlinks to that page from outside the website. The number of links is next to where it says inlinks. The actual links are all listed below.
In Feburary 2016 06,