<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Flame Scorpion</title>
	
	<link>http://www.flamescorpion.com</link>
	<description>Wordpress themes, plugins and tips</description>
	<lastBuildDate>Tue, 08 May 2012 18:27:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/FlameScorpion" /><feedburner:info uri="flamescorpion" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>FlameScorpion</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Write your code with the best PHP code generator</title>
		<link>http://feedproxy.google.com/~r/FlameScorpion/~3/qE8pnL19y-M/</link>
		<comments>http://www.flamescorpion.com/write-your-code-with-the-best-php-code-generator/#comments</comments>
		<pubDate>Tue, 08 May 2012 18:26:59 +0000</pubDate>
		<dc:creator>Lucian Apostol</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.flamescorpion.com/?p=1676</guid>
		<description><![CDATA[In todays world, the focus is on efficiency. If you are not efficient and you need a lot of time to write basic code, you will not have enough time to think above the lines of code. A programmer may end up writing a lot of lines of code to do simple things. A good [...]


Related posts:<ol><li><a href='http://www.flamescorpion.com/codelobster-php-editor-to-build-great-web-applications/' rel='bookmark' title='Permanent Link: Codelobster PHP Editor to Build Great Web Applications'>Codelobster PHP Editor to Build Great Web Applications</a></li>
<li><a href='http://www.flamescorpion.com/plugin-to-add-google-analytics-code-to-your-wordpress-pages/' rel='bookmark' title='Permanent Link: Plugin to Add Google Analytics code to your wordpress pages'>Plugin to Add Google Analytics code to your wordpress pages</a></li>
<li><a href='http://www.flamescorpion.com/how-to-add-widgets-to-your-theme-without-hiding-the-current-ones/' rel='bookmark' title='Permanent Link: How to add widgets to your theme without hiding the current ones'>How to add widgets to your theme without hiding the current ones</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In todays world, the focus is on efficiency. If you are not efficient and you need a lot of time to write basic code, you will not have enough time to think above the lines of code. A programmer may end up writing a lot of lines of code to do simple things. A good way is to use a framework that will help you to write less code that do more, but this is not always an option because you are often required to build something from scratch, or to edit something that is already done. The solution for you is to use a <a href="http://xlinesoft.com/phprunner/" target="_blank">php code generator</a>. <span id="more-1676"></span></p>
<p>Freelancing is helping businesses to move where the work force is cheap. You can&#8217;t compete with someone who can program a full month for 500$. In USA, you can barely live with that money. In India, with that amount of money you can live a year. You can compete only if you are more efficient and focused than others. But don&#8217;t worry, I have the solution for you.</p>
<p>With PHP Runner you can save time writing php code, you can improve the functionality of your website, create database driven forms in seconds. You can practically build a simple website in only 15 minutes, in the way you want it.</p>
<p>Maybe you were used to use the same text editor to do many things: simple text, php programming, mysql programming, java programming. The programming evolves and the same text editor that will do it all is not the best way anymore. You need specific text editor and generator for any programming language you are working with. Why to edit your text in a general text editor when you can have a dedicated php text editor ?</p>
<p>Here is a sample generated website build with PHP Runner:</p>
<p><a href="http://www.flamescorpion.com/wp-content/uploads/2012/05/screenshot13.gif" rel="lightbox[1676]"><img class="aligncenter size-medium wp-image-1677" title="screenshot13" src="http://www.flamescorpion.com/wp-content/uploads/2012/05/screenshot13-300x222.gif" alt="" width="300" height="222" /></a></p>
<p>And this is how the editor looks:</p>
<p><a href="http://www.flamescorpion.com/wp-content/uploads/2012/05/screenshot11.gif" rel="lightbox[1676]"><img class="aligncenter size-medium wp-image-1678" title="screenshot11" src="http://www.flamescorpion.com/wp-content/uploads/2012/05/screenshot11-300x222.gif" alt="" width="300" height="222" /></a></p>
<p>You have to click on the images to enlarge. As you can see in the second image, PHP Runner supports having the header, the footer and other elements on different pages.</p>
<p>You can learn more about PHP Runner<a href="http://xlinesoft.com/phprunner/" target="_blank"> here</a>.</p>


<p>Related posts:<ol><li><a href='http://www.flamescorpion.com/codelobster-php-editor-to-build-great-web-applications/' rel='bookmark' title='Permanent Link: Codelobster PHP Editor to Build Great Web Applications'>Codelobster PHP Editor to Build Great Web Applications</a></li>
<li><a href='http://www.flamescorpion.com/plugin-to-add-google-analytics-code-to-your-wordpress-pages/' rel='bookmark' title='Permanent Link: Plugin to Add Google Analytics code to your wordpress pages'>Plugin to Add Google Analytics code to your wordpress pages</a></li>
<li><a href='http://www.flamescorpion.com/how-to-add-widgets-to-your-theme-without-hiding-the-current-ones/' rel='bookmark' title='Permanent Link: How to add widgets to your theme without hiding the current ones'>How to add widgets to your theme without hiding the current ones</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/FlameScorpion/~4/qE8pnL19y-M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.flamescorpion.com/write-your-code-with-the-best-php-code-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.flamescorpion.com/write-your-code-with-the-best-php-code-generator/</feedburner:origLink></item>
		<item>
		<title>Disadvantages of Being a Freelancer</title>
		<link>http://feedproxy.google.com/~r/FlameScorpion/~3/KlvRSHwxSTE/</link>
		<comments>http://www.flamescorpion.com/the-disadvantages-of-being-a-freelancer/#comments</comments>
		<pubDate>Fri, 04 May 2012 10:30:21 +0000</pubDate>
		<dc:creator>Lucian Apostol</dc:creator>
				<category><![CDATA[freelancing]]></category>

		<guid isPermaLink="false">http://www.flamescorpion.com/?p=1668</guid>
		<description><![CDATA[If you read some of my older posts you can clearly see that I encourage freelancing and an independent lifestyle. I didn&#8217;t changed my mind. I still believe that freelancing is better than having a full time jobs, but as any other thing on the earth, it has downsides too. I think it is fair [...]


Related posts:<ol><li><a href='http://www.flamescorpion.com/where-to-find-good-wordpress-coders/' rel='bookmark' title='Permanent Link: Where to find good WordPress coders'>Where to find good WordPress coders</a></li>
<li><a href='http://www.flamescorpion.com/freelancing-whatever-you-do-for-a-living-you-can-do-it-at-home/' rel='bookmark' title='Permanent Link: Freelancing: Whatever you do for a living, you can do it at home'>Freelancing: Whatever you do for a living, you can do it at home</a></li>
<li><a href='http://www.flamescorpion.com/top-7-freelancing-websites-for-wordpress-developers/' rel='bookmark' title='Permanent Link: Top 7 Freelancing Websites for WordPress Developers'>Top 7 Freelancing Websites for WordPress Developers</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flamescorpion.com/wp-content/uploads/2012/05/disadvantages-of-freelancing.jpg" rel="lightbox[1668]"><img class="alignleft size-thumbnail wp-image-1672" title="disadvantages-of-freelancing" src="http://www.flamescorpion.com/wp-content/uploads/2012/05/disadvantages-of-freelancing-150x150.jpg" alt="" width="150" height="150" /></a>If you read some of my older posts you can clearly see that I <a href="http://www.flamescorpion.com/top-7-freelancing-websites-for-wordpress-developers/">encourage</a> freelancing and an independent lifestyle. I didn&#8217;t changed my mind. I still believe that freelancing is better than having a full time jobs, but as any other thing on the earth, it has downsides too. I think it is fair to discuss about the disadvantages too, not only about the advantages that will mislead people to think that freelancing is perfect.</p>
<p>I am a freelancer for over 7 years, with good periods and bad periods. There were many advantages and good moments, and there were  some dissapointments too. In this article I will go trough most important disadvantages, but before I want to make a quick review of some of the biggest advantages of the freelancing. <span id="more-1668"></span></p>
<p>&nbsp;</p>
<p>I like freelancing because I love freedom. During the 16 years I spend in school and university I always felt as being trapped into a prison. I didn&#8217;t liked school, or better said I hated school, and I still hate it when I remember. Whenever I think of something from my childhood there are some bad memories from school that comes out. I hate that I can&#8217;t look back and enjoy the happy moments in my early times. Despite I was good at some classes, and despite I liked most of them ( except maybe French class ), I hated because I didn&#8217;t  liked what they were trying to teach me, what they thought it is important, and mostly, that they wanted me to do things whenever they wanted, never when I wanted.</p>
<p>I had a fixed job for 2 times in my life. And it was bad, so bad that in both cases it didn&#8217;t lasted more than 3 months. I can&#8217;t explain exactly why I wanted to leave, because it was a feeling from inside. I started to feel exactly how I felt in school, doing things that I don&#8217;t agree with, during a time when I wanted to do something else.</p>
<p>Freelancing saved my life so far. Even while I was employed I did some freelancing on the side. With much less time I&#8217;ve done more money doing things that I liked to do. It is not that simple at it looks because I had to spend a lot of time looking for the right jobs for me, but I never considered this as a lost time. It was a pleasure to read what others are looking for because I was able to see what other people are looking for so I can keep the track with the market.</p>
<p>If I do everything right, I can work 1 week to make money that I usually do in a month. In the rest of the time I can learn something new, I can rest or I can travel. Usually I take work to cover a longer period, but never to fill up all my space. I always have time to learn or try something new.  <strong>I don&#8217;t live to make money. I make money to live the life I want. </strong>Some people may suck at time management. In such cases, maybe freelancing is not a good option. I am not a time management expert, but I can deal with it. If I don&#8217;t want to wake up in the morning to work on a project there is no problem, I will stay up late to do it. If I have a lot of time and no idea what to do then I work more on the projects. If there is no project to work on then I spend the time looking for new ones.</p>
<p>Freelancing learned me almost everything I know, from programming to internet marketing. Browsing the available jobs made me curious about things that people were asking for. I was later searched them and if I liked I learned the basics so I can apply to that kind of jobs.</p>
<p>I think it is enough with the good side. I wanted only to take into account some advantages but it seems that there are a lot and it took more space than needed. Now, I will go trough the disadvantages. It is not intended to scary people off freelancing. If you are asking my opinion you should definitely try freelancing, it can improve your life a lot, but you can&#8217;t expect that it is like not working at all. If you think that it should be perfect, and you find out that it isn&#8217;t you might be disappointed. Freelancing can be stressful, overwhelming in some points, boring in others, and some people can&#8217;t do it, this is why you have to be aware of the downsides so you can overcome them and build a life around freelancing.</p>
<h3>1. Very high competition.</h3>
<p>The best thing about freelancing is actually an advantage for the business owners. They can work the same with one from United States or someone from India. The distance does not matter anymore. This means that when you get on the market you compete with people all around the world. Most of them will want to do the work for less than you do. This is by far the worst disadvantage of being a freelancer. Most people, when they realize that there are so many freelancer are deciding that it is not worth doing this and they leave before trying.</p>
<p>They are right, you can&#8217;t match their prices, but let me tell you something: <strong>they can&#8217;t match your quality</strong>. I&#8217;m an not talking only about the quality of the code that you write, but the quality of the service you offer as a whole. Because you asked for more money, you can spend more time talking with the client and having a better understanding of what he wants to do. You can talk with him and understand his goals so you can make suggestion. Let him believe that you are the right person to do this job. The truth is that most buyers have bad experience with cheap freelancers that are asking for almost nothing, they want to get away from those.<strong> If you ask for more you have a higher change to be selected</strong>, and more time to produce some quality work. <strong>If you go into their pricing war, you will lose it.</strong> There is always someone that is willing to do the same thing as you do for less.</p>
<h3>2.  You have to spend a lot of time looking for projects.</h3>
<p>When you first start out as a freelancer you don&#8217;t have connections, you don&#8217;t have any portfolio to show. If you are quiting a day job you migh have some friends or old clients that you can take away, but this applies only to few of the new freelancers. Most freelancers are getting into the field with nothing behind.</p>
<p>The portfolio is also important. If you are not in a rush for money to live, you can spend few weeks on this step, and it will highly improve the chances to get good projects. Learn more in your field. For example if you are a freelancer web developer, spend some time learning wordpress for example. If you are a web programmer but never worked with wordpress it will be harder to get wordpress related jobs. Then do a project on your own to prove your expertise. Once you have the project completed you double your chances to have a project awarded, at the price you want.</p>
<p>If you want to spend less time looking for projects and more time working, you must know that there is one thing more important than your ratings or your portfolio: the proposal. If you think that the more projects you bid the more chances you have and you just copy and paste your proposal you will waste your time, you have few chances to get a project and if you get one, it might not be suitable for you or underpaying because you only scanned the requirements. Spend some time to understand what he wants, what are his goals and don&#8217;t forget to include this into the proposal. Tell him how you plan to approach the solution, even if you know that he don&#8217;t understand. He will think that you really know your stuff and you will have more chances winning that project.</p>
<h3>3. You will live with the fear of not getting paid.</h3>
<p>Despite most clients have no intention to rob you, there are some of them that this is why they are working with freelancers: they want to get something away for free. If you find your clients on a good freelancing website like <a href="http://www.flamescorpion.com/freelancer">Freelancer</a>, <a href="http://www.flamescorpion.com/elance" target="_blank">Elance</a>, or <a href="http://www.flamescorpion.com/freelancer" target="_blank">vWorker </a>then you are pretty safe. They have escrow systems that will prevent them from fooling you. If you find your clients in other places, then I advise you to use an escrow system, although it does not guarantee that you will get all the money for your work. How is that ? Well, this leads us to the next disadvantage.</p>
<h3>4. All the clients will try to make you work more than agreed upon.</h3>
<p>Not always the requirements are clear, or the client may have something in mind but he is unable to understand what he wants. Because the payment is on the project, some clients will try to make you think that it will be less work to do, while they know that the project is bigger. They will use phrases like: &#8220;Someone experienced will do this in less than 2 hours.&#8221; or &#8220;It is an easy job for someone who knows what he is doing.&#8221;. If you see phrases like this in the job description, it is a flag to stay away or to charge much more. If you charge less you will end up doing much more work that you expected.</p>
<p>In most cases, the client will intentionally have you do more work than you want. You will tend to do the work because you may thing that if you don&#8217;t do it you will not get paid, or that he will give you a bad rating. If you are in one of these situations, my advice is to try to do everything to get out. Don&#8217;t work with that client again. If you manage to get out of it with minimal loses, don&#8217;t think that you might be doing better next time. He will always push you to do more.</p>
<p>It is not only about the money. You can actually ask more if he adds up things that were not discussed. If you find yourself in this situation, ask for more money. There are 2 outcomes of this: the client pays you what you ask or he cancel the added stuff. If you think that there are only small issues don&#8217;t worry, he will give you more and more until you decide to stop it.</p>
<p>Added stuff will take more time to finish the project, and you might not have time to finish other projects and will screw with your time management which will lead to the next issue.</p>
<h3>5. Projects may take more time than expected.</h3>
<p>When you work on a day job, if a project takes more time than expected and it is not your fault then it is not your problem. You go home when the work hours are done or you will get paid double to do extra hours. On freelancing, even if it is your fault because you misjudged the time needed to complete the project, or you are asked to do extra things that you don&#8217;t refuse, or simply there are things out of your control, you will feel the effect.</p>
<p>A late project means that you will have to work instead of going out or sleeping at night, or working on weekends. You have to pay extra attention to time management and leave you enough spare time. If you do not, you will either miss deadlines and things go very messy, either you have to pay with your free, sleeping and weekend time. Even if it is your fault or not.</p>
<p>Imagine this scenario: You book your plane tickets to go few days on vacation. A project goes bad and you need 2 more days to finish it. You either sacrifice your vacation, or you sacrifice the project which means that you lose all the money involved. It will get even more complicated if you planned to use the money from that project to spend on the trip.</p>
<p>If you work full time and you get sick, or simply you are not able to work that day you can just call a personal day or a sick day. Your boss have to deal with this situations. In freelancing, the client will have a hard time understanding what is happening and will think that you just don&#8217;t want to work for him that day. You might pass the deadline which will mean that he will have a reason not paying you for the project.</p>
<p>Either way, you must be very careful when planning working time, projects and vacation. Leave more spare time even if you are sure that you won&#8217;t need that. Remember that you work for money to live, not the reverse.</p>
<h3>6. Bad feelings about your time spent on working or relaxing.</h3>
<p>We are getting to more complex things invonving the freelancing lifestyle. If you are not doing it right, bad time manangement won&#8217;t affect only your money earned from projects or trips. It can affect your happiness at a deep level.</p>
<p>If you go to a day job, you don&#8217;t have too many doubts. You work a fixed number of hours and you get a relative fixed amount of money. You will never think that: &#8220;if I work harder to make some more money I can buy that car/phone/tablet&#8221;, or &#8220;if I worl less I can travel more&#8221;. In freelancing lifestyle you will tend to doubt if you need to work more or if you need to work less. This feeling will lead you to not being satisfied about yourself. You either work too much and you don&#8217;t have time to relax, or you work too little and you don&#8217;t have money to buy all the things you want. It is very hard to get away from this feeling.</p>
<p>When you will work hard and you will start to get tired you will think that it is at your own option to get away and watch tv, or go outside. However, it is not that simple, you have a project to finish and a deadline to meet. You made a decision before that is affecting you right now. When you look for work, you take a decision that will affect you later and you will always try to think what will you do next week and how you will feel. It would be nice to have a machine that will allow us to see in future.</p>
<p>On the other hand, when you are relaxing, looking tv or just hanging out with some friends you will ask yourself if it will be better if you go to the computer and work to that project to finish it sooner, or to try to find some more projects to work on so you don&#8217;t run out of money.</p>
<p>A solution to this problem, although I am not sure it is the best for all, is to have fixed work hours. Set yourself to work a fixed number of hours every week or every day. Start the clock and when the time runs out it is finished. Even the project is finished or not. Maybe it will be harder at the beginning, but when you get used, whenever you take on a new project you will judge based on the fixed time you have every week, and you will let the bad feelings about why you take so much work to go away.</p>
<h3>7. Doubts about what future holds.</h3>
<p>This can be maybe the biggest disadvantage of freelancing vs working full time. On a fixed job you have health insurance and retirement plan. If something bad happens you are covered. If you are fired you will get the compensation that will help you to deal with the life until you get something better to work. When you are a freelancer, you have no health insurance, no retirement plan and no compensation when you stop working.</p>
<p>The good thing is that no one can fire you. But, you don&#8217;t know what future holds, maybe next year the web development market crashes and you will have to work the same for half of the money you make now, or worse, your are left with no work. If you just finished high school or college you don&#8217;t have to think about this issues, but at a point you will definitely start to ask you about the future.</p>
<p>You can pay your insurance by yourself, and make a deposit to have for bad days, but still, these won&#8217;t give you the same safety that you have at a full time job and more, it costs you a lot of your money. At this point you realize that your employer was spending much more money with you than you got in your hands.</p>
<p>If you are just starting out you must hope that when you will get at this point you will earn enough money to not care about the insurance, taxes and other costs. If you reached this point and you don&#8217;t make enough money then you have to change something. Either the way you do freelancing, or you get go a day job. If you make enough money but never thought of this, believe me, you will sleep much better if you deal with them.</p>
<h3>8. Workig from home is not always as good as it seems.</h3>
<p>The advantages from working from home is that you save the transportation time. You can basically reach your work desk in few minutes. You can have a nice breakfast at home and a good an inexpensive lunch. You can wake up whenever you want, start and finish working whenever you want. You are close to your family and you can take breaks at your own desire.</p>
<p>How can this be a disadvantage ? First of all, at home there are a lot of distractions.<strong> You can&#8217;t work where you sleep. </strong>You can fix this by having a special space only for working. Another tip I found by reading articles related to working from home is that you have to dress for work when working. Distractions are numerous. Family members or other cohabitants will disturb you to ask you to help them with something, or when they just are bored and want to have some time with you. It is very hard for them to understand that you actually have to work. If you want to start this discussion they will say that you can work later if you want, and help them now. They actually have a lot of arguments to make you not working, and ultimately it will get to the fact that you do not like them or not care about them. They are more important than your work, but you still have to do it. If you do other things instead of working then you have to work instead of going out with your family or spending time with your friends. You know whos fault is this, but do they understand ?</p>
<p>There is no easy way to fix this. If you make enough money you can consider renting an office elsewhere. Most freelancers are students or teens that don&#8217;t even own their own house. Some of them are already living in shared spaces and there is not way to talk about a separate office space. The result is that you will work less and it will be hard to focus. You earn more money and it will be harder to make a living only out of freelancing.</p>
<p>Outside your peers there are other distractions too. Tv, games, cooking, doing other house work, paying bills. A workaround to this issue is to set your working hours to be different from traditional time. Set the working hours at times when you will have the fewest distractions. For example, I used to work at the very morning, waking up at 6-7 in the morning and taking a good distraction free 4-5 hours of work until 11 am. Then I take a small break to prepare the launch and do some other house work and when start again at 2 pm to 5-6 pm. This worked out best for me. If the non-work related work took so much and I was unable to get back at 2 pm to work, then I postponed it later. I also found that good hours for work are around 10pm when all others are getting to sleep. However, I am sure that I cannot keep a program like this forever.</p>
<p>Working in the same house you sleep can&#8217;t get you in a state of full concentration. I got the best outcome when I had an office far from my homeplace.</p>
<h3>9. The clients don&#8217;t respect your free time.</h3>
<p>When working on a project, you will get to a point where you need the client feedback or you need some content that you have to add on the website. You will not get what you want when you want. The client won&#8217;t care about your work and free hours. He will give you the content at 6pm and will expect to be ready next morning. This means that you will waste your work time, and you have to sacrifice your free time to work for a lazy client.</p>
<p>If you work hard you can learn how to work with clients and prevent this to happen, but it is not easy because no one will think that you have free time. They will call you whenever they see fit and ask you to do or change something.</p>
<p>You have to learn how to filter this type of clients, and to start keeping in touch with the clients that respect your time, your work and the money they owe you. If you want to learn more about other experiences with clients requesting for extra work or who don&#8217;t pay there is a great site you can read: <a href="http://www.clientsfromhell.net" target="_blank">ClientsFromHell</a>.</p>
<h3>10. Missing the social life from a workplace.</h3>
<p>When you work on a day job, you have a lot of colleagues. It is known that the closes friends to a person are college friends or work friends. You see them every day, know a lot about them and ultimately you will tend to spend more and more time with them. They are your friends.</p>
<p>If you work alone as a freelancer, then you basically have no mates. There are a lot of hapiness implications to this issue, and you really need to have a lot of friends so you can be happy. Working all day only with your computer will not help you with this issue. Other frellancing aspects like time management will keep you away from hanging with your friends or making new ones.</p>
<p>The solution to this is not simple, you can try to get invonved in a team to do projects togheter, or have some friends and rent an office space togheter. That will make you feel that you are really working, getting involved into a working community and being your own boss.</p>
<h3>Conclusions.</h3>
<p>The purpose of this article is not to convince you that freelancing is hard. I suggest you to try at least one the freelancing lifestyle. Being aware of these disadvantages will help you to deal with them when you get there, or if you are already stuck at any point to know that you are not the only one who face problems.</p>
<p>If you have any other problems that you have faced as a freelancer, or tips to overcome them please share them with us in the comment field.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div></div>


<p>Related posts:<ol><li><a href='http://www.flamescorpion.com/where-to-find-good-wordpress-coders/' rel='bookmark' title='Permanent Link: Where to find good WordPress coders'>Where to find good WordPress coders</a></li>
<li><a href='http://www.flamescorpion.com/freelancing-whatever-you-do-for-a-living-you-can-do-it-at-home/' rel='bookmark' title='Permanent Link: Freelancing: Whatever you do for a living, you can do it at home'>Freelancing: Whatever you do for a living, you can do it at home</a></li>
<li><a href='http://www.flamescorpion.com/top-7-freelancing-websites-for-wordpress-developers/' rel='bookmark' title='Permanent Link: Top 7 Freelancing Websites for WordPress Developers'>Top 7 Freelancing Websites for WordPress Developers</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/FlameScorpion/~4/KlvRSHwxSTE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.flamescorpion.com/the-disadvantages-of-being-a-freelancer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.flamescorpion.com/the-disadvantages-of-being-a-freelancer/</feedburner:origLink></item>
		<item>
		<title>Almost 20,000 plugins in wordpress plugin directory</title>
		<link>http://feedproxy.google.com/~r/FlameScorpion/~3/C_UpRxCVqMM/</link>
		<comments>http://www.flamescorpion.com/almost-20000-plugins-in-wordpress-plugin-directory/#comments</comments>
		<pubDate>Tue, 01 May 2012 06:07:01 +0000</pubDate>
		<dc:creator>Lucian Apostol</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.flamescorpion.com/?p=1663</guid>
		<description><![CDATA[WordPress is getting more and more popular every day. The true power of wordpress don&#8217;t stand in the coding style, database or the feel of the administration panel. It stands in what you can do with wordpress and how fast you can do it. Here comes the community: plugins and documentation. Without proper documentation and [...]


Related posts:<ol><li><a href='http://www.flamescorpion.com/13-000-plugins-and-counting/' rel='bookmark' title='Permanent Link: 13 000 plugins and counting'>13 000 plugins and counting</a></li>
<li><a href='http://www.flamescorpion.com/uk-web-directory-list-finding-the-right-directory/' rel='bookmark' title='Permanent Link: UK Web Directory List &#8211; Finding the right directory'>UK Web Directory List &#8211; Finding the right directory</a></li>
<li><a href='http://www.flamescorpion.com/directory-maximizer-manual-directory-submission-service-to-boost-your-seo/' rel='bookmark' title='Permanent Link: Directory Maximizer Manual Directory Submission Service to boost your SEO'>Directory Maximizer Manual Directory Submission Service to boost your SEO</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flamescorpion.com/wp-content/uploads/2012/05/wordpress_plugins.jpg" rel="lightbox[1663]"><img class="alignleft size-thumbnail wp-image-1664" title="wordpress_plugins" src="http://www.flamescorpion.com/wp-content/uploads/2012/05/wordpress_plugins-150x150.jpg" alt="" width="150" height="150" /></a>WordPress is getting more and more popular every day. The true power of wordpress don&#8217;t stand in the coding style, database or the feel of the administration panel. It stands in what you can do with wordpress and how fast you can do it. Here comes the community: plugins and documentation. Without proper documentation and blog articles explaining how to do things you basically can&#8217;t do a lot with wordpress unless you go trough all the files to see all the functions available to you. The plugins will help you to do whatever you want better and faster.</p>
<p><span id="more-1663"></span></p>
<p>It is true that you can pay a good programmer to do whatever plugin you want to use on wordpress, but if you already pay a lot of money, why don&#8217;t you start from scratch ? The best part is that you don&#8217;t have to pay someone to do a wordpress functionality because you can use a plugin. You will still have to pay to get the things combined, customized and designed, but you will pay only a small portion of what you would have paid to do everything from scratch.</p>
<h3>The Numbers</h3>
<p>When I started this blog, in the begining of year 2010, there was a number of 7000 plugins in wordpress plugin directory. In February 2011, the number <a href="http://www.flamescorpion.com/13-000-plugins-and-counting/">grown to 13000</a>, an increment of 5000 plugins. Today, we have almost 20,000 wordpress plugins only in the free official wordpress directory. This means that more and more plugins are developed for wordpress, making it better to find the perfect plugins for you.</p>
<p>Whenever I start doing something new, or when I add a feature to a site, first I am searching comprehensive into wordpress plugin directory to see if there is something similar, or at least something I can change to do what I need. I may seem lazy, but I am proud that I like to save time when doing things. There is no need to reinvent the wheel. If I don&#8217;t find anything good in the free plugin directory then I will try to look in other places for paid ones. I think it would be a good thing to see both free and paid plugins in the official directory but I think this will never happen.</p>
<p>I always found something that I can work on. Even I didn&#8217;t find exactly the plugin I was needed, I found something similar than I can work on to make something better. This means power, not some fancy features that you can replicate in few minutes. I hear people praising joomla with phrases like: &#8220;Joomla has a better contact form&#8221;, &#8220;Joomla has a better default theme&#8221; or &#8220;Joomla has better colors&#8221; etc. The problem is that these are details. If you focus on details instead of focusing on issues you will never do something good, or something better than others.</p>
<h3>Quality over Quantity</h3>
<p>At some point, because WordPress getting more and more popular, there will be a lot of duplicate plugins, or low quality ones. It is good to have more plugins that accomplish the same thing. Variation is good. We will have different point of views and there is a higher chance that users will find the right plugin. The drop in quality is obvious if you look at numbers: 2 years ago, from 7000 plugins there were 1000 great plugins. Now, from 20 000 plugins there are only 2000 great ones. The numbers don&#8217;t look so well, but the plugin actually improved a lot. The number of great plugins doubled, the quality doubled. If you can cut the crap and ignore it then you are left with more quality choices.</p>
<p>&nbsp;</p>


<p>Related posts:<ol><li><a href='http://www.flamescorpion.com/13-000-plugins-and-counting/' rel='bookmark' title='Permanent Link: 13 000 plugins and counting'>13 000 plugins and counting</a></li>
<li><a href='http://www.flamescorpion.com/uk-web-directory-list-finding-the-right-directory/' rel='bookmark' title='Permanent Link: UK Web Directory List &#8211; Finding the right directory'>UK Web Directory List &#8211; Finding the right directory</a></li>
<li><a href='http://www.flamescorpion.com/directory-maximizer-manual-directory-submission-service-to-boost-your-seo/' rel='bookmark' title='Permanent Link: Directory Maximizer Manual Directory Submission Service to boost your SEO'>Directory Maximizer Manual Directory Submission Service to boost your SEO</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/FlameScorpion/~4/C_UpRxCVqMM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.flamescorpion.com/almost-20000-plugins-in-wordpress-plugin-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.flamescorpion.com/almost-20000-plugins-in-wordpress-plugin-directory/</feedburner:origLink></item>
		<item>
		<title>How to take your business to the next level the right way</title>
		<link>http://feedproxy.google.com/~r/FlameScorpion/~3/JhLHCtIz1ps/</link>
		<comments>http://www.flamescorpion.com/how-to-take-your-business-to-the-next-level-the-right-way/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 09:12:45 +0000</pubDate>
		<dc:creator>Lucian Apostol</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.flamescorpion.com/?p=1658</guid>
		<description><![CDATA[When you start a new business, there are few things to do in the &#8220;backend&#8221; ( the less visible part ), like accounting, billing, human resources. You don&#8217;t need to fill a lot of paper sheets with accounting issues, you only have few clients and few or no employees. You can do all the stuff [...]


Related posts:<ol><li><a href='http://www.flamescorpion.com/encouraging-the-youth-to-do-business-blogging/' rel='bookmark' title='Permanent Link: Encouraging the Youth to do Business Blogging'>Encouraging the Youth to do Business Blogging</a></li>
<li><a href='http://www.flamescorpion.com/web-development-search-specialists/' rel='bookmark' title='Permanent Link: Web Development Search Specialists'>Web Development Search Specialists</a></li>
<li><a href='http://www.flamescorpion.com/why-you-should-think-local-to-achieve-greater-things-at-a-global-level/' rel='bookmark' title='Permanent Link: Why you should think local to achieve greater things at a global level'>Why you should think local to achieve greater things at a global level</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When you start a new business, there are few things to do in the &#8220;backend&#8221; ( the less visible part ), like accounting, billing, human resources. You don&#8217;t need to fill a lot of paper sheets with accounting issues, you only have few clients and few or no employees. You can do all the stuff on your own, with no help.</p>
<p>Once your business grows, you will be overwhelmed by tasks that are not related to your main business. For example, if you are a web development firm you get involved in website creation and services. But if your firm grows and you get more and more clients to work with, several employees then you need to fill more accounting paper sheets, to deal more with human resources tasks, etc.</p>
<p>The first solution that comes into your mind is to employ other people to do these tasks: hire a full time accountant, hire a full time human resource person, hire a client service operator, etc. While this is a sign that your company has grown and you must be happy and congratulate yourself for what you achieved, this is the expensive way to deal with the problem.</p>
<p>In such economic situation, the right way to do this is to put the software at work. To pay a full time accountant you have to give at least 50,000 a year, for a <a href="http://www.rightclicknow.com/tourlite/accounting.html">senior housing software</a> you have to pay only 250$ a month, which will make it 3000$ a year. You can find a software for every business, to help you with accounting, billing, human resources, task management and many other things. You don&#8217;t have to pay a lot of people to take care of this.</p>
<p>With the right information and tools, you can save thousand of dollars on tasks that are not related to your main business. Paying an expert is very expensive. Instead, using a software and accessing the right information is cheap. For example, if you want to grow your business and get a website, consulting a  <a href="http://globerunnerseo.com/web-development">website development documentation</a> can save you tens of thousand of dollars that you might pay for work that you don&#8217;t need. The problem is that you don&#8217;t know what you need and what you don&#8217;t if you don&#8217;t have the knowledge.</p>
<p>&nbsp;</p>


<p>Related posts:<ol><li><a href='http://www.flamescorpion.com/encouraging-the-youth-to-do-business-blogging/' rel='bookmark' title='Permanent Link: Encouraging the Youth to do Business Blogging'>Encouraging the Youth to do Business Blogging</a></li>
<li><a href='http://www.flamescorpion.com/web-development-search-specialists/' rel='bookmark' title='Permanent Link: Web Development Search Specialists'>Web Development Search Specialists</a></li>
<li><a href='http://www.flamescorpion.com/why-you-should-think-local-to-achieve-greater-things-at-a-global-level/' rel='bookmark' title='Permanent Link: Why you should think local to achieve greater things at a global level'>Why you should think local to achieve greater things at a global level</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/FlameScorpion/~4/JhLHCtIz1ps" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.flamescorpion.com/how-to-take-your-business-to-the-next-level-the-right-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.flamescorpion.com/how-to-take-your-business-to-the-next-level-the-right-way/</feedburner:origLink></item>
		<item>
		<title>Top Widgets, Apps, and Themes Designed to Increase Your Profits</title>
		<link>http://feedproxy.google.com/~r/FlameScorpion/~3/FK1Uu3uDqMM/</link>
		<comments>http://www.flamescorpion.com/top-widgets-apps-and-themes-designed-to-increase-your-profits/#comments</comments>
		<pubDate>Mon, 09 Apr 2012 20:38:35 +0000</pubDate>
		<dc:creator>Lucian Apostol</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[monetization]]></category>

		<guid isPermaLink="false">http://www.flamescorpion.com/?p=1655</guid>
		<description><![CDATA[There are many apps and other resources that can help users spend money on your site. By using these apps on your site, you should begin to see more of a profit since they make it easier for users to buy things. A couple of the best examples of these services are profiled below. PayPal: [...]


Related posts:<ol><li><a href='http://www.flamescorpion.com/the-top-5-facebook-apps/' rel='bookmark' title='Permanent Link: The Top 5 Facebook Apps'>The Top 5 Facebook Apps</a></li>
<li><a href='http://www.flamescorpion.com/top-10-professional-themes-of-august-2010/' rel='bookmark' title='Permanent Link: Top 10 Professional Themes of August 2010'>Top 10 Professional Themes of August 2010</a></li>
<li><a href='http://www.flamescorpion.com/top-ecommerce-trends-for-2011/' rel='bookmark' title='Permanent Link: Top eCommerce Trends for 2011'>Top eCommerce Trends for 2011</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There are many apps and other resources that can help users spend money on your site. By using these apps on your site, you should begin to see more of a profit since they make it easier for users to buy things. A couple of the best examples of these services are profiled below.<span id="more-1655"></span></p>
<h3>PayPal: The Most Popular Money Making Web App</h3>
<p>PayPal is one of the most popular and easy to use ways for small businesses to accept various forms of payments. Subscribing to PayPal will allow customers to pay you in multiple methods and currencies. You&#8217;ll even be able to accept checks just by taking a picture of them with your mobile device, and will be given a free credit card swiper for your iPhone, iPad, or Android device. Over 100 million people around the globe are already using PayPal. Just imagine being able to open easy spending on your website to over 100 million people, plus making your face-to-face transactions that much easier. PayPal&#8217;s business plans range from absolutely free to $30 a month, depending on which option you choose, and while it&#8217;s not a full servie banking account, like a business <a href="http://www.nerdwallet.com/checking-accounts/">free checking account</a>, it&#8217;s one of the most affordable ways to process merchant payments..</p>
<h3>
MobiCart: An App that Makes Apps</h3>
<p><a href="http://www.mobi-cart.com/"> MobiCart</a> can make your e-commerce store compatible for iOS and Android markets by turning it into an m-commerce app. This will instantly open your store up to many new customers, or allow current customers to access your site in a new, convenient way. Mobile shopping is a booming new industry. In fact, over 18% of last year&#8217;s Christmas shopping was done through mobile shopping apps. Currently, over ten thousand companies are already successfully using MobiCart to reach an expanded customer base. MobiCart also lets you offer your mobile store in just about any language or currency. There is truly no easier way to break into the mobile shopping market than by using MobiCart.</p>
<h3>
Expand Your Horizons</h3>
<p>The focus of these apps is to expand the horizons of your business so you can reach more customers or more customers are comfortable using your site. For example, PayPal is a trusted resource that many people are comfortable using to pay for items online. By seeing the Paypal logo, it&#8217;s more likely that someone is going to pay using <a href="http://www.nerdwallet.com/low-apr-credit-cards">credit cards with interest</a>. Some people may not be comfortable paying for items online without the comfortable PayPal interface. Do not let these customers get away.<br />
Also, do not be the last to get into the mobile market. The earlier you get into the mobile market, the more of an impact your store will have. Both of these services are a great way to increase your profits.</p>


<p>Related posts:<ol><li><a href='http://www.flamescorpion.com/the-top-5-facebook-apps/' rel='bookmark' title='Permanent Link: The Top 5 Facebook Apps'>The Top 5 Facebook Apps</a></li>
<li><a href='http://www.flamescorpion.com/top-10-professional-themes-of-august-2010/' rel='bookmark' title='Permanent Link: Top 10 Professional Themes of August 2010'>Top 10 Professional Themes of August 2010</a></li>
<li><a href='http://www.flamescorpion.com/top-ecommerce-trends-for-2011/' rel='bookmark' title='Permanent Link: Top eCommerce Trends for 2011'>Top eCommerce Trends for 2011</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/FlameScorpion/~4/FK1Uu3uDqMM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.flamescorpion.com/top-widgets-apps-and-themes-designed-to-increase-your-profits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.flamescorpion.com/top-widgets-apps-and-themes-designed-to-increase-your-profits/</feedburner:origLink></item>
		<item>
		<title>How much is a website worth ?</title>
		<link>http://feedproxy.google.com/~r/FlameScorpion/~3/0osUTWO2Rgk/</link>
		<comments>http://www.flamescorpion.com/how-much-is-a-website-worth/#comments</comments>
		<pubDate>Sun, 08 Apr 2012 22:11:46 +0000</pubDate>
		<dc:creator>Lucian Apostol</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[monetization]]></category>
		<category><![CDATA[Publishing]]></category>
		<category><![CDATA[flipping]]></category>
		<category><![CDATA[sale]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.flamescorpion.com/?p=1652</guid>
		<description><![CDATA[There are many factors that should be taken into consideration to figure out the value of a website: revenue, traffic, age. While revenue is a result of traffic, rankings, etc, then you can guess a value just with it. Most websites are selling for 10-12 times their monthly revenue, but there are some rules that [...]


Related posts:<ol><li><a href='http://www.flamescorpion.com/it-is-worth-to-do-your-own-seo/' rel='bookmark' title='Permanent Link: It is worth to do your own SEO ?'>It is worth to do your own SEO ?</a></li>
<li><a href='http://www.flamescorpion.com/outsourcing-seo-reseller/' rel='bookmark' title='Permanent Link: Is Outsourcing the SEO worth it ? Choosing Individual, Companies or Resellers.'>Is Outsourcing the SEO worth it ? Choosing Individual, Companies or Resellers.</a></li>
<li><a href='http://www.flamescorpion.com/why-adsense-isnt-scaling/' rel='bookmark' title='Permanent Link: Why Adsense is not scaling'>Why Adsense is not scaling</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flamescorpion.com/wp-content/uploads/2012/04/pennies6.jpg" rel="lightbox[1652]"><img class="alignleft size-thumbnail wp-image-1653" title="pennies6" src="http://www.flamescorpion.com/wp-content/uploads/2012/04/pennies6-150x150.jpg" alt="" width="150" height="150" /></a>There are many factors that should be taken into consideration to figure out the value of a website: revenue, traffic, age. While revenue is a result of traffic, rankings, etc, then you can guess a value just with it. Most websites are selling for 10-12 times their monthly revenue, but there are some rules that you might want to follow to not being tricked by website flippers.</p>
<p><span id="more-1652"></span></p>
<p>The most common technique I found among website flippers is that they try to convince you to value the website just by knowing only the previous month income, or less. They will say: &#8220;This website made me 100$ in the last 15 days, this means that if you buy it with 300$ you will get the money back in 1 and a half month&#8221;. If that was so easy, why he wanted to sell the domain instead of waiting 1,5 months to get that money ? This is what guys like him does. They don&#8217;t have to lie you, they tell you the truth, but only the parts that are at their convenience.</p>
<p>If a website is less than 6 months then it is a bad thing to consider buying it for 10 times monthly revenue. The traffic is probably forced ( redirection from other websites, overuse of social media ) or it is brought. Nowadays, you can buy tens of thousands of visitors with few bucks. They are real visitors, but those people are not interested in the content. But, what is most important to you is that they will be all gone after you buy the website.</p>
<p>They will continut the communication with you and they will &#8220;try&#8221; to help you, but when it will come the question: &#8220;Why does the traffic dropped ?&#8221;, they will say that the you did not put all the marketing efforts that they have done before selling and since you are not as experienced you will think that this is the reason. If you want to learn more about how to <a href="http://websiteworthiness.com">value a website</a> you should read on <a href="http://websiteworthiness.com">this</a> website and maybe ask for a quote.</p>


<p>Related posts:<ol><li><a href='http://www.flamescorpion.com/it-is-worth-to-do-your-own-seo/' rel='bookmark' title='Permanent Link: It is worth to do your own SEO ?'>It is worth to do your own SEO ?</a></li>
<li><a href='http://www.flamescorpion.com/outsourcing-seo-reseller/' rel='bookmark' title='Permanent Link: Is Outsourcing the SEO worth it ? Choosing Individual, Companies or Resellers.'>Is Outsourcing the SEO worth it ? Choosing Individual, Companies or Resellers.</a></li>
<li><a href='http://www.flamescorpion.com/why-adsense-isnt-scaling/' rel='bookmark' title='Permanent Link: Why Adsense is not scaling'>Why Adsense is not scaling</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/FlameScorpion/~4/0osUTWO2Rgk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.flamescorpion.com/how-much-is-a-website-worth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.flamescorpion.com/how-much-is-a-website-worth/</feedburner:origLink></item>
		<item>
		<title>How to create a local web directory with WordPress.</title>
		<link>http://feedproxy.google.com/~r/FlameScorpion/~3/wXOzvLsmHXA/</link>
		<comments>http://www.flamescorpion.com/how-to-create-a-local-web-directory-with-wordpress/#comments</comments>
		<pubDate>Sun, 08 Apr 2012 14:04:31 +0000</pubDate>
		<dc:creator>Lucian Apostol</dc:creator>
				<category><![CDATA[Wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.flamescorpion.com/?p=1647</guid>
		<description><![CDATA[As you probably figured out, you can do a lot of things with wordpress: blogs, simple presentation websites, shops, portfolio websites, q&#38;a, social networks and much more. Despite web directories are not so popular as they were few years ago, I think it is still worth it to create a directory about a specific topic. [...]


Related posts:<ol><li><a href='http://www.flamescorpion.com/uk-web-directory-list-finding-the-right-directory/' rel='bookmark' title='Permanent Link: UK Web Directory List &#8211; Finding the right directory'>UK Web Directory List &#8211; Finding the right directory</a></li>
<li><a href='http://www.flamescorpion.com/uk-web-directory-by-wura/' rel='bookmark' title='Permanent Link: UK web directory by Wura'>UK web directory by Wura</a></li>
<li><a href='http://www.flamescorpion.com/directory-maximizer-manual-directory-submission-service-to-boost-your-seo/' rel='bookmark' title='Permanent Link: Directory Maximizer Manual Directory Submission Service to boost your SEO'>Directory Maximizer Manual Directory Submission Service to boost your SEO</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flamescorpion.com/wp-content/uploads/2012/04/rokstoriesfp1edited.png" rel="lightbox[1647]"><img class="alignleft size-thumbnail wp-image-1648" title="rokstoriesfp1edited" src="http://www.flamescorpion.com/wp-content/uploads/2012/04/rokstoriesfp1edited-150x150.png" alt="" width="150" height="150" /></a>As you probably figured out, you can do a lot of things with wordpress: blogs, simple presentation websites, shops, portfolio websites, q&amp;a, social networks and much more. Despite web directories are not so popular as they were few years ago, I think it is still worth it to create a directory about a specific topic. For example, don&#8217;t you wish a place where you can view all sites that host free wordpress themes ? I bet you do.</p>
<p><span id="more-1647"></span></p>
<p>Before using wordpress on everything I do, I used <a href="http://www.phplist.com/">php list</a> to build directories, but now, I found something better. A wordpress plugin  that provides all the functionality of a web directory to my wordpress installation so I can still have all the benefits of wordpress community: themes, plugins, help, etc. It is called WpLocalPlus.</p>
<p>The biggest advantage of this is that you can use it on any theme you want, including twentyten or twentyeleven. What is most intersting at this plugin is that you can automatically extract business information about a specific place from google places. So, immediately after you install it you can have all the information from google maps on your website.</p>
<p>So, if you want to give it a try, go to their website and <a href="http://www.flamescorpion.com/wplocalplus">download it</a>.</p>
<p>&nbsp;</p>


<p>Related posts:<ol><li><a href='http://www.flamescorpion.com/uk-web-directory-list-finding-the-right-directory/' rel='bookmark' title='Permanent Link: UK Web Directory List &#8211; Finding the right directory'>UK Web Directory List &#8211; Finding the right directory</a></li>
<li><a href='http://www.flamescorpion.com/uk-web-directory-by-wura/' rel='bookmark' title='Permanent Link: UK web directory by Wura'>UK web directory by Wura</a></li>
<li><a href='http://www.flamescorpion.com/directory-maximizer-manual-directory-submission-service-to-boost-your-seo/' rel='bookmark' title='Permanent Link: Directory Maximizer Manual Directory Submission Service to boost your SEO'>Directory Maximizer Manual Directory Submission Service to boost your SEO</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/FlameScorpion/~4/wXOzvLsmHXA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.flamescorpion.com/how-to-create-a-local-web-directory-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.flamescorpion.com/how-to-create-a-local-web-directory-with-wordpress/</feedburner:origLink></item>
		<item>
		<title>First 10 Things to do immediately after you install WordPress</title>
		<link>http://feedproxy.google.com/~r/FlameScorpion/~3/WWzkbWk9xp4/</link>
		<comments>http://www.flamescorpion.com/first-10-things-to-do-immediately-after-you-install-wordpress/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 20:25:21 +0000</pubDate>
		<dc:creator>Lucian Apostol</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress plugins]]></category>
		<category><![CDATA[akismet]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[original]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.flamescorpion.com/?p=1635</guid>
		<description><![CDATA[WordPress comes as a plug-and-play option for blogs and websites. While for normal websites you have to arrange your content, add pages and other stuff, on a blog you can just start blogging about whatever subject you want. Let&#8217;s assume that you already have a theme and you installed it, what you do now.  1. [...]


Related posts:<ol><li><a href='http://www.flamescorpion.com/use-tags-to-enhance-your-blog-usability/' rel='bookmark' title='Permanent Link: Use tags to enhance your blog usability'>Use tags to enhance your blog usability</a></li>
<li><a href='http://www.flamescorpion.com/how-to-quick-install-and-start-your-website-right-away-with-wordpress/' rel='bookmark' title='Permanent Link: How to quick install and start your website right away with wordpress'>How to quick install and start your website right away with wordpress</a></li>
<li><a href='http://www.flamescorpion.com/top-10-most-popular-plugins-for-wordpress/' rel='bookmark' title='Permanent Link: Top 10 most popular plugins for wordpress'>Top 10 most popular plugins for wordpress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flamescorpion.com/wp-content/uploads/2012/04/first10wordpress.jpg" rel="lightbox[1635]"><img class="alignleft size-thumbnail wp-image-1637" title="first10wordpress" src="http://www.flamescorpion.com/wp-content/uploads/2012/04/first10wordpress-150x150.jpg" alt="" width="150" height="150" /></a>WordPress comes as a plug-and-play option for blogs and websites. While for normal websites you have to arrange your content, add pages and other stuff, on a blog you can just start blogging about whatever subject you want. Let&#8217;s assume that you already have a theme and you installed it, what you do now. <span id="more-1635"></span></p>
<h3>1. Change the permalinks structure</h3>
<p>By default wordpress <a title="WordPress guide: admin panel explained" href="http://www.flamescorpion.com/wordpress-guide-admin-panel-explained/" target="_blank">link structure</a> is set to show an ugly url. Something like yoursite.com/?p=3 . WordPress have options to do this in whatever way you like, but this is the default when it installed for the first time because some hosts are not very well with url rewrite so in 3% of the cases it won&#8217;t work. To set the permalink structure go to Settings -&gt; Perlmalinks and select the option that fits best for you. In my opinion  the best way for the links is to show only the name.</p>
<p>You may be tempted to show the year and the month in the url. It is a blog right, it is good to know when the article has been created. This is the biggest mistake you can make at this point. Most of your content will be timeless, so showing the year in the url will be a flag for outdated content. Why to flag it as outdated when you know it is still worth a lot ? Links having the year and month are ugly, and search engines also hates them.</p>
<p>I think it is a big mistake because changing from year/date style to post name <a href="http://rickbeckman.org/how-to-update-your-wordpress-permalinks-without-causing-link-rot/" target="_blank">can be painfull</a>. All your links are indexed and linked to in the old way so you need to take care of the whole redirects. You have to go and do some changes manually in htaccess file. You can find the code over the internet but it will be very hard for you to make the change right just from the admin panel. If you don&#8217;t add the right rules to your htaccess file your old urls won&#8217;t be accesible and you will lose a lot of visitors.</p>
<p>The best option is to show only the name. If you fear that at some point you will have 2 posts with the same name, then don&#8217;t worry anymore. WordPress will know this and will add an additional number to the second post with the same name. Long story short, just place /%postname%/ into the &#8220;Custom Structure&#8221; section in permalinks settings and you will be just fine.</p>
<p><a href="http://www.flamescorpion.com/wp-content/uploads/2012/04/permalinks.jpg" rel="lightbox[1635]"><img class="aligncenter size-medium wp-image-1638" title="permalinks" src="http://www.flamescorpion.com/wp-content/uploads/2012/04/permalinks-300x137.jpg" alt="" width="300" height="137" /></a></p>
<h3>2. Activate Akismet.</h3>
<p><a href="http://wordpress.org/extend/plugins/akismet/" target="_blank">Akismet</a> is a plugin that comes with the wordpress install files. However, it is not activated at startup, so you have to do this later. More, you have to go to wordpress.org website and register for an account to have your akismet API key. Just skip the page where they ask you to create a paid account and go with the free one.</p>
<p><a title="Top 7 most popular plugins of 2010" href="http://www.flamescorpion.com/top-7-most-popular-plugins-of-2010/" target="_blank">Akismet</a> will protect your blog from spam comments. It is very accurate and you will make your blog and your mail inbox happy. If you don&#8217;t do this, when your website get crawled by the search engines and by &#8220;do follow blog lists&#8221; then you will receive hundreds of automated comments every day, saying the same thing. Why bother to filter spam from real comments when you can let automated software to do this for you ?</p>
<p><a href="http://www.flamescorpion.com/wp-content/uploads/2012/04/akismet.jpg" rel="lightbox[1635]"><img class="aligncenter size-medium wp-image-1639" title="akismet" src="http://www.flamescorpion.com/wp-content/uploads/2012/04/akismet-300x28.jpg" alt="" width="300" height="28" /></a></p>
<h3>3. Create a contact or about page.</h3>
<p>If you want to start a blog or website you want to let people to see who you are and how they can<a title="The Best Contact Form plugin in WordPress" href="http://www.flamescorpion.com/the-best-contact-form-plugin-in-wordpress/" target="_blank"> contact you</a>. The about page should contain some background on you and usually some links to social networks where you are involved. If you have a blog and people like what they read they will want to follow you and what you do, and you should not miss this opportunity.</p>
<p>Just writing your email address on the contact/about page is a bad thing. Spammers will use software that crawls websites for posted email addresses and what you get is only spam. Most people won&#8217;t bother to contact you unless is very important. Instead, use a <a title="Contact Form 7" href="http://www.flamescorpion.com/contact-form-7/" target="_blank">contact form</a>. I recommend to use <a href="http://wordpress.org/extend/plugins/contact-form-7/" target="_blank">Contact Form 7</a> for this. You will create a contact form on the admin panel with desired fields and then you paste a shortcode on your contact/about page. In this way you don&#8217;t get spammed and you don&#8217;t miss opportunities. A contact form is a good way to receive: collaboration opportunities, thank you messages, feedback for your website, advertising/link requests, etc.</p>
<p><a href="http://www.flamescorpion.com/wp-content/uploads/2012/04/contactpage.jpg" rel="lightbox[1635]"><img class="aligncenter size-full wp-image-1640" title="contactpage" src="http://www.flamescorpion.com/wp-content/uploads/2012/04/contactpage.jpg" alt="" width="368" height="146" /></a><a href="http://www.flamescorpion.com/wp-content/uploads/2012/04/noindex.jpg" rel="lightbox[1635]"><br />
</a></p>
<h3>4. Install a SEO plugin</h3>
<p>WordPress <a title="It is worth to do your own SEO ?" href="http://www.flamescorpion.com/it-is-worth-to-do-your-own-seo/" target="_blank">SEO</a> settings are ok, but you can do more. The default setup has the basic but it is not meant to maximize the output in terms of SEO. It is best to install a wordpress <a title="Is SEO Worth It for Blogs?" href="http://www.flamescorpion.com/is-seo-worth-it-for-blogs/" target="_blank">SEO</a> plugin like <a title="Top 10 most popular plugins for wordpress" href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">All in one seo</a>. What you do is to ensure that all the pages on your website have the right titles, description and keywords meta tags. This will not make your site rank on the first page instantly but it will surely help you in the long run.</p>
<p>When setting up the title, you should have it something like postname + blogname. I noticed that this is working best for me, despite I sometimes prefer to not have the blog name in the titles of blog posts. It looks more professional this way, but it is not that good for search engines. For example, if you want to be in the first page for a certain keyword, then you should place that keyword at the end of every page title. You have a link from every page to your homepage. Having the main keyword in every title page will just add more value for your homepage when showing search results for that specific keyword.</p>
<p>If you use All in one seo pack there are options to have no index on some pages like tag pages or category pages. Pages that will show all the post from a specific category, or pages that show all posts from a specific tag may result in search engines to index different pages on your website with similar content. Advanced SEO guys that overreact about duplicate content will tell you that you should definitely make those pages noindex, to tell search engines to not index tag or category pages. It makes sense but this also have downsides. It will hurt to your internal linkbuilding since you blog posts will not be very well linked to other posts with similar content. For example, if you write two blog posts for the same tag, they will be interlinked trough that tag page, making the connection stronger and yelling to the search engines that those posts are related and relevant one to each other. Secondly, is you use noindex or nofollow a lot on your blog Google will know that you overuse these to influence search results and you migh get sandboxed or penalised. The best way to overcome the duplicate issue is to use the more tag. Placing the &#8220;more&#8221; tag when you write a blog post will tell wordpress to show the full content only on the single post page. On all other pages like homepage, tag pages and category pages it will show only the content before the more tag.</p>
<p style="text-align: center;"><a href="http://www.flamescorpion.com/wp-content/uploads/2012/04/noindex.jpg" rel="lightbox[1635]"><img class="aligncenter" title="noindex" src="http://www.flamescorpion.com/wp-content/uploads/2012/04/noindex.jpg" alt="" width="266" height="185" /></a></p>
<h3>5. Add  RSS button and Email subscription</h3>
<p>You will invest a lot in writing quality content. Whenever someone reads a post from you that he likes he will want to read more from you, but it will not waste a lot of time to remember your url or to check every day if you&#8217;ve posted anything new. He will want to connect to your content in a way or another.</p>
<p>The best way to let others know when you post and read your articles is your blog feed. You can locate it ad yourblog.com/feed or yourblog.com/rss. WordPress output your blog content in xml format by default. Using your content feed people can add your blog into their favourite feed reader or to receive your content by email.</p>
<p>Content readers are a common way to read online content. If you don&#8217;t do it already you should try<a href="http://www.google.com/reader/" target="_blank"> Google Reader</a>. To make it easier for others to add you, place a nice rss button somewhere at the top right of your blog. You should add the basic rss image and link it to your blog feed.</p>
<p>A good advice I can give you here is to use <a href="http://feedburner.google.com" target="_blank">Feedburner</a>. It is a service that will redirect your feed and will make it easier for people to add it. Also, if you use feedburner users can subscribe to receive updates on their email inbox whenever you post something new.</p>
<p style="text-align: center;"><a href="http://www.flamescorpion.com/wp-content/uploads/2012/04/rssbuton.jpg" rel="lightbox[1635]"><img class="aligncenter  wp-image-1642" title="rssbuton" src="http://www.flamescorpion.com/wp-content/uploads/2012/04/rssbuton.jpg" alt="" width="209" height="209" /></a></p>
<h3>6. Create a Facebook fan page and a twitter account and link them from your blog</h3>
<p>Another great way to keep your readers connected is to have a <a href="https://twitter.com/" target="_blank">twitter account</a> or a facebook page. Whenever you post new content to your blog, make sure you let your tweeter followers and facebook fans about it. If it is your only blog and something that represent you then you should use your personal twitter account for this. On the other side, you still need to create a facebook fan page. You don&#8217;t want to receive a friend request whenever a user want to read more from you. People can become fans of your facebook page and you can notify them whenever you post something new. The facebook page can be user in other ways too but you should learn it while practicing.</p>
<p>Don&#8217;t forget to add a nice follow button for twitter, and become a fan button for facebook. You can also add a nice widget that will link your facebook page with your blog.</p>
<p><a href="http://www.flamescorpion.com/wp-content/uploads/2012/04/followme.jpg" rel="lightbox[1635]"><img class="aligncenter size-thumbnail wp-image-1643" title="followme" src="http://www.flamescorpion.com/wp-content/uploads/2012/04/followme-150x150.jpg" alt="" width="150" height="150" /></a></p>
<h3>7. Add social media and bookmarking buttons</h3>
<p>If you write quality content or post interesting images, people will like to share it with their friends. The changes that they will tweet or share your content are higher if they can do it right away. At the top or end of every post you should have some buttons that will let people share your content on top social media or social bookmarking sites like: twitter, facebook, digg, stumbleupon, pinterest.</p>
<p>On wordpress you can quickly to this by installing a social sharing plugin like <a href="http://wordpress.org/extend/plugins/share-this/" target="_blank">share this</a>, or <a href="http://wordpress.org/extend/plugins/sexy-bookmarks-sidebar-plugin/" target="_blank">sexy bookmarks</a> or whatever you see fit.</p>
<p>&nbsp;</p>
<h3>8. Add lightbox plugin for your images</h3>
<p>By default, when you add an image into a post on wordpress, the image will have a link on it that will direct users to the full sized image.  This is good but not perfect. When someone click on an image, the image will open on the same window and he will have to hit back and reload the page to continue reading. I hate when this happens. In 2012, all blogs should have a good lightbox plugin. You only have to install it ( try<a href="http://wordpress.org/extend/plugins/wp-lightbox-2/" target="_blank"> lightbox 2</a> ) and you&#8217;re all set. Whenever someone will click on an image on your content a nice javascript pop-up will show that will represent the full-sized image. The image can be closed by pressing the close button on the lightbox or clicking outside the image.</p>
<p>It is called lightbox because the image will show and the rest of the content will be darken to make it look that there is a light pointing to that image.</p>
<h3>9. Add some widgets to your sidebar.</h3>
<p>Today, almost every right coded theme will have a widgetized sidebar. This means that you can customize what you show on the sidebar directly from the Administration panel. Go to Appearance -&gt; Widgets. On the left you will see a list of widgets you can add to your sidebars. On the right you will see the active sidebars on your theme. It is called generic a &#8220;sidebar&#8221; but actually it can be added anywhere in your theme ( header, footer, etc ).</p>
<p>Drag widgets that you will like to display, for example: Calendar, Archives, Recent posts, Pages to show your menu, etc.</p>
<h3>10. Write and post some great stuff.</h3>
<p>If you do not post quality and original stuff then you will probably fail very soon. Why will someone revisit your website, click on that ads, buy advertising or buy something that you recommend if you only post content copied from other sites or crappy articles ? Think about it and try to add value to the topic that you write about. Remember that unless you are a pop or movie star no one cares what you ate at dinner or what movies you saw ( unless you run a movie review blog ).</p>
<p>&nbsp;</p>
<p>This being said, good luck with your new blog. Below it is an image that contains a list with all the above steps that you can save on your computer for later use.</p>
<p style="text-align: center;"><a href="http://www.flamescorpion.com/wp-content/uploads/2012/04/top10.jpg" rel="lightbox[1635]"><img class="size-full wp-image-1636 aligncenter" title="First 10 things to do immediately after you install wordpress" src="http://www.flamescorpion.com/wp-content/uploads/2012/04/top10.jpg" alt="" width="350" height="488" /></a></p>
<p>&nbsp;</p>


<p>Related posts:<ol><li><a href='http://www.flamescorpion.com/use-tags-to-enhance-your-blog-usability/' rel='bookmark' title='Permanent Link: Use tags to enhance your blog usability'>Use tags to enhance your blog usability</a></li>
<li><a href='http://www.flamescorpion.com/how-to-quick-install-and-start-your-website-right-away-with-wordpress/' rel='bookmark' title='Permanent Link: How to quick install and start your website right away with wordpress'>How to quick install and start your website right away with wordpress</a></li>
<li><a href='http://www.flamescorpion.com/top-10-most-popular-plugins-for-wordpress/' rel='bookmark' title='Permanent Link: Top 10 most popular plugins for wordpress'>Top 10 most popular plugins for wordpress</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/FlameScorpion/~4/WWzkbWk9xp4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.flamescorpion.com/first-10-things-to-do-immediately-after-you-install-wordpress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.flamescorpion.com/first-10-things-to-do-immediately-after-you-install-wordpress/</feedburner:origLink></item>
		<item>
		<title>Where to find good WordPress coders</title>
		<link>http://feedproxy.google.com/~r/FlameScorpion/~3/NA_urJDopGQ/</link>
		<comments>http://www.flamescorpion.com/where-to-find-good-wordpress-coders/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 19:21:41 +0000</pubDate>
		<dc:creator>Lucian Apostol</dc:creator>
				<category><![CDATA[freelancing]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.flamescorpion.com/?p=1630</guid>
		<description><![CDATA[Finding good programmers is not easy. There is a myth that says that you can outsource everything to poor countries and you get a lot of work done for nothing. This may work pretty well for robotic activities like data entry or something like this, but why do you think there are so many companies [...]


Related posts:<ol><li><a href='http://www.flamescorpion.com/why-you-should-outsource-your-work/' rel='bookmark' title='Permanent Link: Why you should outsource your work'>Why you should outsource your work</a></li>
<li><a href='http://www.flamescorpion.com/the-disadvantages-of-being-a-freelancer/' rel='bookmark' title='Permanent Link: Disadvantages of Being a Freelancer'>Disadvantages of Being a Freelancer</a></li>
<li><a href='http://www.flamescorpion.com/almost-20000-plugins-in-wordpress-plugin-directory/' rel='bookmark' title='Permanent Link: Almost 20,000 plugins in wordpress plugin directory'>Almost 20,000 plugins in wordpress plugin directory</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flamescorpion.com/wp-content/uploads/2012/04/wordpress-coder.jpg" rel="lightbox[1630]"><img class="alignleft size-thumbnail wp-image-1631" title="wordpress-coder" src="http://www.flamescorpion.com/wp-content/uploads/2012/04/wordpress-coder-150x150.jpg" alt="" width="150" height="150" /></a>Finding good programmers is not easy. There is a myth that says that you can outsource everything to poor countries and you get a lot of work done for nothing. This may work pretty well for robotic activities like data entry or something like this, but why do you think there are so many companies that prefer to work with US programmers ? Most people in those countries don&#8217;t even take time to get used with the language so they can communicate with buyers. Most of them are in for some quick cash. The truth is that there are enough programmers that are willing to do for you more than you pay just because they respect what they do, they want to do better and better so they can learn more and more. The goal here is to spot those coders. <span id="more-1630"></span></p>
<p>The first place that comes to anyone mind when looking for a programmer is to got the top 2 or 3 outsourcing networks and to post a job. This is a way to do the job, but you should take care of some things from the very begining. You should know how to write that ad so you can attract the right coders.</p>
<p>Here is a list with things to follow when writing your ad:</p>
<ul>
<li><strong>Give clear specifications</strong></li>
<li><strong>Take time to arrange your text</strong> ( if you don&#8217;t care enough to arrange your text then a good programmer won&#8217;t care to bid for your project )</li>
<li><strong>Don&#8217;t post your ad to more than 1 website. </strong>At first you will disagree with this, but most programmers have accounts on all major outsourcing websites and if they feel that there is a chance that you will not select a programmer they won&#8217;t bid. Good programmers won&#8217;t waste their time to read your ad and to bid on it.</li>
<li><strong>Avoid any cliche. </strong>For example: &#8220;This is an easy job for someone who knows what he is doing&#8221;, &#8220;This should only take few hours of work&#8221;, &#8220;Please bid only if you are good at this&#8221;, &#8220;I can do it myself but I don&#8217;t have time&#8221;. When a programmer bid on your job, he is aware of his skills and they will bid only if they know they can do it. If you post this stuff poor programmers won&#8217;t be excluded. They just copy and paste their proposal to all jobs even some of them clearly states that are only for a specific countries. It does not matter for them, so writing such phrases will only make good programmers to go away.</li>
<li><strong>Adjust your budget accordingly.</strong> If you aim to get the lowest bid then deal with poor programmers. They will only waste your time. If you want to attract good programmers then make it to look that you don&#8217;t care and let the programmers to tell you what they think their time worth. You will find enough programmers that will do a good job for the half of the price that you may have to pay to a full time programmer that you employ.</li>
</ul>
<p>&nbsp;</p>
<p>If you adjust your job ad accordingly then you might start to get proposals from good programmers. Then you must know how to choose them. If you think that a bid is too low, then it migh really be. There are sellers that bid to every project, you can&#8217;t get away of them. They don&#8217;t even read what you wrote. If the bid looks too generic then ignore it. You have to find that programmer that took enough time to understand what you want. If you select a programmer that you were aware that the bid is too low but you try to ripe him, he will realise sooner or later than continuing the job is bad for him and will leave you with the project half completed. Try to communicate few times with the one you want to choose so you can be sure that he meant what he said in the proposal and he still wants to work with you even if you will be there to drive him and to review the results.</p>
<p>Where you have the most chances to find the good ones ? That depends. I&#8217;ve seen<a href="http://www.flamescorion.com/elance" target="_blank"> Elance</a> a good way to find good programmers because they have a system that let them to bid only on about 20 projects every month for free. If they want to bid more then they have to buy the &#8220;connections&#8221;. This system works well enough to prevent the people that bid very low to a lot of projects and they only follow up the ones that they think their payoff is best. Since you are looking for a specific type of coders: WordPress programmers, you may want to look in dedicated places.</p>
<p>There is a job board website dedicated to WordPress: <a href="http://www.wordpressfreelance.com/" target="_blank">WordPress Freelance</a>. You can be sure that all people there know wordpress and want to work on wordpress. Another good place to find is to post directly into the wordpress official forums, or go trough the people that advertised their wordpress work and ask them for quotes.</p>
<p>In the end, please remember: <strong>You get what you pay for</strong>.</p>


<p>Related posts:<ol><li><a href='http://www.flamescorpion.com/why-you-should-outsource-your-work/' rel='bookmark' title='Permanent Link: Why you should outsource your work'>Why you should outsource your work</a></li>
<li><a href='http://www.flamescorpion.com/the-disadvantages-of-being-a-freelancer/' rel='bookmark' title='Permanent Link: Disadvantages of Being a Freelancer'>Disadvantages of Being a Freelancer</a></li>
<li><a href='http://www.flamescorpion.com/almost-20000-plugins-in-wordpress-plugin-directory/' rel='bookmark' title='Permanent Link: Almost 20,000 plugins in wordpress plugin directory'>Almost 20,000 plugins in wordpress plugin directory</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/FlameScorpion/~4/NA_urJDopGQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.flamescorpion.com/where-to-find-good-wordpress-coders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.flamescorpion.com/where-to-find-good-wordpress-coders/</feedburner:origLink></item>
		<item>
		<title>Notable Reputation Management Case Studies</title>
		<link>http://feedproxy.google.com/~r/FlameScorpion/~3/TYy8y0HvvQM/</link>
		<comments>http://www.flamescorpion.com/notable-reputation-management-case-studies/#comments</comments>
		<pubDate>Sun, 01 Apr 2012 16:31:52 +0000</pubDate>
		<dc:creator>Lucian Apostol</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.flamescorpion.com/?p=1592</guid>
		<description><![CDATA[Oxford-Metrica, an analytics and advisory firm, reported that over 80% of companies will experience a problem that will cause a negative impact to their reputation and to their financial success. This is because most companies simply are not prepared to handle crisis and to prevent a negative reputation from getting out of control. There are [...]


Related posts:<ol><li><a href='http://www.flamescorpion.com/when-you-should-consider-the-move-to-a-dedicated-server/' rel='bookmark' title='Permanent Link: When You Should Consider the Move to a Dedicated Server'>When You Should Consider the Move to a Dedicated Server</a></li>
<li><a href='http://www.flamescorpion.com/tips-for-getting-your-first-website-built/' rel='bookmark' title='Permanent Link: Tips for Getting Your First Website Online'>Tips for Getting Your First Website Online</a></li>
<li><a href='http://www.flamescorpion.com/is-local-website-hosting-cheaper/' rel='bookmark' title='Permanent Link: Is local website hosting cheaper ?'>Is local website hosting cheaper ?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Oxford-Metrica, an analytics and advisory firm, reported that over 80% of companies will experience a problem that will cause a negative impact to their reputation and to their financial success. This is because most companies simply are not prepared to handle crisis and to prevent a negative reputation from getting out of control. There are numerous <a href="http://www.internetreputationmanagement.com/case-studies">reputation management case studies</a> that demonstrate this lack of preparation. Everyone is vulnerable and due to first amendment rights (a good thing) Google rarely removes search results (a bad thing).<span id="more-1592"></span></p>
<p>Perhaps the most notable example in previous years is the BP oil spill. In this case, many organizations and individuals criticized BP for making numerous PR blunders after the spill. Many believed that BP spokespeople should have learned from the Exxon oil spill and how that disaster was poorly handled. While the BP oil spill in itself<br />
was enough to have a great impact on the company, the follow-up communication strategy dug the company in deeper. Still, to BP’s credit, it was a tough situation and continues to be in the legal aftermath.</p>
<p>Goldman Sachs is another corporation that followed questionable tactics that led to permanent reputation damage for their company. Although a check of Google search results shows their first page is clear of negatives, the second page doesn’t look so good. Their current 10,000 women initiative is a good example of the right way to do things though.</p>
<p>These examples of reputation management are well known. Most companies run on a much smaller scale, yet can be just as affected by reputation management mistakes. This is why it has become increasingly common for companies to seek the advice and services of reputation management professionals who get their reputation back on track. By reducing the effects of negative press and consumer reviews while increasing positive press, it is possible to enhance the success of a business as long as these goals are achieved sooner than later.</p>


<p>Related posts:<ol><li><a href='http://www.flamescorpion.com/when-you-should-consider-the-move-to-a-dedicated-server/' rel='bookmark' title='Permanent Link: When You Should Consider the Move to a Dedicated Server'>When You Should Consider the Move to a Dedicated Server</a></li>
<li><a href='http://www.flamescorpion.com/tips-for-getting-your-first-website-built/' rel='bookmark' title='Permanent Link: Tips for Getting Your First Website Online'>Tips for Getting Your First Website Online</a></li>
<li><a href='http://www.flamescorpion.com/is-local-website-hosting-cheaper/' rel='bookmark' title='Permanent Link: Is local website hosting cheaper ?'>Is local website hosting cheaper ?</a></li>
</ol></p><img src="http://feeds.feedburner.com/~r/FlameScorpion/~4/TYy8y0HvvQM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.flamescorpion.com/notable-reputation-management-case-studies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.flamescorpion.com/notable-reputation-management-case-studies/</feedburner:origLink></item>
	</channel>
</rss>

