Really useful software project management and source code hosting.    tell me more...
BROWSE: projects / users / groups
Public clone: git://codaset.com/joelmoss/joelmoss_pages.git
star_disabled Dashboard Source Tickets Wiki Blog Network


Really Useful Social coding!

Codaset is an open system, so you can browse and search through all the open source projects, and check out what your friends are coding. Follow them, befriend them, and fork their code; quickly and easily.
Every single open source project you create is free, so come on and use Codaset at no cost. Your first private or semi-private project is also free. Read more about what it costs after that.
100644 5.368 kb text/html raw file history
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  
    <title>{{page.title}} // Developing With Style</title>
  
    <link rel="stylesheet" href="/css/blueprint/screen.css" type="text/css" media="screen, projection">	
    <link rel="stylesheet" href="/css/blueprint/print.css" type="text/css" media="print">
    <!--[if lt IE 8]>
      <link rel="stylesheet" href="/css/blueprint/ie.css" type="text/css" media="screen, projection">
    <![endif]-->
    <link rel="stylesheet" href="/css/site.css" type="text/css" media="screen">
    
    <link href="http://feeds.feedburner.com/DevelopingWithStyle" rel="alternate" title="Developing with Style Feed" type="application/atom+xml" />
  
    <script src="http://platform.twitter.com/anywhere.js?id=nQxvtBA8ODlve3tqq3HEA&amp;v=1">
    </script>
    <script type="text/javascript">
      twttr.anywhere(function(twitter) {
        twitter.hovercards();
      });
    </script>
  
  </head>
  <body>
    
    <div id="header">
      <div class="container">

        <div class="span-24 last right">
          <img src="/img/logo.gif" id="logo" />
        </div>
        
        <div class="span-10">
          <a href="http://codaset.com" class="noicon"><img src="/img/powered_by_codaset.gif" id="codasetPowered" /></a>
        </div>
        <div class="span-14 last right">
          <div id="nav">
            <a href="/">HOME</a>
            <a href="/articles" class="current">{{ paginator.total_posts }} ARTICLES</a>
            <a href="http://twitter.com/joelmoss" target="_blank">TWITTER</a>
          </div>
        </div>
        
      </div>
    </div>
    
    <div class="container">
      <div class="span-24 last" id="content">

        <div class="span-15 append-1">
  
          <div class="">
            <div>
              <a class="postTitle" href="{{ post.url }}">{{ page.title }}</a>
            </div>
            <div class="postTitleNotes">
              <span>Article posted by Joel Moss on {{ page.date | date_to_string }}</span>
              &nbsp;&nbsp;|&nbsp;&nbsp;
              <span><a href="{{ page.url }}#disqus_thread"></a></span>
            </div>
            <div class="postContents">
              
              <div class="fright retweet">
                <script type="text/javascript">
                tweetmeme_source = 'joelmoss';
                tweetmeme_service = 'bit.ly';
                tweetmeme_url = 'http://developingwithstyle.com{{ page.url }}';
                </script>
                <script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
              </div>
              
              {{ content }}
            </div>
            <div id="disqus_thread"></div>
            <script type="text/javascript" src="http://disqus.com/forums/dws/embed.js"></script>
            <noscript><a href="http://dws.disqus.com/?url=ref">View the discussion thread.</a></noscript>
          </div>
  
        </div>

        <div class="span-8 last">
  
          <div class="shadedBox">
    <p>This site contains the musings of Joel Moss, and is powered by Codaset pages; a simple, yet powerful way to host your static site. Just commit and push your site to your free Git repository at <a href="http://codaset.com">Codaset</a>, and that's it!</p>
    <a href="/about.html">Tell me more about Joel &raquo;</a>
          </div>
  
          <div class="shadedBox">
            <h4>Related Articles...</h4>
            <ul class="posts">
              {% for post in site.related_posts %}
                <li><a href="{{ post.url }}">{{ post.title }}</a></li>
              {% endfor %}
            </ul>
          </div>
  
          <div id="twtr-profile-widget"></div>
          <script src="http://widgets.twimg.com/j/1/widget.js"></script>
          <link href="http://widgets.twimg.com/j/1/widget.css" type="text/css" rel="stylesheet">
          <script>
            new TWTR.Widget({
            profile: true,
            id: 'twtr-profile-widget',
            loop: true,
            width: 310,
            height: 250,
            theme: {
              shell: {
                background: '#EFECE4',
                color: '#666666'
              },
              tweets: {
                background: '#ffffff',
                color: '#666666',
                links: '#1985b5'
              }
            }
            }).render().setProfile('joelmoss').start();
          </script>
  
        </div>

      </div>
    
      <div class="span-24 last small" id="footer">
        <hr />
        <div class="span-12">
          Site generated {{site.time | date_to_string}}
        </div>
        <div class="span-12 last right">
          &copy; Develop with Style
        </div>
      </div>
    </div>
    
    <script type="text/javascript">
    //<![CDATA[
    (function() {
    	var links = document.getElementsByTagName('a');
    	var query = '?';
    	for(var i = 0; i < links.length; i++) {
    	if(links[i].href.indexOf('#disqus_thread') >= 0) {
    		query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
    	}
    	}
    	document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/dws/get_num_replies.js' + query + '"></' + 'script>');
    })();
    //]]>
    </script>
    
  </body>
</html>