Monday, 29 February 2016

How to Enable FTP Traffic in the Windows FirewallIn Feburary 2016 29,

In Feburary 2016 29,
Type 'Control Panel' at the Start screen and click it to open it.
Click on 'Windows Firewall' to open the application.
Click on 'Advanced Settings' in the left side menu.
Click on the 'Inbound Rules' tab in the left menu in the new window. Select 'New Rule' under Actions in the right of the window.
Select 'Port' as the rule type in the New Inbound Rule Wizard window. Click on the 'Next' button.
Check the toggle switches next to 'TCP' and 'Specific Local Ports' in the Protocol and Ports step of the wizard. In the text field next to Specific Local Ports, type in '20, 21.' Click on the 'Next' button.
Select 'Allow the Connection' in the next screen. Click on the 'Next' button.
Select your network configuration from the three options. If you're unsure of which describes your computer connection, you can check all three: Domain, Private and Public. Click on the 'Next' button.
Type in a name and description for the new rule. This step lets you identify the rule more easily if you ever want to go back into Windows Firewall settings to disable it.
Click on the 'Finish' button to apply the new rule and enable FTP traffic on your computer.
In Feburary 2016 29,

How to Remove QuickstartIn Feburary 2016 29,

In Feburary 2016 29,
Go to your Windows Desktop and click 'My Computer.' Select your hard drive, usually known as C:, by double clicking on it.
Navigate to the folder: G:\Documents and Settings\All Users\Start Menu\Programs\Startup.
Look through the programs listed within the folder and locate those that you want removed from startup.
Right click on the program to be removed, and select 'Delete.'
Confirm the delete action when prompted with the question, 'Are you sure you want to remove?' Repeat this process for all the programs that you want removed from startup.
In Feburary 2016 29,

How to Import a MySQL DatabaseIn Feburary 2016 29,

In Feburary 2016 29,
Install phpMyAdmin software on your computer if it is not already installed. You can find phpMyAdmin software online at the phpMyAdmin homepage (see Resources below).
Log onto the phpMyAdmin page from your Web space. You will need the username and password assigned to you by your Web-hosting provider.
Select the database you wish to import the old data into from the drop-down Database Selection box on the left of the page.
Click the SQL tab toward the top of the interface.
Click the Browse button located toward the bottom of the page.
Find the .SQL file where it is saved on your hard drive, select it and click 'Open.'
Click the Go button. The data in your SQL file has now been imported into your database.
Using the SSH Command Line
Contact your hosting provider to gain SSH access.
Log into your Web space using an FTP client. You will need to know your username and password.
Find your existing .SQL database and upload it to your Web space using your FTP client. It doesn't matter where in your Web space you upload it to, as long as you execute the SSH command when you're in this folder.
Close your FTP program.
Log into your Web space using the appropriate SSH client. You will need the username and password assigned to you by your Web-hosting provider.
Enter the following into the command line, using your own database name, file name, username and password instead of the words in capitals.mysql -uUSERNAME -pPASSWORD DATABASENAME
In Feburary 2016 29,

How to Modify a Website With GoDaddyIn Feburary 2016 29,

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

What Do I Need to Make a Server?In Feburary 2016 29,

In Feburary 2016 29,
The first and most obvious thing you will need to have your own server is an Internet connection. This connection can be dedicated to the server or shared with other computers, however, there are a few things to consider when choosing an service plan for a server. The first is upstream speed. Because most Internet users download far more data than they upload to the Internet, most service plans have a drastically higher downstream speed than upstream speed. The amount needed will vary according to the type of server you wish to run. So it’s important to estimate your needs and, when shopping for service, read the fine print to ensure that the plan provides enough upstream bandwidth.
Static Internet Protocol (IP) Address
The other important consideration when shopping for service is how IP addresses are assigned. An IP address is a number that is used to identify a computer on the Internet. With most service plans, this number will often change each time a computer reconnects. This is called a Dynamic IP address. This works fine, unless you have a server that intends to have its own domain name. Domain names (such as www.ehow.com) must be looked up using a special service to translate them into a server’s IP address. However, if a server’s IP address is constantly changing, this can create problems when users try to look up your server by domain name. Therefore, it is important to purchase a Internet service plan that promises you a Static IP, one that does not change.
Dedicated Computer
While it’s quite possible to use a server computer as a desktop computer also, there are a number of reasons why this is not advisable. The biggest reason is security: servers are visible to the Internet in a way that a well-maintained desktop system usually isn’t. Running server software is essentially opening a window into a computer that is usually kept closed and locked.
Server Software
You will need software to serve the content you wish to serve. What you choose will depend on your own needs. If you wish to serve a website, the open source and very widely used program Apache is the most common. If you wish to serve an online game, you will need server software from the game’s publishers.
Security Software
Finally, and sadly, you will need security software. While you ought to have security software such as antivirus protection and a firewall running on every machine in your network, this becomes doubly important with a server. As mentioned above: running server software opens gateways into your computer that are normally left closed, and that makes it easier and more likely that your computer will be targeted by malicious hackers.
In Feburary 2016 29,

How to Resize an Image in a Wikipedia ArticleIn Feburary 2016 29,

In Feburary 2016 29,
Go to Wikipedia's main page: http://en.wikipedia.org/wiki/Main_Page. You can also key in Wikipedia in any search engine.
Go to the top-right corner of the page. Click on 'Create Account.' Register by providing a username and a unique password. The account is created immediately. Your username will appear in red at the top of the page.
Resize an Image in a Wikipedia article
Go to the 'Edit' tab/box of the article in which you need to display or insert the image.
Use the syntax '{Image:Image name|thumb|caption}' where you want the image to appear. The thumb refers to the width specified already. Typically, 180 pixels is the default size.
Change the thumb-width to the size you want. For example, if you want 120 pixels, type '{Image:Image name|120p|caption}.' The image can only be as large as its original size. You can make it as small as you want.
Use 'frame' in the image syntax to maintain the original size of the image. For example, '{Image:Image name|frame|caption}.'
Specify the width options in your account preferences. Click on 'My Preferences,' the third tab/box on the top of the page.
Click on the 'File' tab/box in the 'My Preferences' page.
Set the size of the thumbnails, either 120, 150, 180, 200, 250 or 300 pixels.
Specify the resolution of the images on the 'Image Description' page. The default sizes of the width and height are 800 or 600 pixels.
Choose from the options listed. There are approximately six preferences listed for the height and width of images.
In Feburary 2016 29,

Sunday, 28 February 2016

How to Upload PSD FilesIn Feburary 2016 28,

In Feburary 2016 28,
Click the 'Start' button and choose 'Run' from the file options. Windows Vista users can skip to the next step.
Type 'CMD' (minus the quotes) and press 'Enter.' This will open a command window.
Navigate to the folder where your PSD files are located.
Check the size of your PSD files to make sure you are uploading the correct one. Type 'ftp' (minus the quotes) and press enter.
Type 'Open ftp.xxxxxxxx.com' (minus the quotes) and press 'Enter.' Substitute your FTP site for the aforementioned address.
You will be prompted to enter a user name if you have successfully connected to the server. Type your user name and press 'Enter.'
You will be prompted to enter a password if your user name has been accepted. Type your password and press 'Enter.'
Once your credentials have been accepted, you will be given an 'FTP' prompt. Navigate to the directory folder where you would like to store your PSD files. Alternatively, if you would like to create a folder, you can do this by typing 'MKDIR' (minus the quotes). You will be asked for your folder name.
Upload your PSD file by typing 'put abc.psd' (minus the quotes). Substitute the name of your file for abc.
Once the transmission is complete, the FTP server will report to you the size of the file and how long it took to upload. Repeat Step 9 for as many files as you would like to upload.
Type 'bye' (minus the quotes) when you are finished uploading your files. This command will disconnect you from the FTP server.
Type 'exit' (minus the quotes) to close the command window.
In Feburary 2016 28,