My new website Twuoted.com

Aside

I made a new twitter app this past weekend called Twuoted. Basically it pulls any tweets with the #quote hashtag onto on website. Currently it is in public beta and I am adding new features but it already has built in search, and links back to tweet that was twuoted. Coming soon will be dynamic twitter avatars, user search, and more! I have a feedback widget from Get Satisfaction on the site so users can suggest new ideas, ask questions, or give praise or other comments.

To get started with Twuoted, simply tweet a quote with the hashtag #quote and it will show up on the site automagically! You can also follow @Twuoted on twitter for updates, and handpicked quotes by me!

Looking forward to more great quotes from twitter and feedback! If you have some ideas use the feedback widget on Twuoted.com

Chi.mp upgrades to 2.1

Aside

Release 2.1 of chi.mp is now live!

Dashboard, Contact Management, Push Blog Posts and Photos!

Dashboard. You have a new Dashboard which shows you an overview of what has been happening around your .mp site. There are four widgets that both display and link to recent activity in Contacts, Content, Personas and the Chi.mp Community. You can also update and push your chi.mp status out to your Twitter and Facebook accounts from this screen.

Contact Management. They have completely revamped the user interface for contact management! Now it is much simpler to manage your contacts.

Also they have added features which include sorting and filtering your contacts by persona, tags, saved searches or regular search and performing group actions on those searches. For example, if you want to assign all of your Twitter contacts to your public persona, you can do this with just a few clicks.

Our suggestion engine will also look through your contacts to determine if you have duplicate entries for one contact. For example, @johnsmith on twitter might be the same as John Smith from gmail and is also a contact from Outlook, so you now have an easy way to join those three entries into one!

The contacts screen also displays a list of your recently added contacts, choose this link, and you will be able to invite, assign, tag, merge or delete them from your address book. Managing your contacts from across the Web is now easy to do. Do not forget that your contacts can also be exported from your .mp site back to your computer.

Push Site Updates to Twitter and Facebook. Notify your selected contacts when you add new photos or write a new blog post! As you upload photos or blog content, you have the option to push a notification to your Facebook Newsfeed and/or your Twitter status.

Domain Alias. Point your other domains to chi.mp by creating an alias to your .mp with CNAME records. Just look in Settings->Domain Aliases.

Remember I have special invites, leave comments and I’ll hook you up!

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