<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.javageek.org/~d/styles/itemcontent.css"?><rss xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
  <title>JavaGeek.org</title>
  <link>http://javageek.org/</link>
  <description>For the love of Java</description>
  <language>en</language>
  <copyright>Guillermo Castro</copyright>
  <lastBuildDate>Mon, 27 Apr 2009 22:05:14 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.javageek.org/javageek" /><feedburner:info uri="javageek" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>25.6947</geo:lat><geo:long>-100.3784</geo:long><image><url>http://www.feedburner.com/fb/images/pub/fb_pwrd.gif</url></image><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.javageek.org%2Fjavageek" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.javageek.org%2Fjavageek" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.javageek.org%2Fjavageek" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.javageek.org/javageek" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.javageek.org%2Fjavageek" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.javageek.org%2Fjavageek" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.javageek.org%2Fjavageek" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><item>
    <title>Fixing Terminal.app problems on my Mac</title>
    <link>http://feeds.javageek.org/~r/javageek/~3/ZLJrFObUZXw/fixing_terminal_app_problems_on_my_mac.html</link>
    
      
        <description>This morning, when I sat down at my computer, I saw that &lt;a href="http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html"&gt;SuperDuper!&lt;/a&gt; had a problem doing its daily backup. I tried to quit the application to no avail, and then I used 'Force Quit' on it, which made an error message pop up, with no way of making it go away. After another issue with Firefox hanging after trying to save a pdf, I decided the best course of action was to reboot the machine. However, after several attempts I realized Finder was not responding, so my ultimate solution was to hold the power key down until the machine shutted down. &lt;br /&gt;
&lt;br /&gt;
After a lengthy startup (which had me worried), everything seemed fine, except that when I tried to open a shell via Terminal.app, I would see it go through the login process only to have &lt;strong&gt;[Process Terminated]&lt;/strong&gt; in the window, instead of the usual shell prompt. I tried deleting the preferences for Terminal, yet the same result appeared. &lt;br /&gt;
&lt;br /&gt;
I had recently modified my .bashrc file, so I thought that this might have something to do with my problem, but after editing the file with &lt;a href="http://code.google.com/p/macvim/"&gt;MacVim&lt;/a&gt; I still had the same problem. I tried to open Console.app to see if there was an error being sent to the logs, but Console just crashed right after starting it up. Uh oh... Time to hit Google!&lt;br /&gt;
&lt;br /&gt;
After several search terms, I came out with &lt;a href="http://discussions.apple.com/thread.jspa?threadID=1966373"&gt;this forum post&lt;/a&gt;, which seemed to describe precisely what was going on with my computer. So, I decided to follow the instructions in the post:&lt;br /&gt;
&lt;pre class="codeSample"&gt;sudo launchctl stop com.apple.syslogd&lt;br /&gt;cd /var/log &lt;br /&gt;sudo mkdir asl.broken &lt;br /&gt;sudo mv asl/* asl.broken/ &lt;br /&gt;sudo launchctl start com.apple.syslogd &lt;br /&gt;&lt;/pre&gt;
And voila! Everything started working again. It seems that the last hard reset corrupted the Apple System Log (ASL) databases, and that created a whole set of problems for Terminal, Console, etc.
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description
    rdf:about="http://javageek.org/2009/04/27/fixing_terminal_app_problems_on_my_mac.html"
    dc:identifier="http://javageek.org/2009/04/27/fixing_terminal_app_problems_on_my_mac.html"
    dc:title="Fixing Terminal.app problems on my Mac"
    trackback:ping="http://javageek.org/addTrackBack.action?entry=1240869914627&amp;token=-6368196096710457320" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/LLl5mAmxmNGsSYd4J5m3XY749iE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/LLl5mAmxmNGsSYd4J5m3XY749iE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/LLl5mAmxmNGsSYd4J5m3XY749iE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/LLl5mAmxmNGsSYd4J5m3XY749iE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.javageek.org/~ff/javageek?a=ZLJrFObUZXw:ag6sm_s6458:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/javageek?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.javageek.org/~ff/javageek?a=ZLJrFObUZXw:ag6sm_s6458:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/javageek?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.javageek.org/~ff/javageek?a=ZLJrFObUZXw:ag6sm_s6458:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/javageek?i=ZLJrFObUZXw:ag6sm_s6458:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.javageek.org/~ff/javageek?a=ZLJrFObUZXw:ag6sm_s6458:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/javageek?i=ZLJrFObUZXw:ag6sm_s6458:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.javageek.org/~ff/javageek?a=ZLJrFObUZXw:ag6sm_s6458:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/javageek?i=ZLJrFObUZXw:ag6sm_s6458:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/javageek/~4/ZLJrFObUZXw" height="1" width="1"/&gt;</description>
      
      
    
    
    
    <category>Apple</category>
    
    <comments>http://javageek.org/2009/04/27/fixing_terminal_app_problems_on_my_mac.html#comments</comments>
    <guid isPermaLink="false">http://javageek.org/2009/04/27/fixing_terminal_app_problems_on_my_mac.html</guid>
    <pubDate>Mon, 27 Apr 2009 22:05:14 GMT</pubDate>
  <feedburner:origLink>http://javageek.org/2009/04/27/fixing_terminal_app_problems_on_my_mac.html</feedburner:origLink></item>
  
  <item>
    <title>5 Days of Wicket - Designing the backend</title>
    <link>http://feeds.javageek.org/~r/javageek/~3/cemLYyKA_tI/</link>
    
      
        <description>&lt;p&gt;
&lt;i&gt;&lt;a href="http://www.mysticcoders.com/blog/2009/03/11/5-days-of-wicket-day-designing-the-backend/"&gt;5 Days of Wicket - Designing the backend&lt;/a&gt;&lt;/i&gt; is an article written by yours truly as part of a series of articles geared towards the better understanding of how to create a web application using &lt;a href="http://wicket.apache.org/"&gt;Apache Wicket&lt;/a&gt;. Enjoy.
&lt;/p&gt;
&lt;p&gt;
(You can read a short introduction to the series of the articles and links to the rest of them &lt;a href="http://www.mysticcoders.com/blog/2009/03/09/5-days-of-wicket/"&gt;here&lt;/a&gt;)
&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.mysticcoders.com/blog/2009/03/11/5-days-of-wicket-day-designing-the-backend/"&gt;Read more...&lt;/a&gt;&lt;/p&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description
    rdf:about="http://javageek.org/2009/03/11/5_days_of_wicket_designing_the_backend.html"
    dc:identifier="http://javageek.org/2009/03/11/5_days_of_wicket_designing_the_backend.html"
    dc:title="5 Days of Wicket - Designing the backend"
    trackback:ping="http://javageek.org/addTrackBack.action?entry=1236788020238&amp;token=5717518094101927274" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/QADGMW1GCgY_5y0P8Qxc2pqbirk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QADGMW1GCgY_5y0P8Qxc2pqbirk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/QADGMW1GCgY_5y0P8Qxc2pqbirk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QADGMW1GCgY_5y0P8Qxc2pqbirk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.javageek.org/~ff/javageek?a=cemLYyKA_tI:ZHWBP17_JX0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/javageek?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.javageek.org/~ff/javageek?a=cemLYyKA_tI:ZHWBP17_JX0:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/javageek?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.javageek.org/~ff/javageek?a=cemLYyKA_tI:ZHWBP17_JX0:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/javageek?i=cemLYyKA_tI:ZHWBP17_JX0:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.javageek.org/~ff/javageek?a=cemLYyKA_tI:ZHWBP17_JX0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/javageek?i=cemLYyKA_tI:ZHWBP17_JX0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.javageek.org/~ff/javageek?a=cemLYyKA_tI:ZHWBP17_JX0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/javageek?i=cemLYyKA_tI:ZHWBP17_JX0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/javageek/~4/cemLYyKA_tI" height="1" width="1"/&gt;</description>
      
      
    
    
    
    <category>Wicket</category>
    
    <category>Tips</category>
    
    <comments>http://javageek.org/2009/03/11/5_days_of_wicket_designing_the_backend.html#comments</comments>
    <guid isPermaLink="false">http://www.mysticcoders.com/blog/2009/03/11/5-days-of-wicket-day-designing-the-backend/</guid>
    <pubDate>Wed, 11 Mar 2009 16:13:40 GMT</pubDate>
  <feedburner:origLink>http://www.mysticcoders.com/blog/2009/03/11/5-days-of-wicket-day-designing-the-backend/</feedburner:origLink></item>
  
  <item>
    <title>Why not having Flash on the iPhone is a good thing</title>
    <link>http://feeds.javageek.org/~r/javageek/~3/rm6j7trvjv4/why_not_having_flash_on_the_iphone_is_a_good_thing.html</link>
    
      
        <description>The other day I was trying to look at some site from my iphone but alas, the site was crawling with Flash embedded objects (from menu navigation to actual site content). At first I became frustrated that the iPhone didn't support &lt;a href="http://www.adobe.com/products/flash/"&gt;Adobe Flash&lt;/a&gt; embedded objects, but then I started thinking further, and I realized that I've never really liked flash-based sites.&lt;br /&gt;
&lt;br /&gt;
I don't want to start a flamewar between those who are in favor of having flash objects on their sites and does who despise the use of flash on them (including &lt;a href="http://www.seoresearcher.com/seo-flash-is-evil-five-big-reasons-not-to-use-flash.htm"&gt;SEO people&lt;/a&gt;), but to me building a site in flash that disables the back button, puts a big and unneeded intro and puts all the information inside the embedded object is simply a poor way of creating a website; and this is not flash's problem, but the developer's who go for pretty instead of functional. I do have a question, though... Are flash-based sites accessibility friendly?&lt;br /&gt;
&lt;br /&gt;
But as more and more iPhones are sold and used to browse the web, more people will start complaining, and hopefully site owners will start listening and start converting all those sites into something that can be read by everyone. And as more and more devices start appearing, more site designers will realize that html, although basic and plain, can be made functional to work on all or most of these devices with the help of CSS and/or other html-related abilities.&lt;br /&gt;
&lt;br /&gt;
So, I am really glad that iPhones don't support Flash. Heck, I can even say I'm glad it doesn't support applets either (although I wish I could program iPhone apps in Java), as long as it will make people create &amp;quot;normal&amp;quot; sites.
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description
    rdf:about="http://javageek.org/2008/12/15/why_not_having_flash_on_the_iphone_is_a_good_thing.html"
    dc:identifier="http://javageek.org/2008/12/15/why_not_having_flash_on_the_iphone_is_a_good_thing.html"
    dc:title="Why not having Flash on the iPhone is a good thing"
    trackback:ping="http://javageek.org/addTrackBack.action?entry=1229382420000&amp;token=5290230586055619303" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ygiFS9qq3QTBiSEto4Wpzgk1MKA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ygiFS9qq3QTBiSEto4Wpzgk1MKA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ygiFS9qq3QTBiSEto4Wpzgk1MKA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ygiFS9qq3QTBiSEto4Wpzgk1MKA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.javageek.org/~f/javageek?a=t3Eh2qnY"&gt;&lt;img src="http://feeds.feedburner.com/~f/javageek?d=41" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.javageek.org/~f/javageek?a=MSmk2YCJ"&gt;&lt;img src="http://feeds.feedburner.com/~f/javageek?d=43" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.javageek.org/~f/javageek?a=Rt20pCtm"&gt;&lt;img src="http://feeds.feedburner.com/~f/javageek?i=Rt20pCtm" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.javageek.org/~f/javageek?a=eFx7Sv3D"&gt;&lt;img src="http://feeds.feedburner.com/~f/javageek?i=eFx7Sv3D" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.javageek.org/~f/javageek?a=JGgqjhId"&gt;&lt;img src="http://feeds.feedburner.com/~f/javageek?i=JGgqjhId" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/javageek/~4/rm6j7trvjv4" height="1" width="1"/&gt;</description>
      
      
    
    
    
    <category>Java</category>
    
    <category>Apple</category>
    
    <comments>http://javageek.org/2008/12/15/why_not_having_flash_on_the_iphone_is_a_good_thing.html#comments</comments>
    <guid isPermaLink="false">http://javageek.org/2008/12/15/why_not_having_flash_on_the_iphone_is_a_good_thing.html</guid>
    <pubDate>Mon, 15 Dec 2008 23:07:00 GMT</pubDate>
  <feedburner:origLink>http://javageek.org/2008/12/15/why_not_having_flash_on_the_iphone_is_a_good_thing.html</feedburner:origLink></item>
  
  </channel>
</rss>
