Ever have that annoying dotted outline around your flash or image? You know, the one around your anchor links that you ignore most of the time…ever have someone tell you to take it off and not know how?

It happens to the best of us. It’s the annoying dotted outline (dotted line) that we don’t even think about until we have to launch a product.

What does the dotted outline look like?

Just so we’re clear about what the dotted outline looks like, here’s an example:

Dotted Outline

The Solution

And now, here’s how you’re going to get rid of it for your flash piece:

1
2
3
object {
outline: none;
}


CONTINUE READING


I like you. I think you’re cool. Thank you for reading my Blog. It’s getting better the more I write. But anyway, enough about us. Let’s talk about how you’re going to use my Image Preloader script. It’s free, do whatever you want with it. Call it your own, whatever, I don’t really care. I like FREE knowledge. I love to compete. I love it when I’ve worked so hard that I can’t think anymore. Call me crazy, but at least call me because I can make you wealthy: 801-787-3237.

I digress.

I wanted to share with you all a way to preload your images with jQuery. If you don’t know what jQuery is, you’re living in the stone age of the web. jQuery makes the average developer look like a Rockstar. I’m not even kidding. Please, read up on jQuery. I’m a firm believer that no site should be built without jQuery at its core.

Now, here’s how you can make yourself an image preloader with jQuery, or well, it’s how you preload your images with jQuery. Okay? We on the same page here?

The code:

1
2
3
4
5
jQuery.preload_images = function() {
    for(var i = 0; i < arguments.length; i++) {
    jQuery("<img>").attr("src", arguments[i]);
  }
};


CONTINUE READING


As many of you already know, MACs are evil and I will not talk about them in this post. Hopefully someday MACs will do away with their evilness, but until then…

Consumer Reports did its usual software ratings and stuff like that. What I thought was interesting was that it rated these 3 pieces of software pretty highly:

For more, you’re gonna have to Google it or sign up with Consumer Reports.


I recently stumbled upon this site that lists 8 free Photoshop alternatives. I thought I’d share it with you.

http://www.makeuseof.com/tag/8-simple-free-photoshop-alternatives-that-are-under-2-mb/

Cheers!


I’ve studied Napolean Hill a lot. He’s a great guy from 100 years ago. I’m not sure if a lot of people still know about him, but he’s done many great things and wrote many great books. One of which, Think and Grow Rich, is my favorite.

Now I believe heavily in competition and sharing knowledge. In honor of my belief, I’m going to give you some of my notes from the Hill:

Why some men succeed
CONTINUE READING


I’m reading this book The POWER of Body Language and in it there is a little excerpt on why we humans might like porn so much. I think the book tells it best, so here it is:

The action of mirror neurons, brain cells that allow us to experience empathy, may help to explain the addictive nature of pornography. When a person watches other people having sex, even on a television (or computer) screen, a part of his brain actually feels like he’s getting some action, too. (And who can blame a guy for liking that?)

Well, that explains it, don’t you think?

Should you want to check out the book, you can own it today by going to amazon and investing in it. I’m a nice guy, so I’m going to provide you a link: The POWER of Body Language.


States and Provinces code for HTML form drop down, just to make life simple & easy.

Doing YOU this favor, saving you some time and posting this for YOU, my readers. I only hope that it saves you time. To further that along, I’m posting different versions of it, in different posts of course!

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<select id="state" name="state" size="1">
<option value="">Please select State or Province</option>
<option value="AL">Alabama</option>
<option value="AK">Alaska</option>
<option value="AB">Alberta</option>
<option value="AZ">Arizona</option>
<option value="AR">Arkansas</option>
<option value="BC">British Columbia</option>
<option value="CA">California</option>
<option value="CO">Colorado</option>
<option value="CT">Connecticut</option>
<option value="DE">Delaware</option>
<option value="DC">District of Columbia</option>
<option value="FL">Florida</option>
<option value="GA">Georgia</option>
<option value="HI">Hawaii</option>
<option value="ID">Idaho</option>
<option value="IL">Illinois</option>
<option value="IN">Indiana</option>
<option value="IA">Iowa</option>
<option value="KS">Kansas</option>
<option value="KY">Kentucky</option>
<option value="LA">Louisiana</option>
<option value="ME">Maine</option>
<option value="MB">Manitoba</option>
<option value="MD">Maryland</option>
<option value="MA">Massachusetts</option>
<option value="MI">Michigan</option>
<option value="MN">Minnesota</option>
<option value="MS">Mississippi</option>
<option value="MO">Missouri</option>
<option value="MT">Montana</option>
<option value="NE">Nebraska</option>
<option value="NV">Nevada</option>
<option value="NB">New Brunswick</option>
<option value="NH">New Hampshire</option>
<option value="NJ">New Jersey</option>
<option value="NM">New Mexico</option>
<option value="NY">New York</option>
<option value="NL">Newfoundland and Labrador</option>
<option value="NC">North Carolina</option>
<option value="ND">North Dakota</option>
<option value="NT">Northwest Territories</option>
<option value="NS">Nova Scotia</option>
<option value="NU">Nunavut</option>
<option value="OH">Ohio</option>
<option value="OK">Oklahoma</option>
<option value="ON">Ontario</option>
<option value="OR">Oregon</option>
<option value="PA">Pennsylvania</option>
<option value="PE">Prince Edward Island</option>
<option value="PR">Puerto Rico</option>
<option value="QC">Quebec</option>
<option value="RI">Rhode Island</option>
<option value="SK">Saskatchewan</option>
<option value="SC">South Carolina</option>
<option value="SD">South Dakota</option>
<option value="TN">Tennessee</option>
<option value="TX">Texas</option>
<option value="UT">Utah</option>
<option value="VT">Vermont</option>
<option value="VA">Virginia</option>
<option value="WA">Washington</option>
<option value="WV">West Virginia</option>
<option value="WI">Wisconsin</option>
<option value="WY">Wyoming</option>
<option value="YT">Yukon</option>
</select>

I like you, I think I’ll let you download it at the following link:


CONTINUE READING


This a quote that I’ve loved for a long time. I first read it a while back from the book “HOW TO Master the Art of SELLING” from Tom Hokpins.

Do what you fear most, and you control fear – Tom Hopkins