Twitter “lists” are like groups for twitter

Aside

So today I logged onto twitter and was presented with a message informing me I was part of a small beta group that gets to test their new “lists” feature. The new lists are basically groups of people that make it easier to browse a specific subset of people. This is great if you are following a few thousand people and are interested in many topics.

The first list I made can be found here and is some of my favorite web designers and developers, which is why I called the list web people. This will make it much easier for people to stay up to date on friends, family, and interesting people in specific niche’s or industries.

One of the coolest thing about lists is that you can follow them separately than the person who made the list. Also you don’t have to follow 20 people in a certain topic, you can just find a list and follow that. You can also find out which lists you are on and following by going to a url like this https://twitter.com/montanaflynn/lists/memberships and replacing montanaflynn with your or anyone else’s twitter name. That is a great way to find lists that you are interested in as well. Go to my lists page: Montana Flynn’s Twitter Lists

Their is certainly more work that could be done, like an eaiser way to add people to list instead of searching for each person. Also their should be a list search in order to find good lists that you may be interested in. In the meantime a great place to start finding list is on Listorious which brings the most popular lists to you and has an awesome UI and features such as tags and search built in.

Groups for twitter has arrived with the new lists feature.

Twitter List Beta

a twitter list for web designers and developers

Did you get invited to test this beta feature? Do you have any opinions on if the lists is a step in the right direction of if twitter should focus on other improvements? I would love to hear comments from you, all and you can even log in through twitter in the comments below!

SNIPPLR – Social code bookmarking

Aside

I recently found the amazing website and resource snipplr.com. I was delighted to see a vibrant community of developers sharing ideas, techniques, and approaches to problems. I immediatly added my first real “snippet” a expandable div with jQuery. I then found they ha a wordpress plugin, bookmarklet, and some other cool features. Well guess what, someone made my expandable div even better!

[snippet=16087]

I hope you all come to snipplr!

Twitter Weekly Updates for 2009-05-08

Aside

Apple Safari 4 Beta Review – Hacks, Tips, Mods & More

Aside

First off, this was an awesome upgrade from firefox on my mac. Safari 4 public beta is about as revolutionary as when apple first introduced Safari in 2003. As you can see from the official website’s feature page their are over 150+ new features! Most of them are performance or usability tweaks so I’ll only talk about the coolest ones.

One of the coolest is the new top pages feature. It is a lot like Opera & Chrome’s first page. It finds your most visited sites and displays them when you open a new tab. You can “stick” them as well or block pages you don’t want displayed. This is great for people like me who are opening the same pages up over an over again.

My other favorite thing is the coverflow for history and bookmarking. It allows you to visually see the pages so you can find what your looking for out of your history. It makes looking for that page you were on an hour ago a breeze. No more looking through line after line of description tags!

The address bar has been transformed into being more helpful than ever with different categories sectioned off, you can see recent pages you’ve visited, bookmarks, google search all by typing a few letters.

They also started to use a sensible text zoom much like how Firefox does it, increasing the whole page not just the text! This is key to keeping website layouts from breaking and is going to be accepted really well by web designers!

Safari upgraded to the newest version of webkit which supports CSS3 and HTML 5, which are going to be the new standards in my opinion. It passed the ACID2 & ACID3 test with no errors, wow! It has built in RSS, amazing bookmark functionality, auto-fill, developer features.

Safari 4 has a built in developers toolbar you can enable from the preferences. For firebug users like me it has an alternative called Web Inspector. Also their is an option to disable cache on certain pages which will be nice when I am working on a live website.

Now for the fun stuff, these are some command line hacks you can do to Safari 4 Beta to make it more your style. These are all done using the Terminal (Applications -> Utilities -> Terminal) in OSX, not sure if this is even possible on a PC.

To put tabs on back on the bottom:

defaults write com.apple.Safari DebugSafari4TabBarIsOnTop -bool NO

To make links open in a new tab instead of a new window:

defaults write com.apple.Safari TargetedClicksCreateTabs -bool true

To go back to the old toolbar (refresh, blue loading bar, graphite):

defaults write com.apple.Safari DebugSafari4IncludeToolbarRedesign -bool NO

To turn off coverflow in bookmarks & history: (I wouldn’t)

defaults write com.apple.Safari DebugSafari4IncludeFlowViewInBookmarksView -bool NO

To turn off topsites in new windows & tabs: (Again, I wouldn’t)

defaults write com.apple.Safari DebugSafari4IncludeTopSites -bool NO

Turn off the dimming of topsites switch to a website with a current one: (…..)

defaults write com.apple.Safari DebugSafari4TopSitesZoomToPageAnimationDimsSnapshot -bool NO

If you want an easier way to change the settings here it is:

Go to your Applications folder, right-click Safari app and click “Show package content”. Go to Contents -> Resources -> English.lproj and replace MainMenu.nib with the same file from this archive. That will modify your Safari menu to show new options.

Restart Safari and you should see a new menu “Safari > Tweaks”

Safari 4 Hidden menu tweaks

Safari 4 Web Inspector - Firebug alternative

safari-topsites

safari-topsites