dfbills.com blog

Twitter is “stressing out” aka not working properly

Here’s a new one (to me)- Twitter’s “Find People” function is not available, so we see the following message:

image

Twitter is stressing out a bit right now, so this feature is temporarily disabled.

How cute.  Who doesn’t get stressed out when a hundred million friends are asking you questions all at the same time?

comment on this | posted in: 404 News Webdev

Now that’s a long download!

Wow, that 696.7MB download looks like it’s going to take a really, really long time!  Or is it going to take me back in time?  I’m really not sure.

image

comment on this | posted in: Mac

Aardvark gets it right

Yes, this is a nice way to show your users that the service is unavailable.

Great job, Aardvark.  I’ve the additional screens as well.

Large Image

comment on this | posted in: 404 iPhone iPod

How To Setup Facebook Chat Protocol In iChat

This week, Facebook opened up their chat service to an industry standard protocol- XMPP, otherwise known as Jabber.  This means that Facebook chat can now be used directly from within iChat. 

Here’s how to set it up-

Go to iChat’s Preferences

Click the “Accounts” tab and add a new account

Select “Jabber” from the options

Type your screen name (.(JavaScript must be enabled to view this email address)) and password.

Set “Server Options” to chat.facebook.com at port 5222 (do not check SSL)

image

Facebook also has instructions posted now on their site.

comment on this | posted in: Mac News Tips

Two methods for making files invisible

In MacOSX, there are two simple ways to make files invisible from the command line: (both methods do require the installation of Apple’s Developer Tools)

Method 1:

Make invisible:

/Developer/Tools/SetFile -a V ~/Desktop/MyDoc.txt

Make visible:

SetFile -a v ~/Desktop/MyDoc.txt


Method 2:

Make invisible:

chflags hidden ~/Desktop/MyDoc.txt

Make visible:

chflags nohidden ~/Desktop/MyDoc.txt

comment on this | posted in: Mac News Tips Unix

How to avoid sending Apple-Tab in Apple Remote Desktop

In Snow Leopard, Apple modified the behavior of Remote Desktop and Screen Sharing to send system level commands to a remote computer by default.  This change has made working with remote computers much more difficult for me. 

At long last “MacNoggin” has posted the solution over on MacOSXHints.

Quit Remote Desktop or Screen Sharing, then open Terminal and paste the following codes to toggle these hidden preferences:

defaults write com.apple.RemoteDesktop DoNotSendSystemKeys -bool YES

defaults write com.apple.ScreenSharing DoNotSendSystemKeys -bool YES

If you would like to reverse, re-enter the code, but change YES to NO at the very end.  And of course, you can always send these “System” commands while in fullscreen mode.

comment on this | posted in: Mac News Tips Unix

Thanks for the Christmas Card, Google

The Google doodle today is a set of Christmas cards.  I say, “Merry Christmas” to you as well.

image

comment on this | posted in: News Webdev

Bing Took a Bomb

It’s not every day that a major search engine takes a nosedive into 404-land.  I have to say, I’m surprised this isn’t a default IIS error page.

image

This webpage is not available.
The webpage http://bing.com might be temporarily down or it may have moved permanently to a new address.

image

Oops

This isn’t the page you wanted.

Try this

Refresh the page.  If you get this message again please check back later.

comment on this | posted in: Clients News Webdev

Sweet Firefox Crash Recovery Screen

While not technically a 404, I’m lumping it into my collection as a clever browser error message. 

image

Well this is embarrassing.

Firefox is having trouble recovering your windows and tabs.  This is usually caused by a recently opened web page.

Gotta love a team that has a sense of humor.  Thanks to Howie for the screen grab.

comment on this | posted in: 404 Mac News Webdev

ODBC Administrator in MacOS 10.6

Apple has ever so helpfully removed ODBC Administrator from MacOS 10.6’s Utilities folder.  The software is now a standalone download from Apple’s website-

http://support.apple.com/downloads/ODBC_Administrator_Tool_for_Mac_OS_X

From Apple:  The ODBC Administrator Tool for Mac OS X enables database administration of ODBC-compliant data sources.  Features include connection pooling, trace log creation, and ODBC driver management, among other administration features.

comment on this | posted in: Mac News Tips Webdev
 1 2 3 >  Last »