@ -0,0 +1,55 @@ |
|||||||
|
<footer class="site-footer"> |
||||||
|
|
||||||
|
<div class="wrapper"> |
||||||
|
|
||||||
|
<h2 class="footer-heading">{{ site.title }}</h2> |
||||||
|
|
||||||
|
<div class="footer-col-wrapper"> |
||||||
|
<div class="footer-col footer-col-1"> |
||||||
|
<ul class="contact-list"> |
||||||
|
<li class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></li> |
||||||
|
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li> |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="footer-col footer-col-2"> |
||||||
|
<ul class="social-media-list"> |
||||||
|
{% if site.github_username %} |
||||||
|
<li> |
||||||
|
<a href="https://github.com/{{ site.github_username }}"> |
||||||
|
<span class="icon icon--github"> |
||||||
|
<svg viewBox="0 0 16 16"> |
||||||
|
<path fill="#828282" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"/> |
||||||
|
</svg> |
||||||
|
</span> |
||||||
|
|
||||||
|
<span class="username">{{ site.github_username }}</span> |
||||||
|
</a> |
||||||
|
</li> |
||||||
|
{% endif %} |
||||||
|
|
||||||
|
{% if site.twitter_username %} |
||||||
|
<li> |
||||||
|
<a href="https://twitter.com/{{ site.twitter_username }}"> |
||||||
|
<span class="icon icon--twitter"> |
||||||
|
<svg viewBox="0 0 16 16"> |
||||||
|
<path fill="#828282" d="M15.969,3.058c-0.586,0.26-1.217,0.436-1.878,0.515c0.675-0.405,1.194-1.045,1.438-1.809 |
||||||
|
c-0.632,0.375-1.332,0.647-2.076,0.793c-0.596-0.636-1.446-1.033-2.387-1.033c-1.806,0-3.27,1.464-3.27,3.27 c0,0.256,0.029,0.506,0.085,0.745C5.163,5.404,2.753,4.102,1.14,2.124C0.859,2.607,0.698,3.168,0.698,3.767 c0,1.134,0.577,2.135,1.455,2.722C1.616,6.472,1.112,6.325,0.671,6.08c0,0.014,0,0.027,0,0.041c0,1.584,1.127,2.906,2.623,3.206 C3.02,9.402,2.731,9.442,2.433,9.442c-0.211,0-0.416-0.021-0.615-0.059c0.416,1.299,1.624,2.245,3.055,2.271 c-1.119,0.877-2.529,1.4-4.061,1.4c-0.264,0-0.524-0.015-0.78-0.046c1.447,0.928,3.166,1.469,5.013,1.469 c6.015,0,9.304-4.983,9.304-9.304c0-0.142-0.003-0.283-0.009-0.423C14.976,4.29,15.531,3.714,15.969,3.058z"/> |
||||||
|
</svg> |
||||||
|
</span> |
||||||
|
|
||||||
|
<span class="username">{{ site.twitter_username }}</span> |
||||||
|
</a> |
||||||
|
</li> |
||||||
|
{% endif %} |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="footer-col footer-col-3"> |
||||||
|
<p class="text">{{ site.description }}</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</footer> |
@ -0,0 +1,12 @@ |
|||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
||||||
|
<meta name="viewport" content="width=device-width initial-scale=1"> |
||||||
|
|
||||||
|
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title> |
||||||
|
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}"> |
||||||
|
|
||||||
|
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}"> |
||||||
|
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> |
||||||
|
<link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" /> |
||||||
|
</head> |
@ -0,0 +1,27 @@ |
|||||||
|
<header class="site-header"> |
||||||
|
|
||||||
|
<div class="wrapper"> |
||||||
|
|
||||||
|
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a> |
||||||
|
|
||||||
|
<nav class="site-nav"> |
||||||
|
<a href="#" class="menu-icon"> |
||||||
|
<svg viewBox="0 0 18 15"> |
||||||
|
<path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/> |
||||||
|
<path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/> |
||||||
|
<path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/> |
||||||
|
</svg> |
||||||
|
</a> |
||||||
|
|
||||||
|
<div class="trigger"> |
||||||
|
{% for page in site.pages %} |
||||||
|
{% if page.title %} |
||||||
|
<a class="page-link" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a> |
||||||
|
{% endif %} |
||||||
|
{% endfor %} |
||||||
|
</div> |
||||||
|
</nav> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
</header> |
@ -0,0 +1,28 @@ |
|||||||
|
<!DOCTYPE html> |
||||||
|
<html> |
||||||
|
|
||||||
|
{% include head.html %} |
||||||
|
|
||||||
|
<body> |
||||||
|
|
||||||
|
{% include header.html %} |
||||||
|
|
||||||
|
<div class="page-content"> |
||||||
|
<div class="wrapper"> |
||||||
|
{{ content }} |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
{% include footer.html %} |
||||||
|
</body> |
||||||
|
|
||||||
|
<script> |
||||||
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
||||||
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
||||||
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
||||||
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
||||||
|
ga('create', 'UA-3189083-8', 'auto'); |
||||||
|
ga('send', 'pageview'); |
||||||
|
</script> |
||||||
|
<script src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script> |
||||||
|
</html> |
@ -0,0 +1,23 @@ |
|||||||
|
--- |
||||||
|
layout: default |
||||||
|
--- |
||||||
|
<div class="post"> |
||||||
|
|
||||||
|
<header class="post-header"> |
||||||
|
<h1 class="post-title">{{ page.title }}</h1> |
||||||
|
</header> |
||||||
|
|
||||||
|
<article class="post-content"> |
||||||
|
{{ content }} |
||||||
|
</article> |
||||||
|
|
||||||
|
<div id="disqus_thread"></div> |
||||||
|
<script> |
||||||
|
var disqus_shortname = 'nujumdai'; |
||||||
|
(function() { |
||||||
|
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; |
||||||
|
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; |
||||||
|
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); |
||||||
|
})(); |
||||||
|
</script> |
||||||
|
</div> |
@ -0,0 +1,25 @@ |
|||||||
|
--- |
||||||
|
layout: default |
||||||
|
--- |
||||||
|
<div class="post"> |
||||||
|
|
||||||
|
<header class="post-header"> |
||||||
|
<h1 class="post-title">{{ page.title }}</h1> |
||||||
|
<p class="post-meta">{{ page.date | date: "%b %-d, %Y" }}{% if page.meta %} • {{ page.meta }}{% endif %}</p> |
||||||
|
</header> |
||||||
|
|
||||||
|
<article class="post-content"> |
||||||
|
{{ content }} |
||||||
|
</article> |
||||||
|
|
||||||
|
<div id="disqus_thread"></div> |
||||||
|
|
||||||
|
<script> |
||||||
|
var disqus_shortname = 'nujumdai'; |
||||||
|
(function() { |
||||||
|
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; |
||||||
|
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; |
||||||
|
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); |
||||||
|
})(); |
||||||
|
</script> |
||||||
|
</div> |
@ -0,0 +1,7 @@ |
|||||||
|
<!DOCTYPE html> |
||||||
|
<html> |
||||||
|
<head> |
||||||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
||||||
|
<meta http-equiv="refresh" content="0;url={{ page.refresh_to_post_id }}.html" /> |
||||||
|
</head> |
||||||
|
</html> |
@ -0,0 +1,42 @@ |
|||||||
|
--- |
||||||
|
layout: post |
||||||
|
status: publish |
||||||
|
published: true |
||||||
|
title: Hello world! |
||||||
|
author: |
||||||
|
display_name: G i F t *('v')* |
||||||
|
login: admin |
||||||
|
email: jummum@mycapsules.com |
||||||
|
url: http:// |
||||||
|
author_login: admin |
||||||
|
author_email: jummum@mycapsules.com |
||||||
|
author_url: http:// |
||||||
|
wordpress_id: 1 |
||||||
|
date: '2007-08-05 05:35:40 +0700' |
||||||
|
date_gmt: '2007-08-05 05:35:40 +0700' |
||||||
|
categories: |
||||||
|
- Uncategorized |
||||||
|
tags: [] |
||||||
|
comments: |
||||||
|
- id: 1 |
||||||
|
author: Mr WordPress |
||||||
|
author_email: '' |
||||||
|
author_url: http://wordpress.org/ |
||||||
|
date: '2007-08-05 05:35:40 +0700' |
||||||
|
date_gmt: '2007-08-05 05:35:40 +0700' |
||||||
|
content: Hi, this is a comment.<br />To delete a comment, just log in and view |
||||||
|
the post's comments. There you will have the option to edit or delete them. |
||||||
|
- id: 2 |
||||||
|
author: '10' |
||||||
|
author_email: sipp11@mycapsules.com |
||||||
|
author_url: http://blog.10ninox.com |
||||||
|
date: '2007-08-17 08:14:04 +0700' |
||||||
|
date_gmt: '2007-08-17 08:14:04 +0700' |
||||||
|
content: "I don't know what you are doing right now. But it seems that you don't |
||||||
|
really want to have this blog. Maybe if time passes several months and it still |
||||||
|
has no post, that should be the sign of unintentional creating this blog. Or maybe |
||||||
|
I just force you to have this without realizing the fact that you DON'T want this.\r\n\r\nI |
||||||
|
will be back frequently and hope there will be anything update soon.\r\n\r\nI |
||||||
|
hope it will be.." |
||||||
|
--- |
||||||
|
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! |
@ -0,0 +1,63 @@ |
|||||||
|
--- |
||||||
|
layout: post |
||||||
|
status: publish |
||||||
|
published: true |
||||||
|
title: 'Eee PC 8GB: Hand on!!!!!!!!!!!' |
||||||
|
author: |
||||||
|
display_name: gift9sipp |
||||||
|
login: gift9sipp |
||||||
|
email: jummum@mycapsules.com |
||||||
|
url: http:// |
||||||
|
author_login: gift9sipp |
||||||
|
author_email: jummum@mycapsules.com |
||||||
|
author_url: http:// |
||||||
|
wordpress_id: 16 |
||||||
|
wordpress_url: http://jummum.mycapsules.com/?p=16 |
||||||
|
date: '2007-12-13 04:47:27 +0700' |
||||||
|
date_gmt: '2007-12-13 04:47:27 +0700' |
||||||
|
categories: |
||||||
|
- Gadgets & Toys |
||||||
|
tags: [] |
||||||
|
comments: |
||||||
|
- id: 5 |
||||||
|
author: '10' |
||||||
|
author_email: sipp11@mycapsules.cm |
||||||
|
author_url: '' |
||||||
|
date: '2007-12-17 08:48:04 +0700' |
||||||
|
date_gmt: '2007-12-17 08:48:04 +0700' |
||||||
|
content: "you know what you have to have a new one soon since this one is defective..\r\n\r\nYou |
||||||
|
may wonder where it is.. if you type on it, you will know. I cant imagine we have |
||||||
|
to send this baby back to get a new one. Damn it!" |
||||||
|
--- |
||||||
|
I am growing up a little, so my toy's price is a bit more expensive ha ha ha. :O I just got it for 6 hours. Can you guess what it is? A small stuff with rare OS in the white shirt. It's "Asus eee PC 8GB model" |
||||||
|
|
||||||
|
I was surprise when I saw its box, even though I knew that it's really small because it's smaller than I thought. |
||||||
|
|
||||||
|
![](/wp-content/uploads/2007/12/img-0450.jpg) |
||||||
|
|
||||||
|
Moreover, when the box was opened, I saw a little white stuff at first. OMG!! It was cute. Since I didn't see the white eee before, I couldn't imagine how nice it was. The color is pearl white, and that makes it look like a little toy for a princess :D |
||||||
|
|
||||||
|
![](/wp-content/uploads/2007/12/img-0451.jpg) |
||||||
|
![](/wp-content/uploads/2007/12/img-0452.jpg) |
||||||
|
|
||||||
|
Including some accessories such as battery, tiny adapter, black sleeping bag, and a cute mouse, all little stuffs make eee be cuter. |
||||||
|
|
||||||
|
[![](/wp-content/uploads/2007/12/img-0455-thumb.jpg)](/wp-content/uploads/2007/12/img-0455.jpg) |
||||||
|
|
||||||
|
What I like the most of accessories is the mouse. I'll show you how they keep the wire of this mouse below. At first, I was wondering whether it's a wireless mouse or not, then I found that Asus has an excellent way to manage it. As you see, it's nice and easy to carry. |
||||||
|
|
||||||
|
|
||||||
|
![](/wp-content/uploads/2007/12/img-0464.jpg) ![](/wp-content/uploads/2007/12/img-0467.jpg) |
||||||
|
|
||||||
|
In addition, it boots at fast speed, really fast. It's not even reach quarter a minute for starting up. You guys should try by yourself, and you'll know that it's true. |
||||||
|
|
||||||
|
![](/wp-content/uploads/2007/12/img-0468.jpg) ![](/wp-content/uploads/2007/12/img-0471.jpg) |
||||||
|
|
||||||
|
Unfortunately, one more thing that I need to mention is there is no SSD (Solid State Drive) on board. All memories are on PCIe card besides RAM. |
||||||
|
|
||||||
|
[![](/wp-content/uploads/2007/12/img-0477-thumb.jpg)](/wp-content/uploads/2007/12/img-0477.jpg) |
||||||
|
|
||||||
|
I can't help falling in love with Asus eee PC at first sight. Grab one, you'll love it like I do. ;P |
||||||
|
|
||||||
|
Stay tune for the full review at myCapsules.com |
||||||
|
|
@ -0,0 +1,33 @@ |
|||||||
|
--- |
||||||
|
layout: post |
||||||
|
status: publish |
||||||
|
published: true |
||||||
|
title: 'Slingbox: Even a cave man can use it!!' |
||||||
|
author: |
||||||
|
display_name: gift9sipp |
||||||
|
login: gift9sipp |
||||||
|
email: jummum@mycapsules.com |
||||||
|
url: http:// |
||||||
|
author_login: gift9sipp |
||||||
|
author_email: jummum@mycapsules.com |
||||||
|
author_url: http:// |
||||||
|
wordpress_id: 31 |
||||||
|
wordpress_url: http://jummum.mycapsules.com/?p=31 |
||||||
|
date: '2008-01-18 05:23:44 +0700' |
||||||
|
date_gmt: '2008-01-18 05:23:44 +0700' |
||||||
|
categories: |
||||||
|
- Gadgets & Toys |
||||||
|
tags: [] |
||||||
|
comments: [] |
||||||
|
--- |
||||||
|
|
||||||
|
[![](/wp-content/uploads/2008/01/image-thumb.png)](/wp-content/uploads/2008/01/image.png) |
||||||
|
|
||||||
|
I just have the first chance to try slingbox the week before last. It's incredible!! How good that you can watch TV everywhere? How worth that you pay your cable bill every months and have it with you all the time? Even if I have only a slingbox AV, it's good enough for me now. I'm just about to love slingbox. Anyway, I'm thinking about the quality of slingbox pro if it's much better than the one I have which reaches my satisfaction. I would love to try once. ;P |
||||||
|
|
||||||
|
My lovely slingbox is small and light weight, so it fits around my computer area perfectly. Moreover, I can say that it's pretty because of its shape and color that you'll see in the photos. |
||||||
|
|
||||||
|
[![](/wp-content/uploads/2008/01/img-0721-thumb.png)](/wp-content/uploads/2008/01/img-0721.jpg) [![](/wp-content/uploads/2008/01/img-0724-thumb.jpg)](/wp-content/uploads/2008/01/img-0724.jpg) [![](/wp-content/uploads/2008/01/img-0726-thumb.jpg)](/wp-content/uploads/2008/01/img-0726.jpg) [![](/wp-content/uploads/2008/01/img-0731-thumb.jpg)](/wp-content/uploads/2008/01/img-0731.jpg) [![](/wp-content/uploads/2008/01/img-0738-thumb.jpg)](/wp-content/uploads/2008/01/img-0738.jpg) |
||||||
|
|
||||||
|
Using slingbox is really easy. At first, you'll have to install its program, then with double-click on the shortcut, you're all set. It sounds too easy, isn't it? Let's get one, you'll never regret. |
||||||
|
|
@ -0,0 +1,46 @@ |
|||||||
|
--- |
||||||
|
layout: post |
||||||
|
status: publish |
||||||
|
published: true |
||||||
|
title: 'Pink Centro: A perfect gift in Valentine''s Day' |
||||||
|
author: |
||||||
|
display_name: gift9sipp |
||||||
|
login: gift9sipp |
||||||
|
email: jummum@mycapsules.com |
||||||
|
url: http:// |
||||||
|
author_login: gift9sipp |
||||||
|
author_email: jummum@mycapsules.com |
||||||
|
author_url: http:// |
||||||
|
wordpress_id: 42 |
||||||
|
wordpress_url: http://jummum.mycapsules.com/?p=42 |
||||||
|
date: '2008-01-29 06:41:21 +0700' |
||||||
|
date_gmt: '2008-01-29 06:41:21 +0700' |
||||||
|
categories: |
||||||
|
- Gadgets & Toys |
||||||
|
tags: [] |
||||||
|
comments: |
||||||
|
- id: 19 |
||||||
|
author: 'Valentine » Pink Centro: A perfect gift in Valentine’s Day' |
||||||
|
author_email: '' |
||||||
|
author_url: http://valentine.blogspace4you.info/?p=10889 |
||||||
|
date: '2008-01-29 08:27:29 +0700' |
||||||
|
date_gmt: '2008-01-29 08:27:29 +0700' |
||||||
|
content: '[...] Kings of A&R wrote an interesting post today on Pink Centro: |
||||||
|
A perfect gift in Valentineâ' |
||||||
|
--- |
||||||
|
[![](/wp-content/uploads/2008/01/img-0801-thumb.jpg)](/wp-content/uploads/2008/01/img-0801.jpg) |
||||||
|
|
||||||
|
I just got a pink Centro for a week from my lovely boyfriend as a present for Valentine's Day. It's so early, isn't it? Anyway, I would love to state about the first time I saw the pink Centro and how I like it. :O |
||||||
|
|
||||||
|
I read about releasing pink Centro about 2-3 months ago. My boyfriend and I need to buy a new cell phone in order to replace Treo 650 (It was his.) which is broken, so we wait for the pink one because I like pink color. Then, we went to the sprint store on W34 St, NY in the first week that we heard about selling pink Centro. However, there was no real pink Centro showed there. I did ask the front desk personnel to see it, but she gave me a brochure and said "it was the same as you saw in the picture." After that, I asked about the contract from another person because we already were Sprint's customers, and it looked like she didn't want to answer any question at all. OMG!! How nice a Sprint customer service personnel was!! I really appreciated her help. Therefore, I got out. |
||||||
|
|
||||||
|
When we got home, we tried to figure out by ourselves how to buy it online which was a lot easier because we didn't have to deal with a representative in person. Finally, we brought it online with no problem at all. >> It's like complains, isn't it? I'm sorry, and I'll get to the point soon. ;P |
||||||
|
|
||||||
|
[![](/wp-content/uploads/2008/01/img-0802-thumb.jpg)](/wp-content/uploads/2008/01/img-0802.jpg) [![](/wp-content/uploads/2008/01/img-0805-thumb.jpg)](/wp-content/uploads/2008/01/img-0805.jpg) [![](/wp-content/uploads/2008/01/img-0806-thumb.jpg)](/wp-content/uploads/2008/01/img-0806.jpg) [![](/wp-content/uploads/2008/01/img-0807-thumb.jpg)](/wp-content/uploads/2008/01/img-0807.jpg) |
||||||
|
|
||||||
|
![](/wp-content/uploads/2008/01/dscn5178.jpg) |
||||||
|
|
||||||
|
How cute the pink color is!! Can you imagine? It's not pale but bright. And the light underneath the pink keyboard in the dark makes it even cuter. I've used a few model of Palm pilot before, so I think the Centro model is pretty good. Since it's adorable, easy to carry, and fast, it becomes a beloved device. Moreover, Centro catches the Sprint signal much better than Treo 700p. I can say this because it's so hard to use treo 700p in our apartment, but Centro has no problem about the signal. I never thought that Palm would improve this before, so it was kind of surprise. Nevertheless, what makes me extremely surprise is the size of this handheld device. Because Palm is always strict about the same old model, it never changes really. But Centro is much smaller compared to treo 650 and treo 700p |
||||||
|
|
||||||
|
Does it sound good? I bet most women will like this pink Centro. Don't you think about getting one for your love? ;P |
||||||
|
|
@ -0,0 +1,47 @@ |
|||||||
|
--- |
||||||
|
layout: post |
||||||
|
status: publish |
||||||
|
published: true |
||||||
|
title: There's something about money!! |
||||||
|
author: |
||||||
|
display_name: gift9sipp |
||||||
|
login: gift9sipp |
||||||
|
email: jummum@mycapsules.com |
||||||
|
url: http:// |
||||||
|
author_login: gift9sipp |
||||||
|
author_email: jummum@mycapsules.com |
||||||
|
author_url: http:// |
||||||
|
wordpress_id: 44 |
||||||
|
wordpress_url: http://jummum.mycapsules.com/2008/02/18/theres-something-about-money/ |
||||||
|
date: '2008-02-18 07:52:12 +0700' |
||||||
|
date_gmt: '2008-02-18 07:52:12 +0700' |
||||||
|
categories: |
||||||
|
- Opinion & Attitude |
||||||
|
tags: [] |
||||||
|
comments: |
||||||
|
- id: 20 |
||||||
|
author: sipp11 |
||||||
|
author_email: sipp11@mycapsules.com |
||||||
|
author_url: http://mycapsules.com |
||||||
|
date: '2008-02-18 08:10:25 +0700' |
||||||
|
date_gmt: '2008-02-18 08:10:25 +0700' |
||||||
|
content: "It's the same thing as taking a decision to pick a big shrimp or small |
||||||
|
one in the soup. If you are going to pick it first, normally you will grab the |
||||||
|
small one and let your friend have a big one. Is that right?\r\n\r\nSo why bother? |
||||||
|
If he or she picks first and gets the big one, that's just the same result as |
||||||
|
what you are going to do anyway.\r\n\r\nWhy I said this? I just want to let you |
||||||
|
know that just being what you were, not thinking about this much. If not, it will |
||||||
|
ruin only yourself since you couldn't fix anything but be one of them.\r\n\r\n^_^ |
||||||
|
Life is still good no matter what we have seen, remember that." |
||||||
|
--- |
||||||
|
I do have a question in my mind which is "what will you do when you have to split 9 cents half and half?" It's such a silly question, isn't it? Yet, I never thought about this kind of question before I've faced this situation yesterday. Let's talk about the choices. |
||||||
|
|
||||||
|
Hmm.. Let's start with take 4 cents immediately. In my viewpoint, this is fine because it show how nice you are, and that 1 cent is less significant than your relationship. |
||||||
|
|
||||||
|
In contrast, what if one person is greedy enough to take 5 cents as fast as he/she can. In my opinion, it's not such a good manner. The next question will be "How do you feel about such a person like that?" |
||||||
|
|
||||||
|
Furthermore, the only alternative for me is let's another person choose first. I think it's the way to show how I respect him/her. And if he/she let me choose first, I'll take 4 cents for sure. I won't let this any kinds of bad feelings ruin the relationship. |
||||||
|
|
||||||
|
Can you guess what I did? I did let her take all of them and said "it was OK, and you could take them all." Then, she took them all and didn't say anything. |
||||||
|
|
||||||
|
It's so fun to learn about people from how they behave. Many times, I thought it was impossible to happen in real life, but it was surprised me that I was wrong. Maybe I believe in human beings too well to be true in every single one. |
@ -0,0 +1,42 @@ |
|||||||
|
--- |
||||||
|
layout: post |
||||||
|
status: publish |
||||||
|
published: true |
||||||
|
title: What if we're just different?? |
||||||
|
author: |
||||||
|
display_name: gift9sipp |
||||||
|
login: gift9sipp |
||||||
|
email: jummum@mycapsules.com |
||||||
|
url: http:// |
||||||
|
author_login: gift9sipp |
||||||
|
author_email: jummum@mycapsules.com |
||||||
|
author_url: http:// |
||||||
|
wordpress_id: 45 |
||||||
|
wordpress_url: http://jummum.mycapsules.com/2008/02/19/how-do-people-feel-about-dogs/ |
||||||
|
date: '2008-02-19 04:46:40 +0700' |
||||||
|
date_gmt: '2008-02-19 04:46:40 +0700' |
||||||
|
categories: |
||||||
|
- Opinion & Attitude |
||||||
|
tags: [] |
||||||
|
comments: |
||||||
|
- id: 21 |
||||||
|
author: sipp11 |
||||||
|
author_email: sipp11@mycapsules.com |
||||||
|
author_url: http://mycapsules.com |
||||||
|
date: '2008-02-19 05:02:21 +0700' |
||||||
|
date_gmt: '2008-02-19 05:02:21 +0700' |
||||||
|
content: "You forget something indeed. There are many kinds of people around the |
||||||
|
world, but you have to know that one of them is people who always think that they |
||||||
|
are always right and the rest is just not. However, it seems to have less and |
||||||
|
less of this group of people over the time.\r\n\r\nJust think that you are so |
||||||
|
lucky to know one of almost extinct group of people.\r\n\r\n:-P" |
||||||
|
--- |
||||||
|
I've found a lot of different feelings about dogs in the world: especially in people in different landscape, culture, and lifestyle. The thing is the expectation of dogs is not so similar. |
||||||
|
|
||||||
|
Here, in NYC, people raise their dogs as friends. They pay big amount of money for particular food for dogs, and caring such as taking a shower in pet care center, hair cutting, and medicare. Then, they keep them in the houses to be friends and walk them for a while everyday in order to let them do their business, but people don't let them bark. |
||||||
|
|
||||||
|
In my hometown, Thailand, we also raise dogs as friends, but we treat them by ourselves. We bath dogs by ourselves as a nice activity together and feed them what we eat. Eventually, we have specific foods for dogs as well and we feed them in the same way that Americans do. Moreover, we have vets for taking care about dogs' health, pet care center with bathroom, massage room, swimming pool, and dogs salon. The other difference is dogs are not just friends but house's guard because they'll bark when they see strangers. |
||||||
|
|
||||||
|
If you see this kind of situation in person, I bet you'll be surprised how different dogs are in both places. What I always keep in mind is differences are good things. How could you understand the word "exciting" if everything is the same around the world? And what if every single persons in the world are the same, what will challenge people to think apart, to develop things, to invent new technology, or else. There will be not interesting at all. Will it be the end of human beings that way? |
||||||
|
|
||||||
|
An Americans said to me that "Americans treat their dogs so well, then their dogs have good manners (no barking)" I was wondering if he forgot about the different purpose to let dogs bark. Anyway, people can't understand all behaviors in different cultures even though they move to and live in the place for more than 10 years. What about people who have been in some places for a while? Is it fair to judge people who are different from you in many many ways by your narrow vision? |
@ -0,0 +1,44 @@ |
|||||||
|
--- |
||||||
|
layout: post |
||||||
|
status: publish |
||||||
|
published: true |
||||||
|
title: Light night time up.. |
||||||
|
author: |
||||||
|
display_name: gift9sipp |
||||||
|
login: gift9sipp |
||||||
|
email: jummum@mycapsules.com |
||||||
|
url: http:// |
||||||
|
author_login: gift9sipp |
||||||
|
author_email: jummum@mycapsules.com |
||||||
|
author_url: http:// |
||||||
|
wordpress_id: 52 |
||||||
|
wordpress_url: http://jummum.mycapsules.com/2008/03/10/light-night-time-up/ |
||||||
|
date: '2008-03-10 08:20:58 +0700' |
||||||
|
date_gmt: '2008-03-10 08:20:58 +0700' |
||||||
|
categories: |
||||||
|
- Gadgets & Toys |
||||||
|
tags: [] |
||||||
|
comments: |
||||||
|
- id: 22 |
||||||
|
author: '10' |
||||||
|
author_email: sipp11@mycasules.com |
||||||
|
author_url: http:// |
||||||
|
date: '2008-03-11 02:19:04 +0700' |
||||||
|
date_gmt: '2008-03-11 02:19:04 +0700' |
||||||
|
content: Yep, I also like it so much :-P |
||||||
|
--- |
||||||
|
|
||||||
|
![USB LED Light](/wp-content/uploads/2008/03/dscn5219.jpg) |
||||||
|
|
||||||
|
In a dark room, it's not easy to play computer without hurting your eye sight. However, I love to use my computer on my bed before going to sleep, so I need something to help me take care my eyes. Finally, I've found it!! I bet you guys are wondering what it is. It is a small thing in small amount of money and has more powerful light than what I thought when I bought it on the internet: [GoldenGadgets.com](http://goldengadgets.com). |
||||||
|
|
||||||
|
![ASUS Eee PC & Fujitsu S2110 are cool together :)](/wp-content/uploads/2008/03/dscn5223.jpg) |
||||||
|
![Fujitsu S2110](/wp-content/uploads/2008/03/dscn5224.jpg) |
||||||
|
![ASUS Eee PC](/wp-content/uploads/2008/03/img-1119.jpg) |
||||||
|
![ASUS Eee PC](/wp-content/uploads/2008/03/img-1120.jpg) |
||||||
|
|
||||||
|
Ta Da... Here we are. It is what I'm talking about. It's kind of long, isn't it? And it's blue, the color I like. The first time I saw it I didn't think it would be this helpful, but I found out it was in the first time I use. It's astonishing that a small thing like this help me a lot and make me enjoy playing my computer in the dark than I used to be. |
||||||
|
|
||||||
|
![Using USB port](/wp-content/uploads/2008/03/img-1105.jpg) |
||||||
|
|
||||||
|
Oh... I forgot to mention that it use USB in order to get it worked. ;P |
@ -0,0 +1,44 @@ |
|||||||
|
--- |
||||||
|
layout: post |
||||||
|
status: publish |
||||||
|
published: true |
||||||
|
title: Netflix vs Apple TV |
||||||
|
author: |
||||||
|
display_name: gift9sipp |
||||||
|
login: gift9sipp |
||||||
|
email: jummum@mycapsules.com |
||||||
|
url: http:// |
||||||
|
author_login: gift9sipp |
||||||
|
author_email: jummum@mycapsules.com |
||||||
|
author_url: http:// |
||||||
|
wordpress_id: 57 |
||||||
|
wordpress_url: http://jummum.mycapsules.com/2008/03/16/netflix-vs-apple-tv/ |
||||||
|
date: '2008-03-16 17:24:47 +0700' |
||||||
|
date_gmt: '2008-03-16 17:24:47 +0700' |
||||||
|
categories: |
||||||
|
- Gadgets & Toys |
||||||
|
- Opinion & Attitude |
||||||
|
tags: [] |
||||||
|
comments: |
||||||
|
- id: 23 |
||||||
|
author: sipp11 |
||||||
|
author_email: sipp11@mycapsules.com |
||||||
|
author_url: '' |
||||||
|
date: '2008-03-16 17:37:53 +0700' |
||||||
|
date_gmt: '2008-03-16 17:37:53 +0700' |
||||||
|
content: "LOL, it seems that Apple TV lost this game which doesn't even start.\r\n\r\nBy |
||||||
|
the way, if you care about watching thing on TV, not only monitor, it might have |
||||||
|
some additional point for Apple TV; now it's just worthless for you." |
||||||
|
--- |
||||||
|
How cool that people, recently, are able to watch movies at home without going out to a movie rental store!! I'm just about to love it. I don't want to go find a movie in a store because I just don't like doing it. But who cares? Now, I'm just home and able to watch movie instantly via ![1](/wp-content/uploads/2008/03/image.png) or ![2](/wp-content/uploads/2008/03/image1.png) |
||||||
|
|
||||||
|
![](/wp-content/uploads/2008/03/image2.png) |
||||||
|
|
||||||
|
Let's talk about Netflix first because it exists before Apple TV. My friend's uncle told me about this service because we all loved watching movies. I registered about almost one year later after I moved to a new apartment and found out that it was really fantastic. I've paid a little money for 4-5 movies a month. Moreover, I'm able to see some movie instantly without paying any extra. The price is absolutely reasonable. Furthermore, the service is great. The mail movie was lost once and when I let them know, they sent another one immediately. I was so impressed. |
||||||
|
|
||||||
|
![Apple TV](/wp-content/uploads/2008/03/image3.png) |
||||||
|
|
||||||
|
About Apple TV, I have to say that I never use or even see how it works in person, but I bet I can imagine after watching [their guided tour](http://www.apple.com/appletv/guidedtour/). I think it's pretty cool but it's kind of expensive compared to Netflix. I don't think it's worth if I have to pay $229 for an Apple TV (cute) box and $2.99 per a movie or $3.99 for HD. |
||||||
|
|
||||||
|
Eventually, I couldn't even tell whether Apple TV is better than Netflix or not since I will not buy it at all. And surely, I'm really appreciated what I have right now. |
||||||
|
|
@ -0,0 +1,38 @@ |
|||||||
|
--- |
||||||
|
layout: post |
||||||
|
status: publish |
||||||
|
published: true |
||||||
|
title: Living together is one of the hardest things in life |
||||||
|
author: |
||||||
|
display_name: gift9sipp |
||||||
|
login: gift9sipp |
||||||
|
email: jummum@mycapsules.com |
||||||
|
url: http:// |
||||||
|
author_login: gift9sipp |
||||||
|
author_email: jummum@mycapsules.com |
||||||
|
author_url: http:// |
||||||
|
wordpress_id: 58 |
||||||
|
wordpress_url: http://jummum.mycapsules.com/2008/03/17/living-together-is-one-of-the-hardest-things-in-life/ |
||||||
|
date: '2008-03-17 05:26:42 +0700' |
||||||
|
date_gmt: '2008-03-17 05:26:42 +0700' |
||||||
|
categories: |
||||||
|
- About Me!! |
||||||
|
tags: [] |
||||||
|
comments: |
||||||
|
- id: 24 |
||||||
|
author: sipp11 |
||||||
|
author_email: sipp11@mycapsules.com |
||||||
|
author_url: '' |
||||||
|
date: '2008-03-17 05:48:06 +0700' |
||||||
|
date_gmt: '2008-03-17 05:48:06 +0700' |
||||||
|
content: "I do believe that \"adjustment\" is an untouchable attribute.\r\n\r\nI |
||||||
|
bet two of you just forget the word, \"compromise\". That might be just all you |
||||||
|
need. Once you have this, an adjustment will follow." |
||||||
|
--- |
||||||
|
Living a life is not easy, but living together with somebody else is much harder. People who're from different backgrounds, interests, and lifestyle can live together. What about how they live?? Have you ever think about living with someone as roommates for a long while? Will you have any problems? Will you fight? The closer people are, the more problems they have. And it's real. |
||||||
|
|
||||||
|
I heard a lot of bad experiences about roommates from people surrounding me; for instance, some roommates don't care about cleaning rooms, some of them invite their boyfriends or girlfriends to Apt. and ask their roommates to get out for a while in the rainy day, or roommates break people's privacy. I never have a roommate before until now in NYC where the rent is so expensive. I knew my roommate for around 6 months before we moved to this Apt. Although we were not so close, I knew she was a nice person. However, when we started living together, everything was alright and we were very careful about doing things in the 2 bedrooms Apt. The problems have shown up not because she changed or I changed but it was about the differences and lack of care. |
||||||
|
|
||||||
|
I really have no idea about all these but we start do not like what another person do. She doesn't like mine and I also don't like hers. We know too much about another one. I think it's because sometime people think about only themselves and forget to watch out how others behave or feel about what they're doing. Forgiveness is the most significant thing for this situation. Even though it's really hard to forgive someone and avoid fighting right after he/she make you be angry, we've got to do it. Adjustment is another important thing for people who live together. We have to be careful not to make another person feel too uncomfortable that leads to broken relationship. |
||||||
|
|
||||||
|
Relationship is unpredictable, but I deeply believe that everybody can live with one another. We just have to be careful, care about others' feelings, find the balance, and be happy to have others in our lives. I don't know what's going to happen here. I'll do my best anyway. *('v')* |
@ -0,0 +1,65 @@ |
|||||||
|
--- |
||||||
|
layout: post |
||||||
|
status: publish |
||||||
|
published: true |
||||||
|
title: iTunes vs Windows Media Player |
||||||
|
author: |
||||||
|
display_name: gift9sipp |
||||||
|
login: gift9sipp |
||||||
|
email: jummum@mycapsules.com |
||||||
|
url: http:// |
||||||
|
author_login: gift9sipp |
||||||
|
author_email: jummum@mycapsules.com |
||||||
|
author_url: http:// |
||||||
|
wordpress_id: 61 |
||||||
|
wordpress_url: http://jummum.mycapsules.com/2008/03/24/itunes-vs-windows-media-player/ |
||||||
|
date: '2008-03-24 10:12:49 +0700' |
||||||
|
date_gmt: '2008-03-24 10:12:49 +0700' |
||||||
|
categories: |
||||||
|
- Opinion & Attitude |
||||||
|
tags: [] |
||||||
|
comments: |
||||||
|
- id: 25 |
||||||
|
author: how to download free mp3 music |
||||||
|
author_email: '' |
||||||
|
author_url: http://music.fitness-news.info/itunes-vs-windows-media-player/ |
||||||
|
date: '2008-03-24 10:26:10 +0700' |
||||||
|
date_gmt: '2008-03-24 10:26:10 +0700' |
||||||
|
content: '[...] gift9sipp wrote an interesting post today on iTunes vs Windows Media |
||||||
|
PlayerHere’s a quick excerptAt first, I used Windows Media Player playing |
||||||
|
all music. But after my boyfriend got as iPod mini around 3 years ago, I started |
||||||
|
using iTunes. I didn’t care or even concerned about the differences really. |
||||||
|
However, I did prefer iTunes … [...]' |
||||||
|
- id: 27 |
||||||
|
author: sipp11 |
||||||
|
author_email: Sipp11@mycapsules.com |
||||||
|
author_url: '' |
||||||
|
date: '2008-03-25 16:20:59 +0700' |
||||||
|
date_gmt: '2008-03-25 16:20:59 +0700' |
||||||
|
content: I also like to see WMP with Podcast supported. So I could use it as only |
||||||
|
media player of mine. iTunes is just for iPod/iPhone. |
||||||
|
- id: 28 |
||||||
|
author: waltnich |
||||||
|
author_email: waltnich@gmail.com |
||||||
|
author_url: '' |
||||||
|
date: '2008-04-27 20:37:24 +0700' |
||||||
|
date_gmt: '2008-04-27 20:37:24 +0700' |
||||||
|
content: "Having used WMP over many carnations, I broke from my personal boycott |
||||||
|
of Propriatory products and purchased tunes from iTunes store and thusly found |
||||||
|
myself in iTune land. Actually, I agree 100% with gift9sipp - A fine Post spot |
||||||
|
on.\r\nIt is a shame Apple punishes u4 broad horizons :( Who wants 2b trapped |
||||||
|
into just their world???\r\nPoint being, WMP is actually better imho on most fronts, |
||||||
|
L0L\r\n2bad I just spent a week learning them both enough 2 have my own opinion |
||||||
|
- I appreciate WMP all the more 4it." |
||||||
|
--- |
||||||
|
At first, I used Windows Media Player playing all music. But after my boyfriend got an iPod mini around 3 years ago, I started using iTunes. I didn't care or even concerned about the differences really. However, I did prefer iTunes because of its interface. Just so you know, iTunes has a nice, neat, and organized interface. Recently, I change back to Windows Media Player because it's faster. I've got to tell you that I'm still using iTunes for my iPod but if I would like to play songs from my computer, I prefer using Windows Media Player. |
||||||
|
|
||||||
|
![WMP](/wp-content/uploads/2008/03/image4.png) |
||||||
|
|
||||||
|
It's like Windows tries to make Windows Media Player look hi-tech by using visualization, but it really doesn't work for me. I feel like it does interrupt my feeling really, I'm not using it though. For its library, it's just too much to categorize every little things on this window. One more thing, if I were Windows, I would release something like podcast of iPod because there are a lot of people choose iPod because of this kind of service. Anyway, Windows Media Player is much faster than iTunes. |
||||||
|
|
||||||
|
![iTunes](/wp-content/uploads/2008/03/image5.png) |
||||||
|
|
||||||
|
For iTunes, I'm just about to love its interface, but there are some problems have shown up. I used to open iTunes with iBook, and it worked very well. In contrast, when I opened it with PC, it was too slow and froze so often. This kinds of problems annoyed me a lot. I don't understand how come Apple lets them happen. I'm not quite sure if it's because of different OS. If not, why the results are so different. Basically, many people using iPod and PC should get the same priority as people who use all Apple products. |
||||||
|
|
||||||
|
All in all, iPod needs to use with iTunes and I have an iPod, so I have no way to leave iTunes behind. Such a great marketing plan, isn't it? Even though I love iTunes interface crazily, I use Windows Media Player more frequently because of its comfort. |
@ -0,0 +1,43 @@ |
|||||||
|
--- |
||||||
|
layout: post |
||||||
|
status: publish |
||||||
|
published: true |
||||||
|
title: The door is opening.. |
||||||
|
author: |
||||||
|
display_name: gift9sipp |
||||||
|
login: gift9sipp |
||||||
|
email: jummum@mycapsules.com |
||||||
|
url: http:// |
||||||
|
author_login: gift9sipp |
||||||
|
author_email: jummum@mycapsules.com |
||||||
|
author_url: http:// |
||||||
|
wordpress_id: 62 |
||||||
|
wordpress_url: http://jummum.mycapsules.com/2008/05/01/the-door-is-opening/ |
||||||
|
date: '2008-05-01 09:29:40 +0700' |
||||||
|
date_gmt: '2008-05-01 09:29:40 +0700' |
||||||
|
categories: |
||||||
|
- About Me!! |
||||||
|
tags: [] |
||||||
|
comments: |
||||||
|
- id: 29 |
||||||
|
author: '10' |
||||||
|
author_email: Sipp11@mycapsules.com |
||||||
|
author_url: '' |
||||||
|
date: '2008-05-05 07:31:25 +0700' |
||||||
|
date_gmt: '2008-05-05 07:31:25 +0700' |
||||||
|
content: "Now you just need to walk thru the door with confidence, strength in both |
||||||
|
body and mind. With all these, I'm sure you could get anything you possibly dream |
||||||
|
of very soon.\r\n\r\n:-> have a good journey..." |
||||||
|
--- |
||||||
|
There are so many doors people have got to pass along their lives. Does anyone agree with me that life is challenging? It's like we have to pass the test before getting to the next level, and sometimes we get lost and go to the way that we have never expected. However, that we have no plan for the way we're on might be a great opportunity and change. |
||||||
|
|
||||||
|
No one knows what's going to happen next, and the future is hidden as its nature. I can't explain how awesome that we're in this position. In my opinion, every obstacles is the test. If you can't pass it, the next door is still closed. Many times, people fail and be hopeless, but luckily, we have choices to choose; for example, doing it again and again, avoiding this path and finding a new one, giving up and stay put, living in their dreams doing nothing to improve themselves, or ask for subsidization. After we pick an alternative, things change. So, that means the next doors also switch. |
||||||
|
|
||||||
|
> "No pain, no gain" |
||||||
|
|
||||||
|
In order to succeed in something, we've got to do something to get it. Compare to fairy tales, leaders must be challenged by another side which is always bad side in the stories, and they will achieve after a grand fighting and being the winners. This kind of stories, by the way, is a really good way for kids to learn how life is. Anyway, I think most people use Defense Mechanism unconsciously in order not to be hurt. We never realize that we do it but learn how to use it automatically. Therefore, people who do well in Defense Mechanism will be fine in hard situations. |
||||||
|
|
||||||
|
For me, the door in front of me is opening after I get lost for a while. I don't know what's behind the door yet; nevertheless, I'm sure that hard working is coming so soon. Moreover, I'm living with my family's expectation, so I'll do my best, be positive, and try to get rid of stress. OMG!! I'm just about to smile :D |
||||||
|
|
||||||
|
My door is opening. What about yours? Did you find it? |
||||||
|
|
@ -0,0 +1,36 @@ |
|||||||
|
--- |
||||||
|
layout: post |
||||||
|
status: publish |
||||||
|
published: true |
||||||
|
title: About the rules!! |
||||||
|
author: |
||||||
|
display_name: gift9sipp |
||||||
|
login: gift9sipp |
||||||
|
email: jummum@mycapsules.com |
||||||
|
url: http:// |
||||||
|
author_login: gift9sipp |
||||||
|
author_email: jummum@mycapsules.com |
||||||
|
author_url: http:// |
||||||
|
wordpress_id: 63 |
||||||
|
wordpress_url: http://jummum.mycapsules.com/2008/05/08/about-the-rules/ |
||||||
|
date: '2008-05-08 05:24:11 +0700' |
||||||
|
date_gmt: '2008-05-08 05:24:11 +0700' |
||||||
|
categories: |
||||||
|
- Opinion & Attitude |
||||||
|
tags: [] |
||||||
|
comments: [] |
||||||
|
--- |
||||||
|
Today, someone told me that "In the cruel world, there were a lot of bias, and it was a good opportunity to study laws because when you faced a tough situation you could say that you had laws behind you." |
||||||
|
|
||||||
|
In this powerful country, there is no way to avoid racial discrimination. I never thought that it happened normally here, the country called itself "freedom country," by the time I faced the discrimination myself. I think I never posted the story on this blog, so... |
||||||
|
|
||||||
|
|
||||||
|
> ### This is the article >> [How ridiculous some NYPD are!!!!!!!!!!](http://ameliorate.blogspot.com/2007/04/how-ridicurous-some-nypd-are.html) |
||||||
|
|
||||||
|
By the way, about bias, many people just can't accept the differences. For instance, about language, what if you were born in a country which has its own language and live there more than 10 years without any knowledge of English. Isn't it ordinary? The answer must be "Absolutely yes." Yet, some people think the persons who don't know English are stupid. Do they have too much expectation? They want everybody around the world to understand what they say, but not even once try to learn how others are. It's disgusting. |
||||||
|
|
||||||
|
OMG!! I couldn't stick with my topic again ;P haha |
||||||
|
|
||||||
|
Back to the rules, in my opinion, all rules are built in order that they will be able to control humans' behaviors and make the peaceful world. All people should respect to the rules and take them in the positive way instead of using them hurt other people or getting benefits from the weak part of laws. |
||||||
|
|
||||||
|
However, it sounds like an ideal thought that people can be in the middle and compromise with two or more parties who have argued. That's why rules have been created in order to protect mankind and make the societies be in peace. People, basically, have prejudice but morality helps people know what is right and what is wrong. Thus, rules are not only laws but everyday life. Let's try to find the wills behind the laws!! |
@ -0,0 +1,35 @@ |
|||||||
|
--- |
||||||
|
layout: post |
||||||
|
status: publish |
||||||
|
published: true |
||||||
|
title: Kung Fu Panda :D |
||||||
|
author: |
||||||
|
display_name: gift9sipp |
||||||
|
login: gift9sipp |
||||||
|
email: jummum@mycapsules.com |
||||||
|
url: http:// |
||||||
|
author_login: gift9sipp |
||||||
|
author_email: jummum@mycapsules.com |
||||||
|
author_url: http:// |
||||||
|
wordpress_id: 64 |
||||||
|
wordpress_url: http://jummum.mycapsules.com/2008/06/19/kung-fu-panda-d/ |
||||||
|
date: '2008-06-19 07:15:43 +0700' |
||||||
|
date_gmt: '2008-06-19 07:15:43 +0700' |
||||||
|
categories: |
||||||
|
- Opinion & Attitude |
||||||
|
tags: [] |
||||||
|
comments: [] |
||||||
|
--- |
||||||
|
Today, My BF and I went to AMC Empire @ Time Square for watching a movie. It was really hard to decide which movie we would watch because we got there around 7pm, so we could choose only one movie (!.!) Finally, we took "Kung Fu Panda." I didn't have much expectation, just needed time for fun. After half an hour, I found out that the decision we made was great. |
||||||
|
|
||||||
|
The story is about Po, a big fat panda, who is chosen as dragon warrior in order to fight with a powerful tiger. Po is a big fan of Kung Fu but knows nothing about it. He believes and tries so hard to make himself better and follow his dreams. It's so funny that Po is greedy enough to be trained by using food. He's so cute though. Moreover, there are some good statements in the movie such as.. |
||||||
|
|
||||||
|
> "There's no accident in everything." |
||||||
|
> |
||||||
|
> "Yesterday is history. |
||||||
|
> |
||||||
|
> Future is mystery. |
||||||
|
> |
||||||
|
> Today is a gift; that's why it's called ..present.." |
||||||
|
|
||||||
|
Even though, I heard these statements many times by now, it's still impressive and very emotional. This movie is a terrific movie for kids really. I'm just about to love it!! |
@ -0,0 +1,204 @@ |
|||||||
|
/** |
||||||
|
* Reset some basic elements |
||||||
|
*/ |
||||||
|
body, h1, h2, h3, h4, h5, h6, |
||||||
|
p, blockquote, pre, hr, |
||||||
|
dl, dd, ol, ul, figure { |
||||||
|
margin: 0; |
||||||
|
padding: 0; |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/** |
||||||
|
* Basic styling |
||||||
|
*/ |
||||||
|
body { |
||||||
|
font-family: $base-font-family; |
||||||
|
font-size: $base-font-size; |
||||||
|
line-height: $base-line-height; |
||||||
|
font-weight: 300; |
||||||
|
color: $text-color; |
||||||
|
background-color: $background-color; |
||||||
|
-webkit-text-size-adjust: 100%; |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/** |
||||||
|
* Set `margin-bottom` to maintain vertical rhythm |
||||||
|
*/ |
||||||
|
h1, h2, h3, h4, h5, h6, |
||||||
|
p, blockquote, pre, |
||||||
|
ul, ol, dl, figure, |
||||||
|
%vertical-rhythm { |
||||||
|
margin-bottom: $spacing-unit / 2; |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/** |
||||||
|
* Images |
||||||
|
*/ |
||||||
|
img { |
||||||
|
max-width: 100%; |
||||||
|
vertical-align: middle; |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/** |
||||||
|
* Figures |
||||||
|
*/ |
||||||
|
figure > img { |
||||||
|
display: block; |
||||||
|
} |
||||||
|
|
||||||
|
figcaption { |
||||||
|
font-size: $small-font-size; |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/** |
||||||
|
* Lists |
||||||
|
*/ |
||||||
|
ul, ol { |
||||||
|
margin-left: $spacing-unit; |
||||||
|
} |
||||||
|
|
||||||
|
li { |
||||||
|
> ul, |
||||||
|
> ol { |
||||||
|
margin-bottom: 0; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/** |
||||||
|
* Headings |
||||||
|
*/ |
||||||
|
h1, h2, h3, h4, h5, h6 { |
||||||
|
font-weight: 300; |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/** |
||||||
|
* Links |
||||||
|
*/ |
||||||
|
a { |
||||||
|
color: $brand-color; |
||||||
|
text-decoration: none; |
||||||
|
|
||||||
|
&:visited { |
||||||
|
color: darken($brand-color, 15%); |
||||||
|
} |
||||||
|
|
||||||
|
&:hover { |
||||||
|
color: $text-color; |
||||||
|
text-decoration: underline; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/** |
||||||
|
* Blockquotes |
||||||
|
*/ |
||||||
|
blockquote { |
||||||
|
color: $grey-color; |
||||||
|
border-left: 4px solid $grey-color-light; |
||||||
|
padding-left: $spacing-unit / 2; |
||||||
|
font-size: 18px; |
||||||
|
letter-spacing: -1px; |
||||||
|
font-style: italic; |
||||||
|
|
||||||
|
> :last-child { |
||||||
|
margin-bottom: 0; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/** |
||||||
|
* Code formatting |
||||||
|
*/ |
||||||
|
pre, |
||||||
|
code { |
||||||
|
font-size: 15px; |
||||||
|
border: 1px solid $grey-color-light; |
||||||
|
border-radius: 3px; |
||||||
|
background-color: #eef; |
||||||
|
} |
||||||
|
|
||||||
|
code { |
||||||
|
padding: 1px 5px; |
||||||
|
} |
||||||
|
|
||||||
|
pre { |
||||||
|
padding: 8px 12px; |
||||||
|
overflow-x: scroll; |
||||||
|
|
||||||
|
> code { |
||||||
|
border: 0; |
||||||
|
padding-right: 0; |
||||||
|
padding-left: 0; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/** |
||||||
|
* Wrapper |
||||||
|
*/ |
||||||
|
.wrapper { |
||||||
|
max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit} * 2)); |
||||||
|
max-width: calc(#{$content-width} - (#{$spacing-unit} * 2)); |
||||||
|
margin-right: auto; |
||||||
|
margin-left: auto; |
||||||
|
padding-right: $spacing-unit; |
||||||
|
padding-left: $spacing-unit; |
||||||
|
@extend %clearfix; |
||||||
|
|
||||||
|
@include media-query($on-laptop) { |
||||||
|
max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit})); |
||||||
|
max-width: calc(#{$content-width} - (#{$spacing-unit})); |
||||||
|
padding-right: $spacing-unit / 2; |
||||||
|
padding-left: $spacing-unit / 2; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/** |
||||||
|
* Clearfix |
||||||
|
*/ |
||||||
|
%clearfix { |
||||||
|
|
||||||
|
&:after { |
||||||
|
content: ""; |
||||||
|
display: table; |
||||||
|
clear: both; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/** |
||||||
|
* Icons |
||||||
|
*/ |
||||||
|
.icon { |
||||||
|
|
||||||
|
> svg { |
||||||
|
display: inline-block; |
||||||
|
width: 16px; |
||||||
|
height: 16px; |
||||||
|
vertical-align: middle; |
||||||
|
|
||||||
|
path { |
||||||
|
fill: $grey-color; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,236 @@ |
|||||||
|
/** |
||||||
|
* Site header |
||||||
|
*/ |
||||||
|
.site-header { |
||||||
|
border-top: 5px solid $grey-color-dark; |
||||||
|
border-bottom: 1px solid $grey-color-light; |
||||||
|
min-height: 56px; |
||||||
|
|
||||||
|
// Positioning context for the mobile navigation icon |
||||||
|
position: relative; |
||||||
|
} |
||||||
|
|
||||||
|
.site-title { |
||||||
|
font-size: 26px; |
||||||
|
line-height: 56px; |
||||||
|
letter-spacing: -1px; |
||||||
|
margin-bottom: 0; |
||||||
|
float: left; |
||||||
|
|
||||||
|
&, |
||||||
|
&:visited { |
||||||
|
color: $grey-color-dark; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
.site-nav { |
||||||
|
float: right; |
||||||
|
line-height: 56px; |
||||||
|
|
||||||
|
.menu-icon { |
||||||
|
display: none; |
||||||
|
} |
||||||
|
|
||||||
|
.page-link { |
||||||
|
color: $text-color; |
||||||
|
line-height: $base-line-height; |
||||||
|
|
||||||
|
// Gaps between nav items, but not on the first one |
||||||
|
&:not(:first-child) { |
||||||
|
margin-left: 20px; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
@include media-query($on-palm) { |
||||||
|
position: absolute; |
||||||
|
top: 9px; |
||||||
|
right: 30px; |
||||||
|
background-color: $background-color; |
||||||
|
border: 1px solid $grey-color-light; |
||||||
|
border-radius: 5px; |
||||||
|
text-align: right; |
||||||
|
|
||||||
|
.menu-icon { |
||||||
|
display: block; |
||||||
|
float: right; |
||||||
|
width: 36px; |
||||||
|
height: 26px; |
||||||
|
line-height: 0; |
||||||
|
padding-top: 10px; |
||||||
|
text-align: center; |
||||||
|
|
||||||
|
> svg { |
||||||
|
width: 18px; |
||||||
|
height: 15px; |
||||||
|
|
||||||
|
path { |
||||||
|
fill: $grey-color-dark; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
.trigger { |
||||||
|
clear: both; |
||||||
|
display: none; |
||||||
|
} |
||||||
|
|
||||||
|
&:hover .trigger { |
||||||
|
display: block; |
||||||
|
padding-bottom: 5px; |
||||||
|
} |
||||||
|
|
||||||
|
.page-link { |
||||||
|
display: block; |
||||||
|
padding: 5px 10px; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/** |
||||||
|
* Site footer |
||||||
|
*/ |
||||||
|
.site-footer { |
||||||
|
border-top: 1px solid $grey-color-light; |
||||||
|
padding: $spacing-unit 0; |
||||||
|
} |
||||||
|
|
||||||
|
.footer-heading { |
||||||
|
font-size: 18px; |
||||||
|
margin-bottom: $spacing-unit / 2; |
||||||
|
} |
||||||
|
|
||||||
|
.contact-list, |
||||||
|
.social-media-list { |
||||||
|
list-style: none; |
||||||
|
margin-left: 0; |
||||||
|
} |
||||||
|
|
||||||
|
.footer-col-wrapper { |
||||||
|
font-size: 15px; |
||||||
|
color: $grey-color; |
||||||
|
margin-left: -$spacing-unit / 2; |
||||||
|
@extend %clearfix; |
||||||
|
} |
||||||
|
|
||||||
|
.footer-col { |
||||||
|
float: left; |
||||||
|
margin-bottom: $spacing-unit / 2; |
||||||
|
padding-left: $spacing-unit / 2; |
||||||
|
} |
||||||
|
|
||||||
|
.footer-col-1 { |
||||||
|
width: -webkit-calc(35% - (#{$spacing-unit} / 2)); |
||||||
|
width: calc(35% - (#{$spacing-unit} / 2)); |
||||||
|
} |
||||||
|
|
||||||
|
.footer-col-2 { |
||||||
|
width: -webkit-calc(20% - (#{$spacing-unit} / 2)); |
||||||
|
width: calc(20% - (#{$spacing-unit} / 2)); |
||||||
|
} |
||||||
|
|
||||||
|
.footer-col-3 { |
||||||
|
width: -webkit-calc(45% - (#{$spacing-unit} / 2)); |
||||||
|
width: calc(45% - (#{$spacing-unit} / 2)); |
||||||
|
} |
||||||
|
|
||||||
|
@include media-query($on-laptop) { |
||||||
|
.footer-col-1, |
||||||
|
.footer-col-2 { |
||||||
|
width: -webkit-calc(50% - (#{$spacing-unit} / 2)); |
||||||
|
width: calc(50% - (#{$spacing-unit} / 2)); |
||||||
|
} |
||||||
|
|
||||||
|
.footer-col-3 { |
||||||
|
width: -webkit-calc(100% - (#{$spacing-unit} / 2)); |
||||||
|
width: calc(100% - (#{$spacing-unit} / 2)); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
@include media-query($on-palm) { |
||||||
|
.footer-col { |
||||||
|
float: none; |
||||||
|
width: -webkit-calc(100% - (#{$spacing-unit} / 2)); |
||||||
|
width: calc(100% - (#{$spacing-unit} / 2)); |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/** |
||||||
|
* Page content |
||||||
|
*/ |
||||||
|
.page-content { |
||||||
|
padding: $spacing-unit 0; |
||||||
|
} |
||||||
|
|
||||||
|
.page-heading { |
||||||
|
font-size: 20px; |
||||||
|
} |
||||||
|
|
||||||
|
.post-list { |
||||||
|
margin-left: 0; |
||||||
|
list-style: none; |
||||||
|
|
||||||
|
> li { |
||||||
|
margin-bottom: $spacing-unit; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
.post-meta { |
||||||
|
font-size: $small-font-size; |
||||||
|
color: $grey-color; |
||||||
|
} |
||||||
|
|
||||||
|
.post-link { |
||||||
|
display: block; |
||||||
|
font-size: 24px; |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/** |
||||||
|
* Posts |
||||||
|
*/ |
||||||
|
.post-header { |
||||||
|
margin-bottom: $spacing-unit; |
||||||
|
} |
||||||
|
|
||||||
|
.post-title { |
||||||
|
font-size: 42px; |
||||||
|
letter-spacing: -1px; |
||||||
|
line-height: 1; |
||||||
|
|
||||||
|
@include media-query($on-laptop) { |
||||||
|
font-size: 36px; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
.post-content { |
||||||
|
margin-bottom: $spacing-unit; |
||||||
|
|
||||||
|
h2 { |
||||||
|
font-size: 32px; |
||||||
|
|
||||||
|
@include media-query($on-laptop) { |
||||||
|
font-size: 28px; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
h3 { |
||||||
|
font-size: 26px; |
||||||
|
|
||||||
|
@include media-query($on-laptop) { |
||||||
|
font-size: 22px; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
h4 { |
||||||
|
font-size: 20px; |
||||||
|
|
||||||
|
@include media-query($on-laptop) { |
||||||
|
font-size: 18px; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,67 @@ |
|||||||
|
/** |
||||||
|
* Syntax highlighting styles |
||||||
|
*/ |
||||||
|
.highlight { |
||||||
|
background: #fff; |
||||||
|
@extend %vertical-rhythm; |
||||||
|
|
||||||
|
.c { color: #998; font-style: italic } // Comment |
||||||
|
.err { color: #a61717; background-color: #e3d2d2 } // Error |
||||||
|
.k { font-weight: bold } // Keyword |
||||||
|
.o { font-weight: bold } // Operator |
||||||
|
.cm { color: #998; font-style: italic } // Comment.Multiline |
||||||
|
.cp { color: #999; font-weight: bold } // Comment.Preproc |
||||||
|
.c1 { color: #998; font-style: italic } // Comment.Single |
||||||
|
.cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special |
||||||
|
.gd { color: #000; background-color: #fdd } // Generic.Deleted |
||||||
|
.gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific |
||||||
|
.ge { font-style: italic } // Generic.Emph |
||||||
|
.gr { color: #a00 } // Generic.Error |
||||||
|
.gh { color: #999 } // Generic.Heading |
||||||
|
.gi { color: #000; background-color: #dfd } // Generic.Inserted |
||||||
|
.gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific |
||||||
|
.go { color: #888 } // Generic.Output |
||||||
|
.gp { color: #555 } // Generic.Prompt |
||||||
|
.gs { font-weight: bold } // Generic.Strong |
||||||
|
.gu { color: #aaa } // Generic.Subheading |
||||||
|
.gt { color: #a00 } // Generic.Traceback |
||||||
|
.kc { font-weight: bold } // Keyword.Constant |
||||||
|
.kd { font-weight: bold } // Keyword.Declaration |
||||||
|
.kp { font-weight: bold } // Keyword.Pseudo |
||||||
|
.kr { font-weight: bold } // Keyword.Reserved |
||||||
|
.kt { color: #458; font-weight: bold } // Keyword.Type |
||||||
|
.m { color: #099 } // Literal.Number |
||||||
|
.s { color: #d14 } // Literal.String |
||||||
|
.na { color: #008080 } // Name.Attribute |
||||||
|
.nb { color: #0086B3 } // Name.Builtin |
||||||
|
.nc { color: #458; font-weight: bold } // Name.Class |
||||||
|
.no { color: #008080 } // Name.Constant |
||||||
|
.ni { color: #800080 } // Name.Entity |
||||||
|
.ne { color: #900; font-weight: bold } // Name.Exception |
||||||
|
.nf { color: #900; font-weight: bold } // Name.Function |
||||||
|
.nn { color: #555 } // Name.Namespace |
||||||
|
.nt { color: #000080 } // Name.Tag |
||||||
|
.nv { color: #008080 } // Name.Variable |
||||||
|
.ow { font-weight: bold } // Operator.Word |
||||||
|
.w { color: #bbb } // Text.Whitespace |
||||||
|
.mf { color: #099 } // Literal.Number.Float |
||||||
|
.mh { color: #099 } // Literal.Number.Hex |
||||||
|
.mi { color: #099 } // Literal.Number.Integer |
||||||
|
.mo { color: #099 } // Literal.Number.Oct |
||||||
|
.sb { color: #d14 } // Literal.String.Backtick |
||||||
|
.sc { color: #d14 } // Literal.String.Char |
||||||
|
.sd { color: #d14 } // Literal.String.Doc |
||||||
|
.s2 { color: #d14 } // Literal.String.Double |
||||||
|
.se { color: #d14 } // Literal.String.Escape |
||||||
|
.sh { color: #d14 } // Literal.String.Heredoc |
||||||
|
.si { color: #d14 } // Literal.String.Interpol |
||||||
|
.sx { color: #d14 } // Literal.String.Other |
||||||
|
.sr { color: #009926 } // Literal.String.Regex |
||||||
|
.s1 { color: #d14 } // Literal.String.Single |
||||||
|
.ss { color: #990073 } // Literal.String.Symbol |
||||||
|
.bp { color: #999 } // Name.Builtin.Pseudo |
||||||
|
.vc { color: #008080 } // Name.Variable.Class |
||||||
|
.vg { color: #008080 } // Name.Variable.Global |
||||||
|
.vi { color: #008080 } // Name.Variable.Instance |
||||||
|
.il { color: #099 } // Literal.Number.Integer.Long |
||||||
|
} |
@ -0,0 +1,52 @@ |
|||||||
|
--- |
||||||
|
# Only the main Sass file needs front matter (the dashes are enough) |
||||||
|
--- |
||||||
|
@charset "utf-8"; |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// Our variables |
||||||
|
$base-font-family: Helvetica, Arial, sans-serif; |
||||||
|
$base-font-size: 16px; |
||||||
|
$small-font-size: $base-font-size * 0.875; |
||||||
|
$base-line-height: 1.5; |
||||||
|
|
||||||
|
$spacing-unit: 30px; |
||||||
|
|
||||||
|
$text-color: #111; |
||||||
|
$background-color: #fdfdfd; |
||||||
|
$brand-color: #2a7ae2; |
||||||
|
|
||||||
|
$grey-color: #828282; |
||||||
|
$grey-color-light: lighten($grey-color, 40%); |
||||||
|
$grey-color-dark: darken($grey-color, 25%); |
||||||
|
|
||||||
|
// Width of the content area |
||||||
|
$content-width: 800px; |
||||||
|
|
||||||
|
$on-palm: 600px; |
||||||
|
$on-laptop: 800px; |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// Using media queries with like this: |
||||||
|
// @include media-query($on-palm) { |
||||||
|
// .wrapper { |
||||||
|
// padding-right: $spacing-unit / 2; |
||||||
|
// padding-left: $spacing-unit / 2; |
||||||
|
// } |
||||||
|
// } |
||||||
|
@mixin media-query($device) { |
||||||
|
@media screen and (max-width: $device) { |
||||||
|
@content; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// Import partials from `sass_dir` (defaults to `_sass`) |
||||||
|
@import |
||||||
|
"base", |
||||||
|
"layout", |
||||||
|
"syntax-highlighting" |
||||||
|
; |
@ -0,0 +1,30 @@ |
|||||||
|
--- |
||||||
|
layout: null |
||||||
|
--- |
||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> |
||||||
|
<channel> |
||||||
|
<title>{{ site.title | xml_escape }}</title> |
||||||
|
<description>{{ site.description | xml_escape }}</description> |
||||||
|
<link>{{ site.url }}{{ site.baseurl }}/</link> |
||||||
|
<atom:link href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" rel="self" type="application/rss+xml"/> |
||||||
|
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate> |
||||||
|
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate> |
||||||
|
<generator>Jekyll v{{ jekyll.version }}</generator> |
||||||
|
{% for post in site.posts limit:10 %} |
||||||
|
<item> |
||||||
|
<title>{{ post.title | xml_escape }}</title> |
||||||
|
<description>{{ post.content | xml_escape }}</description> |
||||||
|
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate> |
||||||
|
<link>{{ post.url | prepend: site.baseurl | prepend: site.url }}</link> |
||||||
|
<guid isPermaLink="true">{{ post.url | prepend: site.baseurl | prepend: site.url }}</guid> |
||||||
|
{% for tag in post.tags %} |
||||||
|
<category>{{ tag | xml_escape }}</category> |
||||||
|
{% endfor %} |
||||||
|
{% for cat in post.categories %} |
||||||
|
<category>{{ cat | xml_escape }}</category> |
||||||
|
{% endfor %} |
||||||
|
</item> |
||||||
|
{% endfor %} |
||||||
|
</channel> |
||||||
|
</rss> |
@ -0,0 +1,33 @@ |
|||||||
|
--- |
||||||
|
layout: default |
||||||
|
--- |
||||||
|
|
||||||
|
<div class="home"> |
||||||
|
|
||||||
|
<h1 class="page-heading">Posts</h1> |
||||||
|
|
||||||
|
<ul class="post-list"> |
||||||
|
{% for post in site.posts %} |
||||||
|
<li> |
||||||
|
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }} • <a href="{{ post.url | prepend: site.baseurl }}#disqus_thread">comments</a></span> |
||||||
|
|
||||||
|
<h2> |
||||||
|
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a> |
||||||
|
</h2> |
||||||
|
</li> |
||||||
|
{% endfor %} |
||||||
|
</ul> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
<script> |
||||||
|
var disqus_shortname = 'nujumdai'; |
||||||
|
|
||||||
|
/* * * DON'T EDIT BELOW THIS LINE * * */ |
||||||
|
(function () { |
||||||
|
var s = document.createElement('script'); s.async = true; |
||||||
|
s.type = 'text/javascript'; |
||||||
|
s.src = '//' + disqus_shortname + '.disqus.com/count.js'; |
||||||
|
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s); |
||||||
|
}()); |
||||||
|
</script> |
After Width: | Height: | Size: 68 KiB |
After Width: | Height: | Size: 68 KiB |
After Width: | Height: | Size: 87 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 93 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 84 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 50 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 133 B |
After Width: | Height: | Size: 147 B |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 284 B |
After Width: | Height: | Size: 451 B |
After Width: | Height: | Size: 471 B |
After Width: | Height: | Size: 96 B |
After Width: | Height: | Size: 132 B |
After Width: | Height: | Size: 174 B |
After Width: | Height: | Size: 194 B |
After Width: | Height: | Size: 4.1 KiB |
After Width: | Height: | Size: 176 B |
After Width: | Height: | Size: 176 B |
After Width: | Height: | Size: 183 B |
After Width: | Height: | Size: 175 B |
After Width: | Height: | Size: 6.6 KiB |
@ -0,0 +1,293 @@ |
|||||||
|
/* $Id: style-rtl.css,v 1.6 2007/12/17 15:05:10 goba Exp $ */ |
||||||
|
|
||||||
|
html { |
||||||
|
direction: rtl; |
||||||
|
} |
||||||
|
|
||||||
|
/** |
||||||
|
* Generic elements |
||||||
|
*/ |
||||||
|
body { |
||||||
|
direction: rtl; |
||||||
|
} |
||||||
|
|
||||||
|
ol li, ul li { |
||||||
|
margin: 0.4em .5em 0.4em 0; |
||||||
|
} |
||||||
|
|
||||||
|
ul.menu, .item-list ul { |
||||||
|
margin: 0.35em -0.5em 0 0; |
||||||
|
} |
||||||
|
|
||||||
|
ul.menu ul, .item-list ul ul { |
||||||
|
margin-left: 0; |
||||||
|
margin-right: 0em; |
||||||
|
} |
||||||
|
|
||||||
|
ol li, ul li, ul.menu li, .item-list ul li, li.leaf { |
||||||
|
margin: 0.15em .5em 0.15em 0; |
||||||
|
} |
||||||
|
|
||||||
|
ul li, ul.menu li, .item-list ul li, li.leaf { |
||||||
|
padding: 0 1.5em .2em 0; |
||||||
|
background: transparent url(menu-leaf.gif) no-repeat 100% .35em; |
||||||
|
} |
||||||
|
|
||||||
|
ol li { |
||||||
|
margin-left: 0; |
||||||
|
margin-right: 2em; |
||||||
|
} |
||||||
|
|
||||||
|
ul li.expanded { |
||||||
|
background: transparent url(menu-expanded.gif) no-repeat 100% .35em; |
||||||
|
} |
||||||
|
|
||||||
|
ul li.collapsed { |
||||||
|
background: transparent url(menu-collapsed-rtl.gif) no-repeat 100% .35em; |
||||||
|
} |
||||||
|
|
||||||
|
ul.inline li { |
||||||
|
padding: 0 0 0 1em; |
||||||
|
} |
||||||
|
|
||||||
|
ol.task-list { |
||||||
|
margin-left: 0; |
||||||
|
margin-right: 0; |
||||||
|
} |
||||||
|
|
||||||
|
ol.task-list li { |
||||||
|
padding: 0.5em 2em 0.5em 1em; |
||||||
|
} |
||||||
|
|
||||||
|
ol.task-list li.active { |
||||||
|
background: transparent url(/themes/garland/images/task-list.png) no-repeat 97px 50%; |
||||||
|
} |
||||||
|
|
||||||
|
ol.task-list li.done { |
||||||
|
background: transparent url(/misc/watchdog-ok.png) no-repeat 100% 50%; |
||||||
|
} |
||||||
|
|
||||||
|
ol.task-list li.active { |
||||||
|
margin-right: 0; |
||||||
|
margin-left: 1em; |
||||||
|
} |
||||||
|
|
||||||
|
dl { |
||||||
|
margin: 0.5em 1.5em 1em 0; |
||||||
|
} |
||||||
|
|
||||||
|
dl dt { |
||||||
|
} |
||||||
|
|
||||||
|
dl dd { |
||||||
|
margin: 0 1.5em .5em 0; |
||||||
|
} |
||||||
|
|
||||||
|
.form-button, .form-submit { |
||||||
|
margin: 2em 0 1em 0.5em; |
||||||
|
} |
||||||
|
|
||||||
|
#header-region h2 { |
||||||
|
margin: 0 0 0 1em; |
||||||
|
} |
||||||
|
|
||||||
|
#wrapper { |
||||||
|
background: #eeeded url(body.png) repeat-x 50% 0; |
||||||
|
} |
||||||
|
|
||||||
|
#wrapper #container #header h1 img { |
||||||
|
padding-right: 0; |
||||||
|
padding-left: 20px; |
||||||
|
float: right; |
||||||
|
} |
||||||
|
|
||||||
|
#sidebar-left .block-region { |
||||||
|
margin: 0 0 0 15px; |
||||||
|
} |
||||||
|
|
||||||
|
#sidebar-right .block-region { |
||||||
|
margin: 0 15px 0px 0; |
||||||
|
} |
||||||
|
|
||||||
|
/* Now we add the backgrounds for the main content shading */ |
||||||
|
#wrapper #container #center #squeeze { |
||||||
|
background: #ffffff url(bg-content.png) repeat-x 50% 0; |
||||||
|
} |
||||||
|
|
||||||
|
#wrapper #container .breadcrumb { |
||||||
|
position: absolute; |
||||||
|
top: 15px; |
||||||
|
left: 0; |
||||||
|
right: 35px; |
||||||
|
z-index: 3; |
||||||
|
} |
||||||
|
|
||||||
|
/** |
||||||
|
* Primary navigation |
||||||
|
*/ |
||||||
|
ul.primary-links { |
||||||
|
float: left; |
||||||
|
width:70%; |
||||||
|
} |
||||||
|
|
||||||
|
ul.primary-links li { |
||||||
|
float: right; |
||||||
|
} |
||||||
|
|
||||||
|
/** |
||||||
|
* Secondary navigation |
||||||
|
*/ |
||||||
|
ul.secondary-links { |
||||||
|
float: left; |
||||||
|
clear: left; |
||||||
|
} |
||||||
|
|
||||||
|
ul.secondary-links li { |
||||||
|
float: right; |
||||||
|
} |
||||||
|
|
||||||
|
ul.primary { |
||||||
|
float: right; |
||||||
|
} |
||||||
|
ul.secondary { |
||||||
|
clear: both; |
||||||
|
text-align: right; |
||||||
|
} |
||||||
|
h2.with-tabs { |
||||||
|
float: right; |
||||||
|
margin: 0 0 0 2em; |
||||||
|
} |
||||||
|
|
||||||
|
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited, |
||||||
|
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited { |
||||||
|
margin: 0 1px 0 0; |
||||||
|
|
||||||
|
} |
||||||
|
ul.primary li a:after { |
||||||
|
/* Fix Firefox 2 RTL bug. */ |
||||||
|
content: " "; |
||||||
|
} |
||||||
|
|
||||||
|
ul.links li, ul.inline li { |
||||||
|
padding-left: 1em; |
||||||
|
padding-right: 0; |
||||||
|
} |
||||||
|
|
||||||
|
.node .links, .comment .links { |
||||||
|
text-align: right; |
||||||
|
} |
||||||
|
|
||||||
|
.node .links ul.links li, .comment .links ul.links li {} |
||||||
|
.terms ul.links li { |
||||||
|
padding-right: 1em; |
||||||
|
padding-left: 0; |
||||||
|
} |
||||||
|
|
||||||
|
.picture, .comment .submitted { |
||||||
|
padding-left: 0; |
||||||
|
float: left; |
||||||
|
clear: left; |
||||||
|
padding-right: 1em; |
||||||
|
} |
||||||
|
|
||||||
|
.new { |
||||||
|
float: left; |
||||||
|
} |
||||||
|
|
||||||
|
.terms { |
||||||
|
float: left; |
||||||
|
} |
||||||
|
|
||||||
|
.indented { |
||||||
|
margin-left: 0; |
||||||
|
margin-right: 25px; |
||||||
|
} |
||||||
|
|
||||||
|
html.js fieldset.collapsible legend a { |
||||||
|
padding-left: 0; |
||||||
|
padding-right: 2em; |
||||||
|
background: url(menu-expanded.gif) no-repeat 100% 50%; |
||||||
|
} |
||||||
|
|
||||||
|
html.js fieldset.collapsed legend a { |
||||||
|
background: url(menu-collapsed-rtl.gif) no-repeat 100% 50%; |
||||||
|
} |
||||||
|
|
||||||
|
/** |
||||||
|
* Syndication Block |
||||||
|
*/ |
||||||
|
#block-node-0 h2 { |
||||||
|
float: right; |
||||||
|
padding-right: 0; |
||||||
|
padding-left: 20px; |
||||||
|
} |
||||||
|
|
||||||
|
#block-node-0 img { |
||||||
|
float: left; |
||||||
|
} |
||||||
|
|
||||||
|
#block-node-0 .content { |
||||||
|
clear: left; |
||||||
|
} |
||||||
|
|
||||||
|
/** |
||||||
|
* Login Block |
||||||
|
*/ |
||||||
|
#user-login-form ul { |
||||||
|
text-align: right; |
||||||
|
} |
||||||
|
|
||||||
|
div.admin .left { |
||||||
|
float: right; |
||||||
|
} |
||||||
|
|
||||||
|
div.admin .right { |
||||||
|
float: left; |
||||||
|
} |
||||||
|
|
||||||
|
/* Fix Opera, IE6 and IE7 header width */ |
||||||
|
#wrapper #container #header { |
||||||
|
position: relative; |
||||||
|
width: 100%; |
||||||
|
} |
||||||
|
|
||||||
|
#wrapper #container #header #logo-floater { |
||||||
|
width: 100%; |
||||||
|
left: 0; |
||||||
|
top:0; |
||||||
|
} |
||||||
|
|
||||||
|
/** |
||||||
|
* Fixes for IE7 - Does not break other browsers |
||||||
|
*/ |
||||||
|
|
||||||
|
/* Position:relative on these breaks IE7. */ |
||||||
|
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited, |
||||||
|
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited { |
||||||
|
position: static; |
||||||
|
} |
||||||
|
|
||||||
|
/* Fix right and left cloumns position breaking on window resize */ |
||||||
|
#container { |
||||||
|
position: relative; |
||||||
|
} |
||||||
|
|
||||||
|
#center { |
||||||
|
position: relative; |
||||||
|
} |
||||||
|
|
||||||
|
#sidebar-right{ |
||||||
|
position: absolute; |
||||||
|
right: 0; |
||||||
|
} |
||||||
|
|
||||||
|
/** |
||||||
|
* Apply hasLayout to elements in IE7, using standard property "min-height" |
||||||
|
* (see http://www.satzansatz.de/cssd/onhavinglayout.html) |
||||||
|
*/ |
||||||
|
|
||||||
|
/* Fix background bleed in center column. */ |
||||||
|
#squeeze, |
||||||
|
#squeeze .right-corner { |
||||||
|
min-height: 1%; |
||||||
|
} |
@ -0,0 +1,11 @@ |
|||||||
|
#!/bin/sh |
||||||
|
|
||||||
|
RUSER=sipp11 |
||||||
|
RHOST=do3 |
||||||
|
PORT=22 |
||||||
|
RPATH=/opt/www/nujumdai |
||||||
|
LPATH=./_site/ |
||||||
|
|
||||||
|
rsync -avu -e "ssh -p $PORT" $LPATH $RUSER@$RHOST:$RPATH \ |
||||||
|
--exclude=.DS_Store --exclude=*.sh --exclude=*.pyc \ |
||||||
|
--exclude=migrations --exclude=scripts |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 44 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 9.1 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 88 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 54 KiB |
After Width: | Height: | Size: 9.5 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 56 KiB |
After Width: | Height: | Size: 2.8 KiB |