Write the reason you're deleting this FAQ
When it comes to web development, you either know how to do it or you don't. You either need to learn how to do it yourself, and do it, or you need to outsource your web development out to someone else.

To those that haven't done web dev before, that can be a bit of a minefield. Even for those that have as things change, prices change, services end and it can mean having to shop around again. And like most things you want to buy, web development is something that would pay to shop around as well right?
If you are looking to improve or upgrade your site. And you'd like to have some feature working on it that you have in mind, something it needs that you don't know how to do. You either have to seek help and learn how to do it yourself. Or find out if it's better to just hire a web dev to do it for you.
I guess it really depends on the complexity of what kind of web development you need. Some things are probably really easy to learn how to do yourself, and then do them. But some things are simply beyond your knowledge or know-how and skills to do.
But if you really need that feature or without it your site wont progress and have a chance to succeed, then you either (as the webmaster) have to learn how to do it or whether or not you'll need to hire a web developer to do it for you.
Which would be better to do based on these surrounding points;
Learn to do it yourself and then do it if you can?
That could take a lot of time depending on the task at hand. Time to learn and time to apply. That could also cost you in other ways in lost time alone and you might eventually find out that you will need to buy or hire a web developer anyway. On the other hand, you would learn how to do that thing yourself, which could come in handy later on and also go towards improving your web dev skills anyway.
Just hire a web developer to do it for you?
This of course pretty much guarantees the work will be done and probably a lot better and a lot faster than you could do it in which means no lost time but you will have to pay for it. That can vary from $10-100 for fairly small and trivial web dev tasks to $100-1000+ depending on complexity and time involved.
When it comes to web development and web design. It's usually do or die.
So in a scenario like that, what would you do and why?
Thanks MasterA! Yeah that is most peoples thinking in that you either knuckle down and learn to do it or just pay someone that does! And for the most part about web developments that's a good thing. Although it can pay to shop around as there's some sharks out there that would have you over and paying 10x the jobs actual worth. I don't know how you can put a price on something like that exactly but if they done a proper solid job of it for you then fair enough I guess. Where as there's some people that would charge a very small price for it but their job might not be really good or take a long time. It can be a bit of a minefield but SEOClerks does a great job of letting you find a highly rated web developer on here by just searching the marketplace and sorting by most ratings or even most knowledge as the FAQ is tied into the sorting options. There's not that many here atm saying that which is a strange thing but also means there is sooo much potential for a web dev to smash it on here OMG hello!! :D
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Yeah so you're like me then and I guess, a lot of people (webmasters/bloggers) in that aspect, in that you'd rather learn and try to do it yourself if it was something fairly trivial. Otherwise, if it's something mammoth then get the suit and ties (freelancers) to do it for you. That's very interesting what you say about maybe you can learn to do these things. A lot of people would like to do that but don't know where to start. Some of them aren't as hard to learn as you might think. There is a lot of stuff online these days like web dev tutorials and that but I can do a post on that for some places I use in my free time to learn stuff like that as you never know when it might come in handy or you see things that makes you go "oh that would be handy to have on my site". 
Thanks Lynee! :) Yeah so you're like me then and I guess, a lot of people (webmasters/bloggers) in that aspect, in that you'd rather learn and try to do it yourself if it was something fairly trivial. Otherwise, if it's something mammoth then get the suit and ties (freelancers) to do it for you. That's very interesting what you say about maybe you can learn to do these things. A lot of people would like to do that but don't know where to start. Some of them aren't as hard to learn as you might think. There is a lot of stuff online these days like web dev tutorials and that but I can do a post on that for some places I use in my free time to learn stuff like that as you never know when it might come in handy or you see things that makes you go "[b]oh that would be handy to have on my site[/b]". :)
Watch this space! :D
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='20470' | 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='20470' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='272' | 1 | SELECT * FROM seoclerks.members WHERE USERID='272' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM categories_faq WHERE CATID='43' | 1 | SELECT CATID, seo, name, metatitle, h2header, metakeywords, metadescription, metaheader, parentid, image_name FROM categories_faq WHERE CATID='43' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() GetCategorySeoFromType() |
| SELECT * FROM seoclerks.members WHERE USERID=272 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=272 | /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=20470 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=20470
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='20470' 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='20470' 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=111489 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=111489
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=111623 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=111623
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=111510 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=111510
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=111621 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=111621
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=111763 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=111763
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=143454 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=143454
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='20470' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='20470' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='20470' AND status='1' AND (question like '%Should outsource web development learn DIY?%' OR question like '%Should%' OR question like '%outsource%' OR question like '%development%' OR question like '%learn%' OR question like '%DIY?%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='20470' AND status='1'
AND (question like '%Should outsource web development learn DIY?%' OR question like '%Should%' OR question like '%outsource%' OR question like '%development%' OR question like '%learn%' OR question like '%DIY?%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='1364' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1364' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='1129' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1129' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='147' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='147' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='9' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='9' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='1508' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1508' 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=20470%' 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=20470%'
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='311920.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='311920.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='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='134.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='134.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 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 |
MasterA
Even if you do all the web development yourself, it just takes a lot of time which you could be using elsewhere. This would make websites less profitable because you spend less time on new projects and constantly updating old projects which won't really change your revenue. Therefore, maybe hiring developers to help out still is a good idea for older projects even if you can do it yourself and focus on the newer/more profitable projects. This is a very good discussion and I have actually been thinking about this for a long time. When I first become a webmaster, I was very bad with development. I can do the simple things like adding a link to the footer or changing the colours of your style but when it came to more complex web development tasks like creating a new theme, then it just becomes an impossible task for me so I had to hire web developers to help me complete the task. However, over time, I just thought that I needed to spend so much money because I had to constantly update my website and as a result, my website became less and less profitable. Therefore, I decided to learn how to code so I can make the changes myself which saves me a lot of money. Even if you do all the web development yourself, it just takes a lot of time which you could be using elsewhere. This would make websites less profitable because you spend less time on new projects and constantly updating old projects which won't really change your revenue. Therefore, maybe hiring developers to help out still is a good idea for older projects even if you can do it yourself and focus on the newer/more profitable projects.
Are you sure you want to delete this post?