Skip to content

Commit

Permalink
ASD
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdavis committed Oct 15, 2011
1 parent c349b21 commit fd0fe52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'thomasdavis'; // required: replace example with your forum shortname
var disqus_url = 'http://thomasdavis.github.com/2011/07/05/is-the-internet-an-extension-of-human-memory.html';
var disqus_url = '{{ post.url }}';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
Expand Down
11 changes: 1 addition & 10 deletions _posts/2011-02-01-backbone-introduction.textile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: post
title: Backbone.js Tutorial - by noob for noobs
url: http://thomasdavis.github.com/2011/02/01/backbone-introduction.html
---
!/images/backbone.png!

Expand Down Expand Up @@ -148,13 +149,3 @@ Update: Changed the code to append the elements from the view and not the Model

Update 2: A user called "svnlto":http://twitter.com/svenlito had a pull request to fix up the example code to implement better coding practises, he was spot on so I merged his request into the master branch. You can view the pull request <a href="https://github.com/thomasdavis/thomasdavis.github.com/pull/1" target="_blank">here</a>.



<script>
var idcomments_acct = 'e6c0e0096f8106ea52c674a85b26ecf9';
var idcomments_post_id = "backbone";
var idcomments_post_url;
</script>
<span id="IDCommentsPostTitle" style="display:none"></span>
<script type='text/javascript' src='http://www.intensedebate.com/js/genericCommentWrapperV2.js'></script>
</div>
10 changes: 1 addition & 9 deletions _posts/2011-02-05-backbone-views-and-templates.textile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: post
title: backbone.js beginners and underscore.js micro templating
url: http://thomasdavis.github.com/2011/02/05/backbone-views-and-templates.html
---

h2. backbone.js beginners and underscore.js micro templating
Expand All @@ -27,12 +28,3 @@ p. in the example I needed to access the parent object which contains a $.then a
an easier way to do it?



<script>
var idcomments_acct = 'e6c0e0096f8106ea52c674a85b26ecf9';
var idcomments_post_id = "sexylady";
var idcomments_post_url;
</script>
<span id="IDCommentsPostTitle" style="display:none"></span>
<script type='text/javascript' src='http://www.intensedebate.com/js/genericCommentWrapperV2.js'></script>
</div>

0 comments on commit fd0fe52

Please sign in to comment.