Click here to Skip to main content
Click here to Skip to main content

Code Project Technical Blog FAQ

By , 27 Feb 2012
 

Table of Contents

  1. How do I submit my blog on The Code Project?

    From the home page:

    BlogFAQ/PostBlog.png

    Or click this link to our Add Your Technical Blog page

    Put in the title of your blog, and then put URL to your blog's RSS feed and not the URL to your blog's home page. This feed should include the full content of your blog posts – not summaries.

  2. How do select which blog entries I want on Code Project?

    • Place the keyword CodeProject within the <category> element that is the direct child of <channel>. This marks all items within the channel as consumable.
    • Place the CodeProject keyword within the <category> element that is the direct child of an <item>. This marks just the one item as consumable.
    • Leverage the Rel-Tag Microformat. Check out the links if you've never heard of them. It's really simple. All you need to do is place an anchor tag somewhere in you blog article's content. E.g.:

      <a href="http://anyurl.com" rel="tag">CodeProject</a>

      If you don't want this link visible just use a style to hide it (e.g. style="display:none") – we'll still pick it up.

      The URL in the anchor can be any URL you like but we thought it would be useful to point to your blog articles page here on code project: http://www.codeproject.com/script/Articles/BlogFeedList.aspx?amid=<your member id>

    Note that there is a minimum length of 1000 words for blog entries (excluding HTML). Any entries under this length will not be consumed.

    Please do not submit blogs other than your own. If you have suggestions on blogs you would like seen here please contact us. We can reach out to the author and ask for their permission.

  3. I use blogspot, how do I modify my RSS feed?

    Because the default feed for blogspot is Atom 1.0, make sure you add "?alt=rss" to the end of your feed URL.

    The result will look like this: http://blogname.blogspot.com/feeds/posts/default?alt=rss

  4. I use a wordpress.com blog, how do I manipulate my RSS feed?

    Your RSS feed URL is: http://blogname.wordpress.com/feed/

    Once you are logged in to your wordpress account go to your settings page
    My Dashboard > Settings > Reading:
    http://sitename.wordpress.com/wp-admin/options-reading.php

    Make sure "Full text" is selected as shown below:

    BlogFAQ/wordpresscomFullText.png

    And make sure that the number of "Syndication feeds show the most recent" number of posts will include your desired post.

    Then go to Categories section: My Dashboard > Posts > Categories:
    http://blogname.wordpress.com/wp-admin/categories.php

    and add "CodeProject" to the Category Name field and hit "Add Category." Now you can edit previous posts you would like added to Code Project, and change their category to the "CodeProject"

  5. I use wordpress on my own registered domain, how do I manipulate my RSS feed?

    One of our wonderful users, hjgode, created a Wordpress Plugin that you simply have to add to your site by following his instructions.

  6. How does your RSS feed aggregation work?

    Every day we will check your RSS feed and your specially marked entries will be published as articles. Just submit your blog's RSS feed, blog as normal, and we'll take care of the rest!

  7. Why isn't my blog entry on Code Project yet? The status says "Pending"

    Each new blog entry goes through an approval process from the Code Project community. Our members who have been here longest and contributed most have the power to approve technical blog entries. As with articles, technical blog entries require a certain amount of detail so that users can learn the most from them. If your technical blog entry is unapproved and you want it approved faster, contact us at submit[at]codeproject.com.

  8. Why is there content moderation at the Code Project?

    Certain user-submitted content on the site is subject to moderation. The purpose of moderation is to stop the publication of obviously inappropriate material, plagiarised content or content that is not of sufficient quality to be published at that point.

    Moderation is available to members who have contributed enough to the community that the system considers them a good judge of what is and isn't acceptable. If you suddenly find moderation buttons available to you then thank you - you've done a lot for the community and we would now like to give you the opportunity to do even more.

    If you have an author reputation of Silver or higher, you will have access to the moderation queue. It looks like this:

    From there you can hover over the checkbox to get the following dropdown:

    The way the moderation works is you have to receive five "Approve" items to be published, or five "Report / Needs help" items to reach a different article status. If five members Approve your blog entry it will become live and available for all to see. If five members either "Report" or mark your blog entry as "Needs help" your article status will become "Closed" and you will receive an email notification indicating who closed the blog entry, why, and what to do:

    If you wish to revise and reopen your blog entry based on the feedback from these members then simply go to [link to blog entry provided] and click the "Update my article" link. This will enable you to edit and update your blog entry and will re-open your blog entry for other members to enjoy.

    If an author has genuinely tried to provide a decent material, even if they may need some encouraging to improve it, then the item should be approved by moderators.

  9. Why was my technical blog entry deleted?

    Technical blog entries must have similar content and format as articles. Technical blog entries that deviate too far from this will be removed. If you ever have any questions or concerns about this, feel free to contact us.

  10. How do I update my technical blog entry?

    Sometimes blog authors want to make changes to their entries on Code Project. To do this you can click on the "Modify" link just under the title of the article.

    BlogFAQ/ClickModify.png

  11. Can I submit multiple blog feeds?

    Absolutely! But we ask that you only submit feeds that you have ownership of. If you have suggestions on blogs you would like seen here please contact us. We can reach out to the author and ask for their permission.

  12. Are formats other than RSS supported?

    Not at the moment but if there is demand for this we will consider adding support.

  13. How often does content get pulled down from my blog?

    Typically every 12 to 24 hours.

  14. Will I have as great an audience with blog articles as with regular articles?

    Yes. Everywhere you currently see regular "hand-written" articles, Technical Blog articles will also be visible. Pages that list articles will have an option to filter out Technical Blog articles however. Though the default is to list all article types.

  15. Do you support <content:encoded>?

    Yes. If we find this element in your feed it will be taken as the article's content. Which means the <description> element will then be used only for the article description. If there is no <content:encoded> element we use <description> as article description and content.

  16. What is 'LastPolled' and how does it differ from 'LastUpdated'?

    The 'Last Polled' column indicates when your RSS feed was last polled for new content. A date/time here indicates that your feed URL is valid and was successfully read. Conversely, if you see 'Never' this means either your URL was not reachable or does not contain a valid RSS feed.

    The 'Last Updated' column indicates when new content last aggregated as Code Project articles. If you see 'Never' this means no Code Project articles have ever been created from your RSS feed.

  17. How do I change my technical blog entry's location?

    By default, all blog entries are in Uncategorized Blog Entries > General. If you log into Code Project and click Modify:

    BlogFAQ/ClickModify.png

    You will be able to select a different section.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Sean Ewington
Canada Canada
Member
Sean Ewington is the Content Manager for CodeProject.
 
His background in programming is primarily C++ and HTML, but has experience in other, "unsavoury" languages.
 
He loves movies, and likes to say "inconceivable" often, even if it does not mean what he thinks it means.

Comments and Discussions

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
QuestionBlog not pollingmemberKarl Stoney28 Dec '12 - 1:24 
Hi,
My blog states it was polled last night at 21:00 but has not been polled since. I have tried clicking download now and it doesn't poll.
There are new articles that I want to publish here! Please can you let me know if there is an issue.
 
The rss feed is http://www.jambr.co.uk/Article/rss?IncludeContent=True&IncludeCodeproject=True[^]
Thanks
AnswerRe: Blog not pollingmemberJeffrey T. Fritz12 Jan '13 - 3:34 
I am having a similar experience, my blog has not been polled since Jan 9th and I cannot click the "Download Now" button to poll for more content.
QuestionGet the subscriptionmembermanoj pant1112 Aug '12 - 4:04 
How do i get the subscription of the new topics discuss or article on my mail id
QuestionThe Download Now option in the Technical Blog Feeds is not workingmemberPaulo Morgado12 Jun '12 - 0:33 
At least, not in IE9.
Cheers,

Paulo Morgado

Portugal - Europe's West Coast

QuestionBlog is not pulledmemberManas Bhardwaj3 Jun '12 - 22:41 
I added my blog http://manasbhardwaj.net/syndication.axd[^], but it has never been updated.
 
I used the following rel tag:
 
<A href="http://www.codeproject.com/script/Articles/BlogFeedList.aspx?amid=1998708" rel=tag>CodeProject</A>
 
Can you please check and see if there is something wrong?
Manas Bhardwaj
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

QuestionWhy all my blogs get pulledmemberShivprasad koirala3 May '12 - 17:20 
I have labelled few of my blog post with codeproject why does it pull all my blogs.
 
I use blogspot.
My book .NET interview questions with 500 mostly asked questions in .NET world .NET Interview questions and answers

QuestionWhere is the revision historymemberLakamraju Raghuram27 Feb '12 - 5:59 
Sean, where is the revision history for this.
Apart from guessing what is modified/revised, is there any way to find out it ??!!
QuestionBlog Post not appearingmemberSameer Mitra30 Nov '11 - 22:49 
Hi,
 
The RSS feed has been setup to my blog:
http://sameer-mitra.blogspot.com/feeds/posts/default?alt=rss
 
I can see this blog in "My Blogs" section.
 
I have added the following link to my blog post's HTML:

 
The relevant post is titled: "A Polling Service". Here is a direct link to it:
A Polling Service
 
But the technical article isn't appearing in Code Project.
 
The only reason I can think of is that the blog could be less than 1000 words (excluding HTML) but I am not sure whether it really is this or its something that I am not doing right.
 
Any help much appreciated.
Regards,
Sameer.

AnswerRe: Blog Post not appearingstaffSean Ewington6 Dec '11 - 7:50 
Hi Sameer,
 
You have to make sure you add a label to the entries you wish to be brough over for eBlogger. We have it detailed here:
 
http://www.codeproject.com/KB/FAQs/BlogFAQ.aspx#eBlogger[^]
 
Please let me know if you have further questions
Thanks,
Sean Ewington
The Code Project

QuestionBlog feed stop workingmemberVivek Johari30 Nov '11 - 22:19 
I am Vivek Johari and my blog "Technology with Vivek Johari" (www.vivekjohari.blogspot.com) has been added with codeproject.com from more than 1 year. Initially my 6 blog posts had been published in the Codeproject under the category Tech Blogs (SQL Server) but after that it stoped publishing my blog posts which I already tagged label as codeproject. Can you please look into it and do the needfull. My URL of the RSS feed is given below:-
 
http://feeds.feedburner.com/TechnologyWithVivekJohari
 
Thanks in advance!!
AnswerRe: Blog feed stop workingstaffSean Ewington6 Dec '11 - 7:48 
Hi Vivek,
 
Is this the post you're thinking about?
 
http://vivekjohari.blogspot.com/2011/11/sql-triggers-introduction.html[^]
Thanks,
Sean Ewington
The Code Project

GeneralRe: Blog feed stop workingmemberVivek Johari6 Dec '11 - 18:26 
Hi Sean,
Thanks for your reply. I am not talking about the post (SQL Triggers) that you have mention since I have tag this post as code project today morning. I am talking about these two posts:
 
http://vivekjohari.blogspot.com/2011/08/sql-server-functions-introduction.html
 
http://vivekjohari.blogspot.com/2011/07/cursor-in-sql-server.html
 
Thanks in advance!!
GeneralRe: Blog feed stop workingstaffSean Ewington7 Dec '11 - 5:05 
Hi Vivek,
 
The problem is that those articles are outside of your feed now because of their age. Is there any way to adjust feed burner to extend how many entries it contains so that it includes those entries as wel? In order to be aggregated the post has to show up in the active feed.
Thanks,
Sean Ewington
The Code Project

Questionmember id for blog?membermbalent16 Nov '11 - 7:50 
From your instructions:
The URL in the anchor can be any URL you like but we thought it would be useful to point to your blog articles page here on code project: http://www.codeproject.com/script/Articles/BlogFeedList.aspx?amid= your member id
 
Where do I find "your member id"? or is this the same as my sign in id?
 
Thanks
 
Matt
AnswerRe: member id for blog?staffSean Ewington16 Nov '11 - 12:00 
If you hover over your name on this post in the message's header, it's there after (mid=). But from your membership http://www.codeproject.com/script/Membership/Modify.aspx[^] you will see it once you click "profile" just above your name above your profile. (Yours is 58618)
Thanks,
Sean Ewington
The Code Project

QuestionBlog feed is not workingmemberGanesanSenthilvel8 Nov '11 - 6:01 
In my eblog(http://ganesansenthilvel.blogspot.com/feeds/posts/default?alt=rss[^]), feed is not coming to codeproject even after Label.
 
Plz help me to setup my blog entry.
AnswerRe: Blog feed is not workingstaffSean Ewington10 Nov '11 - 5:36 
Hi GanesanSenthilvel,
 
Have you checked the box in the blog submission that reads "I have read and understand the Terms of Use and the Privacy Policy?"
Thanks,
Sean Ewington
The Code Project

BugFix the linkmvpthatraja17 Aug '11 - 9:09 
In the section

1. How do I submit my blog on The Code Project?


You can find the below line
 
Or click this link to our Add Your Technical Blog page <-----The URL is broken. Yes it redirects to error page[^]
The actual URL is http://www.codeproject.com/script/Articles/BlogFeed.aspx[^]
thatraja

My Tip/Tricks
My Dad had a Heart Attack on this day so don't...

All these are my opinions. Different people. different way of thinking. I am no one to judge others - Chandru

GeneralI like this,thanks [modified]memberWatcharakorn Wanich19 Apr '11 - 0:00 
I like this article, it's good for apply to use in my Wordpress blog.
 
Thanks.
Watcharakorn Wanich
Agel24x7-เอเจล, The World Class Business
modified on Saturday, May 28, 2011 2:34 AM

GeneralUpdating CP article with latest blog revisionmemberAdrian Alexander22 Jan '11 - 4:49 
Often times, I will improve my blog entry in the days following its initial post.   Will Code Project pick up such changes after it initially retrieves the post?
 
If Code Project doesn't perform this update automatically, is there a button somewhere that I can click to make it happen?   I looked for such a button but couldn't find it.   Instead, I clicked the "Delete" button on the article in the hopes that Code Project will re-retrieve the post along with its latest changes.   Is that what will happen?
Generallanguage requirementmemberRemi BOURGAREL4 Nov '10 - 6:57 
Maybe you can add that the blog must be english speaking (I can't see it here or in the article faq)
 
thanks
GeneralRe: language requirementsubeditorIndivara4 Dec '10 - 16:39 
The Submission Guidelines[^] specify that all content should be in English.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web03 | 2.6.130523.1 | Last Updated 27 Feb 2012
Article Copyright 2010 by Sean Ewington
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid