In Feburary 2016 30,
Open a command prompt window on a Windows computer or a terminal window on a Linux computer.
Type the command 'ftp hostname' to log into the FTP server. Replace 'hostname' with the host name or IP address of the FTP server.
Type the command 'delete dir_name/*' to delete the files within the directory. Replace 'dir_name' with the name of the directory that you want to delete.
Type the command 'rmdir dir_name' to remove the directory.
Type the command 'quit' to close the FTP session.
In Feburary 2016 30,
Tuesday, 1 March 2016
How to Set Up a Ventrilo ServerIn Feburary 2016 30,
In Feburary 2016 30,
Visit the Ventrilo website and click \'Download\' on the panel on the left.
Click one of the links under the 'Server Programs' heading. There are versions of Ventrilo for Windows, Linux and Mac OS. Be sure to download the version designed for your operating system.
Read the legal text, then click \'I Agree.\' Save the file when the download window appears.
Return to the download page and download \'Ventrilo Client.\'
Run the setup program for Ventrilo Server. The Ventrilo Server Installation Wizard will take you through installation. Click \'Next\' to continue, \'Back\' to go back a step or \'Cancel\' to abandon the installation. Make sure to read each page, set the options you want and then click \'Finish\' at the end.
Run the setup program for Ventrilo Client. Follow the Ventrilo Client Installation Wizard, then click \'Finish\' at the end.
Click 'Edit INI file' in the 'VentSrv' Start Menu folder. The settings for your Ventrilo server are set in the file 'ventrilo_srv.ini.' Here is an overview of each line. When you have the settings the way you want, save, then close 'vents_srv.ini'.
[Server]: This is label for the file, do not alter it.
(blank space): For the sake of organization, just leave the blank space.
Name=Server 1: This sets the name of the server, which is 'Server 1' at the moment. Rename the server to whatever you like, but the name must follow 'Name='. The equal sign is important.
Phonetic=Server 1: Ventrilo has a voice synthesizer that will read the server name. If you do not want a creepy, robotic voice mispronouncing your server name, you can delete the Phonetic.
Auth=0: This setting determines how people log in to the server. At '0', anyone can connect. At '1' the person must have a password. At '2' only certain user names with a password can connect to the server.
Duplicates=1: Allows or forbids duplicate user names. '0' to make everyone choose different user names or '1' to allow multiple appearances of the same user name.
AdminPassword=: This is where you set the password to access administrator rights. You should set a password to limit access.
Password=: You set the password users will need to connect.
SendBuffer=0: Sets the size of the TCP outbound buffers. '0' defaults to 131,072 bytes. Leave this setting as is.
RecvBuffer=0: Sets the size of the TCP inbound buffers, also something you should leave alone.
Diag=0: This setting toggles diagnostics for developers, another hands-off setting.
LogonTimeout=5: Specifies how many seconds a client has to log in to the server before the user is disconnected. Once logged in, the user is fine.
CloseStd=1: This setting deals with running the server as a background service and is not used for typical server use. '0' does not close handles while '1' will close handles. Leave this setting at '1.'
TimeStamp=1: Enables or disables times stamps in console messages. If you are interested in knowing exactly when messages occurred, set this to '1.'
PingRate=10: Sets how often the server pings the client. Useful for addressing problems with a client. The number represents seconds, so it is 10 seconds at default.
ExtraBuffer=0: Gives additional buffer space to outbound client data streams. '0' sets the default to 128,000 bytes. Do not touch this option or you will risk making problems. The default allowance is plenty.
ChanWidth=0: Sets the number of possible sub-channels that can be created. '0' means no limit.
ChanDepth=0: Sets the maximum number of nested sub-channels. Nested sub-channels are sub-channels that retain attributes of the main channel from which they were created. '0' sets the maximum at eight.
ChanClients=0: Limits the number of clients in a channel. '0' sets no limit.
DisableQuit=0: Enables or disables someone with administrator rights from remotely instructing the server to exit. This feature is allowed by default.
VoiceCodec=0: Sets which codecs are used by clients. '0' means that the server pulls from a set list of possible codecs that can be viewed in the console with the command 'ventrilo_srv -?'. This is yet another setting you should not alter.
VoiceFormat=1: Ties into VoiceCodec, so you should also just let it be.
SilentLobby=0: Allows or forbids voice in the lobby.
AutoKick=0: This setting determines how long, in seconds, that a client can remain connected to the server. At the default setting of '0', there is no limit.
Return to the Start Menu folder for Ventrilo Server and run Ventrilo Server. A console window will appear and list the options you set in the 'ventrilo_srv.ini' file. Your server is now running.
Run Ventrilo Client to try out your new server. Set your user name, then fill out the connection editor. The connection editor, accessed by clicking the arrow next to the server field, will ask for the server name, IP address, port number, password and default channel. Leave the 'Port number' and 'Default channel' fields alone for now and fill out the rest. The password is whatever you set in the 'Password=' setting in the 'ventrilo_srv.ini' file.
Select your server then click \'Connect.\' The server console window will note your connection. Your Ventrilo server is now up and running.
In Feburary 2016 30,
Visit the Ventrilo website and click \'Download\' on the panel on the left.
Click one of the links under the 'Server Programs' heading. There are versions of Ventrilo for Windows, Linux and Mac OS. Be sure to download the version designed for your operating system.
Read the legal text, then click \'I Agree.\' Save the file when the download window appears.
Return to the download page and download \'Ventrilo Client.\'
Run the setup program for Ventrilo Server. The Ventrilo Server Installation Wizard will take you through installation. Click \'Next\' to continue, \'Back\' to go back a step or \'Cancel\' to abandon the installation. Make sure to read each page, set the options you want and then click \'Finish\' at the end.
Run the setup program for Ventrilo Client. Follow the Ventrilo Client Installation Wizard, then click \'Finish\' at the end.
Click 'Edit INI file' in the 'VentSrv' Start Menu folder. The settings for your Ventrilo server are set in the file 'ventrilo_srv.ini.' Here is an overview of each line. When you have the settings the way you want, save, then close 'vents_srv.ini'.
[Server]: This is label for the file, do not alter it.
(blank space): For the sake of organization, just leave the blank space.
Name=Server 1: This sets the name of the server, which is 'Server 1' at the moment. Rename the server to whatever you like, but the name must follow 'Name='. The equal sign is important.
Phonetic=Server 1: Ventrilo has a voice synthesizer that will read the server name. If you do not want a creepy, robotic voice mispronouncing your server name, you can delete the Phonetic.
Auth=0: This setting determines how people log in to the server. At '0', anyone can connect. At '1' the person must have a password. At '2' only certain user names with a password can connect to the server.
Duplicates=1: Allows or forbids duplicate user names. '0' to make everyone choose different user names or '1' to allow multiple appearances of the same user name.
AdminPassword=: This is where you set the password to access administrator rights. You should set a password to limit access.
Password=: You set the password users will need to connect.
SendBuffer=0: Sets the size of the TCP outbound buffers. '0' defaults to 131,072 bytes. Leave this setting as is.
RecvBuffer=0: Sets the size of the TCP inbound buffers, also something you should leave alone.
Diag=0: This setting toggles diagnostics for developers, another hands-off setting.
LogonTimeout=5: Specifies how many seconds a client has to log in to the server before the user is disconnected. Once logged in, the user is fine.
CloseStd=1: This setting deals with running the server as a background service and is not used for typical server use. '0' does not close handles while '1' will close handles. Leave this setting at '1.'
TimeStamp=1: Enables or disables times stamps in console messages. If you are interested in knowing exactly when messages occurred, set this to '1.'
PingRate=10: Sets how often the server pings the client. Useful for addressing problems with a client. The number represents seconds, so it is 10 seconds at default.
ExtraBuffer=0: Gives additional buffer space to outbound client data streams. '0' sets the default to 128,000 bytes. Do not touch this option or you will risk making problems. The default allowance is plenty.
ChanWidth=0: Sets the number of possible sub-channels that can be created. '0' means no limit.
ChanDepth=0: Sets the maximum number of nested sub-channels. Nested sub-channels are sub-channels that retain attributes of the main channel from which they were created. '0' sets the maximum at eight.
ChanClients=0: Limits the number of clients in a channel. '0' sets no limit.
DisableQuit=0: Enables or disables someone with administrator rights from remotely instructing the server to exit. This feature is allowed by default.
VoiceCodec=0: Sets which codecs are used by clients. '0' means that the server pulls from a set list of possible codecs that can be viewed in the console with the command 'ventrilo_srv -?'. This is yet another setting you should not alter.
VoiceFormat=1: Ties into VoiceCodec, so you should also just let it be.
SilentLobby=0: Allows or forbids voice in the lobby.
AutoKick=0: This setting determines how long, in seconds, that a client can remain connected to the server. At the default setting of '0', there is no limit.
Return to the Start Menu folder for Ventrilo Server and run Ventrilo Server. A console window will appear and list the options you set in the 'ventrilo_srv.ini' file. Your server is now running.
Run Ventrilo Client to try out your new server. Set your user name, then fill out the connection editor. The connection editor, accessed by clicking the arrow next to the server field, will ask for the server name, IP address, port number, password and default channel. Leave the 'Port number' and 'Default channel' fields alone for now and fill out the rest. The password is whatever you set in the 'Password=' setting in the 'ventrilo_srv.ini' file.
Select your server then click \'Connect.\' The server console window will note your connection. Your Ventrilo server is now up and running.
In Feburary 2016 30,
How to Use a Web Browser to Download Files With FTPIn Feburary 2016 30,
In Feburary 2016 30,
Find the FTP address of the remote file, including the file's complete path. (If you are clicking through a link on a Web site, you will not need to know the path, since the Webmaster will have coded this into the link.)
Enter the FTP address in the browser address box, the same way you would enter an HTTP (Web) address. For example, your FTP address might be something like this: ftp://ftp.simtel.net/freeware/myfile.zip.
Press the Enter key.
Enter any ID information or passwords that you may have been assigned, if prompted. Some Web sites may be set up so you are not required to enter passwords or log-in IDs.
Choose the Save File to Disk option if given the choice between that and Open File.
Identify the folder on your hard drive where you want the downloaded file to be stored. Accept the default or choose another folder.
Wait while the file downloads to your hard disk.
In Feburary 2016 30,
Find the FTP address of the remote file, including the file's complete path. (If you are clicking through a link on a Web site, you will not need to know the path, since the Webmaster will have coded this into the link.)
Enter the FTP address in the browser address box, the same way you would enter an HTTP (Web) address. For example, your FTP address might be something like this: ftp://ftp.simtel.net/freeware/myfile.zip.
Press the Enter key.
Enter any ID information or passwords that you may have been assigned, if prompted. Some Web sites may be set up so you are not required to enter passwords or log-in IDs.
Choose the Save File to Disk option if given the choice between that and Open File.
Identify the folder on your hard drive where you want the downloaded file to be stored. Accept the default or choose another folder.
Wait while the file downloads to your hard disk.
In Feburary 2016 30,
How to Write a Fashion Show ScriptIn Feburary 2016 30,
In Feburary 2016 30,
Fashion show script writing begins with solid research and careful thought. Spend time with each of the garments to find out what makes them special. Investigate what they are made of, what is fashionable about the cut, what its function is and how it is meant to be worn. Learn whether it belongs to a particular genre and what is new and different about it. Identify the designer for each garment and dig up the story behind the inspiration for it.
Developing a Vocabulary
If you don't already have a large and sparkling fashion vocabulary, start reading fashion magazines. Pay particular attention to how outfits are described and the storytelling methods used to sell an outfit. Read clothing catalogs and outfit descriptions. Make notes about compelling and inspiring language. Peruse fashion sites that provide lists of words to use for clothing.
Writing the Descriptions
Don't approach the writing as an elementary school descriptive writing exercise. Tell stories to make your writing shine. The National Opinion writer Julia Robson writes, 'Although the writing at its best might look simple, it isn't. A combination of speaking from the heart and punchy, one-liners can take hours, days even, to get right.' Start with the obvious when describing the garment and then include important details about what makes it special -- what its story is. Introduce the designer and the model. Devote time to editing and polishing it. Read it aloud. Read it to a friend. Take out anything that is repetitious or is too hard to say. Pare it down to the bare necessities, while still making the text sparkle. Write to any word counts or time limits that you have for the fashion show.
Putting It All Together
Start the script with an introduction that talks about the show's purpose -- whether it is a fundraiser, highlighting a particular brand or following a specific theme. Welcome the audience. Organize outfits into
runs
and put the descriptions in the proper order. Double-check with organizers to ensure the script matches the order of model appearance. Some fashion shows will have entertainment or guest speakers between runs, mark such elements in your script. At the end of the show, include the emcee's closing speech along with any thank yous to models, designers or sponsors.
Formatting the Script
Find out how the emcee wants the script structured -- whether she can read it from a hand-held tablet or from hard copy. Put the name of the outfit in bold or all caps with the name of the designer and model immediately after it. Leave a space and then include the description you wrote. You may choose to put key facts in bold for easier reading. Break up your descriptions into short paragraphs so they are easy to read. Read the script aloud to ensure it flows and follows the time sequences. Adjust as necessary.
In Feburary 2016 30,
Fashion show script writing begins with solid research and careful thought. Spend time with each of the garments to find out what makes them special. Investigate what they are made of, what is fashionable about the cut, what its function is and how it is meant to be worn. Learn whether it belongs to a particular genre and what is new and different about it. Identify the designer for each garment and dig up the story behind the inspiration for it.
Developing a Vocabulary
If you don't already have a large and sparkling fashion vocabulary, start reading fashion magazines. Pay particular attention to how outfits are described and the storytelling methods used to sell an outfit. Read clothing catalogs and outfit descriptions. Make notes about compelling and inspiring language. Peruse fashion sites that provide lists of words to use for clothing.
Writing the Descriptions
Don't approach the writing as an elementary school descriptive writing exercise. Tell stories to make your writing shine. The National Opinion writer Julia Robson writes, 'Although the writing at its best might look simple, it isn't. A combination of speaking from the heart and punchy, one-liners can take hours, days even, to get right.' Start with the obvious when describing the garment and then include important details about what makes it special -- what its story is. Introduce the designer and the model. Devote time to editing and polishing it. Read it aloud. Read it to a friend. Take out anything that is repetitious or is too hard to say. Pare it down to the bare necessities, while still making the text sparkle. Write to any word counts or time limits that you have for the fashion show.
Putting It All Together
Start the script with an introduction that talks about the show's purpose -- whether it is a fundraiser, highlighting a particular brand or following a specific theme. Welcome the audience. Organize outfits into
runs
and put the descriptions in the proper order. Double-check with organizers to ensure the script matches the order of model appearance. Some fashion shows will have entertainment or guest speakers between runs, mark such elements in your script. At the end of the show, include the emcee's closing speech along with any thank yous to models, designers or sponsors.
Formatting the Script
Find out how the emcee wants the script structured -- whether she can read it from a hand-held tablet or from hard copy. Put the name of the outfit in bold or all caps with the name of the designer and model immediately after it. Leave a space and then include the description you wrote. You may choose to put key facts in bold for easier reading. Break up your descriptions into short paragraphs so they are easy to read. Read the script aloud to ensure it flows and follows the time sequences. Adjust as necessary.
In Feburary 2016 30,
Labels:
approach,
Descriptions,
elementary,
lists,
Peruse,
provide,
school,
sites,
words,
Writing
How to Access the FileZilla ServerIn Feburary 2016 30,
In Feburary 2016 30,
Open your FTP client.
Enter the IP address and login details into your FTP client. The method varies between FTP client, but all will offer some kind of site manager or quick connect feature. As an example, FileZilla Client offers a 'Quickconnect' bar at the top of the window, where you enter the IP address, username and password to easily connect to the server. You can also click 'Site Manager' and enter the details there so they are saved for future use.
Click the newly created site and select 'Connect' to connect to the FileZilla server. As an example, FileZilla requires that you only click the top 'Quickconnect' button once the IP and login details are entered. Alternatively, Hold the 'Ctrl' key and press 'S' to open the Site Manager. Click the site and then click 'Connect' to connect to the FileZilla Server.
In Feburary 2016 30,
Open your FTP client.
Enter the IP address and login details into your FTP client. The method varies between FTP client, but all will offer some kind of site manager or quick connect feature. As an example, FileZilla Client offers a 'Quickconnect' bar at the top of the window, where you enter the IP address, username and password to easily connect to the server. You can also click 'Site Manager' and enter the details there so they are saved for future use.
Click the newly created site and select 'Connect' to connect to the FileZilla server. As an example, FileZilla requires that you only click the top 'Quickconnect' button once the IP and login details are entered. Alternatively, Hold the 'Ctrl' key and press 'S' to open the Site Manager. Click the site and then click 'Connect' to connect to the FileZilla Server.
In Feburary 2016 30,
How to Get Around FTP Error: 226In Feburary 2016 30,
In Feburary 2016 30,
Create subfolders for the files and then transfer them. If you are transferring a lot of files (for example, more than 2,000), you may get the 226 error. This is one work-around.
Utilize STFP, instead of FTP, to transfer your files. SFTP (Secure File Transfer Protocol) does not truncate your number of files per folder, as is the case with FTP.
Post your situation to an online forum. There is a virtually unlimited amount of help out there in the form of fellow computer users who may know how to deal more directly with your specific issue. See an example of one online forum in Resources.
In Feburary 2016 30,
Create subfolders for the files and then transfer them. If you are transferring a lot of files (for example, more than 2,000), you may get the 226 error. This is one work-around.
Utilize STFP, instead of FTP, to transfer your files. SFTP (Secure File Transfer Protocol) does not truncate your number of files per folder, as is the case with FTP.
Post your situation to an online forum. There is a virtually unlimited amount of help out there in the form of fellow computer users who may know how to deal more directly with your specific issue. See an example of one online forum in Resources.
In Feburary 2016 30,
Ideas for RefreshmentsIn Feburary 2016 30,
In Feburary 2016 30,
Sub sandwiches are relatively inexpensive to purchase from your local mom and pop or national sub shop chain. Order multiple foot-long sub sandwiches in a variety of types. Then, slice the subs into 2 to 3 inch pieces, place on a platter and serve as refreshments. So you don't have to stand in line, order the subs earlier in the day and arrange a pick-up time so that they are fresh. Also, when ordering, ask the sub shop to hold off on mayonnaise, mustard, oil and vinegar and sauces of any kind. Instead, provide those items in small serving bowls next to the sandwiches. People can then add those condiments if they desire. Also, you might consider writing out little cards in front of each platter to describe what is on each sub.
Sundae Bar
If you are hosting an event where a lot of kids are attending, consider offering a sundae bar as a refreshment. Purchase basic flavors of ice cream such as vanilla, chocolate and strawberry. Also purchase toppings such as whipped cream, hot fudge, caramel and sprinkles. About 20 minutes before the refreshments are to be served, take out the ice cream so it begins to soften slightly. Set out an ice cream scoop for each kind of ice cream. Also, heat the caramel sauce and hot fudge in small sauce pans and place them out in bowls as people begin to line up for refreshments. You may need to heat multiple batches of the hot fudge and caramel sauce depending on how many people are attending. Set out the whipped cream and sprinkles and invite people to make their own sundae. You can also purchase other toppings such as candy bars, crushed cookies and nuts.
Fruit and Vegetables
If you are having an event for the health conscious, then you might consider setting out fruits and vegetables for your guests to enjoy. Put together a vegetable platter by purchasing cherry tomatoes, celery, baby carrots, cucumber, raw broccoli and raw cauliflower. For dipping sauces, purchase light ranch, light blue cheese and light balsamic vinaigrette. Wash and pat dry the vegetables. Slice the cucumbers and celery to bite-size pieces and separate the broccoli and cauliflower. Arrange all on a platter and serve with the dressings for dipping. For the fruit refreshments, you can choose to set out items that can be eaten whole such as apples, peaches, and oranges, or make a simple fruit salad by combining pieces of melon, strawberries, blueberries, and pineapple. As a topping for the fruit salad, you can set out yogurt or whipped cream.
Cheese Plate
A cheese plate is very simple to put together and usually popular. Purchase several different kinds of cheese. They can be mild such as a light cheddar, or pungent, such as a bold bleu cheese. Plan to purchase 2 to 3 oz. of cheese per person if this is the only refreshment. However, that number can be reduced if your event is serving other food. About 15 minutes before serving, remove the cheese from the packaging and place on a platter. Place a knife out for each type of cheese so they do not mix. Finally in a basket, place a paper or cloth napkin and layer a bunch of crackers on top. The crackers can be of an assorted variety. Place some tongs in the basket that people can use to grab the crackers.
In Feburary 2016 30,
Sub sandwiches are relatively inexpensive to purchase from your local mom and pop or national sub shop chain. Order multiple foot-long sub sandwiches in a variety of types. Then, slice the subs into 2 to 3 inch pieces, place on a platter and serve as refreshments. So you don't have to stand in line, order the subs earlier in the day and arrange a pick-up time so that they are fresh. Also, when ordering, ask the sub shop to hold off on mayonnaise, mustard, oil and vinegar and sauces of any kind. Instead, provide those items in small serving bowls next to the sandwiches. People can then add those condiments if they desire. Also, you might consider writing out little cards in front of each platter to describe what is on each sub.
Sundae Bar
If you are hosting an event where a lot of kids are attending, consider offering a sundae bar as a refreshment. Purchase basic flavors of ice cream such as vanilla, chocolate and strawberry. Also purchase toppings such as whipped cream, hot fudge, caramel and sprinkles. About 20 minutes before the refreshments are to be served, take out the ice cream so it begins to soften slightly. Set out an ice cream scoop for each kind of ice cream. Also, heat the caramel sauce and hot fudge in small sauce pans and place them out in bowls as people begin to line up for refreshments. You may need to heat multiple batches of the hot fudge and caramel sauce depending on how many people are attending. Set out the whipped cream and sprinkles and invite people to make their own sundae. You can also purchase other toppings such as candy bars, crushed cookies and nuts.
Fruit and Vegetables
If you are having an event for the health conscious, then you might consider setting out fruits and vegetables for your guests to enjoy. Put together a vegetable platter by purchasing cherry tomatoes, celery, baby carrots, cucumber, raw broccoli and raw cauliflower. For dipping sauces, purchase light ranch, light blue cheese and light balsamic vinaigrette. Wash and pat dry the vegetables. Slice the cucumbers and celery to bite-size pieces and separate the broccoli and cauliflower. Arrange all on a platter and serve with the dressings for dipping. For the fruit refreshments, you can choose to set out items that can be eaten whole such as apples, peaches, and oranges, or make a simple fruit salad by combining pieces of melon, strawberries, blueberries, and pineapple. As a topping for the fruit salad, you can set out yogurt or whipped cream.
Cheese Plate
A cheese plate is very simple to put together and usually popular. Purchase several different kinds of cheese. They can be mild such as a light cheddar, or pungent, such as a bold bleu cheese. Plan to purchase 2 to 3 oz. of cheese per person if this is the only refreshment. However, that number can be reduced if your event is serving other food. About 15 minutes before serving, remove the cheese from the packaging and place on a platter. Place a knife out for each type of cheese so they do not mix. Finally in a basket, place a paper or cloth napkin and layer a bunch of crackers on top. The crackers can be of an assorted variety. Place some tongs in the basket that people can use to grab the crackers.
In Feburary 2016 30,
How to Use FTP in Windows XPIn Feburary 2016 30,
In Feburary 2016 30,
Open Internet Explorer. Click the cursor in the address bar. Delete or clear the existing address.
Type 'ftp://' in the address bar, which is the protocol for FTP server access.
Type the IP address after the FTP protocol in this fashion: 'ftp://123.456.789.123' or 'ftp://ftp.fakeexample.com.' Press the 'Enter' key on your keyboard. Wait for another dialog box to open independent of the IE browser, labeled with the name 'Log On As.'
Type in the FTP server's 'User name' and 'Password.' Remove the checkmark from 'Log-on anonymously' if it is checked. Click the 'OK' button to authenticate access.
Click the folders that appear in the left or right pane to browse the contents on the FTP server.
In Feburary 2016 30,
Open Internet Explorer. Click the cursor in the address bar. Delete or clear the existing address.
Type 'ftp://' in the address bar, which is the protocol for FTP server access.
Type the IP address after the FTP protocol in this fashion: 'ftp://123.456.789.123' or 'ftp://ftp.fakeexample.com.' Press the 'Enter' key on your keyboard. Wait for another dialog box to open independent of the IE browser, labeled with the name 'Log On As.'
Type in the FTP server's 'User name' and 'Password.' Remove the checkmark from 'Log-on anonymously' if it is checked. Click the 'OK' button to authenticate access.
Click the folders that appear in the left or right pane to browse the contents on the FTP server.
In Feburary 2016 30,
Ideas for Hosting a Scavenger Hunt at WorkIn Feburary 2016 30,
In Feburary 2016 30,
For a fun, ongoing scavenger hunt that people can do all day, have an ABC scavenger hunt. If you work in an office this works well because you do not have to go outside the office to do it. Everyone simply finds things that start with the letters A through Z. For example, a person might find an apple, a box, a copy machine, and so on until a person reaches something that begins with Z.
Staff Information
Create a list of information about your employees like who has been there the longest, who is the youngest, and who was recently in the local newspaper. This helps everyone get to know each other a little better and highlights positive things about each person. Do this type of scavenger hunt at the beginning of the year or after a group of people have been hired to help coworkers learn about each other.
Out and About
If you work somewhere that is in a neighborhood or a city, take a few hours and let people go in teams and find things on a scavenger hunt list. They must take pictures with each thing. Some examples are a dog, bus stop bench, thrift shop, and a fast food place. This is a fun way to break up the day and let people get to know each other a bit better.
Riddles
Create riddles and split the group into teams so they can work together trying to figure out what each riddle means. Have each riddle lead to another one until all of the clues are solved. Have a prize at the end like a free lunch for the winning team, or a lunch for everyone, but dessert for the winners.
In Feburary 2016 30,
For a fun, ongoing scavenger hunt that people can do all day, have an ABC scavenger hunt. If you work in an office this works well because you do not have to go outside the office to do it. Everyone simply finds things that start with the letters A through Z. For example, a person might find an apple, a box, a copy machine, and so on until a person reaches something that begins with Z.
Staff Information
Create a list of information about your employees like who has been there the longest, who is the youngest, and who was recently in the local newspaper. This helps everyone get to know each other a little better and highlights positive things about each person. Do this type of scavenger hunt at the beginning of the year or after a group of people have been hired to help coworkers learn about each other.
Out and About
If you work somewhere that is in a neighborhood or a city, take a few hours and let people go in teams and find things on a scavenger hunt list. They must take pictures with each thing. Some examples are a dog, bus stop bench, thrift shop, and a fast food place. This is a fun way to break up the day and let people get to know each other a bit better.
Riddles
Create riddles and split the group into teams so they can work together trying to figure out what each riddle means. Have each riddle lead to another one until all of the clues are solved. Have a prize at the end like a free lunch for the winning team, or a lunch for everyone, but dessert for the winners.
In Feburary 2016 30,
How to Copy Paste in FilezillaIn Feburary 2016 30,
In Feburary 2016 30,
Log in to your remote site. Expand the directories to reveal the file you wish to copy.
Click on the file. Drag it over to the 'Desktop' directory on your local site (your computer). A copy of the file will appear on your desktop.
Click and drag the file from your desktop into another folder on your remote site. Do not drag it into the same folder as the original file. This will cause Filezilla to ask you if you would like to overwrite the original.
In Feburary 2016 30,
Log in to your remote site. Expand the directories to reveal the file you wish to copy.
Click on the file. Drag it over to the 'Desktop' directory on your local site (your computer). A copy of the file will appear on your desktop.
Click and drag the file from your desktop into another folder on your remote site. Do not drag it into the same folder as the original file. This will cause Filezilla to ask you if you would like to overwrite the original.
In Feburary 2016 30,
How to Set Joomla Text SizeIn Feburary 2016 30,
In Feburary 2016 30,
Log into the administrative panel of the website. You will need the user name and password to gain access.
Point your mouse on “Content” located in the main menu. A drop-down menu will appear. Click on “Article Manager.”
Open the article you wish to modify. The Article Manager: Edit Article screen will open. Scroll down to the text box located in the Edit Article box.
Highlight the text you want to change. Click on the arrow located to the right of the Paragraph options box. A list of text styles will appear. These styles include Paragraph, Heading 1, Heading 2 and Heading 3. The font family and size that correlate to these styles are preset in the template’s cascading style sheet (CSS). Choose an option. The text size will change. Preview your changes to make sure they appear as you want.
Click on “HTML” located below the Text Style options box. This gives you another option for making text size changes. Making changes in the article's code allows you to apply customized changes. An HTML box opens. You will need to know HTML in order to apply changes in this box. Type in the code just as you would apply any HTML. A simple HTML code that will change font size is: Your text here
Making Text Size Changes in Modules
Point your mouse on “Extensions” located in the main menu. A drop-down menu will appear. Click on “Module Manager.”
Click on “New” to create a new module. You can also modify an existing module by opening up that module. However, you can only modify the text in “Custom HTML” modules through this method.
Click on “Custom HTML.” This brings up a screen similar to the Edit Article screen. Follow the instructions outlined for customizing an article.
In Feburary 2016 30,
Log into the administrative panel of the website. You will need the user name and password to gain access.
Point your mouse on “Content” located in the main menu. A drop-down menu will appear. Click on “Article Manager.”
Open the article you wish to modify. The Article Manager: Edit Article screen will open. Scroll down to the text box located in the Edit Article box.
Highlight the text you want to change. Click on the arrow located to the right of the Paragraph options box. A list of text styles will appear. These styles include Paragraph, Heading 1, Heading 2 and Heading 3. The font family and size that correlate to these styles are preset in the template’s cascading style sheet (CSS). Choose an option. The text size will change. Preview your changes to make sure they appear as you want.
Click on “HTML” located below the Text Style options box. This gives you another option for making text size changes. Making changes in the article's code allows you to apply customized changes. An HTML box opens. You will need to know HTML in order to apply changes in this box. Type in the code just as you would apply any HTML. A simple HTML code that will change font size is: Your text here
Making Text Size Changes in Modules
Point your mouse on “Extensions” located in the main menu. A drop-down menu will appear. Click on “Module Manager.”
Click on “New” to create a new module. You can also modify an existing module by opening up that module. However, you can only modify the text in “Custom HTML” modules through this method.
Click on “Custom HTML.” This brings up a screen similar to the Edit Article screen. Follow the instructions outlined for customizing an article.
In Feburary 2016 30,
How to Point a Domain Hosted Elsewhere to GoDaddy HostingIn Feburary 2016 30,
In Feburary 2016 30,
Find your GoDaddy name server. Visit the link in Resources and click the 'Setting Name servers for a Domain Name Registered Elsewhere and Hosted Here' section. Find the two name servers that come under the dates you started your GoDaddy hosting service.
Visit the website where you have your domain hosted. Log in to your account.
Access the domain settings of the the domain address you want to point to your GoDaddy hosting. Change the name servers to those found in step 1. Save your settings.
In Feburary 2016 30,
Find your GoDaddy name server. Visit the link in Resources and click the 'Setting Name servers for a Domain Name Registered Elsewhere and Hosted Here' section. Find the two name servers that come under the dates you started your GoDaddy hosting service.
Visit the website where you have your domain hosted. Log in to your account.
Access the domain settings of the the domain address you want to point to your GoDaddy hosting. Change the name servers to those found in step 1. Save your settings.
In Feburary 2016 30,
How to Connect to DB2 With SQL DeveloperIn Feburary 2016 30,
In Feburary 2016 30,
Open SQL Developer. Click 'File' in the top toolbar menu and click 'Open connection.'
Click the 'DB2' tab in the Connection dialog box. Enter the name of the DB2 database in the first box. Enter the host and port information, as well as the driver type. You can choose between entering 'IBM DB2 Application Driver' or 'IBM DB2 Network Driver' for the driver type. Enter the user name and password to access the DB2 database.
Click 'Info' at the bottom of the Connection dialog box to test the connection with the settings you entered. Click 'OK' to create the connection to the DB2 database.
In Feburary 2016 30,
Open SQL Developer. Click 'File' in the top toolbar menu and click 'Open connection.'
Click the 'DB2' tab in the Connection dialog box. Enter the name of the DB2 database in the first box. Enter the host and port information, as well as the driver type. You can choose between entering 'IBM DB2 Application Driver' or 'IBM DB2 Network Driver' for the driver type. Enter the user name and password to access the DB2 database.
Click 'Info' at the bottom of the Connection dialog box to test the connection with the settings you entered. Click 'OK' to create the connection to the DB2 database.
In Feburary 2016 30,
How to Set Up an FTP Server in VistaIn Feburary 2016 30,
In Feburary 2016 30,
Click 'Start,' click 'Control Panel' and select 'Programs' in the Control Panel window.
Click 'Turn Windows Features On or Off.'
Expand the 'Internet Information Services' section by clicking the plus sign to its left, then expand the 'FTP Publishing Service' section under it.
Click the 'FTP Management Console' and 'FTP Server' check boxes and click 'OK.'
Click 'Start,' type 'Services' into the search box at the bottom of the Start menu and click the 'Services' shortcut that appears in the Start menu.
Right-click the 'Microsoft FTP Publishing Service' in the list of services and click 'Start.'
In Feburary 2016 30,
Click 'Start,' click 'Control Panel' and select 'Programs' in the Control Panel window.
Click 'Turn Windows Features On or Off.'
Expand the 'Internet Information Services' section by clicking the plus sign to its left, then expand the 'FTP Publishing Service' section under it.
Click the 'FTP Management Console' and 'FTP Server' check boxes and click 'OK.'
Click 'Start,' type 'Services' into the search box at the bottom of the Start menu and click the 'Services' shortcut that appears in the Start menu.
Right-click the 'Microsoft FTP Publishing Service' in the list of services and click 'Start.'
In Feburary 2016 30,
How to FTP filesIn Feburary 2016 30,
In Feburary 2016 30,
Determine the name of the server you wish yo log in to. Many times, this will be given to you by the person who is receiving or sending the file. For public access FTP sites, you can either search for them through an Internet search engine or 'guess' by replacing the 'www' in a web address with 'ftp.' For instance, you could try 'ftp.aol.com' as opposed to 'www.aol.com.'
Go to the command prompt for your operating system. For Windows, this means opening an MS-DOS window. Type 'ftp
,' where
is the name of the ftp server you are logging into, and press 'Enter.' Enter your username and password where requested. For public access servers, the username will almost always be 'anonymous' and the password your full email address.
Use the command 'dir' to list a directory's contents and 'cd' to change to a different directory until you find the file you want to receive or the directory your wish to transfer a file into.
Use either 'get
' or 'put
' to receive or to send the file.
Type 'bye' when the files have been transferred to end the connection.
In Feburary 2016 30,
Determine the name of the server you wish yo log in to. Many times, this will be given to you by the person who is receiving or sending the file. For public access FTP sites, you can either search for them through an Internet search engine or 'guess' by replacing the 'www' in a web address with 'ftp.' For instance, you could try 'ftp.aol.com' as opposed to 'www.aol.com.'
Go to the command prompt for your operating system. For Windows, this means opening an MS-DOS window. Type 'ftp
,' where
is the name of the ftp server you are logging into, and press 'Enter.' Enter your username and password where requested. For public access servers, the username will almost always be 'anonymous' and the password your full email address.
Use the command 'dir' to list a directory's contents and 'cd' to change to a different directory until you find the file you want to receive or the directory your wish to transfer a file into.
Use either 'get
' or 'put
' to receive or to send the file.
Type 'bye' when the files have been transferred to end the connection.
In Feburary 2016 30,
How to Copy Files From Your Remote Desktop Session Without FTPIn Feburary 2016 30,
In Feburary 2016 30,
Navigate to the 'Start' menu and select 'All Programs,'Accessories' and 'Remote Desktop Connection.' The Remote Desktop Connection window appears.
Click the 'Options' button.
Select the 'General' tab. From the Logon settings settings, type the computer name and user name of the remote computer that you want to connect. If desired, select the 'Display' tab to modify the display configuration.
Select the 'Local Resources' tab and click on the 'More' under the Local devices and resources section. The Local Devices and Resources dialog appears.
Click the 'Plus' sign next to Drives to expand the available drives. Select the drives you want to copy files to and from by checking the desired drives. Click 'OK' when you have finished making your selection.
Click 'Connect.' The computer connects remotely. Log on to your remote computer by entering the user name and password. Click 'OK.'
Open 'Windows Explorer' in the Remote Desktop session by pressing the 'Windows' and 'E' keys simultaneously. Copy and paste the desired files between the computers.
In Feburary 2016 30,
Navigate to the 'Start' menu and select 'All Programs,'Accessories' and 'Remote Desktop Connection.' The Remote Desktop Connection window appears.
Click the 'Options' button.
Select the 'General' tab. From the Logon settings settings, type the computer name and user name of the remote computer that you want to connect. If desired, select the 'Display' tab to modify the display configuration.
Select the 'Local Resources' tab and click on the 'More' under the Local devices and resources section. The Local Devices and Resources dialog appears.
Click the 'Plus' sign next to Drives to expand the available drives. Select the drives you want to copy files to and from by checking the desired drives. Click 'OK' when you have finished making your selection.
Click 'Connect.' The computer connects remotely. Log on to your remote computer by entering the user name and password. Click 'OK.'
Open 'Windows Explorer' in the Remote Desktop session by pressing the 'Windows' and 'E' keys simultaneously. Copy and paste the desired files between the computers.
In Feburary 2016 30,
How to Sync NetBeans and FTPIn Feburary 2016 30,
In Feburary 2016 30,
Open NetBeans.
Click 'NetBeans,' then 'Preferences.'
Under 'Proxy Settings,' select 'Manual Proxy Settings' and select 'More.'
Enter the web server IP address and authentication information (username and password) if necessary. You should now be able to remotely access your files.
In Feburary 2016 30,
Open NetBeans.
Click 'NetBeans,' then 'Preferences.'
Under 'Proxy Settings,' select 'Manual Proxy Settings' and select 'More.'
Enter the web server IP address and authentication information (username and password) if necessary. You should now be able to remotely access your files.
In Feburary 2016 30,
How to Use MP3 Message Alert for iPhoneIn Feburary 2016 30,
In Feburary 2016 30,
Open iTunes and then click 'Preferences' to convert file types. In Windows, this is found under 'Edit;' in a Mac, this is found under the 'iTunes' menu.
Click 'General' and then click the 'Importing Settings' button (this is found in the second section of the window.)
Choose 'AIFF' from the 'Import Using' pop-up dialogue. Click 'OK.'
Select the message alert tone you want to use from your library and then choose 'Create AIFF version' from the Advanced menu.
Locate the newly created AIFF file and move it to your desktop. Rename the file to include the CAF file extension instead of an AIFF file extension. For example, if your file is named 'iPhoneAlert.aiff,' rename it 'iPhoneAlert.caf.'
FTP to iPhone
Download 'Installer.app' to your iPhone. Then using Installer.app, install the necessary applications to your iPhone. According to Code Retard, this includes 'Launcher,' 'OpenSSH,' 'BSD Subsystem' and 'Mobile Finder.'
Locate your iPhone's IP address. Tap the 'Settings' icon from your home screen and then tap 'WiFi.' Select your network and tap the blue arrow to reveal 'Advanced Settings.' Note the IP address that is listed.
Download and install an FTP client such as FileZilla (open source and free) or an SFTP client such as Cyberduck for Mac or WinSCP for Windows to your computer if you do not already have one.
Open your FTP client and then choose 'Open Connection' or similar. Type your IP address in the 'Server' text field. Type 'root' as the User Name, 'alpine' as the Password and '22' as the Port; and choose 'SFTP' as the Protocol. Click 'Connect' or similar to connect to your iPhone.
Transfer the File
Navigate to '/System/Library/Audio/UISounds' on the iPhone side of the partition in your FTP client.
Rename the CAF file on your desktop to replace one of the following SMS alerts:Tri-tone (sms-received1.caf)Chime (sms-received2.caf)Glass (sms-received2.caf)Horn (sms-received4.caf)Bell (sms-received5.caf)Electronic (sms-received6.caf)For example, if you want to replace the 'Tri-Tone' alert, rename the CAF file on your desktop to 'sms-received1.caf.'
Delete or rename the file corresponding to the SMS alert you replaced on your iPhone. For example, if you replaced the Tri-tone alert, delete 'sms-received1.caf' from your iPhone or change the name to 'sms-received_1.caf.'
Locate, drag and drop the CAF file from the 'computer' side of the partition on your FTP to the 'iPhone' side of the partition. For example, if you renamed the file on your desktop 'sms-received1.caf,' drag this file from the desktop in your FTP to your iPhone; this will replace 'Tri-tone' with your new message alert tone.
Choose your new message tone in your iPhone. For example, if you replaced sms-received1.caf, then you should choose 'Tri-tone.'
In Feburary 2016 30,
Open iTunes and then click 'Preferences' to convert file types. In Windows, this is found under 'Edit;' in a Mac, this is found under the 'iTunes' menu.
Click 'General' and then click the 'Importing Settings' button (this is found in the second section of the window.)
Choose 'AIFF' from the 'Import Using' pop-up dialogue. Click 'OK.'
Select the message alert tone you want to use from your library and then choose 'Create AIFF version' from the Advanced menu.
Locate the newly created AIFF file and move it to your desktop. Rename the file to include the CAF file extension instead of an AIFF file extension. For example, if your file is named 'iPhoneAlert.aiff,' rename it 'iPhoneAlert.caf.'
FTP to iPhone
Download 'Installer.app' to your iPhone. Then using Installer.app, install the necessary applications to your iPhone. According to Code Retard, this includes 'Launcher,' 'OpenSSH,' 'BSD Subsystem' and 'Mobile Finder.'
Locate your iPhone's IP address. Tap the 'Settings' icon from your home screen and then tap 'WiFi.' Select your network and tap the blue arrow to reveal 'Advanced Settings.' Note the IP address that is listed.
Download and install an FTP client such as FileZilla (open source and free) or an SFTP client such as Cyberduck for Mac or WinSCP for Windows to your computer if you do not already have one.
Open your FTP client and then choose 'Open Connection' or similar. Type your IP address in the 'Server' text field. Type 'root' as the User Name, 'alpine' as the Password and '22' as the Port; and choose 'SFTP' as the Protocol. Click 'Connect' or similar to connect to your iPhone.
Transfer the File
Navigate to '/System/Library/Audio/UISounds' on the iPhone side of the partition in your FTP client.
Rename the CAF file on your desktop to replace one of the following SMS alerts:Tri-tone (sms-received1.caf)Chime (sms-received2.caf)Glass (sms-received2.caf)Horn (sms-received4.caf)Bell (sms-received5.caf)Electronic (sms-received6.caf)For example, if you want to replace the 'Tri-Tone' alert, rename the CAF file on your desktop to 'sms-received1.caf.'
Delete or rename the file corresponding to the SMS alert you replaced on your iPhone. For example, if you replaced the Tri-tone alert, delete 'sms-received1.caf' from your iPhone or change the name to 'sms-received_1.caf.'
Locate, drag and drop the CAF file from the 'computer' side of the partition on your FTP to the 'iPhone' side of the partition. For example, if you renamed the file on your desktop 'sms-received1.caf,' drag this file from the desktop in your FTP to your iPhone; this will replace 'Tri-tone' with your new message alert tone.
Choose your new message tone in your iPhone. For example, if you replaced sms-received1.caf, then you should choose 'Tri-tone.'
In Feburary 2016 30,
How to Merge Two GoDaddy AccountsIn Feburary 2016 30,
In Feburary 2016 30,
Open a Web browser, and go to the GoDaddy.com homepage.
Enter your GoDaddy.com user name or customer ID and password at the top of the homepage, and click the 'Go' icon. You want to use your login information for the account you want to remove by merging it into another account.
Click on the domain name, and select the 'More Settings' option.
Select 'More Actions,' and click 'Initiate Account Changes.'
Enter the customer ID for the account you want to merge this domain into. Click the 'Save' button.
Click the 'Log Out' button.
Check the inbox of the email account associated with the GoDaddy.com account you transferred the domain to for an email from Godaddy.com. It can take up to an hour for GoDaddy.com to send you this email. Once you receive this email confirming the transfer, proceed to the next step.
Go to the GoDaddy.com homepage, and enter your GoDaddy.com user name or customer ID and password and click the 'Go' icon. You want to log in to the GoDaddy.com account you transferred the domain to.
Select the 'Pending Account Changes' option under the 'My Account' subsection.
Click 'Incoming Pending Account Changes.' Find the domain you transferred to this account, and click the 'Quick Approve' button to complete the process of merging your GoDaddy.com accounts.
In Feburary 2016 30,
Open a Web browser, and go to the GoDaddy.com homepage.
Enter your GoDaddy.com user name or customer ID and password at the top of the homepage, and click the 'Go' icon. You want to use your login information for the account you want to remove by merging it into another account.
Click on the domain name, and select the 'More Settings' option.
Select 'More Actions,' and click 'Initiate Account Changes.'
Enter the customer ID for the account you want to merge this domain into. Click the 'Save' button.
Click the 'Log Out' button.
Check the inbox of the email account associated with the GoDaddy.com account you transferred the domain to for an email from Godaddy.com. It can take up to an hour for GoDaddy.com to send you this email. Once you receive this email confirming the transfer, proceed to the next step.
Go to the GoDaddy.com homepage, and enter your GoDaddy.com user name or customer ID and password and click the 'Go' icon. You want to log in to the GoDaddy.com account you transferred the domain to.
Select the 'Pending Account Changes' option under the 'My Account' subsection.
Click 'Incoming Pending Account Changes.' Find the domain you transferred to this account, and click the 'Quick Approve' button to complete the process of merging your GoDaddy.com accounts.
In Feburary 2016 30,
What Is the Root Folder in Go Daddy?In Feburary 2016 30,
In Feburary 2016 30,
Your website’s index.html page, also known as the home page, is the main page within the root directory. Internet search engines, domain registering services and related Web services all refer to the index.html page as the gateway to your website and its related pages. If you delete your Go Daddy account’s index.html file, your website will not launch when someone enters its domain name in an Internet browser.
Secondary Pages
Your Go Daddy’s root folder contains any secondary pages linked to the index.html page. Secondary pages may contain information about you or your business, pages with photo or video galleries, pages with contact information and/or external links or pages containing additional information related to your website. Your root folder can even contain pages that are not linked to the index.html page.
Images and Videos
In addition to the index.html and secondary pages, the root folder also contains any images and videos that are part of your website’s pages. The image and video files are linked to the pages using hyperlinks. If you make changes to any of your website’s images and videos, you must upload the new version of the files to your Go Daddy root folder before the changes are reflected on your website.
Additional Elements
Your Go Daddy’s root folder may also hold files and folders that may or may not be viewable by guests to website. These files and folders may include databases holding information collected about your website, guest book data files, folders containing pages you haven’t launched yet. You can also use your root folder as a backup directory by uploading files from your computer to the root folder, if desired.
Accessibility
Anyone can view your Go Daddy’s root folder using any Internet browser by entering your website’s Internet Protocol address, also known as the IP address. Visitors can see your root folder’s pages, folders and other files. You can restrict individuals from seeing your root folder by creating a false domain name and linking it to your Go Daddy IP address via “Domain Management.” You must log in to your Go Daddy “Account Manager” and access the “Web Hosting” link and then click “Launch” to navigate to the Domain Management utility. Follow the on-screen prompts to complete the restriction process.
In Feburary 2016 30,
Your website’s index.html page, also known as the home page, is the main page within the root directory. Internet search engines, domain registering services and related Web services all refer to the index.html page as the gateway to your website and its related pages. If you delete your Go Daddy account’s index.html file, your website will not launch when someone enters its domain name in an Internet browser.
Secondary Pages
Your Go Daddy’s root folder contains any secondary pages linked to the index.html page. Secondary pages may contain information about you or your business, pages with photo or video galleries, pages with contact information and/or external links or pages containing additional information related to your website. Your root folder can even contain pages that are not linked to the index.html page.
Images and Videos
In addition to the index.html and secondary pages, the root folder also contains any images and videos that are part of your website’s pages. The image and video files are linked to the pages using hyperlinks. If you make changes to any of your website’s images and videos, you must upload the new version of the files to your Go Daddy root folder before the changes are reflected on your website.
Additional Elements
Your Go Daddy’s root folder may also hold files and folders that may or may not be viewable by guests to website. These files and folders may include databases holding information collected about your website, guest book data files, folders containing pages you haven’t launched yet. You can also use your root folder as a backup directory by uploading files from your computer to the root folder, if desired.
Accessibility
Anyone can view your Go Daddy’s root folder using any Internet browser by entering your website’s Internet Protocol address, also known as the IP address. Visitors can see your root folder’s pages, folders and other files. You can restrict individuals from seeing your root folder by creating a false domain name and linking it to your Go Daddy IP address via “Domain Management.” You must log in to your Go Daddy “Account Manager” and access the “Web Hosting” link and then click “Launch” to navigate to the Domain Management utility. Follow the on-screen prompts to complete the restriction process.
In Feburary 2016 30,
How to Register a Web Site With Search EnginesIn Feburary 2016 30,
In Feburary 2016 30,
Use meta tags and keywords on your Web pages. Keywords are used by search engines to index pages into a searchable database. See Related eHows for more.
Register with individual search engines, such as Yahoo, by going to the search engine's home page and looking for a button or text link called Add URL or Add Web Page.
Click on this link to get directions for submitting your Web site.
Several sites offer site submission services. The most popular service, Submit It, allows you to enter keywords and descriptions, and choose which sites to submit your page to.
In Feburary 2016 30,
Use meta tags and keywords on your Web pages. Keywords are used by search engines to index pages into a searchable database. See Related eHows for more.
Register with individual search engines, such as Yahoo, by going to the search engine's home page and looking for a button or text link called Add URL or Add Web Page.
Click on this link to get directions for submitting your Web site.
Several sites offer site submission services. The most popular service, Submit It, allows you to enter keywords and descriptions, and choose which sites to submit your page to.
In Feburary 2016 30,
How to Plan a SwimIn Feburary 2016 30,
In Feburary 2016 30,
Contact USA Swimming. Prior to hosting a Swim-a-Thon, your organization must complete a contract with USA Swimming that states certain conditions to follow. Once the contract is completed, you will receive a handbook about how to host a successful Swim-a-Thon, with forms and promotional materials. Swim-a-Thon is a registered trademark that is owned by USA Swimming.
Select date and location. Once you have a contract signed with USA Swimming, seek out a location to have the Swim-a-Thon. City, county and school pools may offer facilities for a small fee or free if used for fundraising events. Compare calendars with venues and pick a date to hold the event.
Hand out fliers. Use the promotional materials provided by USA Swimming to promote participation in your Swim-a-Thon. Hand out these items to members of your organization and others who would be interested in participating. Make sure to include the date, time and location of the event, instructions on how to collect pledges and your contact information.
Plan your Swim-a-Thon for an entire afternoon, offering different activities to encourage spectators to come out and watch. Collect donations from local businesses, such as gift certificates, gift baskets or merchandise that can be raffled. Offer food to spectators from a concession stand operated by volunteers or find a food vendor to set up during the event. Other activities for spectators can include music by a DJ and games for kids, such as water balloon toss, sidewalk chalk art and a sprinkler play area.
Give out awards. At the end of the Swim-a-Thon, offer awards to all participants and top performers. Hand out ribbons for participating, raising the most money and swimming the most laps.
Collect pledges. Once participants have completed the Swim-a-Thon event, have then collect money from friends and family who pledged. Give participants one week, or other amount of time you are comfortable with, to collect the money and turn it in to you.
Send out thank you notes. Write up a thank you note to send to each participant for helping raise money for your organization. If addresses are available, send thank you notes to those who donated to the Swim-a-Thon, such as vendors, friends and family.
In Feburary 2016 30,
Contact USA Swimming. Prior to hosting a Swim-a-Thon, your organization must complete a contract with USA Swimming that states certain conditions to follow. Once the contract is completed, you will receive a handbook about how to host a successful Swim-a-Thon, with forms and promotional materials. Swim-a-Thon is a registered trademark that is owned by USA Swimming.
Select date and location. Once you have a contract signed with USA Swimming, seek out a location to have the Swim-a-Thon. City, county and school pools may offer facilities for a small fee or free if used for fundraising events. Compare calendars with venues and pick a date to hold the event.
Hand out fliers. Use the promotional materials provided by USA Swimming to promote participation in your Swim-a-Thon. Hand out these items to members of your organization and others who would be interested in participating. Make sure to include the date, time and location of the event, instructions on how to collect pledges and your contact information.
Plan your Swim-a-Thon for an entire afternoon, offering different activities to encourage spectators to come out and watch. Collect donations from local businesses, such as gift certificates, gift baskets or merchandise that can be raffled. Offer food to spectators from a concession stand operated by volunteers or find a food vendor to set up during the event. Other activities for spectators can include music by a DJ and games for kids, such as water balloon toss, sidewalk chalk art and a sprinkler play area.
Give out awards. At the end of the Swim-a-Thon, offer awards to all participants and top performers. Hand out ribbons for participating, raising the most money and swimming the most laps.
Collect pledges. Once participants have completed the Swim-a-Thon event, have then collect money from friends and family who pledged. Give participants one week, or other amount of time you are comfortable with, to collect the money and turn it in to you.
Send out thank you notes. Write up a thank you note to send to each participant for helping raise money for your organization. If addresses are available, send thank you notes to those who donated to the Swim-a-Thon, such as vendors, friends and family.
In Feburary 2016 30,
SCP vs. FTP SpeedIn Feburary 2016 30,
In Feburary 2016 30,
Comparing SCP and FTP is a bit uneven, because SCP has been designed to work within the same network, and FTP is an Internet protocol designed for use on remote servers. FTP also tends to be used for moving multiple files; while you can use wildcards to transfer multiple files or copy entire directories in SCP, that's not the most common use for it. All in all, SCP and FTP are about evenly matched in speed when compared on the same network and with the same file; but your mileage may vary depending on the size of the files you're transferring and the way your network is configured. Your use of command flags may change files as well; Chris Dillon, software developer and writer of the tech blog Squarism uses '-c arcfour' to speed up the SCP transfer in his testing.
Security
An SCP transfer is an individual transfer -- you use 'scp' in a terminal to copy your files or directory to the other computer, without any frills or other options. It's a one-time movement, as opposed to FTP. With FTP you log in to an FTP session and can not only copy files from your computer, but can also manage files on the remote computer. This includes the ability to rename, delete, move, and modify files from the remote computer. SCP is a secure transfer; it uses secure shell to encrypt both your data and credentials. FTP does not offer protection against anyone who may be trying to view your network credentials.
Use
SCP is a Unix command designed to be used from the terminal. FTP is more flexible in that you can use it either in a terminal or using a graphic program such as WinSCP for Filezilla. You can also use FTP in a terminal, though this isn't common among casual Internet users. Should you choose to use the terminal, you'll need to look up FTP commands. For the most part they're very similar to basic commands – for instance, to transfer a file from your computer to the remote location you would use 'put test.file.'
Alternatives
The major benefit to SCP is the security; the benefit to FTP is the control over your destination. If neither quite meets your needs, a potential solution is SFTP, which was built using both FTP and SSH — secure shell — to create a protocol that's secure and allows you to control your destination area. In terms of speed, you're not going to see any major difference between FTP and SFTP; if anything, SFTP is going to be slower due to the need to secure your transfer. SFTP is also going to be slower than SCP. SFTP can be used in the terminal or in software designed for the task, the same as FTP.
In Feburary 2016 30,
Comparing SCP and FTP is a bit uneven, because SCP has been designed to work within the same network, and FTP is an Internet protocol designed for use on remote servers. FTP also tends to be used for moving multiple files; while you can use wildcards to transfer multiple files or copy entire directories in SCP, that's not the most common use for it. All in all, SCP and FTP are about evenly matched in speed when compared on the same network and with the same file; but your mileage may vary depending on the size of the files you're transferring and the way your network is configured. Your use of command flags may change files as well; Chris Dillon, software developer and writer of the tech blog Squarism uses '-c arcfour' to speed up the SCP transfer in his testing.
Security
An SCP transfer is an individual transfer -- you use 'scp' in a terminal to copy your files or directory to the other computer, without any frills or other options. It's a one-time movement, as opposed to FTP. With FTP you log in to an FTP session and can not only copy files from your computer, but can also manage files on the remote computer. This includes the ability to rename, delete, move, and modify files from the remote computer. SCP is a secure transfer; it uses secure shell to encrypt both your data and credentials. FTP does not offer protection against anyone who may be trying to view your network credentials.
Use
SCP is a Unix command designed to be used from the terminal. FTP is more flexible in that you can use it either in a terminal or using a graphic program such as WinSCP for Filezilla. You can also use FTP in a terminal, though this isn't common among casual Internet users. Should you choose to use the terminal, you'll need to look up FTP commands. For the most part they're very similar to basic commands – for instance, to transfer a file from your computer to the remote location you would use 'put test.file.'
Alternatives
The major benefit to SCP is the security; the benefit to FTP is the control over your destination. If neither quite meets your needs, a potential solution is SFTP, which was built using both FTP and SSH — secure shell — to create a protocol that's secure and allows you to control your destination area. In terms of speed, you're not going to see any major difference between FTP and SFTP; if anything, SFTP is going to be slower due to the need to secure your transfer. SFTP is also going to be slower than SCP. SFTP can be used in the terminal or in software designed for the task, the same as FTP.
In Feburary 2016 30,
How to Distribute My PodcastIn Feburary 2016 30,
In Feburary 2016 30,
Create your podcast with your favorite audio editing software. Be sure to convert it to MP3 format, which is the standard format for podcasts.
Upload your podcast to your Web server using FTP.
Create a new article on your Web site or your blog for your podcast.
Create the RSS feed for your podcast. The RSS feed should include the podcast title, description and link. This can be done in a text editor, or you can use the free RSS Feed Generator script from TD Scripts. You can also simply copy a sample RSS podcast .xml file and replace it with your podcast information.
Upload your RSS feed to your Web site. Your RSS feed will usually be an .xml file. You will have to update this file each time you post a new podcast, unless you have a script to automatically update it for you.
Add an orange XML RSS icon to your Web site that links to your RSS feed. Visitors will recognize the orange button as an indicator that you provide syndicated content on your Web site.
Add your podcast to a podcast distribution service such as iTunes or Melodeo.com.
In Feburary 2016 30,
Create your podcast with your favorite audio editing software. Be sure to convert it to MP3 format, which is the standard format for podcasts.
Upload your podcast to your Web server using FTP.
Create a new article on your Web site or your blog for your podcast.
Create the RSS feed for your podcast. The RSS feed should include the podcast title, description and link. This can be done in a text editor, or you can use the free RSS Feed Generator script from TD Scripts. You can also simply copy a sample RSS podcast .xml file and replace it with your podcast information.
Upload your RSS feed to your Web site. Your RSS feed will usually be an .xml file. You will have to update this file each time you post a new podcast, unless you have a script to automatically update it for you.
Add an orange XML RSS icon to your Web site that links to your RSS feed. Visitors will recognize the orange button as an indicator that you provide syndicated content on your Web site.
Add your podcast to a podcast distribution service such as iTunes or Melodeo.com.
In Feburary 2016 30,
Wording Examples for a RehearsalIn Feburary 2016 30,
In Feburary 2016 30,
When hosted by the groom's family, formal invitations might read, 'Mr. and Mrs. William Lane request your company at a rehearsal dinner in honor of Julie and Daniel, at six o'clock in the evening, Friday, the 25th of September, 2009, at the Coach House Restaurant in Milltown, Virginia.' A more casual invitation might simply read, 'Join us as we celebrate with Julie and Daniel at their rehearsal dinner, at 6 p.m. on Friday, the 25th of September, 2009, at the Coach House Restaurant in Milltown, Virginia.'
Hosted by the Couple
If you and your intended are hosting the rehearsal dinner yourselves, feel free to be as formal or as casual as you like. 'Eat, drink, and be merry with us, Alexander Batson and Paul Flagler, at our rehearsal dinner on Saturday, October 10, 2009, at 4 p.m. at our place, 523 Eagle Drive, Holland Park, Michigan.' A more formal invitation could read, ' Alexander Batson and Paul Flagler invite you to celebrate with them at their rehearsal dinner, at six o'clock in the evening on Saturday, the tenth of October, 2009, at their home, 523 Eagle Drive, Holland Park, Michigan.'
Hosted by Friends
For rehearsal dinners hosted by neither the couple themselves nor their families, make the invitation information clear and include the hosts' names at the bottom of the invitation: 'Please join us to toast Sally and Erik at their rehearsal dinner Tuesday, October 6, 2009, at 6 p.m. at the Staunton Bistro. Molly and Jules Smith.'
In Feburary 2016 30,
When hosted by the groom's family, formal invitations might read, 'Mr. and Mrs. William Lane request your company at a rehearsal dinner in honor of Julie and Daniel, at six o'clock in the evening, Friday, the 25th of September, 2009, at the Coach House Restaurant in Milltown, Virginia.' A more casual invitation might simply read, 'Join us as we celebrate with Julie and Daniel at their rehearsal dinner, at 6 p.m. on Friday, the 25th of September, 2009, at the Coach House Restaurant in Milltown, Virginia.'
Hosted by the Couple
If you and your intended are hosting the rehearsal dinner yourselves, feel free to be as formal or as casual as you like. 'Eat, drink, and be merry with us, Alexander Batson and Paul Flagler, at our rehearsal dinner on Saturday, October 10, 2009, at 4 p.m. at our place, 523 Eagle Drive, Holland Park, Michigan.' A more formal invitation could read, ' Alexander Batson and Paul Flagler invite you to celebrate with them at their rehearsal dinner, at six o'clock in the evening on Saturday, the tenth of October, 2009, at their home, 523 Eagle Drive, Holland Park, Michigan.'
Hosted by Friends
For rehearsal dinners hosted by neither the couple themselves nor their families, make the invitation information clear and include the hosts' names at the bottom of the invitation: 'Please join us to toast Sally and Erik at their rehearsal dinner Tuesday, October 6, 2009, at 6 p.m. at the Staunton Bistro. Molly and Jules Smith.'
In Feburary 2016 30,
Labels:
casual,
Coach,
feel,
House,
invitation,
Milltown,
Restaurant,
September,
simply,
Virginia
How to Convert a Timestamp to a DateIn Feburary 2016 30,
In Feburary 2016 30,
Look at the first block of digits in your time stamp. The first numbers will be the date an event took place.
Look at the first number in the 'date' block of digits in your time stamp. If you're in the United States, the first number in this 'date' block will be the month. If you're anywhere else in the world, the first number will be the day.
Look at the second number in the 'date' block of digits in your time stamp. If you're in the United States, the second number will be the day. If you're anywhere else in the world, the second number will be the month.
Look at the third number in the 'date' block of digits in your time stamp. No matter where you are, this third number will always be your year. You now have the information you need to determine exactly what month, date and year a time stamp represents.
Look at the second block of numbers to the right of the date block in your time stamp. This second block of numbers is the 'time' block. The first number represents the hour in which an event took place. The second number represents the minute in which an event took place, and the third number represents the seconds in which an event took place.
In Feburary 2016 30,
Look at the first block of digits in your time stamp. The first numbers will be the date an event took place.
Look at the first number in the 'date' block of digits in your time stamp. If you're in the United States, the first number in this 'date' block will be the month. If you're anywhere else in the world, the first number will be the day.
Look at the second number in the 'date' block of digits in your time stamp. If you're in the United States, the second number will be the day. If you're anywhere else in the world, the second number will be the month.
Look at the third number in the 'date' block of digits in your time stamp. No matter where you are, this third number will always be your year. You now have the information you need to determine exactly what month, date and year a time stamp represents.
Look at the second block of numbers to the right of the date block in your time stamp. This second block of numbers is the 'time' block. The first number represents the hour in which an event took place. The second number represents the minute in which an event took place, and the third number represents the seconds in which an event took place.
In Feburary 2016 30,
How Kids Can Make Their Own WebsiteIn Feburary 2016 30,
In Feburary 2016 30,
Research various Web site hosting and design companies to fit your needs. Various sites offer free hosting and design services, while others may charge a nominal fee. A website hosting company will maintain the site on a daily basis to make sure that all links and content operate smoothly. In addition, they will be a resource for the Web site owner to go to if there are any difficulties.
Register your domain name with the hosting and design site you choose. Be sure to have a few names as ideas, as the original one you want may already be taken. A domain name is the actual web address of your site. An example of a domain name/web address would be www.mywebsitename.com.
Follow the steps of your hosting and design site to develop your own Web site. You will have a choice of various themes, colors and platforms for your site.
Upload various photos, artwork and guestbook information for your users to be able to see on your page. Many sites will have various downloads users can add to their sites for free. These downloads will enable options such as a 'visitors counter,' which will count how many people visit your site, a guestbook for users to sign, and blog or feedback section to allow users to leave comments about your site. Your hosting site will provide you the tools to add these features to your site directly, usually by a simple click of a button or by selecting certain features during the design phase of the site.
Notify your hosting and design company when your page has been finished being designed and is ready to 'go live.' This will activate your page on the Internet and allow users to access it.
In Feburary 2016 30,
Research various Web site hosting and design companies to fit your needs. Various sites offer free hosting and design services, while others may charge a nominal fee. A website hosting company will maintain the site on a daily basis to make sure that all links and content operate smoothly. In addition, they will be a resource for the Web site owner to go to if there are any difficulties.
Register your domain name with the hosting and design site you choose. Be sure to have a few names as ideas, as the original one you want may already be taken. A domain name is the actual web address of your site. An example of a domain name/web address would be www.mywebsitename.com.
Follow the steps of your hosting and design site to develop your own Web site. You will have a choice of various themes, colors and platforms for your site.
Upload various photos, artwork and guestbook information for your users to be able to see on your page. Many sites will have various downloads users can add to their sites for free. These downloads will enable options such as a 'visitors counter,' which will count how many people visit your site, a guestbook for users to sign, and blog or feedback section to allow users to leave comments about your site. Your hosting site will provide you the tools to add these features to your site directly, usually by a simple click of a button or by selecting certain features during the design phase of the site.
Notify your hosting and design company when your page has been finished being designed and is ready to 'go live.' This will activate your page on the Internet and allow users to access it.
In Feburary 2016 30,
How to Share a Hard Drive OnlineIn Feburary 2016 30,
In Feburary 2016 30,
Download the Filezilla Server software on your computer (see 'Resources'). Double-click the downloaded file to install the software. Double-click the FileZilla icon on the desktop to open the program.
Select the 'Install as a service, started with Windows (default)' option from the drop down. Leave the default for the port and leave the check in the box for 'Start server after setup completes.' Click the 'Next' button to continue. Click the 'Finish' button to complete the installation.
Go to the myipaddress.com website to see your current IP address. Enter your IP address in the text box, in FileZilla, for the server address. Leave the default port alone and then enter an administration password to use for the program. Remove the check in the 'Always connect to server' box and then click the 'OK' button.
Click the 'Edit' drop-down and select the 'Users' option. Click the 'Add' button on the right side of the window. Enter a user name and password for the user. Repeat this step to create additional users that will access your hard drive.
Select the 'Shared Folders' option on the left side of the window. Click the 'Add' button and then select a folder on the hard drive that you want to share. Click the 'OK' button to save the changes.
Test your FTP server by having a user log in from his computer. He will need an FTP program to connect to your FTP server.
In Feburary 2016 30,
Download the Filezilla Server software on your computer (see 'Resources'). Double-click the downloaded file to install the software. Double-click the FileZilla icon on the desktop to open the program.
Select the 'Install as a service, started with Windows (default)' option from the drop down. Leave the default for the port and leave the check in the box for 'Start server after setup completes.' Click the 'Next' button to continue. Click the 'Finish' button to complete the installation.
Go to the myipaddress.com website to see your current IP address. Enter your IP address in the text box, in FileZilla, for the server address. Leave the default port alone and then enter an administration password to use for the program. Remove the check in the 'Always connect to server' box and then click the 'OK' button.
Click the 'Edit' drop-down and select the 'Users' option. Click the 'Add' button on the right side of the window. Enter a user name and password for the user. Repeat this step to create additional users that will access your hard drive.
Select the 'Shared Folders' option on the left side of the window. Click the 'Add' button and then select a folder on the hard drive that you want to share. Click the 'OK' button to save the changes.
Test your FTP server by having a user log in from his computer. He will need an FTP program to connect to your FTP server.
In Feburary 2016 30,
How to Edit PHP.INI on iPage Web HostingIn Feburary 2016 30,
In Feburary 2016 30,
Log in into your iPage account. Click on the 'Scripting and Add-Ons' hyperlink in your iPage control panel, and then click on the 'CGI and Scripted Language Support' link.
Click on the 'PHP Scripting' hyperlink in the CGI and Scripted Language Support menu. Set your PHP.INI file's version type. Select either 'PHP4' or 'PHP5' from the menu box in beneath the 'Select Default PHP Version' heading. Click 'Set.'
Edit the values next to each directive you'd like to alter in the PHP.INI file. For example, you'd set your maximum post data and upload size by editing the values next to the 'post_max_size=' and 'upload_max_filesize=' field.
Click on the 'Save' button to store your changes to the PHP.INI file.
In Feburary 2016 30,
Log in into your iPage account. Click on the 'Scripting and Add-Ons' hyperlink in your iPage control panel, and then click on the 'CGI and Scripted Language Support' link.
Click on the 'PHP Scripting' hyperlink in the CGI and Scripted Language Support menu. Set your PHP.INI file's version type. Select either 'PHP4' or 'PHP5' from the menu box in beneath the 'Select Default PHP Version' heading. Click 'Set.'
Edit the values next to each directive you'd like to alter in the PHP.INI file. For example, you'd set your maximum post data and upload size by editing the values next to the 'post_max_size=' and 'upload_max_filesize=' field.
Click on the 'Save' button to store your changes to the PHP.INI file.
In Feburary 2016 30,
How to Create an FTP DropboxIn Feburary 2016 30,
In Feburary 2016 30,
Click 'Start,' and then 'Control Panel,' and then 'Programs.' Click 'Turn Windows features on or off.'
Expand the 'Internet Information Services' check list and enable 'FTP Server.' Press 'Enter' to enable the service. This may take a few minutes to install.
Click 'Back' in the 'Programs' window and then double-click 'Administrative Tools.'
Double-click 'IIS Manager.' Right-click the 'Server' option and click 'Add FTP Site.' Follow the onscreen instructions to set up your FTP dropbox.
In Feburary 2016 30,
Click 'Start,' and then 'Control Panel,' and then 'Programs.' Click 'Turn Windows features on or off.'
Expand the 'Internet Information Services' check list and enable 'FTP Server.' Press 'Enter' to enable the service. This may take a few minutes to install.
Click 'Back' in the 'Programs' window and then double-click 'Administrative Tools.'
Double-click 'IIS Manager.' Right-click the 'Server' option and click 'Add FTP Site.' Follow the onscreen instructions to set up your FTP dropbox.
In Feburary 2016 30,
Subscribe to:
Posts (Atom)