3 Books You Must Read

6 Books You Must Read
If you would like to be more creative, more productive, smarter, healthier, better able to deal with life's challenges, and a better leader—and who doesn't—check out the following six books.
Each will leave you feeling challenged, motivated, inspired... and and ready to take your professional life to new heights. 
 
 

The Power of Habit by Charles Duhigg

Even though we like to think otherwise, most of the time we don't make decisions. Instead we just automatically do what we've done before, and repeating those habits makes us less productive and less effective than we could be.
So what can you do? Change an old habit into a new habit. It's not easy, but it is simple. And it's an infinitely repeatable process.


Moonwalking With Einstein by Joshua Foer

I forget stuff all the time. Trivial things, important things, all kinds of things. Like creativity, memory is a process—all you need are the right tools.
Not only does Foer provide those tools, he wraps them inside his story of winning the U.S. Memory Championship, which makes the book even more memorable (sorry, couldn't resist).
 
 

Emotional Equations by Chip Conley

Mathematical equations can provide insights into your feelings and emotions.
Don't think it's possible? Surely you've thought, "Once I looked at that differently I felt a lot better," right? Conley's equations provide a mental framework that can help center you when you're wallowing in despair... or help you contain your euphoria when your expectations are out of control.
Balance is everything; knowing the equations, and acting accordingly, can help you achieve that balance.
 

Gmail SMTP Server Settings

Gmail SMTP Server SettingsIntroduction

A little-known feature about Gmail and Google Apps email is Google's portable SMTP server. Instead of having to manage your own outgoing mail server on your DigitalOcean VPS, you can simply configure Google's SMTP server settings into whatever script or program you wish to send email from. All you need is either a (i) free Gmail account or (ii) paid Google Apps account.

Benefits

You have the option of having Google store and index the emails you send via its SMTP server, so all your sent emails will be searchable and backed-up on Google's servers. If you elect to use your Gmail or Google Apps account for your incoming email as well, you'll have all your email in one convenient place. Also, since Google's SMTP server does not use Port 25, you'll reduce the probability that an ISP might block your email or flag it as SPAM.

Settings

Google's SMTP server requires authentication, so here's how to set it up:
  1. SMTP server (i.e., outgoing mail): smtp.gmail.com
  2. SMTP username: Your full Gmail or Google Apps email address (e.g. example@gmail.com or example@yourdomain.com)
  3. SMTP password: Your Gmail or Google Apps email password
  4. SMTP port: 465
  5. SMTP TLS/SSL required: yes
  6. In order to store a copy of outgoing emails in your Gmail or Google Apps Sent folder, log into your Gmail or Google Apps email Settings and:
  7. Click on the Forwarding/IMAP tab and scroll down to the IMAP Access section: IMAP must be enabled in order for emails to be properly copied to your sent folder.
NOTE: Google automatically rewrites the From line of any email you send via its SMTP server to the default Send mail as email address in your Gmail or Google Apps email account Settings. You need to be aware of this nuance because it affects the presentation of your email, from the point of view of the recepient, and it may also affect the Reply-To setting of some programs.
Workaround: In your Google email Settings, go to the Accounts tab/section and make "default" an account other than your Gmail/Google Apps account. This will cause Google's SMTP server to re-write the From field with whatever address you enabled as the default Send mail as address.

Sending Limits

Google limits the amount of mail a user can send, via its portable SMTP server. This limit restricts the number of messages sent per day to 99 emails; and the restriction is automatically removed within 24 hours after the limit was reached.
Credits: Pablo Carranza

How to Add Flashing Christmas Lights to your Blogger Blog

First and foremost, log in to your Blogger Account >> Select a Blog >> Layout >> Click Add a Gadget, scroll down and select HTML/JavaScript gadget from the list. Now copy the below code and paste it in the empty widget box.
How to Add Flashing Christmas Lights to your Blogger Blog

<SCRIPT language=javascript type=text/javascript>
//<![CDATA[
var Ovr2='';
if(typeof document.compatMode!='undefined'&&document.compatMode!='BackCompat')
  {cot_t1_DOCtp="_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft  + document.documentElement.clientWidth - offsetWidth);}";}
else
  {cot_t1_DOCtp="_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);_left:expression(document.body.scrollLeft  + document.body.clientWidth - offsetWidth);}";}

if(typeof document.compatMode!='undefined'&&document.compatMode!='BackCompat')
  {cot_t1_DOCtp2="_top:expression(document.documentElement.scrollTop-20+document.documentElement.clientHeight-this.clientHeight);}";}
else
  {cot_t1_DOCtp2="_top:expression(document.body.scrollTop-20+document.body.clientHeight-this.clientHeight);}";}
var cot_tl_bodyCSS='* html {background: fixed;background-repeat: repeat;background-position: left top;}';
var cot_tl_fixedCSS='#cot_tl_fixed{position:fixed;';
var cot_tl_fixedCSS=cot_tl_fixedCSS+'_position:absolute;';
var cot_tl_fixedCSS=cot_tl_fixedCSS+'top:0px;';
var cot_tl_fixedCSS=cot_tl_fixedCSS+'left:0px;';
var cot_tl_fixedCSS=cot_tl_fixedCSS+'clip:rect(0 100 85 0);';
var cot_tl_fixedCSS=cot_tl_fixedCSS+cot_t1_DOCtp;
var cot_tl_popCSS='#cot_tl_pop {background-color: transparent;';
var cot_tl_popCSS=cot_tl_popCSS+'position:fixed;';
var cot_tl_popCSS=cot_tl_popCSS+'_position:absolute;';
var cot_tl_popCSS=cot_tl_popCSS+'height:98px;';
var cot_tl_popCSS=cot_tl_popCSS+'width: 1920px;';
var cot_tl_popCSS=cot_tl_popCSS+'right: 120px;';
var cot_tl_popCSS=cot_tl_popCSS+'top: 20px;';
var cot_tl_popCSS=cot_tl_popCSS+'overflow: hidden;';
var cot_tl_popCSS=cot_tl_popCSS+'visibility: hidden;';
var cot_tl_popCSS=cot_tl_popCSS+'z-index: 99999;';
var cot_tl_popCSS=cot_tl_popCSS+cot_t1_DOCtp2;
document.write('<style type="text/css">'+cot_tl_bodyCSS+cot_tl_fixedCSS+cot_tl_popCSS+'</style>');


function COT(cot_tl_theLogo,cot_tl_LogoType,LogoPosition,theAffiliate)
{document.write('<div id="cot_tl_fixed">');
document.write('<><img src='+cot_tl_theLogo+' alt="" border="0"></a>');
document.write('</div>');}

//if(window.location.protocol == "http:")
COT("http://www.honeybearplayhomes.com/resources/flashing%20christmas%20lights.gif", "SC2", "none");
//]]>
</SCRIPT>

 Click Save Button and you're done!

NO ICE WATER FOR DOGS…PLEASE READ ASAP

ice in dog dish
Warnings that placing ice in a dog's water dish may result in cramps, bloating or death of the pet.
I am writing this in hopes that some may learn from what I just went through. We were having a good weekend till Saturday. On Saturday I showed my Baran and left the ring. He was looking good and at the top of his game. He had a chance at no
less then one of the two AOM’s.

It did not work out that way. After showing we went back to our site/setup and got the dogs in their crates to cool off. After being back about 30 min. I noticed Baran was low on water. I took a hand full of ice from my cooler and put it in his bucket with more water. We then started to get all the dogs Ex’ed and food ready for them.

I had Baran in his 48′ crate in the van because this is the place he loves to be. He loves to be able to see everyone and verything. After checking him and thinking he was cooled off enough, we fed him. We walked around and one of my friends stated that Baran seamed like he was choking. I went over and checked on him. He was dry heaving and drooling. I got him out of the crate to check him over and noticed he had not eaten. He was in some distress. I checked him over from head to toe and did not notice anything. I walked him around for about a minute when I noticed that he was starting to bloat. I did everything I was taught to do in this case. I was not able to get him to burp, and we gave him Phasezime.

We rushed Baran to a vet clinic. We called ahead and let them know we were on our way. They were set up and waiting for us. They got Baran stabilized very quickly. After Baran was stable and out of distress we transported him to AVREC where he went into surgery to make sure no damage was done to any of his vital organs. I am very happy to say Baran is doing great, there was no damage to any vital organs, and he still loves his food.
In surgery the vet found that Baran’s stomach was in its normal anatomic position. We went over what had happened. When I told the vet about the ice water, he asked why I gave him ice water. I said that I have always done this. I told him my history behind this practice and his reply was, “I have been very lucky.” The ice water I gave Baran caused violent muscle spasms in his stomach which caused the bloating. Even though I figured his temperature was down enough to feed, and gave him this ice water, I was wrong. His internal temperature was still high. The vet stated that giving a dog ice to chew or ice water is a big NO, NO! There is no reason for a dog to have ice/ice water. Normal water at room temperature, or cooling with cold towels on the inner thigh, is the best way to help cool a dog. The vet explained it to me like this: If you, as a person, fall into a frozen lake what happens to your muscles? They cramp. This is the same as a dog’s stomach.

I felt the need to share this with everyone, in the hopes that some may learn from what I went through, I do not wish this on anyone. Baran is home now doing fine. So please, if you do use ice and ice water, beware of what could happen.
You will be redirected to the script in

seconds