create account

Developing A Simple Website by yourself by minthwayko

View this thread on: hive.blogpeakd.comecency.com
· @minthwayko · (edited)
$8.38
Developing A Simple Website by yourself
<h2>Developing A Simple Website by yourself (lesson 3)</h2>
![14-00-22-website-importance-for-business.jpg](https://steemitimages.com/DQmRBGSeYxMv9k9tdRHNYzGFSW8K75hozXZVdDLB9TgUpqK/14-00-22-website-importance-for-business.jpg)
မဂၤလာပါ။ ဒီေန႔ေတာ့ List ေတြအေၾကာင္းကိုတင္ေပးသြားမွာပါ။ကြၽန္ေတာ္တင္ခဲ့တဲ့ lesson 1 နဲ႔ 2 ကိုကြၽန္ေတာ့ Blog ထဲမွာဝင္ေရာက္ဖတ္႐ႈႏိုင္ပါတယ္။

<h3>List</h3>

List မွာ order list,unorder list နဲ႔ defination list ဆိုပီး႐ွိပါတယ္။
Order list ဆိုတာ နံပါတ္စဥ္ပါတဲ့ list ျဖစ္ပီးေတာ့ unoder list ကေတာ့နံပါတ္စဥ္မပါပါပူး။Defination list ကေတာ့လူသံုးနည္းပါတယ္။

<h3>Unorder List</h3>

UnorderList အတြက္သံုးတဲ့ Tag ေတြကေတာ့
&lt; ul &gt;  &lt; /ul &gt; နဲ႔
&lt; li &gt;  &lt; /li &gt; တို႔ပဲဖစ္ပါတယ္။
ေအာက္က နမူနာ code ေတြကို
ၾကည့္လိုက္ပါ။

&lt; html &gt;
&lt; head &gt;
&lt; title &gt; Unoder List &lt; /title &gt;
&lt; /head &gt;
&lt; body &gt;
&lt; u &gt; Unorder List &lt; /u &gt;
&lt; ul &gt;
&lt;li&gt;First&lt;/li&gt;
&lt;li&gt;Second&lt;/li&gt;
&lt;li&gt;Third&lt;/li&gt;
&lt; /ul &gt;
&lt; /body &gt;
&lt; /html &gt;

&lt; ul &gt;  &lt; /ul &gt; ၾကားမွာlist လုပ္ခ်င္တဲ့စရင္းအကုန္လံုးကိုေရးရပီးေတာ့
&lt; li &gt; &lt; /li &gt; ၾကားမွာေတာ့
List လုပ္မဲ့ဟာ ကိုေရးရမွာပါ။
Output ပံုေလးကိုၾကည့္ရင္ေတာ့႐ွင္းသြားမွာပါ။

![1_1516038927092.png](https://steemitimages.com/DQmdoi1BJt8L1JBTgdybVrbn1WgekZPVRGSChPP6SVRBb3z/1_1516038927092.png)

အခုဆိုရင္ First,Second, Third ဆိုတဲ့စာေတြကို အဝိုင္းပံုေလးေတြနဲ႔ List လုပ္ထားတာေတြ႕ရမွာပါ။အဲ့အဝိုင္းေလးေတြ႕ေနရာမွာ Attribute ေျပာင္းပီးတစ္ျခားဟာေလးေတြေျပာင္းၾကည့္ရေအာင္။

<h3>Unorder List Attribute </h3>

Unorder List မွာ disc, square, circle
ဆိုပီးေျပာင္းလို့ရပါတယ္။Disc ကေတာ့ default ေပါ့။type ဆိၾတဲ့ attribute ကိုသံုးရမွာပါ
သံုးနည္းကေတာ့
 &lt; ul type="circle" &gt;
...
...
...
&lt; /ul &gt; ဆိုပီးေတာ့ျဖစ္ပါတယ္။
circle ေနရာမွာပဲ disc နဲ႔ square ကိုေျပာင္းထည့္ၾကည့္လို႔ရပါတယ္။
နမူနာ code ကိုေလ့လာၾကည့္ပါ။

&lt; html &gt;
&lt; head &gt;
&lt; title &gt; Under List &lt; /title &gt;
&lt; /head &gt;
&lt; body &gt;
&lt; u &gt; Unorder List ( Attribute) &lt; /u &gt;
&lt; ul type="circle" &gt;
&lt;li&gt;First&lt;/li&gt;
&lt;li&gt;Second&lt;/li&gt;
&lt;li&gt;Third&lt;/li&gt;
&lt; /ul &gt;
&lt; /body &gt;
&lt; /html &gt;

![2_1516038927138.png](https://steemitimages.com/DQmRRDQ9MEwRpj9HeF8HVjEtPjtAHDTXg2C49jaePpzySSX/2_1516038927138.png)

ပံုစံေလးေျပာင္းသြားတာကိုေတြ႔ကေမွာပါ။ဒီလိုမ်ိဳးပဲ square ကိုစမ္းၾကည့္ၾကပါ။ disc က ေတာ့ default မို႔လို႔ မစမ္းလဲရပါတယ္။

<h3>Order List </h3>

Order List ရဲ႕ Tag က 
&lt; ol &gt; နဲ႔ &lt; /ol &gt; ပဲျဖစ္ပါတယ္။Unorder List နဲ႔ေရးသားနည္းတူတူပါပဲ။သူ႔ရဲ႕ Attribute ေတြကေတာ့ Unorder list နဲ႔တူပါတယ္ type attribute ပါပဲ။ေျပာင္းသြားတဲ့ဟာကေတာ့
1, A, a, I(ေရာမအကၡရာ), i(ေရာမအကၡရာ) တို႔ပဲဖစ္ပါတယ္။
ကဲ့နမူနာ code ေလးေတြၾကည့္လိုက္ရေအာင္ဗ်ာ။

&lt; html &gt;
&lt; head &gt;
&lt; title &gt; Order List &lt; /title &gt;
&lt; /head &gt;
&lt; body &gt;
&lt; u &gt; Unorder List(Attribute) &lt; /u &gt;
&lt; ol type="1" &gt;
&lt;li&gt;First&lt;/li&gt;
&lt;li&gt;Second&lt;/li&gt;
&lt;li&gt;Third&lt;/li&gt;
&lt; /ol &gt;

&lt; ol type="I" &gt;
&lt;li&gt;First&lt;/li&gt;
&lt;li&gt;Second&lt;/li&gt;
&lt;li&gt;Third&lt;/li&gt;
&lt; /ol &gt;

&lt; /body &gt;
&lt; /html &gt;

![3_1516038927186.png](https://steemitimages.com/DQmQXbyPznR5DQ2NibjczbhRTNbjhnKo9cP1opEyETXJp6R/3_1516038927186.png)

Output က 
1.
2.
3. နဲ႔
I.
II.
III. ဆိုပိီးျဖစ္ေနတာေတြ႔ရမွာပါ။
"a" နဲ႔ "i"  ကိုလဲစမ္းသပ္ၾကည့္ၾကပါ။
Order List မွာ Unorder List နဲ႔မတူတဲ့အခ်က္ကေတာ့ မိမိႀကိဳက္တဲ့ နံပါတ္စဥ္ကေနစႏိုင္တာပဲဖစ္ပါတယ္။
start ဆိုတဲ့ Attribute ကို သံုးရတာပါ။
&lt; ol type="A" start=2&gt; ဆိုရင္
A ကေနမစေတာ့ဘဲ Bကေနစမွာပါ။
စမ္းၾကည့္ၾကပါ။

<h3>Definition List</h3>

Defination List မွာ 
dl ရယ္ dt ရယ္ dd ရယ္ဆိုပီး Tag 3 ခု႐ွိပါတယ္။
dl ကေတာ့ အပိတ္အဖြင့္ Tag ေပါ့ ol တို႔ ul တို႔လိုမ်ိဳးေပါ့။
dt ကေတာ့ Definition Term ပါ။တစ္နည္းအားျဖင့္ေခါင္းစဥ္ေပါ့။
dd က ေတာ့ defination ပါ။

&lt; html &gt;
&lt; head &gt;
&lt; title &gt; Defination List &lt; /title &gt;
&lt; /head &gt;
&lt; body &gt;
&lt; u &gt; Defination List &lt; /u &gt;
&lt; dl &gt;
&lt;dt&gt;HTML
&lt;dd&gt;Hyper Text Markup Language
&lt;dt&gt;Biology
&lt;dd&gt;Biology is the studying of living things.
&lt; /dl &gt;
&lt; /body &gt;
&lt; /html &gt;

![4_1516038927052.png](https://steemitimages.com/DQmTXWhSpzojiqz2QDhXDvFitCRet9DMJSEB44K1xruqoPd/4_1516038927052.png)

သူ႔မွာထူးျခားတာက dt နဲ႔ dd tag ေတြမွာအပိတ္ tag မပါတာပဲဖစ္ပါတယ္။
defination list ကအသံုးေတာ့နည္းပါတယ္။
ကဲ့ဒီေလာက္ဆိုရင္ List ေတြပါတဲ့ page တစ္ခုကိုဖန္တီးလို႔ရပါပီ။
ဒီေန႔ေတာ့ဒီေလာက္ပါပဲ။ဖတ္ေပးတဲ့အတြက္ေက်းဇူးတင္ပါတယ္ ။ 😇

Written by @minthwayko
MSC - 187
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorminthwayko
permlink63ry9c-developing-a-simple-website-by-yourself
categorymyanmar
json_metadata{"tags":["myanmar","website","knowledge","technology","creation"],"users":["minthwayko"],"image":["https://steemitimages.com/DQmRBGSeYxMv9k9tdRHNYzGFSW8K75hozXZVdDLB9TgUpqK/14-00-22-website-importance-for-business.jpg","https://steemitimages.com/DQmdoi1BJt8L1JBTgdybVrbn1WgekZPVRGSChPP6SVRBb3z/1_1516038927092.png","https://steemitimages.com/DQmRRDQ9MEwRpj9HeF8HVjEtPjtAHDTXg2C49jaePpzySSX/2_1516038927138.png","https://steemitimages.com/DQmQXbyPznR5DQ2NibjczbhRTNbjhnKo9cP1opEyETXJp6R/3_1516038927186.png","https://steemitimages.com/DQmTXWhSpzojiqz2QDhXDvFitCRet9DMJSEB44K1xruqoPd/4_1516038927052.png"],"app":"steemit/0.1","format":"markdown"}
created2018-01-15 18:01:57
last_update2018-01-15 18:11:18
depth0
children42
last_payout2018-01-22 18:01:57
cashout_time1969-12-31 23:59:59
total_payout_value6.437 HBD
curator_payout_value1.944 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4,503
author_reputation338,726,389,142
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,758,756
net_rshares892,476,501,176
author_curate_reward""
vote details (36)
@arkarsoe ·
Good ...
properties (22)
authorarkarsoe
permlinkre-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t073522790z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 07:35:36
last_update2018-01-16 07:35:36
depth1
children1
last_payout2018-01-23 07:35:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8
author_reputation846,235,977,472
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,883,682
net_rshares0
@minthwayko ·
ဟုတ္ေက်းဇူးပါ
properties (22)
authorminthwayko
permlinkre-arkarsoe-re-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t081712544z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 08:17:18
last_update2018-01-16 08:17:18
depth2
children0
last_payout2018-01-23 08:17:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation338,726,389,142
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,889,944
net_rshares0
@arkarsoe ·
Good..
properties (22)
authorarkarsoe
permlinkre-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t073810491z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 07:38:18
last_update2018-01-16 07:38:18
depth1
children0
last_payout2018-01-23 07:38:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6
author_reputation846,235,977,472
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,884,098
net_rshares0
@aunghtetkyaw ·
ပထမႏွစ္ cu စတက္တဲ့အခ်ိန္ကိုေတာင္ ျပန္သတိရသြားတယ္😜😜😜
properties (22)
authoraunghtetkyaw
permlinkre-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t081620061z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 08:15:18
last_update2018-01-16 08:15:18
depth1
children1
last_payout2018-01-23 08:15:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length51
author_reputation119,221,387,865
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,889,645
net_rshares0
@minthwayko ·
HeHe 😁
Btw thanks ပါအစ္ကို
properties (22)
authorminthwayko
permlinkre-aunghtetkyaw-re-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t155124426z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 15:51:33
last_update2018-01-16 15:51:33
depth2
children0
last_payout2018-01-23 15:51:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation338,726,389,142
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,969,922
net_rshares0
@aungzawhtwe ·
ေလ့လာေနဆဲပါပဲbro
properties (22)
authoraungzawhtwe
permlinkre-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t024142485z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 02:41:45
last_update2018-01-16 02:41:45
depth1
children1
last_payout2018-01-23 02:41:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length16
author_reputation13,882,671,696,385
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,841,425
net_rshares0
@minthwayko ·
5ting bro
properties (22)
authorminthwayko
permlinkre-aungzawhtwe-re-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t061133846z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 06:11:42
last_update2018-01-16 06:11:42
depth2
children0
last_payout2018-01-23 06:11:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation338,726,389,142
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,871,749
net_rshares0
@billionairehein ·
နားမလည္ေသးလို႕ vote ရံုပဲ vote ခဲ့
properties (22)
authorbillionairehein
permlinkre-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180115t201930356z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-15 20:19:39
last_update2018-01-15 20:19:39
depth1
children1
last_payout2018-01-22 20:19:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length34
author_reputation22,103,883,335,978
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,783,554
net_rshares0
@minthwayko ·
Hehe 
Btw ty pr bro
properties (22)
authorminthwayko
permlinkre-billionairehein-re-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t030517933z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 03:05:24
last_update2018-01-16 03:05:24
depth2
children0
last_payout2018-01-23 03:05:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length19
author_reputation338,726,389,142
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,844,824
net_rshares0
@caesarsupaimin ·
ဗဟုသုတရပါတယ္ ေက်းဇူပါဗ်
properties (22)
authorcaesarsupaimin
permlinkre-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t063001040z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 06:30:03
last_update2018-01-16 06:30:03
depth1
children1
last_payout2018-01-23 06:30:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length23
author_reputation2,810,914,152,430
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,874,280
net_rshares0
@minthwayko ·
Thanks
properties (22)
authorminthwayko
permlinkre-caesarsupaimin-re-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t081317043z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 08:13:27
last_update2018-01-16 08:13:27
depth2
children0
last_payout2018-01-23 08:13:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6
author_reputation338,726,389,142
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,889,365
net_rshares0
@henryba ·
ဗဟုသုတရပါတယ္ အကို။
properties (22)
authorhenryba
permlinkre-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180115t182126909z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-15 18:21:30
last_update2018-01-15 18:21:30
depth1
children1
last_payout2018-01-22 18:21:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length18
author_reputation709,704,859,685
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,762,461
net_rshares0
@minthwayko ·
ဟုတ္ေက်းဇူးပါ
properties (22)
authorminthwayko
permlinkre-henryba-re-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t030423849z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 03:04:33
last_update2018-01-16 03:04:33
depth2
children0
last_payout2018-01-23 03:04:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation338,726,389,142
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,844,705
net_rshares0
@htinyarsai ·
နားေတာ့မလည္ေသးဘူး ဗုတ္သြားသည္
properties (22)
authorhtinyarsai
permlinkre-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t094236693z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 09:52:39
last_update2018-01-16 09:52:39
depth1
children1
last_payout2018-01-23 09:52:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length29
author_reputation272,314,285,323
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,903,919
net_rshares0
@minthwayko ·
ဖတ္ေပးလို႔ေက်းဇူးပါ
properties (22)
authorminthwayko
permlinkre-htinyarsai-re-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t155608015z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 15:56:12
last_update2018-01-16 15:56:12
depth2
children0
last_payout2018-01-23 15:56:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length19
author_reputation338,726,389,142
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,970,862
net_rshares0
@khayae ·
နားလည္နိဳင္ဖို႔ ႀကိဳးစား ရပါအူးမယ္ bro
properties (22)
authorkhayae
permlinkre-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180120t051717784z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-20 05:17:30
last_update2018-01-20 05:17:30
depth1
children0
last_payout2018-01-27 05:17:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length38
author_reputation949,219,298,954
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,786,790
net_rshares0
@komoezaw ·
အားေပးေနပါတယ္ဗ်ာ
လမ္းေၾကာင္းမွန္တစ္ခုထဲနဲ႔သြားႏိုင္တာကို ဝမ္းသာပါတယ္ဗ်ာ
properties (22)
authorkomoezaw
permlinkre-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t083954777z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 08:39:57
last_update2018-01-16 08:39:57
depth1
children1
last_payout2018-01-23 08:39:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length71
author_reputation10,904,662,963,139
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,893,262
net_rshares0
@minthwayko ·
ဟုတ္ေက်းဇူးတင္ပါတယ္
အစ္ကိုေရ
properties (22)
authorminthwayko
permlinkre-komoezaw-re-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t155252209z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 15:53:00
last_update2018-01-16 15:53:00
depth2
children0
last_payout2018-01-23 15:53:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation338,726,389,142
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,970,243
net_rshares0
@kyawthetaung ·
ဆက္ေရးပါဗ်
properties (22)
authorkyawthetaung
permlinkre-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t022528025z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 02:25:30
last_update2018-01-16 02:25:30
depth1
children2
last_payout2018-01-23 02:25:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation299,296,738,215
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,839,008
net_rshares0
@minthwayko ·
ဟုတ္ေက်းဇူးပါ
properties (22)
authorminthwayko
permlinkre-kyawthetaung-re-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t061027430z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 06:10:33
last_update2018-01-16 06:10:33
depth2
children0
last_payout2018-01-23 06:10:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation338,726,389,142
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,871,589
net_rshares0
@minthwayko ·
ဟုတ္ေက်းဇူးပါ
properties (22)
authorminthwayko
permlinkre-kyawthetaung-re-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t061107029z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 06:11:15
last_update2018-01-16 06:11:15
depth2
children0
last_payout2018-01-23 06:11:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation338,726,389,142
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,871,683
net_rshares0
@myanmarkoko ·
နားမလည္​​ေသး​ေပမဲ့ vote ခဲ့သည္​
properties (22)
authormyanmarkoko
permlinkre-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t095309256z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 09:53:15
last_update2018-01-16 09:53:15
depth1
children1
last_payout2018-01-23 09:53:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length31
author_reputation107,680,181,432,700
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,904,009
net_rshares0
@minthwayko ·
Ty pr bro
properties (22)
authorminthwayko
permlinkre-myanmarkoko-re-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t155649356z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 15:56:57
last_update2018-01-16 15:56:57
depth2
children0
last_payout2018-01-23 15:56:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation338,726,389,142
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,971,002
net_rshares0
@nandasai ·
ဆက္​​ေရးသားပါဦးဗ်ာ
properties (22)
authornandasai
permlinkre-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t011902175z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 01:19:06
last_update2018-01-16 01:19:06
depth1
children1
last_payout2018-01-23 01:19:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length19
author_reputation981,244,474,639
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,829,439
net_rshares0
@minthwayko ·
ဟုတ္ေက်းဇူးပါ
properties (22)
authorminthwayko
permlinkre-nandasai-re-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t060945244z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 06:09:51
last_update2018-01-16 06:09:51
depth2
children0
last_payout2018-01-23 06:09:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation338,726,389,142
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,871,501
net_rshares0
@naythuya ·
တင္​ျပတာ​ေကာင္​းတယ္​bro fighting
properties (22)
authornaythuya
permlinkre-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180115t182509812z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-15 18:25:18
last_update2018-01-15 18:25:18
depth1
children1
last_payout2018-01-22 18:25:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length32
author_reputation156,175,682,720
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,763,140
net_rshares0
@minthwayko ·
Thanks alot
properties (22)
authorminthwayko
permlinkre-naythuya-re-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t030455847z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 03:05:00
last_update2018-01-16 03:05:00
depth2
children0
last_payout2018-01-23 03:05:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation338,726,389,142
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,844,771
net_rshares0
@saipanpha ·
အားေပးေနတယ္ဘဒို
properties (22)
authorsaipanpha
permlinkre-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t082552526z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 08:25:54
last_update2018-01-16 08:25:54
depth1
children1
last_payout2018-01-23 08:25:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation1,112,792,784,222
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,891,199
net_rshares0
@minthwayko ·
ဖတ္ေပးလို႔ေက်းဇူးပါ
properties (22)
authorminthwayko
permlinkre-saipanpha-re-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t155343310z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 15:53:51
last_update2018-01-16 15:53:51
depth2
children0
last_payout2018-01-23 15:53:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length19
author_reputation338,726,389,142
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,970,415
net_rshares0
@sawlwin ·
အားေပးပါတယ္ ညီ ဆက္ေရးဦးေနာ္
properties (22)
authorsawlwin
permlinkre-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180115t232427568z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-15 23:24:24
last_update2018-01-15 23:24:24
depth1
children1
last_payout2018-01-22 23:24:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation5,576,461,021,445
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,812,453
net_rshares0
@minthwayko ·
ဟုတ္ေက်းဇူးပါ
အစ္ကိုေရ
properties (22)
authorminthwayko
permlinkre-sawlwin-re-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t030543750z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 03:05:54
last_update2018-01-16 03:05:54
depth2
children0
last_payout2018-01-23 03:05:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation338,726,389,142
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,844,889
net_rshares0
@tharpauk ·
စိတ္ဝင္စားပါတယ္
properties (22)
authortharpauk
permlinkre-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t125246260z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 12:52:51
last_update2018-01-16 12:52:51
depth1
children1
last_payout2018-01-23 12:52:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation1,307,533,985,854
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,933,125
net_rshares0
@minthwayko ·
ဟုတ္ကဲ့ပါ
ႀကိဳးစားပါဦးမယ္
properties (22)
authorminthwayko
permlinkre-tharpauk-re-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t155732924z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 15:57:42
last_update2018-01-16 15:57:42
depth2
children0
last_payout2018-01-23 15:57:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation338,726,389,142
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,971,167
net_rshares0
@thettinaung ·
Bro ေရးတဲ႕ဟာေတြ pdf ထုတ္ျပီး ေနာက္မွ
ေအးေဆးေလ့လာပါ့မယ္ဗ်ာ ။ Thanks for 
sharing ပါ Bro
properties (22)
authorthettinaung
permlinkre-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t075341266z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 07:53:48
last_update2018-01-16 07:53:48
depth1
children1
last_payout2018-01-23 07:53:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length86
author_reputation1,960,110,780,589
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,886,346
net_rshares0
@minthwayko ·
ဟုတ္ေက်းဇူးပါ
အစ္ကိုေရ
properties (22)
authorminthwayko
permlinkre-thettinaung-re-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t081533869z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 08:15:36
last_update2018-01-16 08:15:36
depth2
children0
last_payout2018-01-23 08:15:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation338,726,389,142
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,889,692
net_rshares0
@tinhlaingoo ·
$0.12
နားလည္ဖုိ႔လုပ္ရဦးမယ္။
👍  
properties (23)
authortinhlaingoo
permlinkre-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180119t173731835z
categorymyanmar
json_metadata{"tags":["myanmar"],"community":"busy","app":"busy/2.2.0"}
created2018-01-19 17:37:33
last_update2018-01-19 17:37:33
depth1
children0
last_payout2018-01-26 17:37:33
cashout_time1969-12-31 23:59:59
total_payout_value0.119 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation11,894,542,150,335
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id30,674,720
net_rshares15,136,030,325
author_curate_reward""
vote details (1)
@yeyintkyaw ·
😘ေနာက္ဟာေတြေမ်ွာ္ေနမယ္အကုိ
properties (22)
authoryeyintkyaw
permlinkre-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180115t181915864z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-15 18:19:21
last_update2018-01-15 18:19:21
depth1
children1
last_payout2018-01-22 18:19:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation1,139,106,351,288
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,762,044
net_rshares0
@minthwayko ·
Sann Chuu 😚
properties (22)
authorminthwayko
permlinkre-yeyintkyaw-re-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t030323648z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 03:03:30
last_update2018-01-16 03:03:30
depth2
children0
last_payout2018-01-23 03:03:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation338,726,389,142
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,844,563
net_rshares0
@zayarch ·
နားေတာ့မလည္ဘူးအားေပးခဲ့ပါတယ္
properties (22)
authorzayarch
permlinkre-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t121618758z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 12:16:21
last_update2018-01-16 12:16:21
depth1
children1
last_payout2018-01-23 12:16:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation293,187,805,125
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,926,559
net_rshares0
@minthwayko ·
ို႔ေက်းဇူး 😁
properties (22)
authorminthwayko
permlinkre-zayarch-re-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t155841333z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 15:58:51
last_update2018-01-16 15:58:51
depth2
children0
last_payout2018-01-23 15:58:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12
author_reputation338,726,389,142
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,971,404
net_rshares0
@zero1332000 ·
Wowဆက္ေရးေပးပါအံုးဘရိုေရ
Webပိုင္းေလ့လာခ်င္ေနတာ
အနာနဲ႔ေဆးနဲ႔ေတာ့ေတြ႕ပီဗ်ာ😍😍
properties (22)
authorzero1332000
permlinkre-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t111409744z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 11:14:12
last_update2018-01-16 11:14:12
depth1
children1
last_payout2018-01-23 11:14:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length75
author_reputation199,465,559,227
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,916,368
net_rshares0
@minthwayko ·
San Chuu pr bro yay 😁
properties (22)
authorminthwayko
permlinkre-zero1332000-re-minthwayko-63ry9c-developing-a-simple-website-by-yourself-20180116t160003610z
categorymyanmar
json_metadata{"tags":["myanmar"],"app":"steemit/0.1"}
created2018-01-16 16:00:09
last_update2018-01-16 16:00:09
depth2
children0
last_payout2018-01-23 16:00:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation338,726,389,142
root_title"Developing A Simple Website by yourself"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id29,971,692
net_rshares0