In Feburary 2016 29,
Find a website that will allow you to get URLs for your MP3s. A few websites that offer this service for free are Mailbox Drive, File Den, and MP3 Upload.
Select the option to register for a new user account. Create a username and password and provide a valid email address during the registration process.
Log in to your new user account. Click on the option to upload files.
Locate the MP3 file on your computer that you would like to generate a URL for. Double-click the MP3. If the upload process does not start immediately, you may have to click on the 'Upload' option again to complete the process.
Copy or write down the URL generated after your MP3 has finished uploading. You can now use the URL to play your music online. Websites such as MixPod and My Flash Fetish will allow you to paste the MP3 URLs inside a music or audio player that can be placed on your website.
In Feburary 2016 29,
Posts mit dem Label user werden angezeigt. Alle Posts anzeigen
Posts mit dem Label user werden angezeigt. Alle Posts anzeigen
Montag, 29. Februar 2016
How to File a Free Kentucky State Income TaxIn Feburary 2016 29,
In Feburary 2016 29,
Go to the Kentucky Department of Revenue website (www.revenue.ky.gov/FFAOffers.htm) and choose from one of several free participating software companies.
Click on the link for a software company and then click 'File for Free' or 'Free' on the company website.
Register with the software website, choosing a user name and password.
Use the software online to file your state tax return. You also can file your federal return for free with the same software. Gather all your paperwork, including W-2 and 1099 forms, investments and any deduction receipts. Let the software guide you through the process by asking you questions and detailing what information needs to be entered in the electronic forms. Once the software confirms you have correctly set up the state tax form, you can file the return electronically.
Visit a free Kentucky taxpayer service center if you are unable to file electronically. There is a list on the Kentucky Department of Revenue website with 10 locations that offer free filing and help. Bring all your tax documents with you to the service centers.
In Feburary 2016 29,
Go to the Kentucky Department of Revenue website (www.revenue.ky.gov/FFAOffers.htm) and choose from one of several free participating software companies.
Click on the link for a software company and then click 'File for Free' or 'Free' on the company website.
Register with the software website, choosing a user name and password.
Use the software online to file your state tax return. You also can file your federal return for free with the same software. Gather all your paperwork, including W-2 and 1099 forms, investments and any deduction receipts. Let the software guide you through the process by asking you questions and detailing what information needs to be entered in the electronic forms. Once the software confirms you have correctly set up the state tax form, you can file the return electronically.
Visit a free Kentucky taxpayer service center if you are unable to file electronically. There is a list on the Kentucky Department of Revenue website with 10 locations that offer free filing and help. Bring all your tax documents with you to the service centers.
In Feburary 2016 29,
Mittwoch, 24. Februar 2016
How to Create an HTML Input Box and Output to Another PageIn Feburary 2016 24,
In Feburary 2016 24,
Open the HTML source code page into which you desire to place the form containing a 'textarea' input box. In this example, you will be using 'sometext.html' as the HTML source page. The separate page with PHP code will be called 'displaysometext.php.' Both pages will be stored on the Web hosting server where your website is located.
Create the form section within the HTML source code, and tell the form that the data entered by the user will be submitted to the external PHP-enabled page. In the case of this example, the user data will be submitted to displaysometext.php. Enter the following line between the
and the
tags of the HTML page.Save the document to your computer as sometext.html and upload it to your Web hosting server.
Open a new page in your text editor and enter the following six lines of text.
Display Some Text PHP Script Page
?>
Save the page as displaysometext.php
Enter the following lines between the '
' lines that tells PHP to accept the text from the input box of the origination page. Remember that the name of the submit operation was 'comment.' When the user submits the form, that label will be submitted as the identifier for the text the user entered. The lines to accept this information should appear as follows.if(isset($_POST['submit'])){
$usercomments = $_POST['comment'];'
Have your PHP script do something with the text the user entered. This can be something as simple as printing to the Web browser what the user entered on the original page. In this example, type the following three lines.echo 'The information you entered was as follows:';
echo $usercomments;
}
Save the 'displaysometext.php' page code to your computer, then upload it into the same directory of the Web hosting server that contains HTML page containing the input box.
Point your browser to the HTML page that accepts the user input. That page, in this example, would be 'sometext.html'. Enter some text into the input box, then click the 'Submit Comments' button below it. Note that the small PHP code snippet in the 'displaysometext.php' page processes and displays everything you entered on a new Web page.
In Feburary 2016 24,
Open the HTML source code page into which you desire to place the form containing a 'textarea' input box. In this example, you will be using 'sometext.html' as the HTML source page. The separate page with PHP code will be called 'displaysometext.php.' Both pages will be stored on the Web hosting server where your website is located.
Create the form section within the HTML source code, and tell the form that the data entered by the user will be submitted to the external PHP-enabled page. In the case of this example, the user data will be submitted to displaysometext.php. Enter the following line between the
and the
tags of the HTML page.Save the document to your computer as sometext.html and upload it to your Web hosting server.
Open a new page in your text editor and enter the following six lines of text.
Display Some Text PHP Script Page
?>
Save the page as displaysometext.php
Enter the following lines between the '
' lines that tells PHP to accept the text from the input box of the origination page. Remember that the name of the submit operation was 'comment.' When the user submits the form, that label will be submitted as the identifier for the text the user entered. The lines to accept this information should appear as follows.if(isset($_POST['submit'])){
$usercomments = $_POST['comment'];'
Have your PHP script do something with the text the user entered. This can be something as simple as printing to the Web browser what the user entered on the original page. In this example, type the following three lines.echo 'The information you entered was as follows:';
echo $usercomments;
}
Save the 'displaysometext.php' page code to your computer, then upload it into the same directory of the Web hosting server that contains HTML page containing the input box.
Point your browser to the HTML page that accepts the user input. That page, in this example, would be 'sometext.html'. Enter some text into the input box, then click the 'Submit Comments' button below it. Note that the small PHP code snippet in the 'displaysometext.php' page processes and displays everything you entered on a new Web page.
In Feburary 2016 24,
How to Create a Pay Stub FreeIn Feburary 2016 24,
In Feburary 2016 24,
Visit paycheckcity.com and sign up for a free/basic membership. Their salary/hourly calculator is accessible without a free membership, but you will not be able to print the pay stub if you do not register. The registration is easy: type your name, e-mail, phone, number of employees and how you learned about the site. Paycheckcity.com will then e-mail you a User ID and access code. You can change the latter when you log in.
Pick the salary or hourly calculator. At the top of the page, select the appropriate tax year and state.
Type your pay amount, tax and deduction data. You can have your gross year-to-date (YTD) shown on your pay stub by entering the amount in the associated box. If you want extra federal and state taxes deducted, enter the additional amount in the related boxes. For voluntary deductions, enter deductions such as medical and dental plus the fixed amount; 401k contributions generally have a percentage or fixed amount. You can exempt your voluntary deductions from taxes by checking the type of taxes you do not want deducted, such as FICA and Federal.
Select “calculate” toward the bottom of the page and view your pay stub. Your pay stub should reflect the following: gross pay and frequency, taxes deducted, voluntary deductions and net wages. The basis of the calculations is also shown on your pay stub such as tax year, gross YTD (if applicable), filing status and additional withholding.
Select “new calculation” to begin a new pay stub calculation. Choose “print” to print your pay stub.
In Feburary 2016 24,
Visit paycheckcity.com and sign up for a free/basic membership. Their salary/hourly calculator is accessible without a free membership, but you will not be able to print the pay stub if you do not register. The registration is easy: type your name, e-mail, phone, number of employees and how you learned about the site. Paycheckcity.com will then e-mail you a User ID and access code. You can change the latter when you log in.
Pick the salary or hourly calculator. At the top of the page, select the appropriate tax year and state.
Type your pay amount, tax and deduction data. You can have your gross year-to-date (YTD) shown on your pay stub by entering the amount in the associated box. If you want extra federal and state taxes deducted, enter the additional amount in the related boxes. For voluntary deductions, enter deductions such as medical and dental plus the fixed amount; 401k contributions generally have a percentage or fixed amount. You can exempt your voluntary deductions from taxes by checking the type of taxes you do not want deducted, such as FICA and Federal.
Select “calculate” toward the bottom of the page and view your pay stub. Your pay stub should reflect the following: gross pay and frequency, taxes deducted, voluntary deductions and net wages. The basis of the calculations is also shown on your pay stub such as tax year, gross YTD (if applicable), filing status and additional withholding.
Select “new calculation” to begin a new pay stub calculation. Choose “print” to print your pay stub.
In Feburary 2016 24,
Dienstag, 23. Februar 2016
How to Transfer GoDaddy Hosting Between AccountsIn Feburary 2016 23,
In Feburary 2016 23,
Open your Web browser and go to GoDaddy's website.
Enter your username and password and click to login.
Click 'Web Hosting' from the 'Products' menu.
Set up a new hosting account. Click the 'Launch' button next to your new hosting account and enter the following to set it up: Enter domain: This is the domain you would like to use.FTP user name and Password: This is your FTP authentication for accessing the hosting's FTP server.SSL credits: Choose this if you have SSL credits in the same account as the domain name you want to use.
Use GoDaddy FTP to Transfer Files
Access GoDaddy Web-based Java FTP Client. Click the 'Launch' button next to your new hosting account. This opens the hosting control panel.
Select 'Content' and then click 'Java FTP Client.'
Click 'Yes' to accept the certificate if you are prompted to do so.
Use the FTP program to transfer files between your local computer and onto your new hosting account. If you have not done so already, use the FTP program to download files from the old server onto your computer's local drive and then upload those same files to your new hosting account.
Set the Nameservers Registered Through GoDaddy
Log back into the GoDaddy website and dashboard.
Click 'Domain Manager' in the 'My Products' section.
Click on the domain name you would like to associate with the new hosting account. This opens the 'Domain Manager' window.
Click 'Name servers' and then select the 'I have a hosting account with these domains' option to complete the transfer of your GoDaddy account.
Click 'OK.'
In Feburary 2016 23,
Open your Web browser and go to GoDaddy's website.
Enter your username and password and click to login.
Click 'Web Hosting' from the 'Products' menu.
Set up a new hosting account. Click the 'Launch' button next to your new hosting account and enter the following to set it up: Enter domain: This is the domain you would like to use.FTP user name and Password: This is your FTP authentication for accessing the hosting's FTP server.SSL credits: Choose this if you have SSL credits in the same account as the domain name you want to use.
Use GoDaddy FTP to Transfer Files
Access GoDaddy Web-based Java FTP Client. Click the 'Launch' button next to your new hosting account. This opens the hosting control panel.
Select 'Content' and then click 'Java FTP Client.'
Click 'Yes' to accept the certificate if you are prompted to do so.
Use the FTP program to transfer files between your local computer and onto your new hosting account. If you have not done so already, use the FTP program to download files from the old server onto your computer's local drive and then upload those same files to your new hosting account.
Set the Nameservers Registered Through GoDaddy
Log back into the GoDaddy website and dashboard.
Click 'Domain Manager' in the 'My Products' section.
Click on the domain name you would like to associate with the new hosting account. This opens the 'Domain Manager' window.
Click 'Name servers' and then select the 'I have a hosting account with these domains' option to complete the transfer of your GoDaddy account.
Click 'OK.'
In Feburary 2016 23,
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,
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,
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,
Donnerstag, 18. Februar 2016
How to Edit Wordpress ThemesIn Feburary 2016 18,
In Feburary 2016 18,
If you host your own Wordpress.org Blog then you will have complete access to edit and customize your Wordpress Themes. However, if you have a free blog application through Wordpress.com then you will have limited blog editing capability. Wordpress.org is for self hosted users which means that you pay for your own blog domain name and hosting. The benefit to setting up your own self hosted blog is that you have complete control of how your blog looks. Wordpress.com users can only choose their blog theme, they can't customize them.
To customize your Wordpress.org blogging application you will want to log in to your blog admin panel by going to www.yourblog.com/wp-admin - use the user name and password you setup when you first installed your blog and login to the admin area. Once inside the admin section of the blog you will want to go to the Appearance tab on the left hand side of the page on click on Appearance to drop down the options unless it is already opened then you just want to click on Editor.
From the Editor page you have the ability to edit any Wordpress themes you have uploaded to your server. On the right side of the page are different pages that you can customize or modify to meet your blogging needs. The most common files you can edit are the style sheet, header, footer, main index or home, archives, search, comments, pages, single page, theme functions, and sidebar.
If you want to change the color of your blog or alter images then you will want to do so using the Cascading Style Sheet (CSS). Most of the other files are a combination of advanced HTML and PHP so you will have to know how to read some code before attempting to edit a Wordpress theme. This is where you can change how your blog looks and decide what type of layout you would like to have. Once you learn what you would like to add or subtract from your WP blog you will most likely use this editing section to create a custom design that will set your blog apart from other bloggers.
In Feburary 2016 18,
If you host your own Wordpress.org Blog then you will have complete access to edit and customize your Wordpress Themes. However, if you have a free blog application through Wordpress.com then you will have limited blog editing capability. Wordpress.org is for self hosted users which means that you pay for your own blog domain name and hosting. The benefit to setting up your own self hosted blog is that you have complete control of how your blog looks. Wordpress.com users can only choose their blog theme, they can't customize them.
To customize your Wordpress.org blogging application you will want to log in to your blog admin panel by going to www.yourblog.com/wp-admin - use the user name and password you setup when you first installed your blog and login to the admin area. Once inside the admin section of the blog you will want to go to the Appearance tab on the left hand side of the page on click on Appearance to drop down the options unless it is already opened then you just want to click on Editor.
From the Editor page you have the ability to edit any Wordpress themes you have uploaded to your server. On the right side of the page are different pages that you can customize or modify to meet your blogging needs. The most common files you can edit are the style sheet, header, footer, main index or home, archives, search, comments, pages, single page, theme functions, and sidebar.
If you want to change the color of your blog or alter images then you will want to do so using the Cascading Style Sheet (CSS). Most of the other files are a combination of advanced HTML and PHP so you will have to know how to read some code before attempting to edit a Wordpress theme. This is where you can change how your blog looks and decide what type of layout you would like to have. Once you learn what you would like to add or subtract from your WP blog you will most likely use this editing section to create a custom design that will set your blog apart from other bloggers.
In Feburary 2016 18,
Montag, 15. Februar 2016
How to Set Up a VPS HostIn Feburary 2016 15,
In Feburary 2016 15,
Select your VPS service. Follow the link in Resources below to browse hosting packages and prices. Select a service with a plan that suits your individual needs.
Click on the 'Sign Up' link on your chosen service's website. Fill out the forms and payment options as prompted. When you are done, wait for the service to process your application. When the service has created your account and virtual private server, it will send you an email with your login credentials.
Navigate to your chosen service's website, click 'My Account' and log in to your account with your user name and password. The first time you log in, the service will ask you to make some choices to configure your server. You will be prompted to make these selections after you log in.
Select your kernel. Most VPS services will offer a variety of Linux kernels to install on your server. If you know which kernel you want to run, select it. If you are unsure, choosing the Ubuntu kernel is a safe choice.
Select the size of your first partition. When you signed up for the VPS service, you chose a plan with a certain amount of disk space. You can choose to dedicate all of this space to a single partition. If you want to host multiple websites from your VPS, you can also choose to make a smaller first partition and then create more partitions from the remaining space.
Write down the IP address of each of your VPS partitions. These will be displayed on your account page. If you created only one partition, then you will have only one IP address.
Open a program on your computer capable of running the Secure Shell (SSH). If you are on Linux or Mac OS X, then this will be your Terminal application. If you are on Windows, download PuTTY (see Resources).
Type 'ssh root@your-partition's-ip-address' into your SSH-capable application, and press 'Enter' to access your VPS. Type in your account's password when prompted. After this, you will be logged in to your VPS, ready to install your server software and configure it to your needs.
In Feburary 2016 15,
Select your VPS service. Follow the link in Resources below to browse hosting packages and prices. Select a service with a plan that suits your individual needs.
Click on the 'Sign Up' link on your chosen service's website. Fill out the forms and payment options as prompted. When you are done, wait for the service to process your application. When the service has created your account and virtual private server, it will send you an email with your login credentials.
Navigate to your chosen service's website, click 'My Account' and log in to your account with your user name and password. The first time you log in, the service will ask you to make some choices to configure your server. You will be prompted to make these selections after you log in.
Select your kernel. Most VPS services will offer a variety of Linux kernels to install on your server. If you know which kernel you want to run, select it. If you are unsure, choosing the Ubuntu kernel is a safe choice.
Select the size of your first partition. When you signed up for the VPS service, you chose a plan with a certain amount of disk space. You can choose to dedicate all of this space to a single partition. If you want to host multiple websites from your VPS, you can also choose to make a smaller first partition and then create more partitions from the remaining space.
Write down the IP address of each of your VPS partitions. These will be displayed on your account page. If you created only one partition, then you will have only one IP address.
Open a program on your computer capable of running the Secure Shell (SSH). If you are on Linux or Mac OS X, then this will be your Terminal application. If you are on Windows, download PuTTY (see Resources).
Type 'ssh root@your-partition's-ip-address' into your SSH-capable application, and press 'Enter' to access your VPS. Type in your account's password when prompted. After this, you will be logged in to your VPS, ready to install your server software and configure it to your needs.
In Feburary 2016 15,
Freitag, 12. Februar 2016
How to Flash a Cell Phone for FreeIn Feburary 2016 12,
In Feburary 2016 12,
Download a free software flash program to your computer. You want to make sure before you download that the software is compatible with your operating system, such as Windows 7; otherwise, the software will not work. The software will come with all the required files and reprogramming tools to flash the phone.
Right-click on the zip file you downloaded and select the option for 'Unzip' to unpack the files from the zip folder. Save them to your desktop.
Hook up your cell phone to your computer using the USB cable that came with your phone.
Read the user's manual that comes with your software, usually a 'Read Me' text file that will detail how to use the software. User instructions vary according to flash programs; therefore, it is important to know what steps to take and when, in order to complete the flash process. The flash procedure will disable your current provider's settings and reprogram them to your new provider.
Click your 'Start' button once your flash procedure completes, then go to 'My Computer' and select 'Systems Task.' Click on the option for 'View System Information.' Select the 'Hardware' tab and click on 'Device Manager.' Click on 'USB Controllers and Ports' to view your cell phone and make sure your new provider shows up as evidence of a successful flash.
In Feburary 2016 12,
Download a free software flash program to your computer. You want to make sure before you download that the software is compatible with your operating system, such as Windows 7; otherwise, the software will not work. The software will come with all the required files and reprogramming tools to flash the phone.
Right-click on the zip file you downloaded and select the option for 'Unzip' to unpack the files from the zip folder. Save them to your desktop.
Hook up your cell phone to your computer using the USB cable that came with your phone.
Read the user's manual that comes with your software, usually a 'Read Me' text file that will detail how to use the software. User instructions vary according to flash programs; therefore, it is important to know what steps to take and when, in order to complete the flash process. The flash procedure will disable your current provider's settings and reprogram them to your new provider.
Click your 'Start' button once your flash procedure completes, then go to 'My Computer' and select 'Systems Task.' Click on the option for 'View System Information.' Select the 'Hardware' tab and click on 'Device Manager.' Click on 'USB Controllers and Ports' to view your cell phone and make sure your new provider shows up as evidence of a successful flash.
In Feburary 2016 12,
How to Make an Online Application FormIn Feburary 2016 12,
In Feburary 2016 12,
Create your online application with basic HTML form code. The form code allows your applicant to visit a page on your Web site and type his information directly into the browser, such as name, address, educational background or previous employment for a job application. When the user clicks 'Submit,' your Web server will transmit the form to your email address for your review. See 'Resources' for more information and the basic HTML code to create a web form.
Create a PDF form as another alternative for your online application. Adobe Acrobat Professional (version 7.0) has a tool that allows you to create 'fillable' PDF forms for display on your Web site. Upload your application form (in a word processing or spreadsheet file) to the Acrobat program. Click 'Advanced,' 'Forms' and then 'Make Forms Fillable' to pull up the tool and start creating the fillable fields for your application. The visitor can then download the PDF application to his browser, fill out the information, save it to his computer and email it to you for review.
Use SurveyGizmo's web-based form creator service to make your online application. The service helps you create the application, embed it on your Web site and even analyze the applicant's answers from your account dashboard. Create an account to start a free trial to get familiar with the service, select a template (such as the job application template) and start entering your questions for the applicant.
In Feburary 2016 12,
Create your online application with basic HTML form code. The form code allows your applicant to visit a page on your Web site and type his information directly into the browser, such as name, address, educational background or previous employment for a job application. When the user clicks 'Submit,' your Web server will transmit the form to your email address for your review. See 'Resources' for more information and the basic HTML code to create a web form.
Create a PDF form as another alternative for your online application. Adobe Acrobat Professional (version 7.0) has a tool that allows you to create 'fillable' PDF forms for display on your Web site. Upload your application form (in a word processing or spreadsheet file) to the Acrobat program. Click 'Advanced,' 'Forms' and then 'Make Forms Fillable' to pull up the tool and start creating the fillable fields for your application. The visitor can then download the PDF application to his browser, fill out the information, save it to his computer and email it to you for review.
Use SurveyGizmo's web-based form creator service to make your online application. The service helps you create the application, embed it on your Web site and even analyze the applicant's answers from your account dashboard. Create an account to start a free trial to get familiar with the service, select a template (such as the job application template) and start entering your questions for the applicant.
In Feburary 2016 12,
Donnerstag, 11. Februar 2016
How to Create a Subscription Web SiteIn Feburary 2016 11,
In Feburary 2016 11,
Create a Web-hosting account. Find a Web host that allows installation of third-party software. Hosting of this variety can be found for about $4 per month as of August 2010 (see reference 2).
Install the content management system (CMS) to manage the website's content. The Web host likely offers two or three different packages as part of its hosting plan. Common open-source choices are Drupal, Joomla and Mambo (see reference 1). These packages are installed through a point-and-click interface from the hosting control panel. Installation and configuration takes less than five minutes to complete.
Customize the CMS installation. Set user permissions to allow registered and anonymous user access. Apply a design theme to set the look and feel of the website, and upload the custom graphics that will be used. All of these are accomplished from the CMS admin control panel. Each item has its own heading to configure that option. Click the heading, set the option and select 'save' when done to apply the new setting.
Create the website content. This includes the written and graphical content. The CMS includes a content editor as part of the program, so content can be created directly in the CMS. Another part of creating content in a CMS is assigning who is able to access that content. As pages are created, assign a permission level of 'registered' or 'anonymous.' Content set to 'registered' is available only to subscribers. The setting is a drop-down box located at the bottom of the content creation editor. Choose the access level, and then click 'save' to apply the permissions.
Set up a payment processing account. The payment processor will handle billing the customer through credit card or alternative means, then deposit that money into your account after subtracting the processing fees. Popular choices for small businesses are PayPal and Google, but other options also exist (see reference 3). Do your homework to find the best mix of processing fees and value-added services offered by the payment processor.
Test the website thoroughly before deployment. Nothing annoys paying customers like not being able to get what they paid for. Test every functional aspect of the website before going live. Once confirmed operational, the site is ready to be launched.
In Feburary 2016 11,
Create a Web-hosting account. Find a Web host that allows installation of third-party software. Hosting of this variety can be found for about $4 per month as of August 2010 (see reference 2).
Install the content management system (CMS) to manage the website's content. The Web host likely offers two or three different packages as part of its hosting plan. Common open-source choices are Drupal, Joomla and Mambo (see reference 1). These packages are installed through a point-and-click interface from the hosting control panel. Installation and configuration takes less than five minutes to complete.
Customize the CMS installation. Set user permissions to allow registered and anonymous user access. Apply a design theme to set the look and feel of the website, and upload the custom graphics that will be used. All of these are accomplished from the CMS admin control panel. Each item has its own heading to configure that option. Click the heading, set the option and select 'save' when done to apply the new setting.
Create the website content. This includes the written and graphical content. The CMS includes a content editor as part of the program, so content can be created directly in the CMS. Another part of creating content in a CMS is assigning who is able to access that content. As pages are created, assign a permission level of 'registered' or 'anonymous.' Content set to 'registered' is available only to subscribers. The setting is a drop-down box located at the bottom of the content creation editor. Choose the access level, and then click 'save' to apply the permissions.
Set up a payment processing account. The payment processor will handle billing the customer through credit card or alternative means, then deposit that money into your account after subtracting the processing fees. Popular choices for small businesses are PayPal and Google, but other options also exist (see reference 3). Do your homework to find the best mix of processing fees and value-added services offered by the payment processor.
Test the website thoroughly before deployment. Nothing annoys paying customers like not being able to get what they paid for. Test every functional aspect of the website before going live. Once confirmed operational, the site is ready to be launched.
In Feburary 2016 11,
Labels:
anonymous,
complete,
control,
Customize,
interface,
minutes,
permissions,
registered,
Set,
user
Montag, 8. Februar 2016
How to Change a Primary Domain for GoDaddyIn Feburary 2016 08,
In Feburary 2016 08,
Open your web browser and visit the GoDaddy account manager page. You can find a link to that page in the 'Resources' section of this article.
Enter your user name and password to log in. You can find your login credentials in the welcome email you received from GoDaddy upon registration.
Click on the 'Products' tab and select 'Web Hosting.'
Select your hosting account and click on the 'Launch' button.
Click on 'Settings' and select the 'Domain Management' icon.
Click on your current primary domain and then select 'Change Primary.'
Type in your new primary domain name and click on 'OK' to confirm and save your changes.
In Feburary 2016 08,
Open your web browser and visit the GoDaddy account manager page. You can find a link to that page in the 'Resources' section of this article.
Enter your user name and password to log in. You can find your login credentials in the welcome email you received from GoDaddy upon registration.
Click on the 'Products' tab and select 'Web Hosting.'
Select your hosting account and click on the 'Launch' button.
Click on 'Settings' and select the 'Domain Management' icon.
Click on your current primary domain and then select 'Change Primary.'
Type in your new primary domain name and click on 'OK' to confirm and save your changes.
In Feburary 2016 08,
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,
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 Set Up an Email Form in WebsitesIn Feburary 2016 03,
In Feburary 2016 03,
Define the email form in your HTML document by using the 'form' element and specifying the method and action attributes. Here is an example line of the form opening tag: tag.
Create data-entry fields inside the form to meet your needs. It would make sense to have a field for the user to enter his name, email address and his message. You may optionally add other fields. Here is an example of how the HTML would look for a simple email form with those three fields. Remember that all of this goes inside the tags. Notice some of the attributes and their values. You can adjust these values to suit your preferences.
What is your name?
What is your e-mail address?
What is your message?
Create a PHP file to process the e-mail form once the user submits it. In a new document, copy and paste the following, remembering to replace 'your_email_address@provider.com' with your actual e-mail address, and 'comments_received.html' with the URL of the webpage on your site where you want the user to be redirected after she submits the form:// Build the e-mail
$to = 'your_email_address@provider.com';
$from = '$email';
$subject = 'E-Mail Contact Form';
$message =
'$name at $email said:
$message';
$headers = 'From: $email';// Send the mail using PHPs mail() function
mail($to, $subject, $message, $headers);// Redirect
header('Location: comments_received.html');
Save both files to the same folder on your website. Save the HTML document with the '.php' file extension rather than the usual '.html' one. Save the PHP file with the '.php' extension as well.
In Feburary 2016 03,
Define the email form in your HTML document by using the 'form' element and specifying the method and action attributes. Here is an example line of the form opening tag: tag.
Create data-entry fields inside the form to meet your needs. It would make sense to have a field for the user to enter his name, email address and his message. You may optionally add other fields. Here is an example of how the HTML would look for a simple email form with those three fields. Remember that all of this goes inside the tags. Notice some of the attributes and their values. You can adjust these values to suit your preferences.
What is your name?
What is your e-mail address?
What is your message?
Create a PHP file to process the e-mail form once the user submits it. In a new document, copy and paste the following, remembering to replace 'your_email_address@provider.com' with your actual e-mail address, and 'comments_received.html' with the URL of the webpage on your site where you want the user to be redirected after she submits the form:// Build the e-mail
$to = 'your_email_address@provider.com';
$from = '$email';
$subject = 'E-Mail Contact Form';
$message =
'$name at $email said:
$message';
$headers = 'From: $email';// Send the mail using PHPs mail() function
mail($to, $subject, $message, $headers);// Redirect
header('Location: comments_received.html');
Save both files to the same folder on your website. Save the HTML document with the '.php' file extension rather than the usual '.html' one. Save the PHP file with the '.php' extension as well.
In Feburary 2016 03,
Labels:
add,
address,
enter,
field,
message,
optionally,
preferences,
Remember,
simple,
user
Montag, 1. Februar 2016
How to Update Public DNS RecordsIn Feburary 2016 01,
In Feburary 2016 01,
Log into the domain manager section of your web host’s website. For example, if your website is hosted by GoDaddy.com, you will have to log into your user account with GoDaddy.com to access and update the DNS records.
Select the domain for which you want to update DNS records. Almost all website hosting companies have a feature for updating the DNS records of websites you own or have administrative or technical access to.
Update the IP address of the domain you have selected. Remember that the IP address is a series of numbers that were provided to you by your new hosting company. Once you’ve done this, your website’s DNS records should be updated with 24 hours.
In Feburary 2016 01,
Log into the domain manager section of your web host’s website. For example, if your website is hosted by GoDaddy.com, you will have to log into your user account with GoDaddy.com to access and update the DNS records.
Select the domain for which you want to update DNS records. Almost all website hosting companies have a feature for updating the DNS records of websites you own or have administrative or technical access to.
Update the IP address of the domain you have selected. Remember that the IP address is a series of numbers that were provided to you by your new hosting company. Once you’ve done this, your website’s DNS records should be updated with 24 hours.
In Feburary 2016 01,
Abonnieren
Posts (Atom)