blogs

DotNetNuke Blog urls and links

Hi there, I'm not sure why, but we have a dedicated Blog page on our site with some latest entires showing on the home page. Suddenly all links like the title of the entry and the Read More link are pointing to the home page to show the blog entry instead of the blog page. I've tried regenerating the permalinks but that didn't help. ...

Dailybooth RSS Feed +Setting Image Size in RSS Feed.

Is it possible for me to find an rss feed for a specific dailybooth users images? I'd like to implement my personal Dailybooth account into a blog sidebar. I'd also like the ability to set the image size and possible add a date to the image. Any help is appreciated! ...

Why aren't there many blogs about C++?

Possible Duplicate: C++ blogs that you regularly follow? I look around the internet looking in social bookmarking sites and a few blogs to find out they're all either about web design or web development. Don't get me wrong, these are pretty awesome blogs for learning web design/development, but where are all of the programming...

What is an effecient way to code separate comment areas?

I realize this is somewhat of an abstract question that has several answers, but I am at a loss as to where to begin. I want to have a separate comments area for each of my blog posts. Should I just set up a different table for the comments for each entry manually every time I update the code to include the latest entry? ...

Migrating content from legacy blogging platform to wordpress

i am working on a massive site for a client, but their current website (thousands of pages deep) is built on a legacy blogging platform that was built specifically for them in aspx. My job is to take all of the SQL tables filled with data(comments, categories, posts, titles, dates, etc) and convert them to a wordpress ready format. I wan...

Distingushing features of a blog, i.e deference between a blog and a normal site

Hi everyone. I'm looking at things that can distinguish a blog from a normal website. These are things that a program needs to be able identify from the html of a website or particular features that a site supports. For eg. pings. The same for news websites. I'm working on a blog/news monitor program and it will index sites to automatic...

Facebook Like Button using xfbml in Blogger - Cannot make individual like buttons for each post

I'm trying to put the Facebook Like button using xfbml in my Blogger blog. I want it to display a different button for each post, not the same for all the blog. I've followed the guidelines in this link, among others: http://hitech-tips.blogspot.com/2010/05/facebook-like-button-xfbml-tutorial.html What's happening is that the like butt...

Blogging Software - Wordpress vs BlogEngine.NET vs Anything else

Basically I need to choose one so that, I can get familiar with it quickly and then customize it to my needs. I'm a .NET developer and know classic ASP too. But I think understanding PHP will not be a problem for me and also think that it won't be that difficult. What will you like to recommend me? UPDATE:- Sorry that I'm adding thi...

Including Flash content inline in a custom Weblog?

I'm trying to think of a way to place Flash content into a blog post so that it appears inline between paragraphs. I'm writing a custom weblog application in Django (still learning) and I'll be using SWFObject for the embedding. The blog is for me only so the back-end isn't too fancy. I'm simply using Django's built in admin interface....

Installing Wordpress in its own directory (www.example.com/blog)

Hi I'm planning to set up a blog for a site and I heard that Wordpress is an easy way to go. However I'd like to install it on its own directory (I don't want all that Wordpress stuff touching or 'sandboxed' in its own place not touching the other stuff outside or my root directory). Is this possible? I've never used WP before, I'd like...

MVC organization for a blog

I'm still just getting into MVC, and for my first real project I plan on creating a blog. This will be extremely basic (at least at first). Everything I need is going to be on the same page. Here are the initial features I am shooting for: User should be able to log in, but not register (I will be the only one able to post, and I added...

Programmers' blogs

Do you know any good blogs being written by programmers? I know this is off-topic, but I haven't found any threads like this and I will mark it as community wiki. You can promote your blog as well. Thank you. ...

Simple PHP Screen Scraping Function

I'm experimenting with autoblogging (i.e., RSS-driven blog posting) using WordPress, and all that's missing is a component to automattically fill in the content of the post with the content that the RSS's URL links to (RSS is irrelevant to the solution). Using standard PHP 5, how could I create a function called fetchHTML([URL]) that re...

which is the best django blog .

i want to find a blog system for my site , which is best ,easy to Customize. thanks ...

WordPress Plugin Question

Hi all, Is it possible to use plugins on my blog for WordPress.com? There are some very nice tutorials on how to do this if I have WordPress installed on my own server, but I am using wordpress.com. Does anyone know if they allow this? It seems like the expected "Plugin" category on my dashboard is missing. Many thanks, brett ...

looking for blog application with image metadata handling

I'm working on a simple blog + image gallery website. As the purpose of the image gallery is to display artwork, I'd like to attach a variety of metadata to each image -- e.g. year and type of materials used. That's easy enough to do in itself, but I also want the user to be able to insert those images into his blogposts. I'm not really ...

What is the best platform for Collaborative Blogging?

Hi guys, I have a project where the requirement is to have an "open blog" -- anyone can blog and administrators will approve & publish blog entries. I was just wondering if anyone had recommendations for a good platform to do this? I'm looking at Posterous, I like the ease of posting via email and the fact that anonymous bloggers don'...

Best Weblog Client for WordPress

I am looking for the best Weblog client for WordPress for Windows. Pleases let me hear your opinion. ...

Where should I create my development blog?

I'm looking for a blogging site to host my ASP.Net/C# (and possibly other web related programming) technical blog - where should I create such blog? BTW, it's a shame that SO does not offer blogging services. Note: I would create it on http://weblogs.asp.net, but it requires to be a highly active member on their site. ...

How to get syntax highlighted code blocks?

I want to create some code blocks on my blog for coding snippets in various languages. What are some popular ways of doing this? ...