Write the reason you're deleting this FAQ

Hello fellow freelancers and content writers.
You are probably aware of the fact that I contribute a lot in the Community Discussions. I want to encourage people to join, answer and get their questions answered. I want to help people and I would love to see people contribute with their personal ideas, suggestions, advice and recommendations too. In every single topic they can. - The more the merrier so to speak.
With that being said, I submit a variety of different questions. Anything from this to that. In multiple niches and areas. - And I do this because I want to learn.
However, what I've recently found out, is that I have difficulties writing versus content.. And I can't really come up with the reason for it either. It's just like a mental block or something. - What I mean by "versus content"?
Basically a comparison of two or more products. This versus that.
So what I would like to ask, is why do you think I experience this, and have you ever experienced the same thing? - And if you have, what did you do?
Best Regards,
hitmeasap
Are you sure you want to delete this post?
Here's what I do. I try not to think about it as a VS. I think about it like I'm writing a review of each item, one item at a time. So I'll write up my description of the first item/product I'm doing a VS on. I'll read up about it first and then copy/paste some details into a notepad file. Then I'll start writing my own description/version of it from what I have to go on about it. Such as the existing product description. But more than that, I'll also check out the reviews for it as well. The reviews of it can actually help you to gleam a lot of insight into that product/item.
Then, I'll do the exact same thing for the other item/product that I'm doing a VS on. Making sure to read the current product description, highlights and reviews of it. Then copy/paste that into a notepad file and then start writing my own description of it. Eventually you'll end up with two unique descriptions of each product/item that you can then use in your VS of each.
You'll have to come up with pros + cons for each as well. But again, you can check out the reviews of them for that. Amazon is good in that way as it has the reviews on the actual product page. However, if there aren't many reviews to go on. Just do a Google search for "Product + reviews" or even search it up on YouTube. Chances are if it's a popular product, there will be a lot of videos about it on YouTube and they all usually have a lot of comments in them by people who have used that product/item and gave their experience/feedback on it.
So yeah, that should guide you into the right direction. Don't over think stuff too much. Just breeze through it.
That's what I do anyway. :)
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Yeah that's it basically me hearty. Try to remove the versus word from your mind or even replace it with some other word in your mind if you can. Forget versus. Just do what you do best. You're a truly awesome writer Andre. More so considering English isn't your native language and I've always said this and I'll say it again, if I didn't know that, I would just always assume English WAS your native language. But yeah, you're a great writer Andre and you have a lot of potential inside you! We just got to tap into that!
But try not to over think it! Just take it in your stride. What will be will be. Go with the flow.
Hakuna matata mate. :)
Are you sure you want to delete this post?


Thank you for the kind words Mike. I know you've said it earlier too but it's still awesome to hear. I appreciate it :)
Perhaps I'm just overthinking this like you've said.. I have a pretty bad habit of doing that actually, and even more lately, so it's a real pain in the ass and it definitely do more harm than good in the long run.
That word is freaking me out somehow. [b]Versus[/b]. But why?! - It's a simple word, I know the meaning of it, and I know exactly what it is about.. But that word makes me anxious. It's like some sort of [i]kryptonite[/i] to my brain. :D
Geez, I'm getting crazy over this. I'll have to erase it! - Thank you once again Mike, I appreciate it :)
Are you sure you want to delete this post?

No problem brother! You'll get through it, we are all guilty of over thinking stuff. I said this once to a friend who had recently had something happen which caused him a lot of grief and upset. And I know you have recently had something similar happen too. But he was going over it again and again in his mind backwards and forwards. What I said to him was this; look, you can spend hours, days, weeks even months analyzing and over analyzing all the broken pieces on the floor. Trying to think about what you done wrong, did or didn't do right. Or you can just leave them there on the floor and move the f on. Crap happens. That's life. Nobody is immune to it. What matters is how we deal with it at the time and being able to let go and move forwards.
What's that prayer that people pray when they need peace and strength? I'm not religious but I find it very strengthening.
Here it is in visual form.
[url=http://www.quotesvalley.com/images/66/god-grant-me-the-serenity-to-accept-the-things-i-cannot-change-37.jpg][img]http://www.quotesvalley.com/images/66/god-grant-me-the-serenity-to-accept-the-things-i-cannot-change-37.jpg[/img][/url]
It's genius! :)
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
| Match | Count | SQL | Script |
| SELECT * FROM `questions` as q JOIN categories_faq as c ON q.catid=c.CATID WHERE (q.status=1 OR (q.status=2 AND userid='') ) AND q.quesid='20934' | 1 | SELECT q.*, c.seo as CatSEO, c.name as CatName, c.parentid
FROM `questions` as q
JOIN categories_faq as c ON q.catid=c.CATID
WHERE (q.status=1 OR
(q.status=2 AND userid='')
)
AND q.quesid='20934' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='6160' | 1 | SELECT * FROM seoclerks.members WHERE USERID='6160' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM seoclerks.members WHERE USERID=6160 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=6160 | /opt/clerks-staging/docroot/include/functions/main.php 16914 GetGooglePlusProfileFromId() () |
| SELECT * FROM ratings_faq as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=20934 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faq as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=20934
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='20934' AND a.userid=b.USERID and b.status='1' AND a.status=1 ORDER BY a.combined_votes DESC, a.date_answered asc | 1 | SELECT a.answer, a.USERID, a.upvotes, a.downvotes, a.ansid, a.parentid, a.combined_votes, a.date_answered,
b.username, b.userlevel, b.profilepicture FROM answers a, seoclerks.members b
WHERE a.quesid='20934' AND a.userid=b.USERID and b.status='1' AND a.status=1
ORDER BY a.combined_votes DESC, a.date_answered asc | /opt/clerks-staging/docroot/viewfaq.php 1245 () () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=113827 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=113827
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=113883 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=113883
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=113701 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=113701
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=113703 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=113703
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=113710 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=113710
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=113714 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=113714
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=113718 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=113718
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=113764 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=113764
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=128560 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=128560
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=129225 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=129225
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='20934' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='20934' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='20934' AND status='1' AND (question like '%Why I Feel "Versus" Content Harder Write?%' OR question like '%Feel%' OR question like '%"Versus"%' OR question like '%Content%' OR question like '%Harder%' OR question like '%Write?%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='20934' AND status='1'
AND (question like '%Why I Feel "Versus" Content Harder Write?%' OR question like '%Feel%' OR question like '%"Versus"%' OR question like '%Content%' OR question like '%Harder%' OR question like '%Write?%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='3321' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='3321' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='8860' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='8860' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='10788' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='10788' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='840' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='840' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='632' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='632' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM members_ledger WHERE script='/opt/clerks-staging/docroot/viewfaq.php' AND querystring LIKE '%id=20934%' AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE script='/opt/clerks-staging/docroot/viewfaq.php'
AND querystring LIKE '%id=20934%'
AND added>=UNIX_TIMESTAMP(NOW())-1200
GROUP BY USERID
| /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM categories | 1 | SELECT * FROM categories | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| select * from categories_software order by name asc | 1 | select * from categories_software order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetSoftwareCategories() |
| select * from categories_wanttobuy order by name asc | 1 | select * from categories_wanttobuy order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_wantcategories() |
| select * from categories_wanttotrade order by name asc | 1 | select * from categories_wanttotrade order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_tradecategories() |
| SELECT * FROM seoclerks.members WHERE USERID='2951.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2951.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='306632.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='306632.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='272.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='272.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='6160.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='6160.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='585810.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='585810.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='600657.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='600657.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| select * from categories_faq order by name asc | 1 | select * from categories_faq order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetFaqCategories() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |
| Avg Time | Count | SQL | Max | Min |
Everett
How I write "versus" post is this (product based):
1. Find product/item to compare
This can be done via Amazon, or searching for trending products.
2. Find the differences about the item
A lot of times, products will list features and what not, open 2 browser windows and compare side by side.
3. Amazon allows you to compare products
Amazon somes allows for you to compare products, it's a cool feature. Basically just click the link that says compare. It will show a table with differences, similarities, and what not. This is not available on all products though, but it does help!
Sometimes I do have a lot of writers block, but the best way to cure writers block is to quit writing for moment, and then get back at it again. And by a moment i mean like 20 minutes to an hour. Good luck! Writing any type of content is hard, and time consuming. How I write "versus" post is this (product based): 1. Find product/item to compare This can be done via Amazon, or searching for trending products. 2. Find the differences about the item A lot of times, products will list features and what not, open 2 browser windows and compare side by side. 3. Amazon allows you to compare products Amazon somes allows for you to compare products, it's a cool feature. Basically just click the link that says compare. It will show a table with differences, similarities, and what not. This is not available on all products though, but it does help! Sometimes I do have a lot of writers block, but the best way to cure writers block is to quit writing for moment, and then get back at it again. And by a moment i mean like 20 minutes to an hour. Good luck!
Are you sure you want to delete this post?