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

Samstag, 27. Februar 2016

How to Modify a Website With GoDaddyIn Feburary 2016 27,

In Feburary 2016 27,
Log into your GoDaddy account and click on 'Hosting' under 'My Products.'
Click the green arrow under 'Launch' to open your hosting account. On the next page, click the 'Your Files' button in the top left. The File Manager will open, giving you access to your server's files. Your website files are stored on the server.
Navigate to the location of the file(s) you want to edit on your website. If you want to edit the 'contact' page, for example, you would probably want to edit the file named 'contact.html' or 'contact.php.' It may be found under a subfolder, such as 'html' or 'website.' Check with your Web developer if you aren't sure which file to edit or where it is located.
Left click your mouse beside the file you want to edit in the checkbox. Click the 'edit' button found in the navigation menu going across the top of the File Manager.
Use the visual editor in the new window to add or edit content, or click 'HTML' in the top right to open the file in HTML view. If it appears blank, click the 'HTML' button to see the contents of the page.
Modify your file and click the 'Save File' icon in the top left of the editor. The 'Save File' icon is an image of a floppy disk.
Check your website to verify the changes you made.
In Feburary 2016 27,

Mittwoch, 24. Februar 2016

How to Change Permissions to an FTP SiteIn Feburary 2016 24,

In Feburary 2016 24,
Log in to your CPanel. The CPanel (control panel) is an application that came with your hosting account. Information on how to log in was emailed to you after purchasing the account. Refer to the email on how to log in.
Click on 'FTP Accounts.' This will allow you to add new users and/or change permissions of existing users. There is an area at the top to add new users, or you can click on the area next to an existing user to change the permission. Once you are finish with this, go back to the homepage.
Click on 'File Manager.' This is where you can change the permissions to certain files and directories. Once the File Manager comes up, right-click on a folder or file. Click on 'Change Permissions.' In the dialog box that appears, set whatever permissions you like for users or public access.
Changing Permission Through FTP Software
Open the software program and connect to your server. This is done by using the FTP username and password that you set up through the CPanel. Once connected, you will see a list of all of your files and directories on the right side of the program.
Right-click on a file or directory. Choose 'Change Permission.' Set the permission to the file or directory by selecting or deselecting the checks from the 'Read,' 'Write' and 'Execute' boxes.
Wait for verification that the permission has been changed in the status box. The status box is usually above or below the area where the files are listed. Sometime you will receive an error message if the program wasn't able to change permissions. If this happens, you will have to alter the permissions on the site level by going to the CPanel's FTP Accounts screen.
In Feburary 2016 24,

Montag, 22. Februar 2016

How to Change POP Settings on a BlackBerry PhoneIn Feburary 2016 22,

In Feburary 2016 22,
Go to the BlackBerry settings and choose 'Settings.'
Choose 'Email Accounts.'
Go to the field that says POP settings or IMAP email address, then click 'Edit.'
Click 'Advanced Settings.' You can now change the advanced options for your email address.
Save, then type your email password.
Click 'OK' until you are on the 'Email Accounts' screen.
For BlackBerry Curve 8900 mobile users
Make sure you see 'GPRS' on the top right corner of your mobile device.
Go to your home screen.
Click 'BlackBerry Setup,' then choose 'Set up Internet Email.'
Click 'Add An Email Account,' then key in your email address and password. Click 'Next.'In case your unit cannot identify the server settings that should work, click 'I will provide the settings to add this email account.' Then click 'Next.'
Choose 'Internet Service Provider Email (POP settings/IMAP), then hit 'Next.'
Key in your username then enter your email server.
Enter your outgoing server name. Finally, click 'OK' to complete the setup.
In Feburary 2016 22,

Montag, 15. Februar 2016

How to Close an iCloud AccountIn Feburary 2016 15,

In Feburary 2016 15,
Navigate to your iOS device's Home screen and launch the Settings app.
Tap 'iCloud,' scroll to the bottom of the iCloud menu and then tap 'Manage Storage.'
Select an application from the list of your installed apps that store data with iCloud. Tap 'Delete All' to clear all data from iCloud.
Tap the 'Manage Storage' back arrow at the top and select another app for which you have data to delete. Repeat Step 3.
Tap the back arrows at the top three times to navigate to the main iCloud menu. Scroll to the bottom and tap 'Delete Account' and then tap 'Delete' again to confirm your wish to remove the iCloud account from the iOS device.
Tap 'Keep On My [Device]' to store content on your iOS device that was once managed by iCloud. Alternately, you can tap 'Delete from My [Device]' to clear it from the device's memory.
Delete iCloud from a Computer
Access the iCloud control panel. On a Mac, launch System Preferences from the Apple menu and select 'iCloud.' On a PC, navigate to the Start screen and select the 'iCloud' tile.
Select the 'Sign Out' button. Choose 'Keep Copy' from the next window to store content on your computer that was once managed by iCloud. Alternately, you can tap 'Delete from Computer' to completely erase it.
Select 'Keep Contacts' if you would like to store the data on your computer or 'Delete Contacts' to erase it.
Restart your computer to put the new settings into effect. You may be prompted to close open apps -- for example, your email client -- as the iCloud account is being removed.
Click 'Done' when the process is complete and click 'OK' to acknowledge the notification about where your PhotoStream content is saved. Close the iCloud control panel.
In Feburary 2016 15,

Samstag, 13. Februar 2016

How to Tell Who Is Hosting a WebsiteIn Feburary 2016 13,

In Feburary 2016 13,
Launch your Web browser and navigate to an online Web hosting search utility. (See Resources.)
Locate the search box on the Web hosting tool's home page. This is usually prominent and at the top of the page.
Enter the Web address for the website you wish to find the host for in the search box. Include the 'www' prefix on the website address. You can include the 'http://' part of the address, but it's not usually necessary.
Click 'Search' and wait for the search tool to find and return the correct Web host for the site.
Read the details for the Web hosting company in the search results pane. This usually includes a link to the Web host's own website so that you can contact the company directly. Or, copy and note down the information for future reference.
In Feburary 2016 13,

Donnerstag, 11. Februar 2016

How to Embed TTF Fonts in CSSIn Feburary 2016 11,

In Feburary 2016 11,
Open the HTML file for the Web page where you wish to display the embedded font. For websites or templates using a separate header file, open that instead. Use a code-editing program such as Notepad++, jEdit or BBEdit. Look for the following line of code in the top of your HTML file:
Look at the name of the .CSS file referenced in the
tag and open that file in your code editor. If you see no
tag, create one and then create a blank .CSS file.
Add the following code at the top of your .CSS file:@font-face {font-family: 'Font Name Here';src: URL('fontfile.ttf') format ('ttf');}Give a font family name to your font. You can use any name, but stick with a name that is easy to type and remember. Type the full or relative path to your .TTF file between the parentheses after 'URL.'
Use the embedded font as you would use a Web-safe font such as Arial, Helvetica or Georgia. Here is an example:h1 {font-family: 'Font Name Here', 'Another Font', generic;}The above code makes all tags use your embedded font. Should the embedded font not work, the browser will use 'Another Font' for level-one headers. In the case 'Another Font' does not exist on the user's computer, the browser goes to the last font. Use a generic family name here such as 'serif' and 'sans-serif.'
Upload your font using an FTP tool. If you do not use FTP, you can also log into your Web hosting control panel and then navigate to your file management tool. Most Web hosts offer this tool, which allows you to upload a few files at a time through your browser.
In Feburary 2016 11,

How to Enable CURL on Go DaddyIn Feburary 2016 11,

In Feburary 2016 11,
Type the IP number of your GoDaddy VPS or dedicated server followed by a (:) and the number '2087' into your browser window to access your cPanel. For example, if your server IP number is 195.195.255.255, type '195.195.255.255:2087.' Wait a few seconds for your cPanel login page to appear. If you receive a security error message, click the prompt that allows you to disregard the error and proceed to your cPanel homepage.
Enter your cPanel root user name and your password in the appropriate fields in the login box. Click the 'Login' button at the bottom of the box. Wait a few seconds for the cPanel home page to appear.
Type the word 'easy' into the 'Find' box at top of the left sidebar of your cPanel home page and click the 'x' in the square next to the box. Click 'Easy Apache (software update)' in the search results that you see.
Wait a moment or so for the Apache profile screen to appear. Make sure that the radio button for 'Previously Saved Config' is selected by default unless you wish to make other changes to your PHP configuration. Additional changes are not recommended unless you are experiencing problems with your hosted sites.
Click the 'Start customizing based on profile' box, which is furthest to the right at the bottom of the 'Profile' page.
Click the 'Next step' box at the bottom of the 'Apache version' page as soon as it appears. Do not change anything on this page.
Click the 'Next step' box at the bottom of the 'PHP major version' screen as soon as it appears without making any changes.
Click the 'Next step' box at the bottom of the 'PHP minor version' screen when it appears. Do not make any changes to this page.
Scroll down to the bottom of the 'Short options list' as soon as it appears. Click the 'Exhaustive options list' at the bottom right of the 'Short options list' page.
Scroll down on the 'Exhaustive options list' page until you see an entry for 'cURL,' which is preceded by a check box; check the check box. Scroll down to the bottom of the page and click the 'Save and build' box at the bottom right.
Click the 'Yes' button in the 'Confirm action' box when it appears in the center of your screen and then click 'I understand' in the confirmation box.
Wait until you see the green 'Build Complete!' message at the top of your browser screen above the log of the changes you've made to your server. This can take an hour or more, depending upon how much data is stored on your server. Do not interrupt the process or you will lose valuable data.
Click 'Home' in the left corner of the screen to return to the cPanel home page, if you wish to carry out other maintenance tasks. Exit cPanel by closing the browser window.
In Feburary 2016 11,

Mittwoch, 10. Februar 2016

How to Unspam an Email AddressIn Feburary 2016 10,

In Feburary 2016 10,
Open your Gmail or Yahoo Mail account. Click on 'Spam' from the list of options on the left side of the page. Find the message from the sender whose designation you wish to change and click on the message to open it.
Click 'Not Spam' at the top of the page. The message will be automatically moved to your regular in-box and the address will be removed from the list of senders sent to the spam folder.
Open your Hotmail account. Choose and click 'Junk' from the left-hand menu. Click to open the message from the sender you wish to 'unspam' or click inside the adjacent box to the left of the message. A check will appear in the box to signify that you have selected the corresponding message.
Click 'Not Junk' at the top of the page to move the message and remove the email address of the sender from the list of spam senders.
In Feburary 2016 10,

Dienstag, 9. Februar 2016

How to Add a Favicon in GoDaddyIn Feburary 2016 09,

In Feburary 2016 09,
Log in to your GoDaddy Account Manager (see Resources). Enter your customer number and password at the top of the page and press 'Enter.' The Account Manager dashboard should then launch.
Click 'Quick Blogcast' under 'My Products' in the left side of the page.
Click 'Manage Account' next to the domain you wish to add the favicon to.
Click 'Settings' from the 'Manage Blog' menu.
Click the 'General Settings' tab and click the 'Browse' button next to 'Favicon.'
Click the favicon image you wish to use.
Click 'Save.'
In Feburary 2016 09,

How to Set Up Filezilla for Joomla!In Feburary 2016 09,

In Feburary 2016 09,
Double-click on the FileZilla icon or select it from the start menu. FileZilla will start and display the local hard disk directory structure on the left side of the window.
Enter the domain name of your website or the IP address in the 'Host' field. Do not include the 'http://' part of the address, just the domain name. For example, 'mycoolsite.com' is a domain name and '192.168.2.1' is an Internet Protocol address. If your domain name hasn't been assigned yet, use the IP address provided by your hosting company.
Fill in the 'Username' field at the top of the screen with your FTP user name. Use the exact spelling and character case as the FTP user name issued by your hosting service provider.
Enter your FTP password in the 'Password' field at the top of the screen. Use the exact spelling and character case as the password issued by your hosting service provider.
Enter the FTP port number in the 'Port' field if your hosting provider uses a port other than 21. Most users will leave this field blank as 21 is the default port. Only enter a port number if your hosting provider uses a port other than 21.
Click on the 'Edit' menu, then click on 'Settings.' Select 'File Types' under 'Transfers' on the left side of the settings window. Click the 'Binary' radio button on the right side at the top of the window. This setting ensures that binary files such as archives and backup files transfer properly. If such files are accidentally treated as ASCII files, they may become corrupted during transfer. Having this set correctly is especially important for uploading Joomla! installation files, Joomla! extension packages and downloading backup files.
Click on the 'OK' button at the bottom of the settings window to save the settings. Click the 'Quick Connect' button to the right of the host, username, password and port fields previously entered. FileZilla will connect to your Joomla! website root directory on the server and display the file structure in the right side of the window.
Click on the 'File' menu, then click on 'Copy Current Connection to the Site Manager.' This saves your settings and allows you to select them the next time you use FileZilla from the Site Manager. Just click 'File' then 'Site Manager' or press 'Ctrl - S.'
In Feburary 2016 09,

Sonntag, 7. Februar 2016

How to Make Gmail Check POP More OftenIn Feburary 2016 07,

In Feburary 2016 07,
Log in to your Gmail account using your Gmail email address and password.
Click on the 'Options' icon in top right corner of your Gmail page and select 'Settings.'
Click on the 'Labs' tab.
Locate the 'Refresh POP accounts' section. Select the 'Enable' option. Click the 'Save Changes' button.
Select the 'Inbox' link on the left menu.
Click the 'Refresh' button to immediately download all new email from your POP email accounts.
In Feburary 2016 07,

Samstag, 6. Februar 2016

How to Post Free Videos OnlineIn Feburary 2016 06,

In Feburary 2016 06,
Find a video hosting site that allows you to post videos for free. YouTube is one of the largest, most popular sites online, so in this instruction we will go through the YouTube process. Keep in mind that there are many other options available to you, see resources for more sites to choose from.
Go to YouTube.com and click 'Create Account' in the top right corner of the screen. Enter your desired user name, password, your country of residence, your postal code and read through the terms of service before accepting the terms and creating your account.
Click on 'Upload' next to the search bar at the top of the screen after you sign in. Click on the 'Upload video' button and select the video file from your computer to upload to YouTube. Wait for the video to upload and for YouTube to process the video.
Select a preview screen from the ones generated by YouTube. This is what displays when your video loads on the site.
Type in a title and a description for your video. Add tags that match up with your video's title and content. Think of tags as keywords someone would type in to find your video.
Select a category that best fits your video content and choose the privacy setting you prefer.
Save the URL to give a link of your video to your friends and to post on other websites. Use the 'Embed' code to paste a video onto a blog or other website from the HTML edit page. This code is also available from your video's YouTube page. Simply click on the 'Embed' button under the bottom right corner of the video screen to access the code.
Click on 'Save Changes' to post your video on YouTube.
In Feburary 2016 06,

Mittwoch, 3. Februar 2016

How to Make Your News Feed PrivateIn Feburary 2016 03,

In Feburary 2016 03,
Navigate to the Facebook website and sign in to your account.
Click 'Account' in the navigation bar at the top of the page and select 'Privacy Settings.' Click 'Customize Settings.'
Click the button with the lock icon on it next to Posts By Me and select 'Customize' from the drop-down menu.
Click the drop-down menu next to These People and select 'Friends Only' if you want only those on your friends list to be able to view your activities and posts. If you want total privacy, select 'Only Me' from this menu.
Click 'Save Setting.' Your new privacy setting is effective immediately.
In Feburary 2016 03,

How to Open Ports in BitDefenderIn Feburary 2016 03,

In Feburary 2016 03,
Double-click the BitDefender icon in the system tray to open the BitDefender Dashboard.
Click the 'Options' button at the top of the window and select 'Expert View.'
Click the 'Firewall' tab on the left side.
Click the 'Programs' tab at the top.
Click the 'Add Rule' button.
Click the 'Apply rule to all programs' radio button at the top of the window.
Click the 'Allow' radio button under 'Permission' near the bottom.
Click the 'Advanced' tab.
Type the port number that you want to open in the 'Port(s)' fields under 'Local Address' and 'Remote Address.'
Click 'OK.'
In Feburary 2016 03,