page://self/blog/posts
Posts « BEAR.Sunday Blog
Pagination

Posts

app://self/blog/posts
Id Title Body CreatedAt
1 Perspective Perspective is worth 80 IQ points. -- Alan Kay 2013-10-14 17:40:49
2 Before it becomes normal Quite a few people have to believe something is normal... 2013-10-14 17:41:13
3 Most software today Most software today is very much like an Egyptian pyramid... 2013-10-14 17:41:37
4 Make an apple pie from scratch If you wish to make an apple pie from scratch, you must... 2013-10-14 17:43:42
6 Computers I do not fear computers. I fear the lack of them. Read... 2013-10-14 17:43:01
7 Accept yourself Accept yourself as you are. Otherwise you will never see... 2013-10-14 17:43:25
8 Not being tense but ready Not being tense but ready. Not thinking but not... 2013-10-14 17:45:13
9 In the beginner窶冱 mind In the beginner窶冱 mind there are many possibilities, but... 2013-10-14 17:46:29
Resource state
array (
  0 => 
  array (
    'id' => '1',
    'title' => 'Perspective',
    'body' => 'Perspective is worth 80 IQ points.

-- Alan Kay',
    'created' => '2013-10-14 17:40:49',
    'modified' => NULL,
  ),
  1 => 
  array (
    'id' => '2',
    'title' => 'Before it becomes normal',
    'body' => 'Quite a few people have to believe something is normal before it becomes normal - a sort of \'voting\' situation. But once the threshold is reached, then everyone demands to do whatever it is.

-- Alan Kay',
    'created' => '2013-10-14 17:41:13',
    'modified' => NULL,
  ),
  2 => 
  array (
    'id' => '3',
    'title' => 'Most software today',
    'body' => 'Most software today is very much like an Egyptian pyramid with millions of bricks piled on top of each other, with no structural integrity, but just done by brute force and thousands of slaves.

-- Alan Kay',
    'created' => '2013-10-14 17:41:37',
    'modified' => NULL,
  ),
  3 => 
  array (
    'id' => '4',
    'title' => 'Make an apple pie from scratch',
    'body' => 'If you wish to make an apple pie from scratch, you must first invent the universe.

--Carl Sagan ',
    'created' => '2013-10-14 17:43:42',
    'modified' => NULL,
  ),
  4 => 
  array (
    'id' => '6',
    'title' => 'Computers',
    'body' => 'I do not fear computers. I fear the lack of them.
Read more at

--Isaac Asimov ',
    'created' => '2013-10-14 17:43:01',
    'modified' => NULL,
  ),
  5 => 
  array (
    'id' => '7',
    'title' => 'Accept yourself',
    'body' => 'Accept yourself as you are. Otherwise you will never see opportunity. You will not feel free to move toward it; you will feel you are not deserving.

--Maxwell Maltz ',
    'created' => '2013-10-14 17:43:25',
    'modified' => NULL,
  ),
  6 => 
  array (
    'id' => '8',
    'title' => 'Not being tense but ready',
    'body' => 'Not being tense but ready.
Not thinking but not dreaming.
Not being set but flexible.
Liberation from the uneasy sense of confinement.
It is being wholly and quietly alive, aware and alert, ready for whatever may come.

窶 Bruce Lee, Tao of Jeet Kune Do',
    'created' => '2013-10-14 17:45:13',
    'modified' => NULL,
  ),
  7 => 
  array (
    'id' => '9',
    'title' => 'In the beginner窶冱 mind',
    'body' => 'In the beginner窶冱 mind there are many possibilities, but in the expert窶冱 there are few

窶 Shunryu Suzuki, Zen Mind, Beginner\'s Mind ',
    'created' => '2013-10-14 17:46:29',
    'modified' => NULL,
  ),
)
Resource representation
<script src="/assets/js/modal.js"></script>
<script src="/assets/js/delete_post.js"></script>
<table class="table table-bordered table-striped">
    <tr>
        <th class="span1">Id</th>
        <th>Title</th>
        <th>Body</th>
        <th>CreatedAt</th>
        <th></th>
    </tr>
    <tr>
        <td>1</td>
        <td><a href="/blog/posts/post?id=1">Perspective</a></td>
        <td>Perspective is worth 80 IQ points.

-- Alan Kay</td>
        <td>2013-10-14 17:40:49</td>
        <td>
            <a title="Edit post" class="btn" href="/blog/posts/edit?id=1"><span class="glyphicon glyphicon-edit"></span></a>
            <a title="Delete post" class="btn remove confirm" href="#"><span class="glyphicon glyphicon-trash" data-post-id="1"></span></a>
        </td>
    </tr>
    <tr>
        <td>2</td>
        <td><a href="/blog/posts/post?id=2">Before it becomes normal</a></td>
        <td>Quite a few people have to believe something is normal...</td>
        <td>2013-10-14 17:41:13</td>
        <td>
            <a title="Edit post" class="btn" href="/blog/posts/edit?id=2"><span class="glyphicon glyphicon-edit"></span></a>
            <a title="Delete post" class="btn remove confirm" href="#"><span class="glyphicon glyphicon-trash" data-post-id="2"></span></a>
        </td>
    </tr>
    <tr>
        <td>3</td>
        <td><a href="/blog/posts/post?id=3">Most software today</a></td>
        <td>Most software today is very much like an Egyptian pyramid...</td>
        <td>2013-10-14 17:41:37</td>
        <td>
            <a title="Edit post" class="btn" href="/blog/posts/edit?id=3"><span class="glyphicon glyphicon-edit"></span></a>
            <a title="Delete post" class="btn remove confirm" href="#"><span class="glyphicon glyphicon-trash" data-post-id="3"></span></a>
        </td>
    </tr>
    <tr>
        <td>4</td>
        <td><a href="/blog/posts/post?id=4">Make an apple pie from scratch</a></td>
        <td>If you wish to make an apple pie from scratch, you must...</td>
        <td>2013-10-14 17:43:42</td>
        <td>
            <a title="Edit post" class="btn" href="/blog/posts/edit?id=4"><span class="glyphicon glyphicon-edit"></span></a>
            <a title="Delete post" class="btn remove confirm" href="#"><span class="glyphicon glyphicon-trash" data-post-id="4"></span></a>
        </td>
    </tr>
    <tr>
        <td>6</td>
        <td><a href="/blog/posts/post?id=6">Computers</a></td>
        <td>I do not fear computers. I fear the lack of them.
Read...</td>
        <td>2013-10-14 17:43:01</td>
        <td>
            <a title="Edit post" class="btn" href="/blog/posts/edit?id=6"><span class="glyphicon glyphicon-edit"></span></a>
            <a title="Delete post" class="btn remove confirm" href="#"><span class="glyphicon glyphicon-trash" data-post-id="6"></span></a>
        </td>
    </tr>
    <tr>
        <td>7</td>
        <td><a href="/blog/posts/post?id=7">Accept yourself</a></td>
        <td>Accept yourself as you are. Otherwise you will never see...</td>
        <td>2013-10-14 17:43:25</td>
        <td>
            <a title="Edit post" class="btn" href="/blog/posts/edit?id=7"><span class="glyphicon glyphicon-edit"></span></a>
            <a title="Delete post" class="btn remove confirm" href="#"><span class="glyphicon glyphicon-trash" data-post-id="7"></span></a>
        </td>
    </tr>
    <tr>
        <td>8</td>
        <td><a href="/blog/posts/post?id=8">Not being tense but ready</a></td>
        <td>Not being tense but ready.
Not thinking but not...</td>
        <td>2013-10-14 17:45:13</td>
        <td>
            <a title="Edit post" class="btn" href="/blog/posts/edit?id=8"><span class="glyphicon glyphicon-edit"></span></a>
            <a title="Delete post" class="btn remove confirm" href="#"><span class="glyphicon glyphicon-trash" data-post-id="8"></span></a>
        </td>
    </tr>
    <tr>
        <td>9</td>
        <td><a href="/blog/posts/post?id=9">In the beginner窶冱 mind</a></td>
        <td>In the beginner窶冱 mind there are many possibilities, but...</td>
        <td>2013-10-14 17:46:29</td>
        <td>
            <a title="Edit post" class="btn" href="/blog/posts/edit?id=9"><span class="glyphicon glyphicon-edit"></span></a>
            <a title="Delete post" class="btn remove confirm" href="#"><span class="glyphicon glyphicon-trash" data-post-id="9"></span></a>
        </td>
    </tr>
</table>
Arguments
    void
InterceptorsCache
Write 100 sec 0 hours 1 min 40 sec left
Profile
0.013 sec 1,411,112 bytes 53489ff6affb6

New Post
Resource state
array (
  'posts' => '(Request)app://self/blog/posts',
)
Resource representation
<!DOCTYPE html>
<html lang="ja">
<head>

    <meta charset="utf-8">
    <title>Posts &laquo; BEAR.Sunday Blog</title>
    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
    <link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css" rel="stylesheet">
</head>
<body>
<div class="container">

<ul class="breadcrumb">
    <li><a href="/">Home</a> <span class="divider">/</span></li>
    <li class="active">Blog</li>
</ul>
<div align="right">
    <a href="posts/pager" class="btn btn-success btn-mini">Pagination</a>
</div>

<h1>Posts</h1>
<p><!-- resource:app://self/blog/posts --><script src="/assets/js/modal.js"></script>
<script src="/assets/js/delete_post.js"></script>
<table class="table table-bordered table-striped">
    <tr>
        <th class="span1">Id</th>
        <th>Title</th>
        <th>Body</th>
        <th>CreatedAt</th>
        <th></th>
    </tr>
    <tr>
        <td>1</td>
        <td><a href="/blog/posts/post?id=1">Perspective</a></td>
        <td>Perspective is worth 80 IQ points.

-- Alan Kay</td>
        <td>2013-10-14 17:40:49</td>
        <td>
            <a title="Edit post" class="btn" href="/blog/posts/edit?id=1"><span class="glyphicon glyphicon-edit"></span></a>
            <a title="Delete post" class="btn remove confirm" href="#"><span class="glyphicon glyphicon-trash" data-post-id="1"></span></a>
        </td>
    </tr>
    <tr>
        <td>2</td>
        <td><a href="/blog/posts/post?id=2">Before it becomes normal</a></td>
        <td>Quite a few people have to believe something is normal...</td>
        <td>2013-10-14 17:41:13</td>
        <td>
            <a title="Edit post" class="btn" href="/blog/posts/edit?id=2"><span class="glyphicon glyphicon-edit"></span></a>
            <a title="Delete post" class="btn remove confirm" href="#"><span class="glyphicon glyphicon-trash" data-post-id="2"></span></a>
        </td>
    </tr>
    <tr>
        <td>3</td>
        <td><a href="/blog/posts/post?id=3">Most software today</a></td>
        <td>Most software today is very much like an Egyptian pyramid...</td>
        <td>2013-10-14 17:41:37</td>
        <td>
            <a title="Edit post" class="btn" href="/blog/posts/edit?id=3"><span class="glyphicon glyphicon-edit"></span></a>
            <a title="Delete post" class="btn remove confirm" href="#"><span class="glyphicon glyphicon-trash" data-post-id="3"></span></a>
        </td>
    </tr>
    <tr>
        <td>4</td>
        <td><a href="/blog/posts/post?id=4">Make an apple pie from scratch</a></td>
        <td>If you wish to make an apple pie from scratch, you must...</td>
        <td>2013-10-14 17:43:42</td>
        <td>
            <a title="Edit post" class="btn" href="/blog/posts/edit?id=4"><span class="glyphicon glyphicon-edit"></span></a>
            <a title="Delete post" class="btn remove confirm" href="#"><span class="glyphicon glyphicon-trash" data-post-id="4"></span></a>
        </td>
    </tr>
    <tr>
        <td>6</td>
        <td><a href="/blog/posts/post?id=6">Computers</a></td>
        <td>I do not fear computers. I fear the lack of them.
Read...</td>
        <td>2013-10-14 17:43:01</td>
        <td>
            <a title="Edit post" class="btn" href="/blog/posts/edit?id=6"><span class="glyphicon glyphicon-edit"></span></a>
            <a title="Delete post" class="btn remove confirm" href="#"><span class="glyphicon glyphicon-trash" data-post-id="6"></span></a>
        </td>
    </tr>
    <tr>
        <td>7</td>
        <td><a href="/blog/posts/post?id=7">Accept yourself</a></td>
        <td>Accept yourself as you are. Otherwise you will never see...</td>
        <td>2013-10-14 17:43:25</td>
        <td>
            <a title="Edit post" class="btn" href="/blog/posts/edit?id=7"><span class="glyphicon glyphicon-edit"></span></a>
            <a title="Delete post" class="btn remove confirm" href="#"><span class="glyphicon glyphicon-trash" data-post-id="7"></span></a>
        </td>
    </tr>
    <tr>
        <td>8</td>
        <td><a href="/blog/posts/post?id=8">Not being tense but ready</a></td>
        <td>Not being tense but ready.
Not thinking but not...</td>
        <td>2013-10-14 17:45:13</td>
        <td>
            <a title="Edit post" class="btn" href="/blog/posts/edit?id=8"><span class="glyphicon glyphicon-edit"></span></a>
            <a title="Delete post" class="btn remove confirm" href="#"><span class="glyphicon glyphicon-trash" data-post-id="8"></span></a>
        </td>
    </tr>
    <tr>
        <td>9</td>
        <td><a href="/blog/posts/post?id=9">In the beginner窶冱 mind</a></td>
        <td>In the beginner窶冱 mind there are many possibilities, but...</td>
        <td>2013-10-14 17:46:29</td>
        <td>
            <a title="Edit post" class="btn" href="/blog/posts/edit?id=9"><span class="glyphicon glyphicon-edit"></span></a>
            <a title="Delete post" class="btn remove confirm" href="#"><span class="glyphicon glyphicon-trash" data-post-id="9"></span></a>
        </td>
    </tr>
</table>
<!-- /resource:app://self/blog/posts --></p>
<a href="posts/newpost" class="btn btn-primary btn-large">New Post</a>
</div>
</body>
</html>
Arguments
    void
Interceptors
Cache
Read Unlimited 0 hours 43 min 46 sec left
Profile
0.004 sec 638,992 bytes 53489ff6ac960