Welcome to www.esiq.org
Can Facebook or MySpace Help You Land a Job?
The Internet is quickly becoming the vehicle of choice for people looking for a job and for employers looking for people to hire. There are many job sites on the Internet dedicated to matching up employees and employers, and most people turn to the Internet today when they are hunting for a job instead of turning to the classified ads in the local paper. Job hunting websites may all be well and good when you are looking for a job, but what about social networking sites. Everyone knows how popular sites like Facebook and MySpace are online, but can they help you get a job? If you are in the job market, can these sites be your foot in the door, or a one way ticket to the unemployment line?
The answer is that there is no easy answer. To know if you can find a job using Facebook or MySpace, you have to know how employers feel about these sites, and employers have mixed feeling about them. Some companies are actively using social networking sites to track down employees that meet their company’s employee profile and have had great success finding workers via social networking sites. Other companies wouldn’t touch these sites as a hiring tool with a ten-foot poll – in fact, many companies don’t even want you to access these websites from their company computers. The real answer to this question has more to do with exactly what kind of job you are looking for.
Are you looking for an executive position at a company? Then stay off of the social networking sites, at least for job hunting (and maybe all together). No company is going to look for its top brass on a social networking site, and you will be wasting your time. However, if you are looking for entry level or hourly wage work, the social networking sites like MySpace and Facebook may be the answer for you. Many hourly wage employers in particular, like fast food restaurant chains and mall stores, use MySpace and Facebook to look for potential employees in their area. If a potential employer sees your profile and thinks you may be a good fit for their company, they will send you an email or an instant message and get the ball rolling.
You should also, however, carefully consider the downsides of using social networking sites as a job tool – and you should carefully consider how and if you use these sites at all if you are in the market for a new job. Most people wouldn’t want their parents to see their social networking site profile, let alone potential employers. If you have rude and off color material, political or religious material, and inappropriate photos of yourself on your profile, a potential employer will be turned off, and you might lose your chance at that job. Most people give up way too much of their privacy when they use these kinds of sites, and your social networking site profile may offer a window into a side of you an employer might not be overly impressed with.
Further, you can open yourself up to danger by using these sites to job hunt. If someone approached you in the street and offered you a job, would you accept? Then why would you accept a face value an approach by someone on social networking site? If you do get approached for an interview, never meet anyone in a private place, and do your homework to make sure the facts check out before you go for the interview.
One last reality check – there are over 60 million users on MySpace alone. How will an employer find you in the crowd? MySpace and Facebook may help you in your job hunt, but don’t count on them as your sole avenue into the job market.
Self-Publishing and Other Options Online (how to get a book published online) There’s no question about it. There is more room for more types of writing on the internet. Many people know that getting a book published for the book store shelves is next to impossible. The competition is overwhelming. Most successful writers have already achieved fame and so are able to write book after book. The unknown, though still talented writers are shut out. Publishing books is expensive and time consuming. There are only so many readers in the world. To keep the ratios between writers and readers comfortable, less than one percent of would be writers actually get published. That is all changing now. The internet is big enough for everyone it seems. It offers many more, less expensive publishing opportunities. It also gives exposure to aspiring writers allowing them more chances to impress the hard copy publishers. So, the opportunities are there. Do you want to know how to get a book published online? Is Self-Publishing Cheating? Self-publishing is certainly not cheating. Depending on what your goals are of course, it may or may not be a direction you would like to take. In the hard copy world, self-publishing is cost prohibitive. Actually getting a book into print costs more money than a typically poor beginning writer can muster. That is the great thing about the internet. It’s free. You can either start up a free website of your own and post your novel, or pay a small monthly sum and attempt to sell your writing online. By paying for a website you will be allowed to sell a product from that site. If you can write well enough to catch someone’s attention, they may be willing to pay for a download of your book. That is how to get a book published online. Just do it yourself. You circumvent the normal book publishing costs and still get some exposure. You just may luck out and get the attention of someone who thinks you could make money off of your writing. If you’d really like to hurry up the process to getting your books in print, there is another route to go. Pay to Be Published Everything is cheaper when done ‘en masse’. There are book publishers that reduce the cost of publishing by running the presses all of the time. If you’d like to know about another way of how to get a book published online, this is it. With publishing companies though, you don’t have to dream about getting your book on the shelves. The online self-publishing companies require a fee – which will be much less than if you were to try to print yourself. They use your money to get your writing into print. You have the option of publishing your own book, or for a much smaller investment, to be included in an anthology. You won’t get as much exposure as from a big name publishing company, but it will be significant nonetheless. E-Book Publishers A third road to travel if you’re wondering how to get a book published online is that of e-books. They are another form of writing that can get you the practice and exposure that you need. Instead of writing on a topic of your choice though, e-book assignments are centered on topics that a typical person will search for online. They are normally informative and how-to books. They are usually short and to the point. E-book publishers are willing to pay experienced and capable writers to create book length, researched writing. How about adding that to your resume? Publishing a book online is easier than publishing in the world of hard copy. The end result is not as glorified, but it is a step towards success in the published realm. The more experience you can get writing, the better writer you will be. As the internet becomes more depended upon, you may find yourself on the frontline of the publishing movement. Web Hosting - FTP and Other File Transfer Tools Anything related to the Internet or computers is bound to introduce technical issues pretty soon. One of the earliest that novice web site owners encounter is FTP, which is an acronym for File Transfer Protocol. Seeing it spelled out, it's easy to see why those in the know quickly move to speaking in short hand. The reason web site owners soon will (or need to) become familiar with FTP is obvious to anyone who has built a site on a remote server. You have to have some way of getting the files to the remote computer and FTP is one of the most common tools. It's also one of the simplest and most efficient. FTP is composed of two parts: the client software and the server software. It's similar, in a way, to talking to someone on the phone who writes down everything you say. You (the client) make a request ('transfer this file to the server') and the listener (the server) takes the request and acts on it. That request to copy a file from a local computer to the remote one is carried out (often 'under the covers') by a PUT command, as in PUT this there. You create the web page (in the form of a file) and then PUT the file on the server. To move a file in the opposite direction, from the remote server to your local computer, your client software issues a GET command. Many FTP clients have graphical interfaces, similar to Windows Explorer, that allow you to drag-and-drop or otherwise copy the file without ever seeing the actual commands that carry it out. But it's helpful sometimes to know what goes on underneath. In tricky cases it can be an advantage to use a command line interface (in Windows, the 'DOS box', with a similar interface familiar to most Linux users). Knowing the commands and being able to use them in the command line form can sometimes help you diagnose what is going on when the graphical tools misbehave. But FTP is not the only way to get a file from here to there. In fact, your browser moves files around from a remote computer to your local one all the time. In most cases, when you type in or click on a URL, what happens under the covers is in essence a file transfer process. The web page is transferred from the web server to your local computer then displayed by the browser. Alternatively, you can sometimes even email a web page/file from your local computer to the remote server, then use an email client on the server itself to get the file and put it in a folder. That requires that you have some form of access to the remote computer. But there are many ways of doing that, such as in-built utilities in the operating system or using commercial remote control programs. Those alternatives can be helpful to know in cases where the FTP file transfer process is misbehaving. Having more than one way to accomplish the task helps you diagnose what might be going wrong. It also helps you get the job done when the usual tools aren't cooperating. The more you learn about these sometimes puzzling acronyms, the easier you can accomplish your own goals. |