active questions tagged blogs - Stack Overflowmost recent 30 from stackoverflow.com2009-12-06T22:15:31Zhttp://stackoverflow.com/feeds/tag/blogshttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/232570/what-are-the-best-cocoa-touch-iphone-programming-blogs21What are the best Cocoa-Touch/iPhone programming blogs?craigb2008-10-24T05:36:11Z2009-12-05T17:24:05Z
<p>What are the best Cocoa-Touch/iPhone programming blogs? One blog per answer please.</p>
<p>Some answers may overlap with <a href="http://stackoverflow.com/questions/232567/best-cocoamac-os-x-programming-blogs">
Best Cocoa/Mac OS X programming blogs?
</a>, but I'm looking for blogs with good meaty iPhone specific content (i.e. code)</p>
http://stackoverflow.com/questions/1852710/starting-a-programming-blog-for-the-complete-beginner5Starting a programming blog for the complete beginner [closed]CrazyJugglerDrummer2009-12-05T16:50:11Z2009-12-05T16:58:47Z
<p>My main reason for wanting a blog is finding a place to put my programming articles, as on codeproject, I can't edit them, and most big programmers have their own blogs. I intend this to be a <strong>short</strong> reference on how to get started blogging for the total beginner, with basic information and links to more details.</p>
<p>Questions:</p>
<ol>
<li>Why do people blog? What advantages does blogging have?</li>
<li>What's the best way to start a blog? Blogger, Wordpress, some other method? For me, it has to be completely free, but you can give suggestions that aren't, as long as their applicable to beginners.</li>
<li>What information would you give to a beginner wanting to start a programming blog? links would be great. :D</li>
</ol>
http://stackoverflow.com/questions/1845748/can-i-use-jquery-in-by-blog-created-on-blogspot-www-dotnetacademy-blogspot-com0Can i use JQuery in by blog created on blogspot: www.DotNetAcademy.blogspot.comDot Net Developer2009-12-04T09:02:51Z2009-12-04T09:06:20Z
<p>I have got a blog Url: www.DotNetAcademy.Blogspot.com please tell me, how can i use JQuery in that blog.</p>
http://stackoverflow.com/questions/151974/c-blogs-that-you-regularly-follow100C++ blogs that you regularly follow?yesraaj2008-09-30T06:28:53Z2009-12-03T21:38:14Z
<p>What are all the c++ blogs that you follow </p>
<p><strong><em>Please add one url for one posting.</em></strong></p>
http://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-engine45Why 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/1821835/how-to-get-rss-or-atom-feed-url-from-blogurl0how to get RSS or ATOM feed url from blogurlanirudha Gupta2009-11-30T19:21:48Z2009-11-30T19:38:54Z
<p>how i can get feed url (RSS Or ATOM) from blog url
ex:- <a href="http://anirudhagupta.blogspot.com/" rel="nofollow">http://anirudhagupta.blogspot.com/</a>
So how i can get his feed dynamically by c#</p>
<p>i say that how i can get blog's feedurl by using Regex and c#</p>
http://stackoverflow.com/questions/1781322/how-do-i-render-all-comments-in-a-rails-view1How do I render all Comments in a Rails view?bgadoci2009-11-23T05:55:13Z2009-11-30T04:47:17Z
<p>I am new to rails so go easy. I have created a blog. I have successfully implemented comments and attached them to each post. Now...I would like to display, in the sidebar, a list of the most recent comments from across all posts. I think there are two things involved here, an update to the comment_controller.rb, and then the call from the actual page. Here is the comments controller code. </p>
<pre><code>class CommentsController < ApplicationController
def create
@post = Post.find(params[:post_id])
@comment = @post.comments.create!(params[:comment])
respond_to do |format|
format.html { redirect_to @post}
format.js
end
end
end
</code></pre>
http://stackoverflow.com/questions/1800845/what-php-blogging-software-should-i-choose0What PHP Blogging Software Should I ChooseBigZ2009-11-26T00:11:19Z2009-11-28T13:51:55Z
<p>I am thinking of starting a blog, which I would like integrated into my existing website. I come back empty handed from googling for a comparison of blogging software written in PHP.</p>
<p>My requirements:</p>
<ul>
<li>Simple but not rudimentary (not a result of a 15 minute CodeIgniter tutorial)</li>
<li>Quality source code (I'd like to be able to learn from it and maybe change it)</li>
<li>Prefer PHP5 over PHP4</li>
<li>Work with MySQL</li>
<li>Easy to integrate into an existing website (I don't want it to be a separate application with a different look and feel under a "blog" directory</li>
<li>Run under safe_mode</li>
</ul>
<p>Built-in or easy-to-add source code highlighting would be a plus.</p>
http://stackoverflow.com/questions/1807498/are-there-any-good-blogs-for-software-team-leaders-or-software-project-managers6Are there any good blogs for software team leaders or software project managers?Steve2009-11-27T08:48:49Z2009-11-27T11:41:45Z
<p>What are some good blogs for software team leaders or software project managers?</p>
http://stackoverflow.com/questions/165473/are-programming-books-a-necessity-nowadays6Are programming books a necessity nowadaysJobi Joy2008-10-03T02:45:36Z2009-11-27T09:07:38Z
<p>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. </p>
http://stackoverflow.com/questions/1741579/what-benefits-do-you-get-from-your-blog7What benefits do you get from your blog? [closed]ForeverDebugging2009-11-16T11:23:18Z2009-11-27T08:57:30Z
<p>Hi,</p>
<p>I've heard from a number of sources that reading blogs helps to keep you up to date with the industry and pick up new tips and tricks.</p>
<p>What benefits do people get from actually writing blogs?</p>
<p>Do people include links to their blog on their cv?</p>
http://stackoverflow.com/questions/1105278/liferay-workflow-to-preview-review-blog-comments1liferay workflow to preview / review blog commentsmacbert2009-07-09T17:16:11Z2009-11-26T10:36:13Z
<p>Hi There,</p>
<p>is there a some out of the box workflow, which helps you to review blog comments in liferay.
Eg. Post blog entry -> User comments blog entry -> Mail goes to moderator about/with new entry -> User write s*<strong>***</strong>S ;-) -> moderator denies to publish entry</p>
<p>or / and is there a way to check it against stopwords at submit. E.G. check for S*<strong>*d a***</strong>e</p>
<p>Cheers
macbert</p>
http://stackoverflow.com/questions/1799679/looking-for-a-good-blog-editor0Looking for a good blog editor [closed]Ralph The Mouf2009-11-25T20:16:11Z2009-11-25T20:38:19Z
<p>I am looking for a good blog editor for the blog section on my site. Anybody know of a good one? The one I have has spacing issues.</p>
http://stackoverflow.com/questions/1781108/how-do-i-create-a-link-to-a-specific-post-object-in-a-rails-view1How do I create a link to a specific Post object in a Rails view?bgadoci2009-11-23T04:35:03Z2009-11-24T20:26:54Z
<p>I am new to rails so excuse any easy questions. I have developed a blog and I am doing some customization. Just curious, if I want to render a specific post on my index.html.erb page is that possible. For instance if I create a post, title: Cool Post and it has a post_id of 25 in the table, in my index page can I call that specific post to be rendered?</p>
http://stackoverflow.com/questions/1787783/changing-index-page-ruby-on-rails1Changing Index Page - Ruby on Railsbgadoci2009-11-24T04:27:35Z2009-11-24T17:24:06Z
<p>I am new to rails so go easy. I have developed my blog and deployed it successfully. The entire app is based out of the post_controller. I am wondering how I can reroute the users path to default to the post_controller vs. the app controller. </p>
<p>To illustrate, if you go to <a href="http://mylifebattlecry.heroku.com" rel="nofollow">http://mylifebattlecry.heroku.com</a> you will see the default rails page. If you go to <a href="http://mylifebattlecry.heroku.com/posts" rel="nofollow">http://mylifebattlecry.heroku.com/posts</a> you will see the the app. Once I complete this I will change my domain of <a href="http://www.mylifebattlecry.com" rel="nofollow">http://www.mylifebattlecry.com</a> to map to Heroku but need to know how to get the /posts to be where the visitor is sent. </p>
http://stackoverflow.com/questions/505678/what-are-the-best-ruby-or-rails-blogs3What are the best Ruby or Rails blogs?LDomagala2009-02-03T01:00:57Z2009-11-24T05:26:52Z
<p>So what are your favorite Ruby or Ruby on Rails blogs?</p>
<p>One link per post please and short description would be nice</p>
http://stackoverflow.com/questions/1618397/is-there-a-community-blog-site-for-programmers-like-livejournal0Is there a community blog site for programmers like LiveJournal?Sridhar Ratnakumar2009-10-24T16:10:08Z2009-11-23T04:00:03Z
<p>Is there a community blog site for programmers like LiveJournal does for general users? I can think of <a href="http://artima.com/" rel="nofollow">Artima</a>. Are there anything else?</p>
http://stackoverflow.com/questions/1731210/converting-rss-feed-to-atom-via-feedburner-for-existing-blog0Converting RSS feed to Atom via Feedburner for existing blogrutherford2009-11-13T19:07:06Z2009-11-21T14:22:30Z
<p>I have an RSS based blog that I now want to convert to Atom. Feedburner can change the output format in one click. Will my existing subscribers notice any change on the reader side? (other than taking advantage of the extra atom functionality)</p>
http://stackoverflow.com/questions/1771630/displaying-posts-by-number-of-vote-records-in-separate-table1Displaying Posts by number of "vote" records in separate tablebgadoci2009-11-20T16:25:37Z2009-11-20T18:56:04Z
<p>I am new to Rails so go easy. I have created a blog and also created the ability for users to indicate they "like" a particular post. The way I am implementing this is by using the post table and a separate table 'vote'. When the user clicks the "like" button it sends the record to the 'vote' table with a value of '1' and the particular post id. </p>
<p>I would like to display the "most liked" posts in the sidebar. How do I go about calling such a thing. I would like to display the post_title and the number of 'votes', that is, I would like to somehow query the 'vote' table for the post_id's that have the most records and display them in descending order. </p>
<p>I hope this is an easy question. </p>
http://stackoverflow.com/questions/1771463/ruby-on-rails-restricting-click-by-ip1Ruby on Rails - Restricting click by IP...bgadoci2009-11-20T16:02:35Z2009-11-20T16:54:01Z
<p>I am new to rails so go easy. I have created a blog with the ability to "vote" on a post by using a feature much like Facebook's "like". I am not using any authentication but would like to restrict voting on a particular post by IP. That is, once someone votes for a post, they cannot vote again (unless they reset their router of course). </p>
<p>I feel like this should be something I affect by modifying the votes or posts Model, but I fear it has to do with Sessions, which...I don't have any experience yet. </p>
<p>Let me know if you need me to post any code. Here is the votes controller.</p>
<pre><code>class VotesController < ApplicationController
def create
@post = Post.find(params[:post_id])
@vote = @post.votes.create!(params[:vote])
respond_to do |format|
format.html { redirect_to @post}
format.js
end
end
end
</code></pre>
http://stackoverflow.com/questions/1771308/adding-pagination-to-index-html-erb-in-ruby-on-rails-easy-question0Adding pagination to index.html.erb in Ruby on Rails - Easy Question...bgadoci2009-11-20T15:38:32Z2009-11-20T16:40:13Z
<p>I am new to rails so go easy. I have built my first blog and would like to set it up such that in the <% post.each do |post| %> render of the posts, I would like it to work such that it only displays 10 posts and then has a link to view the next 10. </p>
<p>I am hoping this is an easy question. Let me know if you would like me to post any code. </p>
http://stackoverflow.com/questions/1771103/ruby-on-rails-ajax-div-problem0Ruby on Rails - AJAX - div problem...bgadoci2009-11-20T15:14:52Z2009-11-20T16:03:57Z
<p>I am new to rails so go easy on me. I have built a blog and I am attempting to add a "vote up" type feature to the /posts/index.html.erb page. Kind of like Facebooks's like feature. I have can successfully get the vote form to work. I have successfully been able to get the posts rendererd out through the <% @posts.each do |post| %> call. Here is where I have the problem. I then tell index, in the above, to also render for each post the vote form and also the <%= post.votes.count %> to display the total votes for each post and allow for submitting the form for each post. I am using AJAX to allow this all to work together. </p>
<p>Because of the way my /votes/create.js.rjs works it send the result to div id="votes", and in the <% @posts.each do |post| %> I wrap <%= post.votes.count %> in the votes div tag. But when create.js.rjs sends the data, it only updates the first div tag on the rendered html page.</p>
<p>So if you can imagine, like on facebook, when you click that you like something, the update happens not on the post you just clicked but back at the top of the page on another post, the first post. The vote count is represented from the element you clicked but it is on the wrong record. </p>
<p>Here is the code:</p>
<p>POSTS/INDEX.HTML.ERB</p>
<pre><code><% @posts.each do |post| %>
<%= render :partial => post %>
<%= render :partial => @post %>
<div id="beltcomments">
<div id="beltcommenttext">
<div id="votebutton">
<% remote_form_for [ post, Vote.new] do |f| %>
<%= f.hidden_field :vote, :value => '1' %>
<%= submit_tag '', :class => 'voteup' %>
</div>
<div id="vote"><br/>
<%= post.votes.count %> People like the above BattleCry. <br/>
<%= link_to "Comments (#{post.comments.count})", post %>
</div>
</div>
</div>
<br/>
<br/>
<br/>
<br/>
<% end %>
<% end %>
<div id="commenttime">
Copyright 2009, My Life BattleCry, LLC.
</div>
</code></pre>
<p>/POSTS/CREATE.JS.RJS</p>
<pre><code>page.replace_html :votes, :partial => @vote
page[@vote].visual_effect :highlight
</code></pre>
<p>/POSTS/_VOTE.HTML.ERB</p>
<pre><code><% div_for vote do %>
<%= @post.votes.count %> with your vote. Awesome!!!
<div id="commenttime">
Thanks for your vote. <br/>
</div>
<% end %>
</code></pre>
http://stackoverflow.com/questions/1768271/ajax-question-ruby-on-rails-error-couldnt-find-post-without-an-id0Ajax Question - Ruby on Rails - Error: Couldn't Find Post without an IDbgadoci2009-11-20T04:04:49Z2009-11-20T15:31:06Z
<p>Ok, I am new to rails so I hope I explain this well. I seem to have a problem with a form collecting the proper information. Work in one spot and not another. Here is the situation. </p>
<p>I have created a blog with three tables, posts, comments, and votes. I have comments working correctly and votes working partially. Here is what I mean. </p>
<p>The /posts/show.html.erb file basically shows the post, the associated comments and it shows how many votes that post has. I am working the votes but using a form with a hidden field that delivers a value of '1' along with the post_id to the table. I am then using AJAX to return the @post.votes.count. This all works great. </p>
<p>I am trying to use this same vote/return mentioned above but on the /posts/index.html.erb page. In the index page I have the <% @post.each do |post| %> doing two things. First render :partial => post %> and then I have the same code that I am using on the show.html.erb page. The error that I am getting from the terminal is</p>
<p>ActiveRecord::RecordNotFound (Couldn't find Post without an ID):
app/controllers/votes_controller.rb:4:in `create'</p>
<p>I am guessing this has to do with it being part of the index record set which doesn't have a unique post param associated with the page. I am hoping there is a simple fix. Here is the code:</p>
<p>This is the /posts/show.html.erb code that is working correctly:</p>
<pre><code><div id="backto"<%= link_to 'Back to all BattleCries', posts_path %>
</div>
<%= render :partial => @post %>
<div id="beltcomments">
<div id="beltcommenttext">
<div id="vote">
<div id="votes">
<%= @post.votes.count %> People liked this BattleCry.
</div>
</div>
<div id="votebutton">
<% remote_form_for [@post, Vote.new] do |f| %>
<%= f.hidden_field :vote, :value => '1' %>
<%= f.submit "Like" %>
<% end %>
</div>
</div>
</div>
<div id="beltcommentsbottom">
</div><br/><br/>
<div id="belt">
<div id="belttext">
<p5>Add a Comment</p5>
<% remote_form_for [@post, Comment.new] do |f| %>
<p>
<%= f.text_area ( :body, :class => "commentarea") %>
</p>
<%= f.submit "Add Comment"%>
<% end %>
</div>
<div id="beltbottom">
</div>
</div><br/>
<div id="comments">
<%= render :partial => @post.comments %>
</div>
<br/>
<div id="commenttime">
Copyright 2009, My Life BattleCry, LLC.
</div>
<br/>
<br/>
<br/>
</code></pre>
<p>Here is where it is in the index page:</p>
<pre><code><% @posts.each do |post| %>
<%= render :partial => post %>
<%= render :partial => @post %>
<div id="beltcomments">
<div id="beltcommenttext">
<div id="vote">
<div id="votes">
<%= post.votes.count %> People liked this BattleCry.
</div>
<%= link_to "Comments (#{post.comments.count})", post %>
</div>
<div id="votebutton">
<% remote_form_for [@post, Vote.new] do |f| %>
<%= f.hidden_field :vote, :value => '1' %>
<%= f.submit "Like" %>
<% end %>
</div>
</div>
</div>
<br/>
<br/>
<br/>
<% end %>
<div id="commenttime">
Copyright 2009, My Life BattleCry, LLC.
</div>
<br/>
<br/>
<br/>
</code></pre>
<p>Here is the votes_controller.rb </p>
<pre><code>class VotesController < ApplicationController
def create
@post = Post.find(params[:post_id])
@vote = @post.votes.create!(params[:vote])
respond_to do |format|
format.html { redirect_to @post}
format.js
end
end
end
</code></pre>
<p>Here is the /votes/create.js</p>
<pre><code>page.replace_html :votes, :partial => @vote
page[@vote].visual_effect :highlight
</code></pre>
<p>Lastly, here is the partial, /_vote.html.erb:</p>
<pre><code>page.replace_html :votes, :partial => @vote
page[@vote].visual_effect :highlight
</code></pre>
<p>I hope this makes sense. Let me know if I need to clarify anything. </p>
http://stackoverflow.com/questions/1764826/im-overhauling-my-blog-and-is-html5-ok1I'm overhauling my blog and … is HTML5 OK?Giles Van Gruisen2009-11-19T16:56:42Z2009-11-19T17:08:18Z
<p>I'm overhauling my blog (<a href="http://gilesvangruisen.com/" rel="nofollow">http://gilesvangruisen.com/</a>) and I'm going to be pushing new technologies as much as possible.</p>
<p>I'm a web designer/developer and the browser percentage is as follows:
42% Firefox
39% Safari
7% Chrome
7% IE</p>
<p>Is it OK to use the HTML5 doctype for my "rethunk" site?</p>
<p>I thank you.
-Giles :)</p>
http://stackoverflow.com/questions/1763690/voting-functionality-ruby-on-rails-easy-question0Voting Functionality Ruby on Rails - Easy Questionbgadoci2009-11-19T14:32:29Z2009-11-19T16:30:26Z
<p>I want to add a "like" functionality to a blog I am creating in Ruby on Rails to let people "thumbs up" a post. Then I would like to be able to display the most liked posts in the side bar. I am new to rails so rely heavily on tutorials and stack overflow. Any good resources or what is this even called. I assumed "voting" for this question.</p>
http://stackoverflow.com/questions/409056/top-rated-javascript-blogs24Top-Rated JavaScript BlogsAndreas Grech2009-01-03T13:56:59Z2009-11-18T22:52:42Z
<p>I am currently trying to find some <strong>blogs that talk (almost solely) on the JavaScript Language</strong>, and this is due to the fact that most of the time, bloggers with real life experience at work or at home development can explain more clearly and concisely certain quirks and hidden features than most '<em>Official Language Specifications</em>'</p>
<p>Below find a list of blogs that are JavaScript based (<em>will update the list as more answers flow in)</em>:</p>
<ul>
<li><a href="http://dhtmlkitchen.com/" rel="nofollow">DHTML Kitchen</a>, by Garrett Smith</li>
<li><a href="http://www.robertnyman.com/" rel="nofollow">Robert's Talk</a>, by Robert Nyman</li>
<li><a href="http://ejohn.org/" rel="nofollow">EJohn</a>, by John Resig (of jQuery)</li>
<li><a href="http://javascript.crockford.com/" rel="nofollow">Crockford's JavaScript Page</a>, by Douglas Crockford</li>
<li><a href="http://dean.edwards.name/" rel="nofollow">Dean.edwards.name</a>, by Dean Edwards</li>
<li><a href="http://ajaxian.com/by/topic/javascript" rel="nofollow">Ajaxian</a>, by various (<a href="http://stackoverflow.com/questions/409056/top-rated-javascript-blogs#409061">@Martin</a>)</li>
<li><a href="http://javascript.weblogsinc.com/" rel="nofollow">The JavaScript Weblog</a>, by various</li>
<li><a href="http://www.sitepoint.com/blogs/category/tech/dhtml-css/" rel="nofollow">SitePoint</a>'s JavaScript and CSS Page, by various</li>
<li><a href="http://ajaxblog.com/" rel="nofollow">AjaxBlog</a>, by various</li>
<li><a href="http://blogs.msdn.com/ericlippert/archive/category/2527.aspx" rel="nofollow">Eric Lippert's Blog</a>, by Eric Lippert (talks about JScript and JScript.Net)</li>
<li><a href="http://webbugtrack.blogspot.com/" rel="nofollow">Web Bug Track</a>, by various (<a href="http://stackoverflow.com/questions/409056/top-rated-javascript-blogs#409083">@scunliffe</a>)</li>
<li><a href="http://jszen.blogspot.com/" rel="nofollow">The Strange Zen Of JavaScript </a>, by Scott Andrew</li>
<li><a href="http://alex.dojotoolkit.org/" rel="nofollow">Alex Russell</a> (of Dojo) (<a href="http://stackoverflow.com/questions/409056/top-rated-javascript-blogs#409112">@Eran Galperin</a>)</li>
<li><a href="http://flesler.blogspot.com/" rel="nofollow">Ariel Flesler</a> (<a href="http://stackoverflow.com/questions/409056/top-rated-javascript-blogs#409112">@Eran Galperin</a>)</li>
<li><a href="http://blog.nihilogic.dk/" rel="nofollow">Nihilogic</a>, by Jacob Seidelin (<a href="http://stackoverflow.com/questions/409056/top-rated-javascript-blogs#409497">@llimllib</a>)</li>
<li><a href="http://peter.michaux.ca/" rel="nofollow">Peter's Blog</a>, by Peter Michaux (<a href="http://stackoverflow.com/questions/409056/top-rated-javascript-blogs#410103">@Borgar</a>)</li>
<li><a href="http://blog.stevenlevithan.com/category/javascript" rel="nofollow">Flagrant Badassery</a>, by Steve Levithan (<a href="http://stackoverflow.com/questions/409056/top-rated-javascript-blogs#410103">@Borgar</a>)</li>
<li><a href="http://www.dustindiaz.com/" rel="nofollow">./with Imagination</a>, by Dustin Diaz (<a href="http://stackoverflow.com/questions/409056/top-rated-javascript-blogs#410103">@Borgar</a>)</li>
<li><a href="http://blog.hedgerwow.com/category/javascript/" rel="nofollow">HedgerWow</a> (<a href="http://stackoverflow.com/questions/409056/top-rated-javascript-blogs#410103">@Borgar</a>)</li>
<li><a href="http://dreaminginjavascript.wordpress.com/" rel="nofollow">Dreaming in Javascript</a>, by <a href="http://stackoverflow.com/users/61027/nosredna">Nosredna</a></li>
<li><a href="http://spudly.shuoink.com/category/javascript/" rel="nofollow">spudly.shuoink.com</a>, by Stephen Sorensen</li>
<li><a href="http://yuiblog.com/blog/" rel="nofollow">Yahoo! User Interface Blog</a>, by various (<a href="http://stackoverflow.com/questions/409056/top-rated-javascript-blogs#410103">@Borgar</a>)</li>
<li><a href="http://remysharp.com/" rel="nofollow">remy sharp's b:log</a>, by Remy Sharp (<a href="http://stackoverflow.com/questions/409056/top-rated-javascript-blogs#410103">@Borgar</a>)</li>
<li><a href="http://blogs.msdn.com/jscript/default.aspx" rel="nofollow">JScript Blog</a>, by the JScript Team (<a href="http://stackoverflow.com/questions/409056/top-rated-javascript-blogs#410103">@Borgar</a>)</li>
<li><a href="http://dmitry.baranovskiy.com/" rel="nofollow">Dmitry Baranovskiy’s Web Log</a>, by Dmitry Baranovskiy</li>
<li><a href="http://james.padolsey.com/" rel="nofollow">James Padolsey's Blog</a> (<a href="http://stackoverflow.com/questions/409056/top-rated-javascript-blogs/1759490#1759490">@Kenny Eliasson</a>)</li>
<li><a href="http://thinkweb2.com/projects/prototype/" rel="nofollow">Perfection Kills; Exploring JavaScript by example</a>, by Juriy Zaytsev</li>
</ul>
<p><strong>Which top-rated blogs am I currently missing from the above list, that you think should be imperative to any JavaScript developer to read (and follow) concurrently?</strong></p>
http://stackoverflow.com/questions/1753586/count-records-for-blog-in-ruby-on-rails-easy-question0Count records for Blog in Ruby on Rails - Easy Questionbgadoci2009-11-18T04:15:20Z2009-11-18T04:26:50Z
<p>I am new to rails so sorry for the simple question. I have followed several tutorials and set up a blog with comments (even using a little AJAX - Ha proud of myself). I have done some customizing and right now I am trying to display in the index.html.erb a comment count that is a clickable link that takes to you the show.html.erb page. Here is what I did so far and not sure it is right. In the comments_controller I have added the following:</p>
<pre><code> def count
@post = Post.find(params[:post_id])
@comment = @post.comments.count(params[:comment])
end
</code></pre>
<p>First question is this the correct def to count comments associated with a particular post. Second question is how do I then call it in my index.html.erb page where I have the following:</p>
<pre><code><% @posts.each do |post| %>
<%= render :partial => post %>
<%= link_to 'View & Add Comments', post %>
<% end %>
</code></pre>
<p>As you can see I am currently using a link_to reference to get to the page but ideally would like it to show something like: Comments (8). </p>
http://stackoverflow.com/questions/1752110/keeping-track-of-info0Keeping track of infoRecursion2009-11-17T21:53:12Z2009-11-17T22:03:39Z
<p>My memory is not the best, so I like to keep a blog using WordPress which I keep track of all the programming and IT related things I learn. This way, when I need it again I can just search and go back and look at it. </p>
<p>Using WordPress has been good, but its editing really sucks and I would like something with more of a plain text system.</p>
<p>I know many other people do this. If you do, can you recommend the system you use? Here's mine so far <a href="http://knife-bst.com/tech/" rel="nofollow">http://knife-bst.com/tech/</a> </p>
<p>As you can see with git commands -- it becomes a big -. So WordPress really is not working too well. </p>
http://stackoverflow.com/questions/1746887/adding-my-comments-to-the-index-view-ruby-on-rails0Adding my comments to the index view...Ruby on Railsbgadoci2009-11-17T05:59:50Z2009-11-17T07:52:40Z
<p>Ok...I am new to rails so this may be a stupid question but need help. I just watched and implemented Ryan Bates screencaset about setting up a blog. You can see it here <a href="http://media.rubyonrails.org/video/rails%5Fblog%5F2.mov" rel="nofollow">http://media.rubyonrails.org/video/rails%5Fblog%5F2.mov</a>. Here is the skinny:</p>
<p>Two tables: Posts and Comments. Everything works great including the addition of comments via AJAX. The default development of this blog gives you the index.html.erb view where you can view all the posts </p>
<pre><code> def index
@posts = Post.all
respond_to do |format|
format.html # index.html.erb
format.xml { render :xml => @posts }
format.json { render :json => @posts }
format.atom
end
end
</code></pre>
<p>The comments are only viewed via the show.html.erb page and is displayed via this code in that file:</p>
<pre><code><%= render :partial => @post %>
<p>
<%= link_to 'Edit', edit_post_path(@post) %> |
<%= link_to 'Destroy', @post, :method => :delete, :confirm => "Are You Sure" %> |
<%= link_to 'See All Posts', posts_path %>
</p>
<h2>Comments</h2>
<div id="comments">
<%= render :partial => @post.comments %>
</div>
<% remote_form_for [@post, Comment.new] do |f| %>
<p>
<%= f.label :body, "New Comment" %><br/>
<%= f.text_area :body %>
</p>
<p><%= f.submit "Add Comment"%></p>
<% end %>
</code></pre>
<p>What I am trying to do is to get similair representation of the comments functionality to exist in the index.html.erb view (which I will hide with javascript). Which currently just looks like this:</p>
<pre><code><h1>Listing posts</h1>
<%= render :partial => @posts %>
<%= link_to 'New post', new_post_path %>
</code></pre>
<p>My initial thought was just to put this exact same code that is in the show.html.erb file in the index.html.erb file but that doesn't work. I have tried a bunch of things here but I am not familiar enough with Rails (or coding for that matter) yet to do this in a timely manner. I get two main errors. Either that I passed a nil.comments error or an undefined object/method (can't remember). </p>
<p>My question is what do I need to included in the post_controller, the comments_controller and the index.html.erb file to accomplish this. To be complete I have included the code in each below. </p>
<p>POSTS_CONTROLLER</p>
<pre><code>class PostsController < ApplicationController
before_filter :authenticate, :except => [:index, :show]
# GET /posts
# GET /posts.xml
def index
@posts = Post.all
respond_to do |format|
format.html # index.html.erb
format.xml { render :xml => @posts }
format.json { render :json => @posts }
format.atom
end
end
# GET /posts/1
# GET /posts/1.xml
def show
@post = Post.find(params[:id])
respond_to do |format|
format.html # show.html.erb
format.xml { render :xml => @post }
end
end
# GET /posts/new
# GET /posts/new.xml
def new
@post = Post.new
respond_to do |format|
format.html # new.html.erb
format.xml { render :xml => @post }
end
end
# GET /posts/1/edit
def edit
@post = Post.find(params[:id])
end
# POST /posts
# POST /posts.xml
def create
@post = Post.new(params[:post])
respond_to do |format|
if @post.save
flash[:notice] = 'Post was successfully created.'
format.html { redirect_to(@post) }
format.xml { render :xml => @post, :status => :created, :location => @post }
else
format.html { render :action => "new" }
format.xml { render :xml => @post.errors, :status => :unprocessable_entity }
end
end
end
# PUT /posts/1
# PUT /posts/1.xml
def update
@post = Post.find(params[:id])
respond_to do |format|
if @post.update_attributes(params[:post])
flash[:notice] = 'Post was successfully updated.'
format.html { redirect_to(@post) }
format.xml { head :ok }
else
format.html { render :action => "edit" }
format.xml { render :xml => @post.errors, :status => :unprocessable_entity }
end
end
end
# DELETE /posts/1
# DELETE /posts/1.xml
def destroy
@post = Post.find(params[:id])
@post.destroy
respond_to do |format|
format.html { redirect_to(posts_url) }
format.xml { head :ok }
end
end
private
def authenticate
authenticate_or_request_with_http_basic do |name, password|
name == "admin" && password == "secret"
end
end
end
</code></pre>
<p>COMMENTS_CONTROLLER</p>
<pre><code>class CommentsController < ApplicationController
def create
@post = Post.find(params[:post_id])
@comment = @post.comments.create!(params[:comment])
respond_to do |format|
format.html { redirect_to @post}
format.js
end
end
end
</code></pre>
<p>INDEX.HTML.ERB</p>
<pre><code><h1>Listing posts</h1>
<%= render :partial => @posts %>
<%= link_to 'New post', new_post_path %>
</code></pre>