Facebook Twitter RSS Feed

How to Care Persian Cats

These days, Persian cats are among the most popular breeds of cat. Well known for their gentle and sweet personalities and their long hair, Persian cats have very attractive features. They are great companions for virtually anyone, and not very demanding. Unlike other breeds, such as the Siamese breed, Persian breeds need very little attention.

Although white is the color normally associated with Persian cats, they actually come in a variety of other colors as well. During competitions, they are divided into seven color divisions:
  • solid,
  • silver and gold,
  • tabby,
  • shaded and smoke,
  • particolor,
  • bicolor,
  • and Himalayan.

No matter what color of Persian cat it may be, they are best noticed during competitions by their long and flowing coats.

Persian cats should always be kept inside of the house, to protect their coat. If they travel outside, they can easily damage their coat. They will also need to be brushed daily with a metal comb, or their coat can become tangled, which will lead to hairballs. You’ll need to bathe your Persian cat on a regular basis as well, to help protect his coat. Bathing works best when the cat is young, as it will get him used to it. Bathing should never be overlooked, as it will keep your cats coat looking clean and healthy. Although some breeds can maintain their coats on their own, Persians can’t. Their fur is long and dense and you’ll need to groom them daily to ensure their coat stays healthy.

The Persian breed is gentle and sweet, getting along great with everyone – including kids. They have a pleasant voice that is always good to hear. Using their voice and their eyes, they can communicate very well with their owners. They are very playful, yet they don't require a lot of attention. They love attention however, and love being admired. Unlike other cats, they don’t climb and jump much at all. They aren’t destructive either; they just love being admired and lying around. A majority of the time, Persian cats love to bask in the sun and show others just how beautiful they truly are.

Although most breeds can be kept indoors or outside, Persian cats should always be kept inside and never allowed to go outside of the house. Keeping them inside with protect their coats and also keep diseases and common parasites away from them as well. You won’t have to worry about cars or dogs either if you keep your pet inside.

To ensure that your Persian pet stays healthy, you should always take him to the vet on an annual basis. If cared for properly, such as grooming, shots, and checkups, Persian cats can live as long as 20 years. One thing you’ll need to be aware of that’s common with Persians is their eyes. Their eyes are very big and can sometimes be too much for the cat to clean. This is a common healthy problem with the breed, and should be checked on a regular basis to ensure that it doesn’t get out of control.

When you compare Persians to other breeds, you'll notice that the Persians are among the easiest to keep. You don’t have to worry about things like jumping or climbing, as Persians don't like to do either. All you'll need to do is feed your cat and groom him or him on a daily basis. Even though grooming can be quite a bit of work in the long run – it’s well worth it when you have a healthy an beautiful Persian cat.

How To Use Google Font

This night, I just take a rest by playing my facebook. I open facebook dot com and then I find that my friend update status about google font. And then I ask her how to install it in your blog and she gives me this link. And Then I open it and apply it in this blog and works!

It quite easy, you just copy this code and paste in after <head>:
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Font+Name">

Change the Font+Name into google font name. you can check google font gallery here.

and then, go to your CSS code, and add your font-family with google font name.
It is usually like this:
h1 { font-family: 'Font+Name', arial, serif; }

You can put your google font in the first words in the font-family. It quite easy right, you can change all your font using google font. Such as Body{font-family: 'Font+Name',}; h2 {font-family: 'Font+Name',}; h3 {font-family: 'Font+Name',}; etc.

it's done! Enjoy your new font!

Making Greater Investment on Gold

Everyone surely loves to have gold since it’s one of the most valuable metals. Indeed gold represents the value of our money and wealth. Unlike money that has always changes its value due to many reasons gold has stronger value that may be devaluated by many factors such as social or political influences and many others. It’s definitely is the most stable investment for our future.

If you’re a person who wants to preserve your money on gold then it’s perhaps necessary to visit Goldcoinsgain.com to learn more about gold IRA. The Gold Individual Retirement Account or which is also called IRA gold might be your best way to invest your wealth and prevent it from any crisis that might possibly happen in the future. This website also offers you a team which is specifically has the experience dealing with the gold 401k rollover. It’s normally takes about 5 to 21 days buy the team can accelerate your IRA or 401k gold transfer easier and quicker.

Please kindly visit this website to view more details when you’re interested to have gold IRA transfer into traditional IRA gold account. The customer supports in this website will be so glad to receive nay questions from you.

Between Edit HTML and Compose in New Post Blogger

When we wanna post something in blogspot (blogger.com), we usually prefer the easier way. For people who don't have knowledge about HTML, they prefer choose Compose tab to Edit HTML. Just because it easy without thinking how HTML goes.

For me, I like to choose Edit HTML. Not because I'm expert in HTML language, but I just like the simple form. In Edit HTML, we can feel free to put image. Just put the code HTML. We can copy the HTML code from another. We usually have to remember the basic HTML like put an image, make a link, align left image, blockquote, etc. Because we usually use that HTML in every time we post.

In Compose area, I usually find that the image is going somewhere. When I wanna make it align left, the image is still there. And then I try to check the HTML code. Infact the HTML code is very much words. There are several code that is not necessary like margin-left, class. I think that is too much code, I don't know why blogger.com use that much code.

I think we can make it simple code. Just use "a href" and "/a" to make the image is linking to somewhere image bigger and then between that code, we online put "img src". And that's it! I usually crop the image fit to the post width. Then I just use img src code to put it in a post. SO, I don't need to link the image into the large one.