44
votes
22answers
4k views
Why does every man and his dog want to code a blogging engine?
Cal Henderson (of Flickr fame) gave a keynote "Why I hate Django" at DjangoCon 2008, which is well worth a watch for many reasons. In one bit he asked how many of the audience were working on …
0
votes
2answers
62 views
+100
How to allow self-registration to join a specific Wordpress MU blog.
Hi,
I have a Wordpress MU instance installed.
I allow self-registration, and self-creation of blogs.
I have a user who has created a blog for a Chemistry class. He wants his 100 students to be …
0
votes
2answers
38 views
Any Rails projects that allow community blogging?
I've been looking on Github for a Rails project that allows anyone to sign in and add a blog entry.
Has anyone seen something like this?
4
votes
13answers
665 views
Does ASP.NET’s BlogEngine.Net Stack Up to Wordpress?
I'm somewhat familiar with Wordpress and I've used it a little. There is a huge community with tons of plugins and themes etc. Does the BlogEngine.Net compare favorably? Is there another .NET CMS …
2
votes
1answer
43 views
Does Wordpress.com use ONE set of tables for ALL users?
Does wp.com create a new set of tables for each new blog, or are all blog data stored in one set of tables (with a layout like: http://codex.wordpress.org/Database%5FDescription)?
Would it ever be a …
1
vote
2answers
77 views
Blogging Tool Needed for Standards Compliant Webpages
A programmer I know has a website that is fully Standards Compliant. It uses Unicode-encoded fully-validated XHTML 1.1 with CSS. The pages are frames-free, table-free and JavaScript-free.
He would …
2
votes
6answers
449 views
Formatting code snippets for blogging on Blogger
My blog is hosted on Blogger and I frequently post code snippets in C / C# / Java / XML etc. but I find the snippet gets "mangled".
Are there any web sites that I could use to parse the snippet …
1
vote
7answers
390 views
static html blog/cms to run on a USB stick?
What are the options for having a simple blog, content management system that will deploy the full site as static html over FTP/SFTP and any blog API?
I am aware of Thingamablog but it hasn't been …
2
votes
4answers
79 views
How to make HTML written by users on a site, not conflict with the site’s stylesheets?
I have a website that allows a user to create blog posts. There are some backlisted tags but most standard HTML tags are acceptable.
However, I'm having issues with how the pages get displayed.
I …
0
votes
1answer
40 views
how to use blog variable on javascript
I'm using blogger.com. I need to use data:blog.url variable on the javascript. But i don't know how to assign to any javascript variable.
How to get blogspot variables on the javascript?
1
vote
0answers
21 views
How to integrate oxite’s blogging part into another asp.net mvc application?
I want to integrate blog into my asp.net mvc application. I prefer to use Microsoft's open source Oxite for this. If you can tell me sample documentation/steps that'll be helpful.
Any help to …
3
votes
8answers
545 views
Blogging System which runs on the Google App Engine
Hey,
what is a cool blogging engine for GAE?
I really like wordpress, but PHP isn't
available on the GAE.
Which blogging systems do you use on GAE?
Which experiences you have made with it?
…
4
votes
2answers
74 views
What it the difference between Pingback and Trackback?
What is the difference between the two names? Thanks.
1
vote
2answers
198 views
Dummy blog entries for Wordpress theme development
I'm developing a custom wordpress blog theme.
Does anyone know if there is a dummy database of entries that I can use for development?
At the moment I'm using live data from my own blog, which is …
1
vote
1answer
77 views
Suitable CMS framework for MVC site
I have an MVC application in process of development and want to see if I can integrate it into an MVC-based CMS environment. The idea is that the application will appear to run in an environment …
