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

Dienstag, 1. März 2016

How to Add a Favicon in GoDaddyIn Feburary 2016 30,

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

Montag, 22. Februar 2016

How to Design Free Printable Budget PlannersIn Feburary 2016 22,

In Feburary 2016 22,
First download a printable budget template or create your own free planners using a publisher software or excel spreadsheet.
Next decide on a budget design for your printable planners depending on your pay schedule and income structure. Choose a daily, weekly, or monthly format or a combination if it suits your budgeting needs best.
Make two column headings at the top of your free printable planners, one for Proposed Budget amount and the other Actual Budget amount.
Now make a category for Income and list all forms of earnings at the top of your printable budget planners.
Next divide your expenses into separate budget categories like home, auto, savings, entertainment, taxes, charitable giving, personal needs, and pocket money.
Start by listing your fixed budget expenses on your free planners such as mortgage loan, home and auto insurance, life insurance, retirement, pension, 401 K, college funds, etc.
Next list all your family necessities and estimate a total for your budget planning period. Necessities include food, utilities, clothing, maintenance supplies, car fuel, school supplies, etc.
Then add personal needs to your free planner categories such as hair, nails, doctor, dentist, lunches, personal investments, habits, or hobbies, etc.
Last make a category on your printable planners for emergency money or cash on hand that you are free to contribute to regularly in any amount.
Enter your proposed budget income and expense amounts on your planners and subtract to get an estimated balance. This will help you make adjustments first before you are free to balance your actual printable budget totals.
In Feburary 2016 22,

Sonntag, 21. Februar 2016

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

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

Samstag, 20. Februar 2016

How to Post Free Videos OnlineIn Feburary 2016 20,

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

Sonntag, 7. Februar 2016

How to Play Free Yahoo GamesIn Feburary 2016 07,

In Feburary 2016 07,
Navigate to yahoo.com and sign up for an account if you don't have one.
Click 'Games' in the left column.
Click a game genre at the top of the page. For example, if you click 'Card,' you'll see a list of card games you can play, such as Blackjack, Canasta, Hold 'Em Poker and Spades.
Click the specific game you want to play, and you will be prompted to sign into your Yahoo! account. Once signed in, enter a room. You'll see the number of people logged into that particular room.
Click the game link, enter the displayed Captcha and you're logged into the server and ready to play. Challenge or be challenged, once you enter a room.
In Feburary 2016 07,

How to Embed TTF Fonts in CSSIn Feburary 2016 07,

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

Samstag, 6. Februar 2016

How to Install Free Antivirus SoftwareIn Feburary 2016 06,

In Feburary 2016 06,
Go to the CNET homepage (see Resources).
Click 'Security Software' on the left side of the page. A new page will open.
Select 'Antivirus Software' on the let side of this page. You will then be taken to CNET's antivirus software page.
Choose the 'Free' option under 'License Type'
Click the 'Sort By' drop box in the green bar at the top of the page. Select one of the options listed, such as 'Editors' Rating' or 'Downloads Last Week.' This option will determine how the programs are listed.
Select one of the links to get to the download page for that antivirus program.
Click the 'Download Now' link that is located at the top of the Web page for that particular antivirus program. Once you do, a box will open. Choose a folder on your computer (such as the desktop) where the setup for that the antivirus program will be saved. Click 'Save' and the installation for that antivirus program will be downloaded.
Open the installation program. Follow the instructions that appear on the computer screen and the free antivirus software will be fully installed on your computer.
In Feburary 2016 06,

Donnerstag, 4. Februar 2016

How to Enable CURL on Go DaddyIn Feburary 2016 04,

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

Mittwoch, 3. Februar 2016

How to Watch TV on a Laptop for FreeIn Feburary 2016 03,

In Feburary 2016 03,
Connect to the Internet by either plugging your laptop into a network or connecting to the local wireless network.
Go to the Hulu home page at www.hulu.com.
Click on the very top menu bar of the web page on the 'TV' button.
Click on the 'Browse' button on the gray top menu of the Hulu TV page. The full listing of shows available to watch will appear in alphabetical order.
Select the type of show you want to watch by clicking on the category filter on the left side of the web page. Only shows of this genre will continue to be displayed. Some genres have subgenres that can be further filtered.
Click on show title to bring up that show's web page.
Click on the episode on the show web page to start the video.
In Feburary 2016 03,

How to Download Mobile Games for FreeIn Feburary 2016 03,

In Feburary 2016 03,
Open iTunes.
Access the store by clicking 'iTunes Store' on the left hand side of the screen.
Click 'App Store' once the store loads.
Select 'Games' on the left hand side.
Click 'Top Free Apps.' The list of all the top downloaded free apps will now appear.
Click the game and you will be asked to sign into your iTunes account. Complete this process and the game will begin to download.
Mobile phone downloads
Access the 'Free-Mobile-Games' website.
Click on a game. This will bring up the game's download page.
Click 'Download.' A new page will now appear.
Select 'Free Downloading.' Some sites will show you an offer for faster game download times with a count down clock next to it. Allow the clock's time to expire and the mobile game will begin to download
In Feburary 2016 03,

Montag, 1. Februar 2016

How to Open Ports in BitDefenderIn Feburary 2016 01,

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

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

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