18

Aug

The next great Twitter app …

The next great Twitter app will detect when you have a new follower and if they only have one tweet and zero followers it will block them automatically.

Does someone want to make that for me? I’d use it even if it were a paid service.

via Carsonified

Easily highlight text when you click a <textarea>

I used this in a project that I just finished and I thought that I’d share.

    $('#badge-code').focus(function(){
        $(this).select();
    });

If the <textarea> element on your page is #badge-code then, using jQuery, the text in that textarea will be highlight when they click on the box.

This is great if you have a lot of code for your badge but not a lot of page real estate.

Remember, everyone hates scrolling page elements.

14

Aug

Anyway, SEO it’s not an exact science, it’s actually more art and guessing. You can find heated discussions in SEO forums about how some technique works or doesn’t, but no one really knows for sure.

-David Rojas

via Theme Forest




Dear David Rojas,

You should measure your traffic and rankings before and after implementing one of these SEO tactics. Then do it again on a different website and tells us what happened with the technique that you weren’t certain about. I think you’ll find that what worked once will work again in very similar circumstances.

Good SEOs work hard to find correlations between techniques and rankings using methods that are very scientific.

Signed,


Timmy Christensen

12

Aug

Above the fold isn’t as relevant anymore

“Above the fold,” isn’t as relevant to web design as it used to be. Today, screen sizes can be all over the board and even if they were uniform, browser windows can be resized to any dimensions. Additionally, all of the majors browsers (including, most importantly the iPhone version of Safari) support zooming instead of text resize. So, all those variables together make it near impossible to guarantee that any portion of a webpage is immediately visible in the viewport before the user scrolls.

–Timmy Christensen

11

Aug

One of the biggest problems I see on the web

The first guy (or girl) to come up with a system that prevents or fixes linkrot without killing the simplicity of writing an anchor tag and without obfuscating the link target will fix one of the biggest problems I see on the web.

–Timmy Christensen

10

Aug

No! That’s not “viral”

This morning I was watching the local news to catch the weather before I head off for work and I saw a spot about how (local?) couples are making weddings more memorable. Of course they go directly to funny dances and of course they show a clip from the JK Wedding Entrance Dance. After the news piece, one of the reporters comments how that video “went viral.”

And that brings me to my point …

Excuse me! No, you’re video is not viral if it gets you on The Today Show! That’s just plain ol’ popular. And that goes for every video on the Internet. If it’s popular and it can be found on YouTube does not mean it’s a “viral video.”

It’s viral because of how it’s popularity spread through e-mail or instant messaging. This kind of one-to-one transmission is what makes the circulation of a meme so interesting and thus viral. But let’s face it, once a meme makes it to any of the social news sites (digg, reddit et al.) it’s proliferation is no longer one-to-one. And if it makes it to the front page of a social news site or major blog then really we should consider it to be popular and we should remove the “viral” label.

07

Aug

Rectangle Tool makes better lines

In Adobe Photoshop when you’re designing a site and you need to draw a 1px solid line, I recommend using the rectangle tool (U) rather than the line tool. The reason is that the line tool will leave a blurry edge at the beginning and end of your line even when it’s drawn at 100% zoom. When using the rectangle tool, you’ll have to pay attention to the height of the line but you will get a cleaner result.

–Timmy Christensen

06

Aug

Head instead of close button in Google Chrome

05

Aug

Just doing it

I don’t know where I’ve heard this recently but I know that the only way to get better is by doing. I can read enough articles about SEO to fill a book but the only way I’m going to get my page (timmychristensen.com) to rank for any search term worth-a-damn is by opening up TextMate and optimizing.

That said, I want to get better at writing. Specifically writing for the web. I feel that if I’m going to reach my goal of web celebrity I’m going to have to do it through producing the content that people want to read. And audiences aren’t going to fall in love with the first thing I write. In fact, I realize that most of the posts, articles and stories I write in the beginning are going to be total garbage. Like most of my first webpages, they looked like poop but now I’d like to think that some of my work is respectable, if not, at least better than what the client had before.

All right, with that … I’m going to get back to work.

Look for more posts about just “getting things done” in the future.