Mesothelioma is a form of cancer which occurs in thin membranes (called the mesothelium) lining the chest, lungs, abdomen and sometimes the heart. Although quite rare, mesothelioma symptoms strike more than 200 people each year in the United States. The majority of mesothelioma cases are directly linked to asbestos exposure.
Because of the long latency period of mesothelioma, the average age of patients is between 50 and 70 years. Mesothelioma affects men most due to the high exposure of asbestos in industrial typed jobs. Mesothelioma symptoms include respiratory problems, shortness of breath, continual cough and pneumonia. Other mesothelioma symptoms include weight loss, abdominal problems and swelling. In some mesothelioma patients, the mesothelioma symptoms are quite muted, making it hard for mesothelioma doctors to diagnose.
Mesothelioma doctors specialize in the study, research, and treatments of Mesothelioma cancers.
Mesothelioma (or the cancer of the mesothelium) is a disease in which cells become abnormal and replicate without control. During Mesothelioma, these cells will invade and damage tissues and organs. Mesothelioma cancer cells can spread throughout the body causing death.
Mesothelioma treatments and Mesothelioma clinical trials and tests
There are many mesothelioma treatment options available. Treatments include surgery, radiation therapy and chemotherapy and the mesothelioma treatment depends on the patient’s age, general health and stage of the cancer. There has been much mesothelioma research conducted throughout the past two years to find new treatment methods. Click here to read more about mesothelioma treatment techniques.
Through mesothelioma research, The National Cancer Institute has sponsored mesothelioma tests and clinical trials that are designed to find new treatment methods. Because of the increase in number of mesothelioma cases in the United States, both governments have increased funding for mesothelioma research. Mesothelioma research and clinical trials have been successful in developing new techniques to fight this cancer and the outlook for more advanced mesothelioma treatments is promising.
Surgery is the most common treatment method for malignant mesothelioma. Tissues and linings affected by mesothelioma are removed by the doctor and may include the lung or even diaphragm.
A second mesothelioma treatment method is radiation therapy through the use of high energy x-rays that kill the cancer cells. Radiation therapy can be outside or inside the body.
A third mesothelioma treatment method is chemotherapy. Through pills or drugs through needles, chemotherapy drugs are used to kill cancer cells.
A new mesothelioma treatment method is called intraoperative photodynamic therapy. In this treatment, light and drugs are used to kill cancer cells during surgery for early stages of mesothelioma in the chest. Although there are numerous treatments and drugs for mesothelioma, doctors are losing the battle against this deadly disease. Most mesothelioma treatments involve old techniques combined with different drug cocktails. However, in most cases, these mesothelioma treatments have many side effects including organ damage, nausea, increase in heart failure etc. The rush to find a more effective mesothelioma treatment or even cure is ongoing at numerous clinical labs across the nation. Let's hope that the mesothelioma treatments will one day erradicate mesothelioma cancer and asbestosis.
With an abundance of information on the Internet, Mesothelioma Cancer and Asbestos ([http://www.mesothelioma-cancer-and-asbestos.com]) has consolidated the most important issues surrounding Mesothelioma, Mesothelioma doctors and symptoms, Mesothelioma treatment, Mesothelioma research and tests.
At [http://www.mesothelioma-cancer-and-asbestos.com], the website contains useful resources on Mesothelioma lawyers and attorneys, as well as causes by asbestos exposure, asbestos removal, asbestos attorneys and lawsuits, and asbestos cancer. Patients stricken by Mesothelioma and their families require support and current information. Mesothelioma Online Resources hopes to educate and give hope to survivors and victims.
Mesothelioma is such a harsh disease. Not only does it take years for symptoms to appear, but there are limited treatements and drugs that will prolong the lives of workers stricken with mesothelioma. In many cases, the death rate of mesothelioma is unfortunately very high. However, with increased funding in mesothelioma research through the government and private grants, the outlook for a mesothelioma cure is quite possible. In the meantime, mesothelioma support groups and local discussions provide the ongoing support for mesothelioma patients.
Mesothelioma Cancer and Asbestos ([http://www.mesothelioma-cancer-and-asbestos.com])is your source for mesothelioma and asbestos information, treatments, clinical trials, attorneys, support groups and lawyers.
About the website: Michael Kenneth is a successful Internet Publisher and has researched and written on many topics for [http://www.mesothelioma-cancer-and-asbestos.com] - your complete source for mesothelioma information, mesothelioma attorneys and lawyers, mesothelioma treatments and research, asbestos exposure and removal, asbestos attorneys and legislation as well as asbestos cancer.
Pada kesempatan kali ini admin ingin sedikit share tutorial blogging yaitu Cara Membuat Tombol Chat Whatsapp Melayang di Blogger yang mungkin akan berguna jika anda sedang mengelola blog penyedia jasa atau mungkin online shop.
Widget seperti ini sering kali kita temui di website yang berkategori penyedia jasa atau juga online shop, tapi tidak menutup kemungkinan anda juga bisa menerapkannya di blog sendiri meskipun blog personal seperti di Coretancode.com
Widget ini sendiri berguna untuk mempermudah para pengunjung untuk menghubungi pemilik blog atau situs yang biasanya digunakan untuk bertanya info seputar harga, ketersediaan barang yang kita atau pemiliki website jual.
Dengan memasang widget seperti ini, tentu nomor Whatsapp tidak akan terpampang jelas, sehingga privasi anda akan lebih terjaga. Penasaran seperti apakah tampilan widget ini? silahkan langsung klik tombol demo dibawah.
Jika anda ingin memasangnya di blog sendiri tentu sangatlah mudah, anda hanya perlu menambahkan kode CSS dan HTML ke dalam template yang anda gunakan. Untuk lebih jelasnya, anda bisa ikuti tahap pemasangan berikut ini.
Menambahkan CSS
- Pastikan anda sudah login di Blogger.com
- Pada dashboard, silahkan pilih menu Template > Edit HTML
- Lalu cari kode ]]></b:skin> di template anda.
Untuk mempermudah pencarian, anda bisa gunakan pintasan
CTRL +F di keyboard. - Kemudian salin kode berikut ini, dan letakkan diatas kode pada (langkah no.3)
/* Chatbox Whatsapp */ :root { --warna-background: #4dc247; /* Warna background header dan tombol chat */ --warna-bg-chat: #f0f5fb; --warna-icon: #fff; /* Warna icon chat */ --warna-text: #505050; --warna-text-alt: #989b9f; --lebar-chatbox: 320px; } .sticky-button{position:fixed;background-color:var(--warna-background);bottom:20px;left:20px;width:55px;height:55px;border-radius:50px;box-shadow:0 2px 5px 0 rgba(0,0,0,.1);z-index:20;overflow:hidden;} .sticky-button a, .sticky-button label{display:flex;align-items:center;width:55px;height:55px;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;} .sticky-button a svg, .sticky-button label svg{margin:auto;fill:var(--warna-icon)} .sticky-button label svg.svg-2{display:none} .sticky-chat{position:fixed;bottom:70px;left:20px;width:var(--lebar-chatbox);-webkit-transition:all .3s ease-out;transition:all .3s ease-out; z-index:21;opacity:0;visibility:hidden;line-height:normal} .sticky-chat .chat-content{border-radius:10px;background-color:#fff;box-shadow:0 2px 5px 0 rgba(0,0,0,.05);overflow:hidden} .sticky-chat .chat-header{position:relative;display:flex;align-items:center;padding:15px 20px;background-color:var(--warna-background);overflow:hidden} .sticky-chat .chat-header:after{content:'';display:block;position:absolute;bottom:0;right:0;width:70px;height:65px;background:rgba(0,0,0,.040);border-radius:70px 0 5px 0;} .sticky-chat .chat-header svg{width:35px;height:35px;flex:0 0 auto;fill:var(--warna-icon)} .sticky-chat .chat-header .title{padding-left:15px;font-size:14px;font-weight:600;font-family:'Roboto', sans-serif;color:var(--warna-icon)} .sticky-chat .chat-header .title span{font-size:11px;font-weight:400;display:block;line-height:1.58em;margin:0;} .sticky-chat .chat-text{display:flex;flex-wrap:wrap;margin:25px 20px;font-size:12px;color:var(--warna-text)} .sticky-chat .chat-text span{display:inline-block;margin-right:auto;padding:10px 10px 10px 20px;background-color:var(--warna-bg-chat);border-radius:3px 15px 15px} .sticky-chat .chat-text span:after{content:'Just now';display:inline-block;margin-left:15px;font-size:9px;color:var(--warna-text-alt)} .sticky-chat .chat-text span.typing{margin:15px 0 0 auto;padding:10px 20px 10px 10px;border-radius:15px 3px 15px 15px} .sticky-chat .chat-text span.typing:after, .chat-menu{display:none} .sticky-chat .chat-text span.typing svg{height:14px;fill:var(--warna-text-alt)} .sticky-chat .chat-button{display:flex;align-items:center;margin-top:15px;padding:12px 20px;border-radius:10px;background-color:#fff;box-shadow:0 2px 5px 0 rgba(0,0,0,.05);overflow:hidden;font-size:12px;color:var(--warna-text)} .sticky-chat .chat-button svg{width:20px;height:20px;fill:var(--warna-text-alt);margin-left:auto;transform:rotate(40deg);-webkit-transform:rotate(40deg)} .chat-menu:checked + .sticky-button label{-webkit-transform: rotate(360deg);transform: rotate(360deg);} .chat-menu:checked + .sticky-button label svg.svg-1{display:none} .chat-menu:checked + .sticky-button label svg.svg-2{display:table-cell} .chat-menu:checked + .sticky-button + .sticky-chat{bottom:90px;opacity:1;visibility:visible}
Keterangan:
1. Pada bagian :root { anda bisa mengubah warna header, icon, dan lebar widget.
2. Ubah tulisan left untuk mengubah posisi widget sticky. - Selesai.
Menambahkan HTML Widget
- Cari kode </body> di template anda.
- Kemudian salin kode berikut ini, dan letakkan diatas kode pada (langkah no.1)
<input class='chat-menu hidden' id='offchat-menu' type='checkbox' /> <div class='sticky-button' id='sticky-button'> <label for='offchat-menu'> <svg class='svg-1' viewBox='0 0 32 32'><path d='M16,3A13,13,0,0,0,4.53,22.13L3,27.74a1,1,0,0,0,.27,1A1,1,0,0,0,4,29a.84.84,0,0,0,.27,0l5.91-1.65a1,1,0,0,0-.53-1.93L5.42,26.56l1.15-4.3a1,1,0,0,0-.1-.76A11,11,0,1,1,16,27a11.23,11.23,0,0,1-1.84-.15,1,1,0,0,0-1.15.82,1,1,0,0,0,.82,1.15A13,13,0,1,0,16,3Z'></path><path d='M15,11.21l-1.16-1.6a2.06,2.06,0,0,0-1.5-.84,2.08,2.08,0,0,0-1.62.6l-1.2,1.2a2.81,2.81,0,0,0-.8,2.08c0,1.77,1.36,4,4,6.6,3.09,3,5.23,4,6.69,4a2.7,2.7,0,0,0,2-.81l1.2-1.2a2,2,0,0,0-.24-3.11L20.8,17a2.09,2.09,0,0,0-1.83-.3l-1.49.47a.53.53,0,0,1-.26-.09,11.42,11.42,0,0,1-2.35-2.26.31.31,0,0,1,0-.11c.13-.44.35-1.15.5-1.64A2,2,0,0,0,15,11.21Zm1.29,7.63a2.33,2.33,0,0,0,1.75.2l1.54-.46,1.61,1.25L20,21c-.48.47-2.25.33-5.86-3.21-3-2.91-3.41-4.5-3.41-5.18A.89.89,0,0,1,11,12l1.28-1.19,1.18,1.65c-.16.49-.39,1.22-.51,1.65A2.12,2.12,0,0,0,13,15.51,11.24,11.24,0,0,0,16.33,18.84Z'></path></svg> <svg class='svg-2' viewbox='0 0 512 512'> <path d='M278.6 256l68.2-68.2c6.2-6.2 6.2-16.4 0-22.6-6.2-6.2-16.4-6.2-22.6 0L256 233.4l-68.2-68.2c-6.2-6.2-16.4-6.2-22.6 0-3.1 3.1-4.7 7.2-4.7 11.3 0 4.1 1.6 8.2 4.7 11.3l68.2 68.2-68.2 68.2c-3.1 3.1-4.7 7.2-4.7 11.3 0 4.1 1.6 8.2 4.7 11.3 6.2 6.2 16.4 6.2 22.6 0l68.2-68.2 68.2 68.2c6.2 6.2 16.4 6.2 22.6 0 6.2-6.2 6.2-16.4 0-22.6L278.6 256z'></path> </svg> </label> </div> <div class='sticky-chat'> <div class='chat-content'> <div class='chat-header'> <svg viewbox='0 0 32 32'><path d='M24,22a1,1,0,0,1-.64-.23L18.84,18H17A8,8,0,0,1,17,2h6a8,8,0,0,1,2,15.74V21a1,1,0,0,1-.58.91A1,1,0,0,1,24,22ZM17,4a6,6,0,0,0,0,12h2.2a1,1,0,0,1,.64.23L23,18.86V16.92a1,1,0,0,1,.86-1A6,6,0,0,0,23,4Z'></path><rect height='2' width='2' x='19' y='9'></rect><rect height='2' width='2' x='14' y='9'></rect><rect height='2' width='2' x='24' y='9'></rect><path d='M8,30a1,1,0,0,1-.42-.09A1,1,0,0,1,7,29V25.74a8,8,0,0,1-1.28-15,1,1,0,1,1,.82,1.82,6,6,0,0,0,1.6,11.4,1,1,0,0,1,.86,1v1.94l3.16-2.63A1,1,0,0,1,12.8,24H15a5.94,5.94,0,0,0,4.29-1.82,1,1,0,0,1,1.44,1.4A8,8,0,0,1,15,26H13.16L8.64,29.77A1,1,0,0,1,8,30Z'></path></svg> <div class='title'>Silahkan chat dengan tim kami <span>Admin akan membalas dalam beberapa menit</span></div> </div> <div class='chat-text'> <span>Halo, Ada yang bisa kami bantu?</span> <span class='typing'><svg viewbox='0 0 512 512'><circle cx='256' cy='256' r='48'></circle><circle cx='416' cy='256' r='48'></circle><circle cx='96' cy='256' r='48'></circle></svg></span> </div> </div> <a class='chat-button' href='https://api.whatsapp.com/send?phone=6285200000000&text=Assalamualaikum,%20Saya%20ingin%20bertanya' rel='nofollow noreferrer' target='_blank'> <span>Mulai chat...</span> <svg viewBox='0 0 32 32'><path class='cls-1' d='M19.47,31a2,2,0,0,1-1.8-1.09l-4-7.57a1,1,0,0,1,1.77-.93l4,7.57L29,3.06,3,12.49l9.8,5.26,8.32-8.32a1,1,0,0,1,1.42,1.42l-8.85,8.84a1,1,0,0,1-1.17.18L2.09,14.33a2,2,0,0,1,.25-3.72L28.25,1.13a2,2,0,0,1,2.62,2.62L21.39,29.66A2,2,0,0,1,19.61,31Z'></path></svg> </a> </div>
Keterangan:
Ubah tulisan yang di mark dengan nomor Whatsapp anda. - Save Template.
Setelah semuanya terpasang, silahkan kalian lihat hasilnya pada blog masing-masing. Jika ada dari anda yang gagal silahkan tanyakan melalui kolom komentar yang tersedia dibawah artikel ini.
Mungkin sekian dulu artikel dari Cara Membuat Tombol Chat Whatsapp Melayang di Blogger, semoga bermanfaat
Terima kasih
web hosting surabaya
cpanel web hosting
beli web hosting
daftar domain
membuat web hosting
jakarta web hosting
wordpress hosting indonesia
indo web hosting
web hosting termurah
hosting indonesia gratis
singapore hosting
sewa web hosting
hosting tangguh
buy hosting
vps hosting indonesia
web hosting indonesia terbaik
web hosting indonesia gratis
web hosting terbaik
hosting web
beli domain dan hosting murah
web hosting murah
beli hosting murah
daftar web hosting
shared hosting murah
web hosting murah unlimited
web hosting indonesia
web hosting terbaik indonesia
hosting murah unlimited
review hosting indonesia
70
Rp 2.03 0.47
web hosting terbaik di indonesia
90
Rp 1.96 0.46
hosting terbaik
1600
Rp 1.91 0.42
sewa hosting murah
30
Rp 1.9 0.79
hosting indonesia terbaik
390
Rp 1.89 0.4
paket hosting murah
40
Rp 1.87 0.96
vps hosting murah
30
Rp 1.85 0.97
jasa web hosting
30
Rp 1.78 0.73
hosting terbaik indonesia
880
Rp 1.77 0.44
web hosting murah indonesia
70
Rp 1.77 0.71
best hosting indonesia
90
Rp 1.7 0.62
hosting murah
5400
Rp 1.7 0.93
domain id
1000
Rp 1.69 0.45
hosting cpanel
110
Rp 1.69 0.61
hosting dan domain
210
Rp 1.66 0.64
hosting free
880
Rp 1.66 0.64
top 10 web hosting indonesia
50
Rp 1.64 0.67
bisnis hosting
50
Rp 1.63 0.43
jual domain murah
210
Rp 1.62 0.89
web hosting gratis
2900
Rp 1.62 0.55
beli domain dan hosting
590
Rp 1.6 0.68
domain hosting indonesia
50
Rp 1.6 0.82
beli hosting
390
Rp 1.58 0.72
bisnis web hosting
20
Rp 1.57 0.73
email hosting indonesia
260
Rp 1.56 0.46
membuat server hosting sendiri
70
Rp 1.52 0.16
free hosting and domain
480
Rp 1.51 0.64
harga domain
880
Rp 1.49 0.51
telkom hosting
90
Rp 1.49 0.1
hosting indonesia murah
90
Rp 1.46 0.88
hosting terbaik di indonesia
210
Rp 1.46 0.5
cara hosting web
480
Rp 1.44 0.38
unlimited hosting
140
Rp 1.44 0.92
biznet hosting
140
Rp 1.42 0.22
unlimited hosting indonesia
50
Rp 1.42 0.88
top hosting indonesia
30
Rp 1.41 0.58
hosting yang bagus
50
Rp 1.4 0.48
asian brain hosting
40
Rp 1.39 0.19
domain dan hosting murah
170
Rp 1.39 0.94
domain hosting murah
320
Rp 1.37 0.63
cara beli domain
320
Rp 1.35 0.48
beli domain murah
880
Rp 1.34 0.72
plasa hosting
260
Rp 1.34 0.15
hosting murah indonesia
jagoan hosting surabaya
jual domain
hosting server indonesia
cara pindah hosting
pasarhosting
sewa domain
webhost
cpanel hosting
hosting murah berkualitas
domain dan hosting
harga hosting
membuat server hosting
daftar hosting
harga hosting dan domain
windows hosting indonesia
jasa hosting terbaik
jasa hosting murah
hosting indonesia
domain paling murah
hosting termurah indonesia
pengertian domain dan hosting
hosting gratis terbaik
domain dan hosting gratis