Have you ever wanted to monitor your social media buzz? Maybe you have or maybe you haven’t, regardless, you’ve wanted to keep track of something, a search term, a product, etc. A great of way of doing that would be to use one of the following 5 social monitoring tools:

  • socialmention offers Real-time social media search and analysis
  • BlogPulse is a great tool to search blogs and current trends
  • Omgili is a forum search engine that lets you find communities, message boards, discussion threads about any topic
  • Google Alerts is a real-time/daily email alert tool that can be configured to track any search phrase using Google indexing
  • Twitter is very handy for tracking real-time buzz

There are more tools available if you search hard and long enough. If you’d like to have any others listerd here, just give me a shout! Thanks.


One of my favorite producers showed me this the other day:

Google Browser Size

A great tool for designers, information architects & developers to look smart in meetings.

:)


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!


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


I came across this nice little site that allows you to upload your documents and have them converted online, not bad right?

See for yourself: Convert Files Online.

Let me know if you need any help using it.