active questions tagged blogging - Stack Overflowmost recent 30 from stackoverflow.com2009-12-04T10:03:11Zhttp://stackoverflow.com/feeds/tag/blogginghttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1663319/how-to-allow-self-registration-to-join-a-specific-wordpress-mu-blog0How to allow self-registration to join a specific Wordpress MU blog.jeph perro2009-11-02T19:56:19Z2009-12-03T18:11:00Z
<p>Hi, </p>
<p>I have a Wordpress MU instance installed.</p>
<p>I allow self-registration, and self-creation of blogs.</p>
<p>I have a user who has created a blog for a Chemistry class. He wants his 100 students to be able to self-register and become authors on this blog.</p>
<p>By default, when you follow the Wordpress MU register link, you are signing up for a site-wide account not for this specific blog.</p>
<p>How do I do this? It would be very painful to have to add the 100 students one by one as the administrator. Besides that, we don't actually have a list of the 100 email addresses. </p>
<p>I need a way that people can either request to become part of the blog, or automatically start contributing right away.</p>
http://stackoverflow.com/questions/471940/why-does-every-man-and-his-dog-want-to-code-a-blogging-engine44Why does every man and his dog want to code a blogging engine?cletus2009-01-23T05:09:54Z2009-12-02T06:05:38Z
<p>Cal Henderson (of <a href="http://en.wikipedia.org/wiki/Flickr" rel="nofollow">Flickr</a> fame) gave a keynote <a href="http://au.youtube.com/watch?v=i6Fr65PFqfk" rel="nofollow">"Why I hate Django"</a> 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 blogging engines. So many people put their hands up in fact that of those that didn't he asked "Why aren't you?"</p>
<p>Anecdote aside, I see so many questions and answers here that relate to building blogging engines I just have to ask, since I don't get it: why are so many people writing what surely must've been written countless times already? If you are writing one such engine, why are you? Because I seriously don't get it.</p>
http://stackoverflow.com/questions/1488228/any-rails-projects-that-allow-community-blogging0Any Rails projects that allow community blogging?turret2009-09-28T17:12:26Z2009-11-27T20:00:02Z
<p>I've been looking on Github for a Rails project that allows anyone to sign in and add a blog entry.</p>
<p>Has anyone seen something like this?</p>
http://stackoverflow.com/questions/672121/does-asp-nets-blogengine-net-stack-up-to-wordpress4Does ASP.NET's BlogEngine.Net Stack Up to Wordpress?mackristo2009-03-23T03:14:25Z2009-11-27T03:05:30Z
<p>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 that you would recommend?</p>
<p>Thanks for your help.</p>
http://stackoverflow.com/questions/1780255/does-wordpress-com-use-one-set-of-tables-for-all-users2Does Wordpress.com use ONE set of tables for ALL users?Michael Robinson2009-11-22T22:31:16Z2009-11-22T22:51:08Z
<p>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: <a href="http://codex.wordpress.org/Database%5FDescription" rel="nofollow">http://codex.wordpress.org/Database%5FDescription</a>)?</p>
<p>Would it ever be a good idea to create a set of tables for each blog in MySQL, or will MySQL be able to handle large numbers of blogs each with their comments/tags/categories/posts stored in one set of tables?</p>
http://stackoverflow.com/questions/365817/blogging-tool-needed-for-standards-compliant-webpages1Blogging Tool Needed for Standards Compliant Webpageslkessler2008-12-13T22:04:10Z2009-11-13T11:00:06Z
<p>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.</p>
<p>He would like to be directed to a blogging tool that does not demand any particular database system or web server, but does create static pages that comply with the above standards and best practices and is itself a professionally finished native Windows application.</p>
<p>...and it should be able to produce an RSS feed as well.</p>
<p>Is there anything out there that comes close to this?</p>
http://stackoverflow.com/questions/679189/formatting-code-snippets-for-blogging-on-blogger2Formatting code snippets for blogging on Bloggernzpcmad2009-03-24T20:49:35Z2009-11-10T23:08:46Z
<p>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".</p>
<p>Are there any web sites that I could use to parse the snippet beforehand and sort out the formatting, convert XML "<" to "<" etc.</p>
<p>There are a numbers of questions around this area on SO but I couldn't find any that address this question directly.</p>
<p>Edit: For @Rich answer, site states "To display the formatted code on your site, you need to get this CSS stylesheet, and add a reference to it in the section of your page". That's the problem - you can't do this on Blogger AFAIK.</p>
http://stackoverflow.com/questions/448515/static-html-blog-cms-to-run-on-a-usb-stick1static html blog/cms to run on a USB stick?Paulo Lopes2009-01-15T21:21:17Z2009-11-09T10:24:51Z
<p>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?</p>
<p>I am aware of Thingamablog but it hasn't been updated in more than a year so i guess is dead now. What are my alternatives that <em>must</em> export at least static HTML to a FTP server?</p>
<p>It would be nice if the app would have some visual gui to enter the blog post and could run from a USB stick.</p>
http://stackoverflow.com/questions/1133501/how-to-make-html-written-by-users-on-a-site-not-conflict-with-the-sites-stylesh2How to make HTML written by users on a site, not conflict with the site's stylesheets? mwilliams2009-07-15T19:36:47Z2009-11-08T13:50:29Z
<p>I have a website that allows a user to create blog posts. There are some backlisted tags but most standard HTML tags are acceptable.</p>
<p>However, I'm having issues with how the pages get displayed.</p>
<p>I keep the HTML wrapped in its own div.</p>
<p>I would ultimately like to keep the HTML from the user separate from the main sites stylesheets so it can avoid inheriting styles and screwing up the layout of the originating site where the HTML is being displayed.</p>
<p>So in the end, is there anything I can apply to a div so its contents are quarantined from the rest of the site?</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1560721/how-to-use-blog-variable-on-javascript0how to use blog variable on javascriptebattulga2009-10-13T14:49:34Z2009-10-13T17:15:42Z
<p>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. </p>
<p>How to get blogspot variables on the javascript?</p>
http://stackoverflow.com/questions/1536191/how-to-integrate-oxites-blogging-part-into-another-asp-net-mvc-application1How to integrate oxite's blogging part into another asp.net mvc application?Ravi2009-10-08T07:37:02Z2009-10-08T11:47:29Z
<p>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.</p>
<p>Any help to understand the oxite code is helpful.</p>
<p>Thanks in advance.</p>
http://stackoverflow.com/questions/804368/blogging-system-which-runs-on-the-google-app-engine3Blogging System which runs on the Google App EngineStefan2009-04-29T21:32:30Z2009-10-04T01:59:39Z
<p>Hey, </p>
<p>what is a cool blogging engine for GAE?
I really like wordpress, but PHP isn't
available on the GAE.</p>
<p>Which blogging systems do you use on GAE?</p>
<p>Which experiences you have made with it?</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1390202/what-it-the-difference-between-pingback-and-trackback4What it the difference between Pingback and Trackback?Moayad Mardini2009-09-07T17:00:49Z2009-09-29T17:57:40Z
<p>What is the difference between the two names? Thanks.</p>
http://stackoverflow.com/questions/929558/dummy-blog-entries-for-wordpress-theme-development1Dummy blog entries for Wordpress theme developmentAbizern2009-05-30T11:10:07Z2009-09-28T10:55:12Z
<p>I'm developing a custom wordpress blog theme.</p>
<p>Does anyone know if there is a dummy database of entries that I can use for development?</p>
<p>At the moment I'm using live data from my own blog, which is okay, but I've seen themes on the wordpress database that have the same entries using all the different things that appear, forms, styled text, different types of bullets and tables, etc. As far as I could see, that data isn't released.</p>
<p>I know I could just create my own entries to exercise all these cases, but I'm <a href="http://en.wikipedia.org/wiki/Larry%5FWall#Virtues%5Fof%5Fa%5Fprogrammer" rel="nofollow">lazy and impatient</a>.</p>
http://stackoverflow.com/questions/1477681/suitable-cms-framework-for-mvc-site1Suitable CMS framework for MVC siteRedeemed12009-09-25T14:38:22Z2009-09-25T15:19:08Z
<p>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 wherein the user can actually add/edit web pages, download documents do blogs, handle Facebook integration etc.</p>
<p>In some respects I am almost looking for an Application Framework but that is not entirely the case. The application uses EF with an IRepository to allow switchable back-ends (including switching out EF). The key requirement is simply within the same solution to be able to provide a CMS type of management.</p>
<p>I have thought of a side-by-side approach and also using a Module type approach wherein the app sits inside the CMS system.</p>
<p>Ultimately, the application will also be delivered via RIA Services as an SL app but thats later.</p>
<p>In the immediate term does anyone have any comments, advise or experience as to suitable third-party CMS environments I could use?</p>
http://stackoverflow.com/questions/1376159/paste-code-with-syntax-colors-and-alignment1paste code with syntax colors and alignment Night Walker 2009-09-03T21:52:29Z2009-09-17T12:28:35Z
<p>I am looking for some blog site where i will be able to directly paste c++ code examples
in my publishes and see the code with all the alignments and colors like i see it on pastie.org.</p>
<p>I need all those things be made automatically because i don't know HTML and can't make by myself the code changes. </p>
http://stackoverflow.com/questions/23765/are-pingback-answers-to-stackoverflow-questions-ok4Are "pingback" answers to StackOverflow questions OK? [closed]Anders Sandvig2008-08-23T00:00:08Z2009-09-15T16:51:12Z
<p>After playing around with the site for a few days I already see many topics I may write about on my blog in the future. Some are directly related to questions here while others may only use the questions and related discussions for reference or as anecdotes. How do you feel about people posting "pingback" answers to the questions when using them in a blog context?</p>
<p>The pinback would only be a short comment with a link to the relevant blog post, and I think it should only be done—manually;—when the linked post actually adds some value to the discussion in the answers/comments.</p>
<p><strong>Update</strong></p>
<p><a href="http://beta.stackoverflow.com/users/392/dan" rel="nofollow">Dan</a> wrote:</p>
<blockquote>
I'm not totally familiar with how pingbacks work in blog software, but from what I've seen, it looks almost auto-generated. Is it possible to prevent these kinds of auto-generated pingbacks if a user has less than a certain reputation?</blockquote>
<p>I am not suggesting adding support for some kind of automatic pingback, I just called it "pingback" because that's a familiar term for many bloggers. What I actually meant was to answer the question by manually writing an answer that references a blog post. Not only posting the link, but also giving a short description and possibly some background information. As others have pointed out, these answers would be moderated up/down in exactly the same way as any other answer.</p>
<p><a href="http://beta.stackoverflow.com/users/2213/ian-patrick-hughes" rel="nofollow">Ian Patrick Hughes</a> wrote:</p>
<blockquote>
I do however worry about, DEAD LINKS as answers. They might be chosen and everyone thinks it's the greatest, but what about 6 months from now? 1 year? I mean, yeah, perhaps your blog entry is the dead-to-rights, spot-on, mother of all answers…..but, what does that matter if you do not upkeep the domain, host, or server?
</blockquote>
<p>I think the issue with dead links is just as relevant—or not relevant—when posting links to any other online resource. When linking to something for "educational purposes", I think it's important to chose sources that are likely to stay available for a long time. In that context I would be more worried about links to specific products on online stores or information on company web sites, as they (historically) often don't seem to bothered with keeping old links alive. </p>
<p>Modern blogging software goes a long way to ensure unique URIs that are suitable for permanent links, and I would think at least technical bloggers would also be aware of the importance of keeping their article addresses alive, also in the future. I can only speak for myself, but when I publish something online (for others to use as a reference), I make an effort to keep it alive, permanently.</p>
<p>I do agree that short answers can be copied onto the site, but I was actually thinkg about <a href="http://blog.looplabel.net/2008/07/28/best-practices-for-version-control/" rel="nofollow">longer articles</a>. Simply linking to something on your blog that could just as well have been written directly on the site would of course be meaningless, but I'm guessing those kind of "advertising campaigns" will just be down-voted.</p>
http://stackoverflow.com/questions/1423735/platform-independent-permalinks-best-practices0Platform-independent permalinks - best practices?alexandrul2009-09-14T20:28:26Z2009-09-15T07:55:20Z
<p>I'm trying to figure out a generic permalinks structure for blogging, in order to be platform-independent. I know that Wordpress supports permalinks, and has some plugins for various permalinks style migration, but I also have to get it working in FlatPress and PivotX, and I don't have URL rewriting support in every place.</p>
<p>So far, I will try to use a folder like <strong>/permalinks/</strong> into which an <strong>index.php</strong> file would redirect to the actual post, e.g. <strong>/permalinks/index.php?external-link-01</strong> would redirect to <strong>/index.php/2009-02-03/external-link-01</strong> or <strong>/index.php/e=42</strong>, based on the actual blogging platform being used.</p>
<p>For nicer permalinks, and to avoid URL rewriting, I could create a subfolder for each permalink (like <strong>/permalinks/external-link-01/</strong>), in which the default index file would do the redirection.</p>
<p>So,</p>
<ol>
<li>Is there a nicer way to maintain this kind of permalinks?</li>
<li>What kind of redirect must I use?</li>
<li>What can I do in order to allow bookmarking the permalink after the redirect? (e.g. the current page is <strong>/index.php/e=42</strong> and the bookmark should be <strong>/permalinks/index.php?external-link-01</strong>)</li>
</ol>
http://stackoverflow.com/questions/1398815/how-to-test-if-my-pingback-was-successful0How to test if my pingback was successful?Moayad Mardini2009-09-09T10:27:13Z2009-09-10T18:17:44Z
<p>Hi,</p>
<p>I'm currently writing the pinging-back code of a blogging platform. Pingbacks work at localhost, but I want to test if they work when pinging a 3rd-party service.
Is there any website or any other solution which will show me once it received a pingback from me?</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1388756/wordpress-alternatives0Wordpress Alternatives [closed]collimarco2009-09-07T10:52:39Z2009-09-07T11:10:06Z
<p>Is there any valid Wordpress alternative? </p>
<p>Wordpress always seems to have too much whereas I love simplicity...
Does anyone have ever tried Mephisto for example?</p>
http://stackoverflow.com/questions/491207/asp-net-mvc-blogging-engine2asp.net mvc blogging engineMahesh2009-01-29T10:55:38Z2009-09-07T09:59:56Z
<p>I am looking for some open source blogging engine build on ASP.NET MVC. Is there any production ready projects available?</p>
<p><em>Note from svinto: I want this as well, but rather something that plugs in to any asp.net mvc site, using any DI/IoC or ORM. - Instead of creating a new similar question, I'm using this one.</em></p>
<p>These are the blogging engines I've found and their dependencies, subdependencies etcetera:</p>
<p><strong><a href="http://www.codeplex.com/oxite" rel="nofollow">Oxite</a></strong></p>
<ul>
<li><a href="http://msdn.microsoft.com/en-us/library/bb425822.aspx" rel="nofollow">LINQ to SQL</a></li>
</ul>
<p><strong><a href="http://atomsite.net/" rel="nofollow">Atomsite</a></strong></p>
<ul>
<li><a href="http://www.nlog-project.org/" rel="nofollow">NLog</a> (Logging framework)</li>
<li><a href="http://yuicompressor.codeplex.com/" rel="nofollow">Yahoo! UI Library: YUI Compressor for .net</a> (Minifies js and css, .net port of <a href="http://developer.yahoo.com/yui/compressor/" rel="nofollow">YUI Compressor</a>)
<ul>
<li>Ecmascript.net modified</li>
</ul></li>
<li><a href="http://tidynet.sourceforge.net/" rel="nofollow">Tidy.net</a> (.net port of <a href="http://www.w3.org/People/Raggett/tidy/" rel="nofollow">HTML TIDY</a>)</li>
<li><a href="http://developer.mindtouch.com/Community/SgmlReader" rel="nofollow">SGMLReader</a> (Converts SGML into XML)</li>
<li><a href="http://structuremap.sourceforge.net/Default.htm" rel="nofollow">StructureMap</a> (DI/IoC framework)</li>
<li><a href="http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx" rel="nofollow">SharpZipLib</a></li>
</ul>
<p>Both of these seems to be more separate applications rather than something you mix and match with other things. Does anyone know of anything that:</p>
<ul>
<li>Has a separate assembly (or one for controllers and one for models)</li>
<li>Uses repository pattern</li>
<li>Allows use of any DI/IoC</li>
<li>Allows use of any ORM</li>
<li>Comes with view templates that I can change</li>
</ul>
http://stackoverflow.com/questions/1377822/which-net-blog-should-i-use2Which .NET blog should I use? [closed]Polo2009-09-04T07:59:55Z2009-09-04T09:23:09Z
<p>Hy!</p>
<p>I have a regular wordpress blog for common .NET/C# articles. I wanted to move on to a solution in .NET to implement plug-in and to do some custom pages and code formatting.</p>
<p>I've heard of a few of course but i wanted to have the opinion on the community wich one do you use and why??? what are the spécifiques good and bad part of each (blogEngine, ...)</p>
<p>Thanks please no double!!</p>
http://stackoverflow.com/questions/1372676/how-to-create-a-blog-community1How to create a blog community?netadictos2009-09-03T10:38:21Z2009-09-03T10:41:14Z
<p>I work for a travel agency, they have a website, from here they want to give the option to their travels to create their own subdomain with a wordpress blog inside.</p>
<p>More or less what the webpage <a href="http://wordpress.com/" rel="nofollow">http://wordpress.com/</a> offers its users.</p>
<p>What do I need? And plz links.</p>
http://stackoverflow.com/questions/1366756/dynamic-header-image-for-blogengine-net1dynamic header image for blogengine.net jeeshari2009-09-02T09:48:24Z2009-09-02T09:48:24Z
<p>Hi,</p>
<p>searching for a method to change a header image if I click on a link in BlogEngine.Net.
Let's say if I am at / and go to /page/about.aspx the header image should change. </p>
<p>Thanks in advance!</p>
<p>Cheers
jeeshari </p>
http://stackoverflow.com/questions/817170/should-i-create-a-blog-in-rails-or-use-something-that-already-exists4Should I create a blog in rails or use something that already exists?tsdbrown2009-05-03T14:15:31Z2009-08-23T08:14:04Z
<p>In my next rails project I'm going to need blogging functionality. I'm wondering whether anyone has any good suggestions, or should I just roll my own? (Probably not in 15 minutes) </p>
<p>I think the most important feature will be to display code samples elegantly.</p>
http://stackoverflow.com/questions/1273647/how-do-i-add-syntax-highlighting-to-a-wordpress-blog-hosted-on-wordpress-com0How do I add syntax highlighting to a WordPress blog hosted on WordPress.com?codingfloor2009-08-13T18:06:25Z2009-08-13T18:15:36Z
<p>I'd like to have a good syntax highlighter for my WordPress blog. What options do I have available? I often see one which has well-colored syntax highlighting and options to copy to the clipboard. Does anyone have an idea what tool this is?</p>
http://stackoverflow.com/questions/847401/what-are-some-good-widgets-to-add-to-a-programming-related-blog-on-blogger-com0What are some good widgets to add to a programming related blog (on blogger.com)?cletus2009-05-11T09:42:59Z2009-08-11T01:00:01Z
<p>I decided to start my blog recently. Anyway I put it on blogger.com and was looking at the widgets you can add. There are some 100k+ of them.</p>
<p>By the way, I tried to add the StackOverflow search widget and it complained it was broken.</p>
<p>Anyway, I'm after some suggestions on good programming related widgets worth adding.</p>
http://stackoverflow.com/questions/324062/c-syntax-highlighter-for-blogging-on-blogspot1C# Syntax Highlighter for Blogging on BlogSpotProfK2008-11-27T15:42:00Z2009-08-06T05:19:24Z
<p>I'm looking for a syntax highlighter cum code formatter for <a href="http://bradykelly.blogspot.com/" rel="nofollow">my blog</a> on BlogSpot. I've tried several today, but the all want to include tags, or reference a stylesheet. I'm looking for one that is ideal for segments of code, and includes styling inline. Any suggestions?</p>
http://stackoverflow.com/questions/1220789/how-should-google-crawl-my-blog2How should google crawl my blog? [closed]squil2009-08-03T05:32:29Z2009-08-03T05:41:25Z
<p>I was wondering how (or if) I should guide Googlebot through my blog. Should I only allow visiting pages with single entries or should it also crawl the main page (which also has full entries)? My concern is that the main page changes when I add a new post and google keeps the old version for some time. I also find directing people to the main page annoying - you have to look through all the post before you find the one you're interested in. So what is the proper way to solve this issue?</p>
http://stackoverflow.com/questions/1157969/how-to-name-your-programming-blog-4How to name your programming blog? [closed]the_drow2009-07-21T08:37:40Z2009-07-21T08:45:15Z
<p>Is there some kind of formula to use when naming personal programming blog?<br />
Would you use your name?<br />
Would you invent some slogen like coding horror?<br />
How would you do it?</p>