blogs

WordPress XMLRPC: Expat reports error code 5

I wrote a small PHP application several months ago that uses the WordPress XMLRPC library to synchronize two separate WordPress blogs. I have a general "RPCRequest" function that packages the request, sends it, and returns the server response, and I have several more specific functions that customize the type of request that is sent. I...

How should a blog be structured to easily extract its data?

I'm currently using Wordpress to run my website. However, with each new release I become more concerned with software bloat and the convoluted table structures used to store my data. Maybe this is a fruitless pursuit. Features are always added to blogging software until it claims to be a CMS--and at that point your data is probably st...

Know Any Great Blogging Tools for Programming Blogs?

I've been blogging for about a year now. After a month I realized that I wasn't a huge fan of wysiwyg editors provided by blogger and typepad. Since then I've been using Windows Live Writer for authoring content and Google Prettify for syntax highlighting. Are there any great tools that I'm missing out on? My ideal tools would: Supp...

Blogging About Programming: How To Do It Without Getting Fired (Discreetly Talking About Work Projects)

So I was just reading this question and several people suggest starting a blog as a good way to help yourself and others growing your programming knowledge. I have also seen several bloggers talk about using their blog as their own reference source. I've considered starting a professional blog several times, but I always struggle with h...

YouTube embeds not working in WordPress after import from Blogger

I imported a series of blog posts from blogger to WordPress, and the YouTube embed tags were stripped away. Now I just have the YouTube URLs in the posts, as opposed to the complete embed tags. I am trying to restore the embed codes. ...

How do I get my Twitter feed to integrate with a blog (with individual comment threads)?

I would like to create a blog where my Twitter updates essentially create blog posts, with a comment thread. If there isn't blog software that does this right now (I did some searching but couldn't find the commenting aspect) what would be the simplest approach and starting blog software to do this? Potentially an alternate approach to ...

Displaying code in blog posts

What libraries and/or packages have you used to create blog posts with code blocks? Having a javascript library that would support line numbers and indentation is ideal. ...

How can I apply my CSS stylesheet to an RSS feed.

On my blog I use some CSS classes which are defined in my stylesheet, but in RSS readers those styles don't show up. I had been searching for class="whatever" and replacing with style="something: something;". But this means whenever I modify my CSS I need to modify my RSS-generating code too, and it doesn't work for a tag which belongs...

Automatic newlines and formatting for blogging software

I'm writing by own blogging engine in PHP with a MYSQL backend database. MY question is: How would you go about making user comments and blog posts include newlines wherever they are appropriate? For example, if a user hits the return key in the message/comments box how would this translate into a new line that would show in the browser...

Any quirks I should be aware of in Drupal's XML-RPC and BlogAPI implementations?

I'm beginning work on a project that will access a Drupal site to create (and eventually edit) nodes on the site, via the XML-RPC facility and BlogAPI module shipped with Drupal. This includes file uploading, as the project is to allow people to upload pictures en mass to a Drupal site with minimal ado. What I'd like to know is if there...

Is there a way to validate hAtom microformat?

I have implemented hAtom microformat on my blog. At least, I think I have, but I can't find any validator (or any software that uses hAtom) in order to determine if I have done this correctly. A Google search for "hatom validator" currently doesn't return anything useful. Does anyone know of a way to confirm that it is implemented cor...

Can you add html tags to the author/user profile text field on wordpress?

I have added author pages to my company blog recently. Although I've no trouble pulling through relevant fields to populate the page - e.g. Author Name, User-profile, etc, I would really like to be able to add a small amount of html to the user-profile. Currently the whole thing is just dumped onto the author profile page - you can view ...

Review of documentation and technical articles?

After reading about code reviews on the web I started to wonder, are there any sites or communities out there that provide reviews of documentation and technical articles? When working as the only author on a (hobby/open source) project or a (blog) article, I often wish I had someone to read over my work and provide some feedback. This...

What is a good extendable blogging application for asp.net?

Hi I tried a search for: "best asp.net blog”, “good asp.net blog" and went thru the blag and blogging tags and got nothing really what I am asking, so if it’s been asked before, I apologize and please point me the way. I am looking for a relatively good and well supported, and preferably open source blog application that runs on asp.net...

C++ blogs that you regularly follow?

What are all the c++ blogs that you follow Please add one url for one posting. ...

Python blogs that you regularly follow?

Someone asked this for C++ blogs and got a lot of great answers but I am much more interested in Python blogs. So, what Python blogs do you subscribe to? One URL per answer please? ...

Are programming books a necessity nowadays

Do you think video blogs/screen-casts/podcasts are the best instruments to learn new stuffs in the programming than a book. Nowadays almost everyone has a hand held device like iPod or Zune to hear/watch conveniently. ...

Setup multi languages wordpress

I need to setup a blog using wordpress engine but i need it support multi languages (3 languages), currently i am thinking of using custom field to identify the language of current post though i knew thats not a best practices, does anyone has better suggestions? ...

c# threading

Can anyone direct me to a good C# (or general) threading tutorial/article/blog? Im being asked to design a multi threaded application and I suddenly realised, that I don't really know anything about ...

Any free or commercial Blogging engine recommendations?

I've recently been thinking about moving from Live Spaces and hosting my own blog. I'm not keen to write my own blog engine from scratch (time constraints, etc). What kind of functionality should I be looking for in a free or commercial solution? Sitemap? RSS feeds? Tag support? Offline editor? Any recommendations? Edit: Also hap...