Y3N

Seledri Dapat Menurunkan Hipertensi

by Y3N on Nov.04, 2009, under HEALTH

Darah tinggi (hipertensi) merupakan penyakit yang ditandai dengan tingginya tekanan darah. Tekanan darah normal 120/80mmHg (milliliterairraksa). Risiko hipertensi jika tidak segera diobati adalah Tekanan Darah tinggi yang menyebabkan jantung memompa lebih keras, yang akhirnya mengakibatkan gagal jantung. Pembuluh juga akan lebih mengeras guna menahan Tekanan Darah yang meningkat dan akan terjadi serangan otak (Stroke) dengan kelumpuhan separuh tubuh akibat pecahnya suatu kapiler.

Jenis hipertensi :
Hipertensi esensial, yaitu hipertensi yang belum diketahui penyebabnya secara pasti. Hipertensi ini dapat terjadi pada orang muda atau orang dewasa. Walaupun belum dapat diketahui secara pasti penyebabnya, tetapi kemungkinan terjadi karena ada kelainan kelenjar endokrin, kelainan fungsi ginjal, kelainan fungsi metabolism (dapat menyebabkan komposisi darah menjadi kurang normal), atau factor umum bersifat bawaan.
Hipertensi sekunder, yaitu hipertensi yang sudah diketahui penyebabnya. Hipertensi sekunder lebih mudah diatasi dibanding hipertensi esensial karena factor penyebabnya sudah diketahui.

Gejala-¬gejala hipertensi :
- Sakit kepala
- Rasa pegal di tengkuk
- Rasa berputar-¬putar (vertigo)
- Jantung berdebar lebih cepat
- Emosional (cepat marah)

Faktor penyebab meningkatnya tekanan darah :
- Stres atau tekanan kejiwaan
- Penyakit atau gangguan ginjal
- Kehamilan atau pemakaian pil pencegah kehamilan
- Pemakaian obat terlarang seperti heroin, kokain, atau jenis narko balainnya.
- Cedera dikepala atau pendarahan di otak yang berat.
- Tumor di otak atau sebagai reaksi dari pembedahan.

Tips untuk penderita hipertensi
- Bagiyangkegemukan,sebaiknyaturunkanberatbadan.
- Konsumsiseratdansayur¬sayuran,buah¬buahandankacang¬kacangan.
- Batasikonsumsigula,garam,kafein,makanankayalemak,danmakanankaleng.
- Berolahragasecarateratur.
- Belajarmengendalikanstress.
- Hentikankebiasanmerokok.
- Menghindariminumanberalkohol
- Cukupistirahatdantidur

Kandungan zat aktif seledri :
Apiin, apigenin, manitol, volatileoil, glycosides, furanocoumarins, flavonoids

Mekanisme kerja :
Apigenin, berfungsi sebagai beta blocker yang dapat memperlambat detak jantung dan menurunkan kekuatan kontraksi jantung sehingga aliran darah yang terpompa lebih sedikit dan tekanan darah menjadi berkurang.
Manitol dan apiin, bersifat diuretic yaitu membantu ginjal mengeluarkan kelebihan cairan dan garam dari dalam tubuh, sehingga berkurangnya cairan dalam darah akan menurunkan tekanan darah.

Hasil penelitian :
Aalthe Dondokambey, JFFMIPAUNHAS, 1985. Pemberian infuse seledri dengan cara peras maupun refluks menunjukkan penurunan tekanan darah.
Fimelta Winata, FFWIDMAN, 1988. Infus daun seledri dengan kadar 10 % sebanyak 5 ml/kg/bb akan memberikan efek penurunan kadar asam urat darah secara nyata, jika dibandingkan dengan pemberian probenecid 20 mg/kg berat badan pada 3,4,5 dan 6 jam.

Kelebihan ekstrak seledri :
- Efek samping relatif kecil.
- Tidak mengandung bahan kimia obat (BKO).
- Mengandung ekstrak dengan konsentrat tinggi. (1 kapsul mengandung ekstrak yang setara dengan 5500 mg rempah kering)
- Diproses dengan mesin ekstraksi tekhnologi Jerman dan berstandar internasional
- Proses produksi higienis dan di bawah pengawasan mutu yang ketat.
- Sertifikat ISO 9001 dan GMP (CPOTB).

Khasiat & kegunaan seledri :
Menurunkan tekanan darah tinggi & menstabilkannya.

Sumber :
Product Knowledge/PT. Industri Jamu Borobudur/Produk Tunggal/Seledri
http://obat-kesehatan.blogspot.com

4 Comments more...

How To: Change ‘0? Shortcut to Bluetooth On/Off On Nseries

by Y3N on Aug.25, 2009, under mobile phone

Bluetooth can be turned on/off by pressing the * key on some Eseries devices like the Nokia E66 and Nokia E71. This shortcut is not available on the Nseries phones. By hacking your Nseries S60 phone, there’s a patch that lets you change the ‘0? shortcut that usually opens the web browser. I’ve changed it to open the bluetooth menu on my Nokia N95 8GB. By turning on bluetooth only when you need it, you can save battery life and prevent unwanted file transfers.

Prerequsites

The first thing you need is a hacked Nokia S60 phone. You can find out how to do this by reading How To Hack Your S60 Phone guide.

The instructions below include editing the original ChangeBrowserOnKey.rmp patch by FCA00000 and uploading it to your phone. The modified code is then shown afterwards for the bluetooth shortcut. If you don’t want to read about the modification, just scroll all the way down for the end result. Note: The code’s formatting might not appear properly on RSS readers.

All I did was change the code so that the bluetooth menu opens. You can change it to anything you want as long as you know the application’s UID code.
Original Code by FCA0000

Below is the original code from FCA00000. Unmodified, pressing 0 will open Opera Mini if you have that installed. Continue reading below to change it to bluetooth instead. Notice that lines starting with ‘;’ are comments.

01.; *** ChangeBrowserOnKey0 1.0 ***
02.; *** Change Browser On Key ‘0′ ***
03.; Author: fca00000 , fca00000-at-yahoo-dot-es
04.; Date: 2008.06.01
05.; Firmware: tested on N80 v 5.0719.02 . Might work on preFP1+FP1
06.;
07.; When phone is in the StandBy screen, pressing key ‘0′ opens the default browser.
08.; With this patch, you can open any other application.
09.; You need to know its UID. Then, swap bytes to little-indian to get xxDIUxxx. In other words: 0×12345678 becomes 78563412
10.; For example:
11.; FExplorer UID = 0xE00012DF therefore xxDIUxxx=DF1200E0
12.; Calculator UID = 0×10005902 therefore xxDIUxxx=02590010
13.; OperaMini UID = 0×101D3166 therefore xxDIUxxx=66311D10 In this case, be aware that it takes some time (5 seconds) to open.
14.;
15.; then, the patch becomes:
16.; SnR:sys\bin\phone.exe:398D00100000000000000000:xxDIUxxx0000000000000000
17.; SnR:sys\bin\phone.exe:398D00100100000035000000:xxDIUxxx0100000035000000
18.; As far as I know, nothing is broken. But I decline all responsability, of course.
19.; Anyway, here it is. Enjoy
20.; end of ChangeBrowserOnKey0
21.SnR:sys\bin\phone.exe:398D00100000000000000000:66311D100000000000000000
22.SnR:sys\bin\phone.exe:398D00100100000035000000:66311D100100000035000000
Modified Code For Bluetooth

Below is the code for bluetooth shortcut. Since the The UID for bluetooth menu is 10005951, convert it to little-endian which results in 51590010. See how the conversion is done? You convert ABCDEFGH to GHEFCDAB. The only modifications done are in the last two lines of the original code.

1.; *** Change Browser On Key ‘0′ to Bluetooth ***
2.SnR:sys\bin
\phone.exe:398D00100000000000000000:515900100000000000000000
3.SnR:sys\bin
\phone.exe:398D00100100000035000000:515900100100000035000000

* Copy and paste this code to a new text file and make sure to save it with a .rmp extension.
* Transfer it over to the E:/patches folder. Create it if it is not already there.
* Enable it on ROMPatcher (see: How to Hack Nseries phones) and set it to autorun so you won’t need to reactivate it after reboot.

2 Comments more...

Steps To H4ck Nokia Nseries Phone

by Y3N on Aug.25, 2009, under mobile phone

* Install freeware X-plore, a file manager from Lonely Cat Games. Run X-Plore, press 0 and check first 4 boxes. Don’t exit.
* Install and run HelloCarbide by FCA00000.
* Switch to X-plore and check if you can see the contents of C:/sys/. If you can, then you are halfway done. If not, try step 2 again.
* Download CapsOnOff.rar by FCA00000.
* Copy CProfDriver_SISX.ldd from RAR downloaded above into C:\sys\bin of your phone. You can do this with X-Plore.
* Install CapsOn.sisx and CapsOff.sisx. Run CapsOff application to turn on the hack.
* Download SIS installer mod for Symbian 9.2 and copy installserver.exe file to c:\sys\bin\ so you can install unsigned applications
* Install ROMPatcher by Zorn.
* Whenever you need to install an unsigned application or patch your phone, just run the CapsOff application first. CapsOn brings it back to normal state.

1 Comment more...

Get Nokia Master Code

by Y3N on Aug.22, 2009, under mobile phone

If you’ve forgot Security code of your Nokia mobile phone, use Security Mastercode instead.

Get Nokia Master Code Now!

Leave a Comment more...

MagicSim

by Y3N on Aug.22, 2009, under mobile phone

1. Make sure PIN code is closed, or the Magic dual sim card can’t work properly (for SIM card rejected)
2. When use the dual sim card, please handle the function after mobile finish reading messages and phone book , so that Magic sim card works properly .( For example, when you operate the computer , if you operate other function while unfinished the program, the computer will be halt , the same as the Magic dual sim card. )
3. When switch on line for NOKIA mobiles, it will appear “whether updating SIM card”, please press “cancel”, it will switch automatically. (You can try to dial other mobiles to check whether it’s normal to switch. please try many times for the different characteristic)
4. Switch numbers with NOKIA and MOTO mobiles, the mobile will show “please inset SIM card.” it will be ok after a minute
5. When you can’t find SIM card after inserted into mobile, please add a sponge to make the magic sim card more tightly. Or you can use the ball pen to prick the 12 small bulgy spots, increase the thickness, in order to make contact well.
6. If your sim card is no signal while using Magic dual sim card, (16th) it will cause not to switch number on line, only save this two numbers in phonebook.
For example: Input “001” , then press “ save” key , it will switch to sim1
Input “002” , then press “ save” key , it will switch to sim2
7. Using Magic sim card, if the sim card rejected, maybe it is without good cutting, please check the bulgy spots and adjust the position or clean the sheet copper of the dual sim card.
When the chip is on top of the sim card , you can use a cutter; when the chip is in the middle of the sim card , we suggest you’d better use scissors.
8. When use dual sim card, if mobile ask for “insert sim card”, please change the position of two sim card and make sure a good contact between sim card, dual sim card and mobile.

Leave a Comment more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...