TopBottom
Announcement: Bloggers of the week,List your blog Here .1. Blogger widgets.

How to add a go to top and go to bottom button

Posted by awiopian at Friday, April 10, 2009
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Many websites or blogs have more than 2-3 posts at homepage. I find it very irritating to scroll down to bottom manually. Using a simple JavaScript Code we can scroll to top or bottom of a page at lightening speed.

How to add Go to top and bottom button:

a) CSS Code: Copy and paste the following code between and . Most advisable place would be just before ]]> or

.gototop{
background:url(http://wolverinehacks.googlepages.com/arrow_top.gif)no-repeat;
display:block;_display:none;
position:fixed;
z-index:9999;
text-indent:-9999px;
width:17px;
height:17px;
overflow:hidden;
outline:none;
left:3px;
bottom:30px;}

.gotobottom {
background:url(http://wolverinehacks.googlepages.com/arrow_down.gif)no-repeat;
width:17px;
height:17px;
display:block;
_display:none;
position:fixed; z-index:9999;
text-indent:-9999px;
overflow:hidden;
outline:none;
left:3px;
bottom:5px;
}

b) HTML Code: Copy and paste the following code between and .

TopBottom

Save it and check your blog.

How to customize CSS and HTML Code

a) CSS Code:

.gototop{
background:url(http://wolverinehacks.googlepages.com/arrow_top.gif)no-repeat;
display:block;_display:none;
position:fixed;
z-index:9999;
text-indent:-9999px;
width:17px;
height:17px;
overflow:hidden;
outline:none;
left:3px;
bottom:30px;}

.gotobottom {
background: url(http://wolverinehacks.googlepages.com/arrow_down.gif)no-repeat;
width:17px;
height:17px;
display:block;
_display:none;
position:fixed; z-index:9999;
text-indent:-9999px;
overflow:hidden;
outline:none;
left:3px;
bottom:5px;
}

1. Change the background image link in red to the desired image source.
2. To change the position of these Buttons, change the values in red of left:3px;bottom:5px;. For example if you want to place these buttons to right bottom, then replace left:3px;bottom:5px; to right:3px;bottom:5px;

b) HTML Code:

TopBottom

Go to bottom button is set to #footer. If you do not have #footer in your CSS then, search for #footer-wrapper or #footer-wrap.

Final Words
I hope this tutorial is easy to understand. If you do not understand anything then leave a comment. I will reply asap. So, what do you have to say about it?

WH Fixed menu for blogger

Posted by awiopian at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

I am using a fixed menu at left side of my other Blog Free Downloadz since a long time. Today i came across a same menu at Blogfixes.com. So, i thought i should write about it and explain how to customize. Some of the features of Fixed Menu.

  • It is a Fixed menu.
  • It can be placed anywhere on the blog
  • It can be placed horizontally as well as vertically
  • It has Mouse Hover Effect
Demo: Top of this blog or Free Downloadz

How to add WH Fixed Menu for bloggers

a) CSS Code: Copy and paste the following code between and . Most advisable place would be just before ]]> or

.fixed_menu {
position: fixed; /*set the position type for non IE systems*/
top: 140px;
left: 0px;
width: auto;
margin: 0 0px 0px 0px;
background: #ffffff;
opacity:.900;
filter: alpha(opacity=90);
padding: 7px 5px 5px 5px;
-moz-border-radius-topright: 10px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 0px;
}

.fixed_menu a:hover img {
position: relative;
top: 2px;
left: 2px;
border-top: 1px solid #b3b3b3;
border-left: 1px solid #b3b3b3;
border-bottom: 2px solid #999999;
border-right: 2px solid #999999;
}

.fixed_menu a { display: block; } /*Optional : This puts each link in the menu on a new line, remove if you want a horizontal menu*/

* html .fixed_menu {position:absolute;} /*IE only change the position mode of the menu*/

How to customize HTML Code

you can change the position of the menu, color, background color, margin, padding and so on.

b) HTML Code:
Copy and paste the following code between body and /body.




How to customize HTML Code

Download Following images and save it to your server or googlepages.
Now edit links in red to desired links.


Final Words
I hope you understood everything. I am using horizontal fixed menu for Wolverine Hacks Blog. You can check it on top of this page. Soon, i will write how to make a nice horizontal fixed menu for blogger.Any doubts, comments here. So what do you have to say on this?

How to show 10 posts instead of 5 posts in blogger

Posted by awiopian at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

One of the most popular and useful blogger hack or blogger widget is Recent Posts. This blogger hack lets you display recent posts of your blog. Maximum number of bloggers use blogger feed for this purpose. But, this method one limitation, i.e. only 5 most recent posts can be displayed.

How to show 10 recent posts

I tried to edit the blogger code to make this possible but all in vain. Thus, I used JavaScript to show more than 5 recent posts. Here is the code:







Grab this Widget



If you want to use this blogger hack, just copy this code to a new HTML/Javascript Gadget.

Final Words

I hope you will find it useful for your blog. Give it a try and leave your feedback or query here. What do you want me to write next?

Facebook style lightbox - Facebox

Posted by awiopian at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Demos:

FaceBox used to display an image:

Girl listening to music

Girl listening to music



FaceBox used to display an inline DIV:

View DIV with id="mydiv" on the page
This is the contents of a hidden DIV on the page, with ID="mydiv" and style set to "display:none".

Dynamic Drive

View DIV with id="mydiv" on the page





FaceBox used to display an external page (on same server) using Ajax:

View "External.htm" fetched via Ajax

View "External.htm" fetched via Ajax



FaceBox used to display an external page, plus apply a CSS class to the container (to further style it):

View "External.htm" fetched via Ajax, , further styled via ".thickstyle" CSS class.


"

View "External.htm" fetched via Ajax, further styled with ".thickstyle" CSS class




Note the valid doctype declaration at the very top of the code, which is required unless your page already has one defined. Facebox consists of 2 .js files, 1 .css file, plus several images that make up its interface (such as round corner images). Download facebox1.1.zip, which consists of all those files:

* facebox1.1.zip
* facebox.css
* facebox.js
* jquery-1.2.2.pack.js
* Facebox images

By default the zip file should be unzipped to the same directory as the page using Facebox (a sub directory facefiles/ is added). If you wish to create a dedicated directory for the above zip file, you'll want to open up facebox.js and edit the images references near the top to point to the correct locations afterwards. The references inside the code of Step 1 should also be updated accordingly.

Step 2: All that's left now is to define your Facebox "thumbnail" links on the page, by giving the link a rel="facebox" attribute, plus set its href attribute to point to either an image, the ID of a hidden DIV, or a URL to the page on your server, depending on the content type you wish to load. For example:

Girl listening to music



View "External.htm" fetched via Ajax



See the demos at the top of the page and their corresponding HTML code for more info.
Notes

You can directly load some content into the Facebox container via scripting, instead of the conventional path of setting up a thumbnail link. The method to call is:

jQuery.facebox('Some content to show')

You can directly close the Facebox container once it's open via scripting, instead of the default path of the user clicking on the "close" button. The method to call is:

jQuery(document).trigger('close.facebox')

Tackle your problems, don't blame Pakistan: LeT chief to India

Posted by awiopian at Wednesday, March 11, 2009
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

By IANS
Sunday,07 December 2008, 00:00 hrs

Islamabad: India should focus on its internal problems instead of accusing Pakistan of complicity in the Mumbai terror attacks, Lashkar-e-Taiba (LeT) chief Hafiz Muhammad Saeed has said, while his deputy has blamed an Indian intelligence agency for the terror bombing of a Peshawar blast that killed more than two dozen people.

GET FREE (.com / .net / .org) Domain for Life

Addressing a gathering of thousands of people, including hundreds of women, during Friday prayers at Lahore's Jamia Masjid, Saeed said India was indulging in politics of accusations and was blaming Pakistan to hide its internal problems, a posting Sunday on the website of the Jamaat-ul Dawah, as the LeT is now known, read.




"He said there are several ongoing separatist movements in India which were begun in reaction to the excesses of Hindu Brahmins, especially the denial of peaceful co-existence to Muslims. Yet, he said, no power in the world cares what atrocities are committed against Muslims," the posting read.

According to Saeed, US Secretary Of State Condoleezza Rice and the chairman of the US Joint Chiefs of Staff Admiral Mullen "were quick to exert pressure on Pakistan after the Mumbai events, yet why don't they exert pressure on India to safeguard the rights of its minorities?"

"Where was the American Secretary of State when the Babri Masjid was martyred and when thousands of innocent Muslims were slaughtered in Gujarat?" he asked.

In a separate web positing, Saeed's deputy Hafiz Abdur Rahman Makki said India's Research and Analysis Wing (RAW) external intelligence agency was behind the Peshawar blast.

"He blamed Indian consulates in Afghanistan as being behind the planning and execution of incidents of terrorism inside Pakistan," the posting read.

In an interview to IANS in Islamabad Saturday, Makki said that "we don't kill people", even as he accused India of using Pakistan "like a punching bag" in the aftermath of the Mumbai attacks that killed 172 people.

"We don't kill people. Our mission is to spread the word of Islam and Allah's message on earth. And we are not Lashkar-e-Taiba, we are Jamaat-ul Dawah," Makki said.

India - as well as US experts - say the LeT is one of the principal suspects for the Mumbai terror strikes.

The US government's Excluded Parties List System names the LeT as one of the alternate identities of the Jamaat-ul Dawah.

Resolve people-to-people problems first: Pakistani newspaper

Posted by awiopian at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Islamabad | January 15, 2007 5:15:06 PM IST

The people of Pakistan, suffering because relations with India cannot be normalised, "are not going to revolt against the state if the state cannot win Kashmir for them", an influential Pakistani newspaper said Monday.

The Daily Times criticised the Pervez Musharraf regime for insisting on discussing Kashmir and other "outstanding issues" at the cost of problems that touch the lives of the people on sides of the India-Pakistan border.

"The path to follow is to normalise the bilateral relationship unconditionally to such an extent that hostile rhetoric dies down and can no longer be exploited politically," the newspaper said in its editorial.



Terming the posturing on each issue by the two governments as "usual Kabuki", the newspaper said: "We should pursue resolution of the outstanding disputes, meanwhile allowing the populations of both countries to taste the fruits of peaceful coexistence."

Ridiculing the oft-repeated call by Musharraf for "out of the box" thinking, the editorial said: "Islamabad's 'out of the box' thinking isn't as 'out-of-the-box' as it would have us believe. Pakistanis who suffer because of the deadlock of normal relations between the two countries are no longer threatening to revolt against the state if the state cannot win Kashmir for them."

The hard-hitting editorial also criticised Prime Minister Shaukat Aziz for "employing the most worn out 'Kashmir-first' platitude that the nation has heard in the past half century".

It also wondered why Foreign Minister Khurshid Mahmood Kasuri was insisting on resolving long-pending issues like reducing military presence in Siachen "within days" even after his Indian counterpart Pranab Mukherjee made the Indian standpoint clear.

Criticising the bureaucracy's role, the newspaper said: "The bitter truth is that the people in Pakistan have lost interest in getting India to cough up Kashmir and get down from Siachen (after the Kargil operation) while the 'smaller' problems, like not being issued visas easily and not being tortured inhumanely in Indian jails which matter to them, don't interest the bureaucracy in Islamabad."

Web Designing Development, E-Commerce, Graphics Designing Firm

Posted by awiopian at Thursday, March 5, 2009
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Creative ideas, talented, experienced team and strong knowledge of existing market and cutting edge multimedia requirements are one thing but what makes us unique in our field


Bladder Infections in Men, Women and Children

Posted by awiopian at Sunday, October 12, 2008
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Although many people associate a bladder infection with women, all humans are actually at risk for developing this infection. There are numerous causes for bladder infections, as well as urinary tract infections. Let’s take a look at some of the most common urinary tract infection in women, men and children.

Men

Although male urinary tract infections are not as many bladder infections as women, thanks in part to the length of their urethra, which makes it harder for bacteria to reach the bladder, most men will deal with the issue at least once in their lives. Urinary tract infections in men can be incredibly painful for a man, so it is important to understand what causes a urinary tract infection.

First, let’s look at an STD that is becoming increasingly more common and is one of the top causes of bladder infections in men. Chlamydia trachomatis is the second most popular bacteria that can lead to a UTI, and as the name suggests, it is related to the STD known as Chlamydia. You can get this STD through unprotected intercourse. Once the bacteria is present, it travels up the urethra, until it reaches the bladder. After it arrives there, a bladder infection will commonly ensue.

It is important for men that are afflicted with this STD to understand that they can pass the bacteria on to their partner. For women, this is also the second most popular bacteria responsible for a UTI.

By far however, the most common cause of male bladder infection is the bacteria called e-coli. This bacteria is present in most digestive tracts and improper hygiene or specific sex acts can increase the risks of having this bacteria cause a bladder infection in men. Once again, this can also be transmitted during sex, to both partners.

Kidney stones are a common affliction for many man, and one of the usual side effects of this problem is a UTI. The stone creates a blockage in the urethra, which allows bacteria to build up, therby causing a bladder infection. This is a more difficult situation to handle since hygiene does not play as large of a role. Every human has bacteria in their system, but when it builds up, it can easily cause bladder infections in men and women.





Children

By far, the most common cause of urinary tract infections in children is improper hygiene. For children that are just starting their bathroom training, it can be difficult for them to grasp the necessity that they must wipe in the proper direction, from front to back, in order to keep clean. They may have coordination issues at first, and it is quite common for children to experience a UTI during this stage of their lives.

Even if they are past this point in their training, if parents do not effectively monitor hygiene practices, frequent infections can occur. Since this is such a common cause for bladder infections in children, parents must really drive this particular lesson home with their children.

A lack of hand washing can also lead to urinary tract infections in children. They may not be as diligent as they could be, and it is very easy for them to spread the before mentioned bacteria, e-coli to themselves as well as one another. Children must be taught that hand washing is absolutely mandatory to avoid this type of infection.

Women

By far, women have to deal with UTI’s much more frequently than man. There are many causes for female bladder infections that are similar to what men face. Sexual activity is usually the number one issue and cause of bladder infections for women. Whether the woman is using a diaphragm as birth control, or the act itself pushes bacteria into the urethral area, there are many risk factors that women face.

Although these can usually be treated with medication, there are times when this may be complicated by other factors. For example, treating a bladder infection during pregnancy can be risky. Some medications pose a danger to the fetus, so proper medical care is necessary when this is the case.

For some women, urinary tract infection during pregnancy can be attributed to frequent bladder infections. The bladder may not be able to empty all the way, depending on the location of the fetus, and this can lead to a build up of bacteria. Inflammation starts and before long, a full blown bladder infection can occur. If you are pregnant and experiencing frequent UTI’s, it is best to discuss your options with your doctor.

Other causes of bladder infections in women include as we mentioned before, the use of a diaphragm as well as some sexual practices. When a diaphragm is used as a contraceptive, it effectively blocks some debris, which can lead to a build up of bacteria. This bacteria travels up the urethral tract, eventually stopping in the bladder, where it causes a full blown bladder infection.

Sexual relations with men that are infected with the chlamydia trachomatis bacteria can also cause bladder infections in women. This is associated with a common STD that we mentioned earlier in this article. The main issue at hand is that many men do not experience many symptoms with this SID and they may not be aware that they are spreading it.

Certain physical conditions can also be the cause of bladder infections in women. For example, those that suffer from diabetes are usually quite likely to have at least a few bladder infections on a regular basis. Other conditions that suppress the immune system, such as AIDS, can also be blamed as a frequent cause of urinary tract infections in women.

One of the most elusive causes of bladder infections in women may actually be genetics. Although the theory is still being studied, doctors have found that patients with family members that had frequent UTI’s are much more likely to suffer them as well. Research is continuing on this premise, but for now, if you do have a family history of dealing with UTI’s, it is important to let your doctor know.

Labels:

Dealing with pregnancy

Posted by awiopian at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Alternatives To Hysterectomy

A hysterectomy is a big decision to take, and women may like to consider alternatives to hysterectomy and discuss these alternatives with their doctor. Here are some of the alternatives to the medical problems that are treated with a hysterectomy.

Fibroids

Some of the alternative treatment options for fibroids include:
  • Waiting until menopause;
  • Inducing temporary menopause by taking GNRH analogues;
  • Mirena intra-uterine system;
  • Heat or laser therapy to reduce the size of the fibroids;
  • Surgically removing the fibroids;
  • Uterine fibroid embolisation.
Heavy Bleeding
Some of the alternative treatment options for heavy bleeding include:
  • Non-hormonal drugs like NSAIDs and tranexamic acid;
  • Hormonal drugs (including the oral contraceptive);
  • Mirena intra-uterine system;
  • Removing the endometrium by endometrial ablation.
Uterine Prolapse
Some of the alternatives for uterine prolapse include:
  • Pelvic floor exercises;
  • Ring pessary;
  • Other surgical procedures.
Endometriosis/Adenomysosis
Some of the alternatives for endometriosis/adenomyosis include:
  • Hormonal drugs (progestins, Danazol and GNRH analogues);
  • Removal of the endometrial tissue;
  • Mirena intra-uterine system.
Cancer
There is no real alternative for treating cancer, except with a hysterectomy.

Benefits of Hysterectomy

A hysterectomy can be a difficult decision to make and other options may like to be considered before the hysterectomy is done. Some of the benefits of a hysterectomy include:
  • Can be life-saving in the case of cancer;
  • Can more effectively treat certain medical conditions than other methods;
  • A hysterectomy will often remove the chances of the problem reoccurring.

Risks of Hysterectomy

There are some risks in any hysterectomy procedure. Some of these risks include:
  • Post-operative fever and infection;
  • Formation of a blood clot in the lungs;
  • Damage to surrounding organs;
  • Urinary complaints;
  • Risk of vaginal vault prolapse.

Making the Decision

Most women who face the prospect of a hysterectomy have some time to think about whether they want to undergo this operation. It is worth spending some thought about whether this is what you want to do before you make the decision. You should also discuss the different types of hysterectomy available with your doctor. A total abdominal hysterectomy has more recovery time and more risks than a vaginal hysterectomy.

Labels:

Dealing with pregnancy

Posted by awiopian at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Severe Complications in Pregnancy

There are some severe complications in pregnancy for women as follows


Placenta Previa

Placenta previa is the implantation of the placenta over or near the cervix, in the lower instead of the upper part of the uterus. The placenta can completely or partially cover the opening of the cervix. This occurs in 1 of 200 deliveries, and happens usually in women who have had more than one pregnancy.
Bleeding During Pregnancy
Bleeding during all phases of pregnancy can potentially be dangerous, contacting your doctor is necessary if this problem is experienced. Vaginal bleeding is the secretion of any blood coming from your vagina (the tract leading from the uterus to the external genitals).
Preterm Labour
Premature labour occurs if a woman has regular contractions that cause the cervix to start to open or thin out (called dilation and effacement) before the pregnancy has reached 37 weeks of pregnancy. If a baby is delivered before the 37th week, it is considered to be a premature birth.
Postpartum Depression
Depression occurring after pregnancy is called postpartum depression. Hormonal changes in a woman's body can sometimes trigger symptoms of depression. Post problems after pregnancy can sometimes be treated with mild antidepressants and the depression will lessen once the hormones in the body have settled down.
Sciatic Neuralgia
Sciatic neuralgia is a pain from the buttocks down the leg to the foot or just the buttocks and thigh. This pain may be accompanied by numbness or weakness in the affected area. This pain is caused by a herniated disc in the back and can occur after childbirth.
Toxaemia of Pregnancy
One of the common after pregnancy problems that also may occur during a pregnancy, is toxaemia. This pregnancy-induced hypertension is a dangerous condition that can happen during pregnancy. The blood pressure may rise significantly and the swelling of ankles and hands, sudden weight gain and protein in the urine may be experienced.

It is important to avoid pregnancy problems by taking good care of your body during a pregnancy. Complications in pregnancy cannot always be avoided but by making sure to recognise any signs of possible problems will certainly help.

Labels:

Dealing with pregnancy

Posted by awiopian at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

How to Prevent the Complications in Pregnancy?

During pregnancy, a problem may occur or a condition may develop to make the pregnancy high risk. Many women experience pregnancy problems at some stage in their pregnancy and medical problems can sometimes spoil a very happy time.

One of the possible complications in pregnancy for example is the fact that sometimes pregnant women can be exposed to something that could produce birth defects (teratogens), like radiation, certain chemicals, drugs, or infections in the body. There is always a (slim) chance for disorders to develop. Complications can arise at any point in time during the pregnancy, or after the birth of a child.

What is Ectopic Pregnancy?

One of the problems in pregnancy that could be experienced is a so-called ectopic pregnancy. This is caused by the fact that a fertilized egg has planted itself in a place in the female body outside the uterus. Most of the time the egg will settle itself in the fallopian tube and that is why ectopic pregnancies are also referred to as tubal pregnancies. There is no space or nurturing tissue for a pregnancy to develop if this happens. As the fetus grows, it will eventually damage and burst the organ that contains it. If this happens severe bleeding can occur and can endanger the mother's life. A classical ectopic pregnancy cannot develop into a live birth.

Possible Complications in Pregnancy

During a pregnancy women can develop disorders that are not necessarily related to pregnancies. Some of these conditions increase the risk of problems for pregnant women or for the foetus. These conditions include disorders that cause a fever, infections, or disorders that require abdominal surgery. Other possible problems during pregnancy are:
Gestational Diabetes
About 1 to 3% of all pregnant women have a chance of developing diabetes during their pregnancy. This type of pregnancy diabetes disorder is called gestational diabetes. If this remains unrecognized and untreated, it can increase the risk of health problems during pregnancy and the foetus is at risk of dying. This type of diabetes is more common among obese women and among women of certain ethnic groups, particularly Native Americans, Pacific Islanders, and women of Mexican, Indian, and Asian descent. This type of diabetes can possibly cause thyroid problems and pregnancy risks.

Some doctors run routine screenings of all pregnant women for pregnancy diabetes. Other doctors test only those women who have risk factors for, like obesity and certain ethnic backgrounds. Blood tests are used to measure blood sugar levels.
Anaemia
Often pregnant women develop anaemia because they have an iron deficiency. The body needs double the amount of iron during pregnancy because iron is needed to make red blood cells in the foetus. Anaemia can develop because of a lack of folic acid. Usually this is prevented or treated by taking iron and folic acid supplements during pregnancy.
Placental Complications
There are some of the following placental complications as follows:
Placental Abruption
Placental Abruption is the premature detachment of a placenta from the wall of the uterus. The placenta can loosen incompletely or completely. The cause for this problem is unknown. This complication is more common with women who have a high blood pressure.

Continue to: Severe Complications in Pregrancy

Labels:

Dealing with pregnancy

Posted by awiopian at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

How to Prevent the Complications in Pregnancy?

During pregnancy, a problem may occur or a condition may develop to make the pregnancy high risk. Many women experience pregnancy problems at some stage in their pregnancy and medical problems can sometimes spoil a very happy time.

One of the possible complications in pregnancy for example is the fact that sometimes pregnant women can be exposed to something that could produce birth defects (teratogens), like radiation, certain chemicals, drugs, or infections in the body. There is always a (slim) chance for disorders to develop. Complications can arise at any point in time during the pregnancy, or after the birth of a child.

What is Ectopic Pregnancy?

One of the problems in pregnancy that could be experienced is a so-called ectopic pregnancy. This is caused by the fact that a fertilized egg has planted itself in a place in the female body outside the uterus. Most of the time the egg will settle itself in the fallopian tube and that is why ectopic pregnancies are also referred to as tubal pregnancies. There is no space or nurturing tissue for a pregnancy to develop if this happens. As the fetus grows, it will eventually damage and burst the organ that contains it. If this happens severe bleeding can occur and can endanger the mother's life. A classical ectopic pregnancy cannot develop into a live birth.

Possible Complications in Pregnancy

During a pregnancy women can develop disorders that are not necessarily related to pregnancies. Some of these conditions increase the risk of problems for pregnant women or for the foetus. These conditions include disorders that cause a fever, infections, or disorders that require abdominal surgery. Other possible problems during pregnancy are:
Gestational Diabetes
About 1 to 3% of all pregnant women have a chance of developing diabetes during their pregnancy. This type of pregnancy diabetes disorder is called gestational diabetes. If this remains unrecognized and untreated, it can increase the risk of health problems during pregnancy and the foetus is at risk of dying. This type of diabetes is more common among obese women and among women of certain ethnic groups, particularly Native Americans, Pacific Islanders, and women of Mexican, Indian, and Asian descent. This type of diabetes can possibly cause thyroid problems and pregnancy risks.

Some doctors run routine screenings of all pregnant women for pregnancy diabetes. Other doctors test only those women who have risk factors for, like obesity and certain ethnic backgrounds. Blood tests are used to measure blood sugar levels.
Anaemia
Often pregnant women develop anaemia because they have an iron deficiency. The body needs double the amount of iron during pregnancy because iron is needed to make red blood cells in the foetus. Anaemia can develop because of a lack of folic acid. Usually this is prevented or treated by taking iron and folic acid supplements during pregnancy.
Placental Complications
There are some of the following placental complications as follows:
Placental Abruption
Placental Abruption is the premature detachment of a placenta from the wall of the uterus. The placenta can loosen incompletely or completely. The cause for this problem is unknown. This complication is more common with women who have a high blood pressure.

Continue to: Severe Complications in Pregerancy

Labels:

Dealing with pregnancy

Posted by awiopian at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Alternatives To Hysterectomy

A hysterectomy is a big decision to take, and women may like to consider alternatives to hysterectomy and discuss these alternatives with their doctor. Here are some of the alternatives to the medical problems that are treated with a hysterectomy.

Fibroids

Some of the alternative treatment options for fibroids include:
  • Waiting until menopause;
  • Inducing temporary menopause by taking GNRH analogues;
  • Mirena intra-uterine system;
  • Heat or laser therapy to reduce the size of the fibroids;
  • Surgically removing the fibroids;
  • Uterine fibroid embolisation.

Heavy Bleeding
Some of the alternative treatment options for heavy bleeding include:
  • Non-hormonal drugs like NSAIDs and tranexamic acid;
  • Hormonal drugs (including the oral contraceptive);
  • Mirena intra-uterine system;
  • Removing the endometrium by endometrial ablation.
Uterine Prolapse
Some of the alternatives for uterine prolapse include:
  • Pelvic floor exercises;
  • Ring pessary;
  • Other surgical procedures.
Endometriosis/Adenomysosis
Some of the alternatives for endometriosis/adenomyosis include:
  • Hormonal drugs (progestins, Danazol and GNRH analogues);
  • Removal of the endometrial tissue;
  • Mirena intra-uterine system.
Cancer
There is no real alternative for treating cancer, except with a hysterectomy.

Benefits of Hysterectomy

A hysterectomy can be a difficult decision to make and other options may like to be considered before the hysterectomy is done. Some of the benefits of a hysterectomy include:
  • Can be life-saving in the case of cancer;
  • Can more effectively treat certain medical conditions than other methods;
  • A hysterectomy will often remove the chances of the problem reoccurring.

Risks of Hysterectomy

There are some risks in any hysterectomy procedure. Some of these risks include:
  • Post-operative fever and infection;
  • Formation of a blood clot in the lungs;
  • Damage to surrounding organs;
  • Urinary complaints;
  • Risk of vaginal vault prolapse.

Making the Decision

Most women who face the prospect of a hysterectomy have some time to think about whether they want to undergo this operation. It is worth spending some thought about whether this is what you want to do before you make the decision. You should also discuss the different types of hysterectomy available with your doctor. A total abdominal hysterectomy has more recovery time and more risks than a vaginal hysterectomy.

Labels:

Dealing with pregnancy

Posted by awiopian at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Hysterectomy - When Do You Need It?

A hysterectomy is an operation through which some of the female reproductive system is removed. A hysterectomy may be performed as a vaginal hysterectomy, a laparoscopic hysterectomy or an abdominal hysterectomy. A hysterectomy may be conducted when there is need of a total abdominal hysterectomy.

Different hysterectomy operations may remove different parts of the reproductive system. Some of the different hysterectomy procedures include sub-total or partial hysterectomy, hysterectomy with ovarian conservation, hysterectomy with oophorectomy, radical or Wertheim's hysterectomy.

When is a Hysterectomy Recommended?

A hysterectomy is recommended when a women has health problems related to her reproductive organs. Some cases where a hysterectomy may be recommended include fibroids, heavy bleeding, endometriosis, prolapse, cancer and uncontrolled bleeding after having a baby.

Preparation for a Hysterectomy

Different hysterectomy operations are performed in different ways. How the hysterectomy is done will depend on the type of hysterectomy operation being conducted. There are three main options for hysterectomy surgery; abdominal hysterectomy, vaginal hysterectomy and laparoscopic hysterectomy.
  • An abdominal hysterectomy is done when there is need for extensive exploration of the reproductive system, when the uterus is enlarged or on women who have never had children or who are obese. It can be done with a vertical incision (which involves a cut from the naval to the public hairline) or by a bikini line cut (which is a horizontal incision above the pubic hairline). After the incision has been made, the surgeon will explore the reproductive system and remove the organs that need to be removed.
  • A vaginal hysterectomy involves an incision in the upper portion of the vagina. The uterus is then removed through the vagina.
  • A laparoscopic hysterectomy involves making three or four small cuts in the abdomen. A laparoscope is inserted through the incisions into the abdominal cavity. The organs are then viewed on a screen and other incisions are made as necessary.

Types of Hysterectomy Surgery

There are also different types of hysterectomy surgery, according to the different organs that are removed. Here are some of the main types of hysterectomy surgery that may be performed.
  • Sub-total or partial hysterectomy. This operation removes the Fallopian tubes and the upper two-thirds of the uterus. The cervix is preserved.
  • Hysterectomy with ovarian conservation. This operation removes the Fallopian tubes, uterus and the cervix, but preserves the ovaries. This operation is also known as a total hysterectomy.
  • Hysterectomy with oophorectomy. This operation removes the Fallopian tubes, uterus and cervix and one or both sets of the ovaries.
  • Radical or Wertheim's hysterectomy. This operation removes the Fallopian tubes, uterus, cervix, ovaries, lymph nodes and the upper portion of the vagina. This operation is usually used for cancer cases.

After Hysterectomy

Hysterectomy recovery will depend on the method of the hysterectomy and the type of hysterectomy performed. A vaginal hysterectomy will require less recovery time after hysterectomy than a total abdominal hysterectomy. Women with an abdominal hysterectomy generally take around eight weeks before they can resume normal activities. They will need to stay in hospital from two to five days, depending on the type of operation performed.

Side effects of a hysterectomy can include:
  • Feeling nauseous from the general anaesthetic;
  • Pain and discomfort in the abdominal region;
  • Vaginal discharge or bleeding.
During the recovery period, women need to avoid heavy lifting, bending at the waist, pressure on the wound, active activities and sexual penetration. A post-operative check-up will take place about six weeks after the operation. Some pre-menopausal women who have a hysterectomy may need to take hormone replacement therapy.

Continue to: Alternatives to hysterectomy

Labels:

Dealing with pregnancy

Posted by awiopian at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Best Infertility Treatment Procedures

Treatment for Infertility or infertility solutions depends on the factor that has caused infertility. Once the cause of infertility is known the person can proceed for the treatment.

Infertility Drugs

Infertility drugs as one of the initial infertility solutions that are given for ovulation and can be combined with other treatment procedure to facilitate the treatment. Clomiphene citrate is given to females with irregular periods and prolonged cycles. It blocks estrogen and regulated pituitary for secretion of FSH and LH that eases release of the egg. The medicine is suggested for polycystic ovary and irregular periods.

Glucophage for infertility assists to cure Pos or Polycystic Ovary Syndrome. Superovulation or controlled ovarian stimulation is used if Clomiphene is not able to cure the problem. FSH and LH are directly administered collectively and better known as gonadotropins that replicate the natural process of ovulation.
Surgery
Surgery is mostly used to remove if there is any kind of blockage in the fallopian tubes. At times the presence of fibroids also results in infertility, the fibroids then needs to be surgically removed. Presence of cyst in the fallopian tube if does not respond to medicine then surgery remains as the only option for removing the cysts.

Other Options for Infertility Treatment

There some of the options for infertility treatment as follow:
Intrauterine Insemination (IUI):
With the females tube healthy this is a very simple treatment. The sperm of the male is put into the ovaries at the time of release of the egg increasing the chance of pregnancy. This treatment is popularly known Artificial Pregnancy.
In Vitro Fertilization (IVF):
The procedure of this treatment involves external proceedings, the egg and sperm from female and male partner is taken and fertilized in the laboratory and then planted in the fetus. This treatment often gives multiple babies.
Egg Donation
is also a solution to infertility where the female does not have eggs, a donor is the only solution where the egg is taken from the donor and fertilized.

Does Infertility Lead to other Complications?

Inability to bear a child is not just a problem or disease that needs to be treated it is also a traumatic experience for people who are desperate for a family. It is a stressful period to get diagnosed and know the reason for infertility. The treatment for infertility though has high success rates yet there are times when several attempts are taken before a successful pregnancy. The failure period of treatment causes depression in both the partners. Anger, frustration and anxiety occur because of prolonged treatment and medication. Certain treatment procedure requires constant or regular checkups in a female's uterus and ovaries, which are quite painful, and therefore causes pain in the pelvic region. Vaginal bleeding or discharge during treatment is painful and stressful. Some people have noticed change in weight during treatment. It is very important to know the complications that might occur during the treatment, Counseling and correct information on infertility at this point of time can be helpful to cope the situation and face the complications with positive attitude.

How to Prevent Infertility

Healthy Diet: It is very essential to comprise diet with nutritious vitamins, proteins and folic acid that cures the deficiency and birth defects.

Weight: Ovulation can become difficult if you the female is over or under weight, Complications arise during pregnancy if the female is over weight.

Quit Tobacco: Smoking by females is one of the factors that cause infertility, early menopause in women at times results because of smoking. It is a must to quit smoking and stop all kinds of tobacco.

Alcohol: Alcohol consumption decreases the chances of pregnancy and often leads to frequent miscarriage.

Exercise: Moderate exercise keeps the person fit and maintains weight. Chances of ovulation increase in a healthy person. Exercising is a self-regulated cure.

Tips to Cope with Infertility

Infertility leads to stress and anxiety, it is very important to have a strong relationship between the couples and they should be supportive to each other. Counselor can help the couples to deal with the emotional turmoil and talking to a counselor can change one's outlook and attitude. Acupuncture has emerged as an effective alternate in coping with infertility. It regulates ovulation in females. Joining groups of people with similar problems can be of great help in sharing one's feeling and thought process. Infertility treatment has 90% success rate, it is very important to maintain a positive attitude while going for the treatment.

Labels:

Dealing with pregnancy

Posted by awiopian at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Consider These Sure Cures For Infertility

Infertility conventionally is defined as the inability to bear or conceive a child even after regular intercourse without contraceptive for a year. To conceive the women must ovulate.

A woman is born with the eggs while a man's sperm is produced during reproductive years. With the advancing age the eggs reduce in their quantity that diminishes fertility slowly. The reproduction cycle should be synchronized in both male and female for a successful pregnancy.

What is the Difference between Infertility and Sterility?

Sterility is often taken as a synonym to infertility, though they both mean disability to bear a child yet they have a very basic difference. Infertility mostly point at the inability to conceive, which may be because of various internal or external factors. Sterility means when the person is unable to reproduce sexually, this mostly is because of problem in the reproductive system.

Infertility might exist because of certain abnormalities that might not be related to the reproductive system. At times infertility exist because of stress, emotional shocks or side effect of any treatment, but sterility is very restricted to the reproductive system like damage in ovaries or varicose veins in the testicles might cause sterility.

Are there Symptoms for Infertility?

Infertility symptoms vary and there are no rigid symptoms that can easily distinguish infertility. Infertility symptoms can be seen in a female if she has:
  • Irregular periods
  • Absence of periods
  • Weight gain
  • Pelvic pain
  • Chronic acne
The above symptoms though are taken, as signs of infertility yet at times there are no significant symptoms for infertility.

Cause of Infertility

There are various factors that lead to infertility. Certain common factors are briefly discussed below:
Thyroid
Thyroid problem in females is one of the factors associated with infertility, if the secretion of thyroid hormone (hyperthyroidism) is high or low (hypothyroidism), it can interrupt cycles. Irregular periods therefore cause infertility.
Diabetes Mellitus
High level of blood sugar can lead to weight gain or loss, anxiety and hormonal imbalance in the body. The hormonal imbalance leads to infertility.
Ovarian Factors
Ovarian factors that results in infertility are listed below:
Polycystic Ovary Syndrome
High amount of secretion of androgens, which is more of male hormone than female hormone can result in infertility. This causes most of the menstrual period disorder. Absence of periods or infrequent periods is the symptom of POS. The female may develop facial hairs, acne and obesity if suffering from POS.
Ovarian Cyst
The sac of fluid that grows in ovary is termed as an ovarian cyst. At times the cyst does not respond to medical treatment or goes off by itself then it can lead to infertility. The cyst then needs to be surgically removed.
Early Menopause
It is also termed as premature ovarian failure and may be caused by STD (Sexually Transmitted Disease) Tuberculosis and mumps. Early weakening of follicles is the main reason for early menopause at about the age of 40.

Tubal or Peritoneal Factors

There are some of the tubal factors as follows
Endometriosis
Endometriosis is a state when fragments of the endometrial lining are implanted in other areas of the pelvic instead of traveling from uterus to vagina. It blocks the eggs passage and does not allow release of the egg. It causes burning and inflammation with painful periods and leads to infertility.
Implantation Failure
It is also termed as Luteal Phase defect where the ovum fails to implant in the endometrium. This state leads to frequent miscarriages.

Other Factors

The other factors include the following
Pelvic Inflammatory Disease
Infection caused by various bacteria in the reproductive region causes PID. The frequency of these infections causes scarring and abscess or tubal damage that causes infertility.
Benign Fibroids
These are one of the most common reasons for infertility in women. This non-cancerous tumor or fibroids that either blocks the fallopian tubes or grow in the uterus and occupying space, which does not allow the growth of the egg leading to either miscarriages or infertility.
Medication for Cancer Treatment
Radiation and chemotherapy might damage the reproductive system and cause infertility. Therefore a women going through the treatment and want to conceive should take proper consultation from the physician.

How is Infertility Diagnosed?

Infertility is diagnosed by complete physical examination and medical history. Several preliminary test and laboratory test can be done for proper analysis and requirement.
  • Hormonal test to determine the low or high hormones secretion.
  • Blood test for thyroid and for prolactin levels.
  • Ultrasound and Sonography are infertility tests to check uterus, ovaries, fibroids, ovarian cysts and tumors, and if any obstructions in the urinary tract
  • Hysteroscopy is also an infertility test that checks for the presence of endometriosis, fibroids, pelvic scars or blockage in the fallopian tubes.
  • Hysterosalpingography can check for the possible blockage in the fallopian tubes or abnormality in uterus. A tube is inserted in the cervix and the dye is passed in the fallopian tubes and uterus and then X-ray is taken. Often tiny blockage can be removed using this procedure.
  • Laproscopy can check for any abnormalities in the pelvis area and can be used to remove abnormal tissues in the pelvis. A cut is made in the lower abdomen and the tubular microscope inserted to look more closely at the womb, Fallopian tubes and ovaries.
  • Progesterone and infertility are combined together with coloscopy to detect for any abnormality in the ovaries.
Continue to: Best Infertility Treatment Procedure

Labels:

Best Anorexia Treatment Methods

Posted by awiopian at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

After medical and psychological tests it is time to treat the disorder. Often this is a very difficult path for any patient, emotionally and physically. Treatment methods that could be used are:


Psychotherapy

Different types of therapy such as Individual, family and group therapy may all be beneficial for anorexia sufferers. Individual therapy could possibly help a person to deal with the behavior and thoughts that contribute to anorexia. Cognitive behavior therapy is most commonly used. This is a type of therapy in which thought patterns are changed.
Medical care
Because of all the medical complications caused by anorexia, people with the condition often need to have their vital signs checked. Often a doctor will keep a close eye on the hydration levels of the body and the condition of the patient's skin.
Nutritional therapy.
A dietician can offer guidance and a healthy diet plan. As the symptoms of anorexia wear off, the patient will need to learn how to follow a healthy eating plan instead of seeing food as an enemy.

Is it Possible to Prevent Anorexia?

Paediatricians can possibly recognize the early signs of anorexia in people. If this is the case they can be helpful in preventing the development of a full-blown illness. These professionals can ask questions about eating habits and can keep track on the physical appearance of a person. If you know someone who might be suffering from anorexia, try talking to them about your concerns or speak to a trained professional about your worries.

Guidelines for Dealing with Anorexia

If you suffer from anorexia, these steps could help you:

It is important to talk to your doctor about any mineral supplements. Your body might not be getting all the nutrients it needs. Don't be embarrassed or ashamed to speak to a doctor

Stick with your treatment. If you have trouble following your meal plan, talk about it, but don't dismiss or stop using the plan.

Make sure to not isolate yourself from family and friends who want to help you get healthy. Understand that they have your best interest at heart.

How to Cope with Anorexia?

It can be very difficult to cope with anorexia when you keep seeing messages by the media, culture, and perhaps your own relatives or friends focusing on weight loss and being thin. How can you possible cope with this disorder and the symptoms of anorexia if you are being told that being thin is a sure sign of success?

Keep reminding yourself about the healthy weight for your body

Do not visit any pro-anorexia Web sites on the Internet. Anorexia is a disease ad not a lifestyle.

Acknowledge that you are not be the best judge of your own food habits at this point in time.

Look for positive healthy role models, even though they can be hard to find.

With these suggestions you might be able to help yourself or find help for a friend or relative suffering from this destructive disorder. The signs of anorexia are not always clear but eventually anorexia symptoms will surface if a person is suffering from this eating disorder.

Labels:

Spread the word