วันพุธที่ 26 ธันวาคม พ.ศ. 2555

Test typing with new keyboard

I am may type faster than normal. I can type using voice mail control. it very difficult to speak.
--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.

วันอังคารที่ 25 ธันวาคม พ.ศ. 2555

markdown pro

ทดสอบ Markdown pro

ใช้ เครื่องหมาย มากกว่า เป็นตัวกำหนดขอบ เขียนเพียงด้านหน้าเท่านั้น

เส้น - ถ้าใช้ 1 เส้นบนบรรทัดใหม่ จะได้จุดไข่ปลา


เส้น - ถ้าใช้ 3 เส้นบนบรรทัดใหม่จะได้เส้นยาว

เครื่องหมาย สี่เหลี่ยม # เป็นเครื่องหมายที่ใช้สำหรับ heading

เช่น

heading1

ตาราง ใช้ | เป็นตัวกำหนด เช่น

ตาราง1ตาราง2

รูปภาพ ใช้เครื่องหมายตกใจ ! ![รูปภาพ]ตามด้วย (url) เช่น

ง่ายไหมครับ


markdown pro

Welcome to Markdown PRO!
=========================

Here is an overview of the markdown syntax. Feel free to save this document and use it for reference later.

> You can always get help by pressing the Help button in the top right.

  

A few tricks to start with:

- Put a blank line in between to start a new paragraph
- If you want a line break, end your line with two spaces 

Paragraph
=========

One or more consecutive lines of text separated by one or more blank lines.

 

This is another paragraph.

And another!

Section Headings
================

There are two ways to do headers in Markdown.  

You can underline text to make the two top-level headers:

Header 1
========

Header 2
--------

The number of `=` or `-` signs doesn't matter; you can get away with just one.  But using enough to underline the text makes your titles look better in plain text.

You can also use hash marks for all six levels of HTML headers:

# Header 1 #
## Header 2 ##
### Header 3 ###
#### Header 4 ####
##### Header 5 #####
###### Header 6 ######

The closing `#` characters are optional.  

  


Phrase Emphasis  
================


*This is italicized*, and so is _this_.  

**This is bold**, and so is __this__.

You can use ***italics and bold together*** if you ___have to___.



Horizontal Rules
================

You can insert a horizontal rule by putting three or more hyphens on a line by themselves:

---


Blockquotes
===========

Blockquotes are indented:

> The syntax is based on the way email programs
> usually do quotations. You don't need to hard-wrap
> the paragraphs in your blockquotes, but it looks much nicer if you do.  Depends how lazy you feel.
> Looks good!



Lists
=====

A bulleted list:

- You can use a minus sign for a bullet
+ Or plus sign
* Or an asterisk

A numbered list:

1. Numbered lists are easy
2. Markdown keeps track of the numbers for you
7. So this will be item 3.

Links
=====

Here's an inline link to [Google](http://www.google.com/).

You can write bare URLs or email addresses by enclosing them in angle brackets:

> My web site is at <http://www.markdownpro.com>  
> My email address is: <support@markdownpro.com>


Images
======

Images are exactly like inline links, but they have an exclamation point in front of them:


The word in square brackets is the alt text, which gets displayed if the browser can't show the image.  Be sure to include meaningful alt text for blind users' screen-reader software.


Special sections (Notes, Tips, etc.)
===================================

To make a special section, indent four spaces:

    NOTE: This is some other cool stuff we can do with Markdown PRO! 
      Of course, it can be a paragraph inside a note.


Use backticks to create a special formatted section inline. (The backtick key is in the upper left corner of most keyboards)

This is `really` expensive item, lots of `$`.


Tables
====================


 First Header  | Second Header 
 ------------- | ------------- 
 Row1 Cell1    | Row1 Cell2    
 Row2 Cell1    | Row2 Cell2    


* Outer pipes on tables are optional
* Colon used for alignment (right versus left)

Please visit <http://markdownpro.com/> for advanced usage of the markdown syntax and Markdown PRO! Enjoy!

&copy; 2011 RADSense Software Inc. All rights Reserved. 

markdown pro

Welcome to Markdown PRO!

Here is an overview of the markdown syntax. Feel free to save this document and use it for reference later.

You can always get help by pressing the Help button in the top right.

A few tricks to start with:

  • Put a blank line in between to start a new paragraph
  • If you want a line break, end your line with two spaces

Paragraph

One or more consecutive lines of text separated by one or more blank lines.

This is another paragraph.

And another!

Section Headings

There are two ways to do headers in Markdown.

You can underline text to make the two top-level headers:

Header 1

Header 2

The number of = or - signs doesn't matter; you can get away with just one. But using enough to underline the text makes your titles look better in plain text.

You can also use hash marks for all six levels of HTML headers:

Header 1

Header 2

Header 3
Header 4
Header 5
HEADER 6

The closing # characters are optional.

Phrase Emphasis

This is italicized, and so is this.

This is bold, and so is this.

You can use italics and bold together if you have to.

Horizontal Rules

You can insert a horizontal rule by putting three or more hyphens on a line by themselves:


Blockquotes

Blockquotes are indented:

The syntax is based on the way email programs usually do quotations. You don't need to hard-wrap the paragraphs in your blockquotes, but it looks much nicer if you do. Depends how lazy you feel. Looks good!

Lists

A bulleted list:

  • You can use a minus sign for a bullet
  • Or plus sign
  • Or an asterisk

A numbered list:

  1. Numbered lists are easy
  2. Markdown keeps track of the numbers for you
  3. So this will be item 3.

Links

Here's an inline link to Google.

You can write bare URLs or email addresses by enclosing them in angle brackets:

My web site is at http://www.markdownpro.com
My email address is: support@markdownpro.com

Images

Images are exactly like inline links, but they have an exclamation point in front of them:

.

The word in square brackets is the alt text, which gets displayed if the browser can't show the image. Be sure to include meaningful alt text for blind users' screen-reader software.

Special sections (Notes, Tips, etc.)

To make a special section, indent four spaces:

NOTE: This is some other cool stuff we can do with Markdown PRO! 
       Of course, it can be a paragraph inside a note.

Use backticks to create a special formatted section inline. (The backtick key is in the upper left corner of most keyboards)

This is really expensive item, lots of $.

Tables

First Header
Second Header
Row1 Cell1
Row1 Cell2
Row2 Cell1
Row2 Cell2
  • Outer pipes on tables are optional
  • Colon used for alignment (right versus left)

Please visit http://markdownpro.com/ for advanced usage of the markdown syntax and Markdown PRO! Enjoy!

© 2011 RADSense Software Inc. All rights Reserved.


วันพุธที่ 12 กันยายน พ.ศ. 2555

หมูหวานเค้าจากเราไปแล้ว

หลังจากป่วยกระเสาะกระแสะมาหลายอาทิตย์ด้วยภาวะไตวายเฉียบพลัน หมูหวานของพวกเราและของโมจิ ก็จากไปอย่างสงบ เมื่อคืนนี้

วันศุกร์ที่ 24 สิงหาคม พ.ศ. 2555

Lexus CT200H hybrid engine มาแล้ว

เช้านี้ เซลล์ lexus ประเทศไทย เอารถ lexus CT200 H มาส่งถึงบ้านอย่างเรียบร้อย
แล้วเอาไปทดลองขับ เกจ์วัดบอกว่า ใช้น้ำมัน 21 กม / ลิตร แหม เยี่ยมจริงๆ
ภายใน มี navigator กล้องมองหลัง ระบบช่วยจอด กุญแจการ์ด ครบ



วันเสาร์ที่ 4 สิงหาคม พ.ศ. 2555

วันศุกร์ที่ 20 กรกฎาคม พ.ศ. 2555

วันเสาร์ที่ 16 มิถุนายน พ.ศ. 2555

diamond

เพชรเมีย

Flava™ Appstore Link






iPhone. 4 manuwit

ซื้อของที่เค้กท่าแค

ถนนเพชรเกษม ท่าแค อ.เมืองพัทลุง จ.พัทลุง 93000 ประเทศไทย
แผนที่ Google

Flava™ 바로가기






iPhone. 4 manuwit
วันนี้จะไปเยี่ยมแม่ที่สงขลา. เอายาหยอดตาไปให้ 3x4 ชุด ส่วนเด็กๆไปเรียนพิเศษตามปกติ



Flava™ Appstore Link




iPhone. 4 manuwit

moji บร้าไปแล้ว







iPhone. 4 manuwit

ห้องนอน

หอมระเหยของ ThanN

Flava™ Appstore Link






iPhone. 4 manuwit

home


ทับเที่ยง อ.เมืองตรัง จ.ตรัง 92000 ประเทศไทย
แผนที่ Google

Flava™ 바로가기






iPhone. 4 manuwit