February 8th, 2009 § § permalink
Yes, I have heard it more times than I can count: How many projects do you have? The answer is, too many, of course! When you are a person like me, your mind is constantly racing and you see ideas and opportunity everywhere. Or at least I like to think that it is that…and not just insanity. I started a new project recently, called My City Headlines. The idea behind the project is to aggregate specific city’s news in one place. This provides people with a single location to get their local news without having to search multiple sites. I am inspired by Guy Kawasaki’s AllTop.com. They pick a subject, any subject, and find the top news/blog sites on that… » Read More
February 5th, 2009 § § permalink
I was replying to a friend on Twitter using trim, and I had a <script> tag in the post. I realized when I submitted that the tag made everything after it in my tweet dissapear. If you want to see the actual tweets, you can find them in my twitter feed here: Matt Bernier’s Twitter Feed First thougt was, “No Way!”. Second thought was, “What Else Can I do?”. So, I tried basic HTML with this tweet: <h2>Testing whether HTML breaks tr.im</h2> B/c my <script> tag did earlier</script> <span style="color:blue;"> ScreenShot coming</script> This got me this result: Then I tried an alert: <script type="text/javascript"> alert('does this work?'); </script> That got me this result: Then lastly, I tried a little more… » Read More