I recently succeeded in switching back to Cablevision after a few years with DirecTV (and it only took three appointments!). Thus I find myself learning a new interface for something that is supposed to be a TV, and it’s clear that cable folks have no more clue about human interface design than most PC software companies do.
Read the rest of this entry »
This entry was posted
on Monday, February 27th, 2006 at 4:34 pm and is filed under User Interface.
You can follow any responses to this entry through the Atom feed.
You can make a comment or trackback from your own site.
I’m doing a little hacking on jEdit in preparation for my next article, as well as an upcoming talk at Software Development 2006. After mutliple failed attempts, I finally figure out how to check out the main code base from CVS into Eclipse with assistance from Rick Stabile.
The next step is to run the main()
method. The application starts but no window pops up, and this error message is printed on the console:
[error] Image Fetcher 0: Uncaught error fetching image:
Read the rest of this entry »
This entry was posted
on Friday, February 24th, 2006 at 7:27 pm and is filed under Programming.
You can follow any responses to this entry through the Atom feed.
You can make a comment or trackback from your own site.
Jonathan,
You almost had me sold since I’m shopping for a new server anyway, but
Read the rest of this entry »
This entry was posted
on Wednesday, February 22nd, 2006 at 2:07 pm and is filed under Web Development.
You can follow any responses to this entry through the Atom feed.
You can make a comment or trackback from your own site.
As you probably know using Google maps on a web site requires a custom API key that is locked to the web site. For example, my key is ABQIAAAANzhjmjn_aQro8IDfoVHCkxT-n61mIiazNPHwWTk3s75Ar5J1YhQDxyPhUR-O4Nfg_1iRn1pAUseY4g and every page that uses a Google map includes this script element:
<script src= "http://maps.google.com/maps?file=api&v=1&key=ABQIAAAANzhjmjn_aQro8IDfoVHCkxT-n61mIiazNPHwWTk3s75Ar5J1YhQDxyPhUR-O4Nfg_1iRn1pAUseY4g" type="text/javascript"></script>
I’m not giving away any secret by telling you that. You could figure out the same thing using View Source. However. the key is locked to the web site. If you try using that key on a different site, the map won’t load.
Read the rest of this entry »
This entry was posted
on Sunday, February 19th, 2006 at 4:01 pm and is filed under Web Development.
You can follow any responses to this entry through the Atom feed.
You can make a comment or trackback from your own site.
Cookie management in Firefox is too much of an all or nothing thing: either block everything or block nothing or be annoyed by constant cookie popups:
Here are a few simple improvements Firefox could make to vastly improve user experience while maintaining privacy:
Read the rest of this entry »
This entry was posted
on Tuesday, February 7th, 2006 at 2:03 pm and is filed under User Interface.
You can follow any responses to this entry through the Atom feed.
You can make a comment or trackback from your own site.