<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Jon For Rent</title>
    <link>http://www.jonforrent.com/</link>
    <description>The technology ramblings of Jonathan Molina</description>
    <language>en</language>
    <lastBuildDate>Tue, 10 Oct 2006 09:35:00 -0700</lastBuildDate>
    <atom:link rel="self" type="application/rss+xml" href="http://www.jonforrent.com/feed/rss"/>
    <item>
      <title>New Year Means New Passwords</title>
      <description>Every year technology is getting better and faster &amp; although technology is advancing there is always a security risk. The most common way to break security is with a password.  My suggestion is ...&lt;h6&gt;Every year change your passwords for your most important sites!&lt;/h6&gt;

&lt;h6&gt;If you didn't already know there is a list of the most commonly used passwords on the net. So you don't have to click around to find it, here is the list of the top 10 most commonly used passwords of 2009:

&lt;ol&gt;
&lt;li&gt;123456&lt;/li&gt;
&lt;li&gt;password&lt;/li&gt;
&lt;li&gt;qwerty&lt;/li&gt;
&lt;li&gt;12345&lt;/li&gt;
&lt;li&gt;jesus&lt;/li&gt;
&lt;li&gt;12345678&lt;/li&gt;
&lt;li&gt; 1234&lt;/li&gt;
&lt;li&gt;abc123&lt;/li&gt;
&lt;li&gt;letmein&lt;/li&gt;
&lt;li&gt;test&lt;/li&gt;
&lt;/ol&gt;

&lt;h6&gt;Here is a link to the top 500 most commonly used passwords, this list was created in 2008 but I am sure it still stands - &lt;a href=&quot;http://www.whatsmypass.com/the-top-500-worst-passwords-of-all-time&quot;&gt;http://www.whatsmypass.com/the-top-500-worst-passwords-of-all-time&lt;/a&gt;&lt;/h6&gt;

&lt;h6&gt;I can't help but get angry that people would really use these passwords! Come on people, you can be a little more original.  If you are one of the lucky people using one of these passwords then for gosh-sakes change it now!!!&lt;/h6&gt;

&lt;h6&gt;Here are a few tips for creating a better password:&lt;/h6&gt;
&lt;ul&gt;
&lt;li&gt;No less than eight characters long&lt;/li&gt;
&lt;li&gt;Use capital and lowercase letters&lt;/li&gt;
&lt;li&gt;Use at least 2 numbers&lt;/li&gt;
&lt;li&gt;Do your best to avoid using common words&lt;/li&gt;
&lt;/ul&gt;

&lt;h6&gt;Stick to these tips and you should be golden in creating a secure password.&lt;/h6&gt;

&lt;h6&gt;If  you are like me and have a hard time figuring out a new secure password for every website you sign up to.  Then you can try to use the tools that Steve Gibson of GRC.com has provided&lt;/h6&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://www.grc.com/passwords.htm&quot;&gt;https://www.grc.com/passwords.htm&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.grc.com/ppp.htm&quot;&gt;https://www.grc.com/ppp.htm&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h6&gt;Perhaps you want a password that is slightly easier to remember.  If that is the case then try this site out &lt;a href=&quot;http://www.safepasswd.com&quot;&gt;http://www.safepasswd.com&lt;/a&gt;&lt;/h6&gt;

&lt;h6&gt;You may have a hard time remembering the passwords you just created.  To make life easy you can use &lt;a href=&quot;http://www.lastpass.com&quot;&gt;LastPass&lt;/a&gt; which is great and universal across all browsers and operating systems. LastPass takes over  remembering your passwords and even generating them if you allow them to. You  just have to remember one password, but make sure  that one password fits the rules I gave above :) .&lt;/h6&gt;

&lt;h6&gt;Hopefully this is helpful and sets you on the right path to being more secure in the year 2010!&lt;/h6&gt;</description>
      <pubDate>Sun, 03 Jan 2010 04:35:17 -0800</pubDate>
      <link>http://www.jonforrent.com/new-year-means-new-passwords</link>
      <guid isPermaLink="false">http://www.jonforrent.com/archives/new-year-means-new-passwords</guid>
    </item>
    <item>
      <title>Welcome to the new site!</title>
      <description>Welcome! I have finally come to my senses and completed the blog project that I have been working on for months. If you're interested in knowing more about it then read on.&lt;h6&gt;The blog is created with Ruby on Rails(2.3.6) and being currently hosted on Heroku. Which I have spoken about Heroku on the old blog.&lt;/h6&gt;

&lt;h6&gt;My blog project was on hiatus for some time till now since I have a lot of free time now. So I will be written a lot more :) .&lt;/h6&gt;

&lt;h6&gt;I might release the code on Github if people want it. The code is really basic just very customized for a minimal purpose. I was starting to get sick of wordpress having me update something EVERYDAY ... come on software shouldn't be a pain in the ass to use.&lt;/h6&gt;

&lt;h6&gt;I have setup the blog to be pretty minimalistic. There is a VERY simple admin panel which requires a username and password. I decided to use HttpAuth instead of a full blown authentication system because a system like that is a complete waste of time and resources for one user. Currently just posting everything in basic html, might switch to textile or markdown. I am still thinking which one would be easier.&lt;/h6&gt;

&lt;h6&gt;This is what I am using on the site currently:&lt;/h6&gt;
&lt;ul&gt;
  &lt;li&gt;Blueprint CSS Framework&lt;/li&gt;
  &lt;li&gt;JQuery&lt;/li&gt;
  &lt;li&gt;Ruby on Rails --version 2.3.5&lt;/li&gt;
  &lt;li&gt;will_paginate&lt;/li&gt;
  &lt;li&gt;friendly_id --version 2.2.7&lt;/li&gt;
  &lt;li&gt;coderay&lt;/li&gt;
  &lt;li&gt;rack-codehighlighter&lt;/li&gt;
&lt;/ul&gt;

&lt;h6&gt;I am not done with the code, it still needs work. I started writing test code for it with cucumber but once I added the admin section everything went to hell and I decided to skip the testing for right now on this one project since it's a personal one. I am planning to write testing for it though just because this is unfinished and adding a new feature could easily bork it.&lt;/h6&gt;</description>
      <pubDate>Wed, 30 Dec 2009 04:16:19 -0800</pubDate>
      <link>http://www.jonforrent.com/welcome-to-the-new-site</link>
      <guid isPermaLink="false">http://www.jonforrent.com/archives/welcome-to-the-new-site</guid>
    </item>
    <item>
      <title>Espresso crashes on opening a Rails Controller</title>
      <description>If your Espresso.app crashes upon opening a Rails controller then these is two things you have to do so it doesn't keep happening to you.&lt;ol&gt;
  &lt;li&gt;Update to the latest MacRabbit Espresso 1.1 [&lt;a href=&quot;http://macrabbit.com/espresso/&quot;&gt;Link&lt;/a&gt;]&lt;/li&gt;
  &lt;li&gt;Install the Rails.sugar which I mentioned in my blog post [&lt;a href=&quot;http://www.jonforrent.com/i-love-sugar-in-my-espresso&quot;&gt;I Love Sugar in my Espresso&lt;/a&gt; | &lt;a href=&quot;http://github.com/insane-dreamer/rails.sugar&quot;&gt;GitHub Link&lt;/a&gt;]&lt;/li&gt;
&lt;/ol&gt;

&lt;h6&gt;I have recently tested this and my ruby on rails controllers no longer crash. This should fix your problem :)&lt;/h6&gt;
  
&lt;h6&gt;Thanks again to MacRabbit for such an awesome and beautiful developer app!&lt;/h6&gt;</description>
      <pubDate>Mon, 14 Dec 2009 02:26:00 -0800</pubDate>
      <link>http://www.jonforrent.com/espresso-crashes-on-opening-a-rails-controller</link>
      <guid isPermaLink="false">http://www.jonforrent.com/archives/espresso-crashes-on-opening-a-rails-controller</guid>
    </item>
    <item>
      <title>Why I Like my Tmobile G1</title>
      <description>I bought a T-Mobile G1 just about over a month ago and I love it. I have not regret the purchase what so ever. Now why do I like my Tmobile G1 so much?&lt;h6&gt;Well because the phone OS (Android) is an open platform to an extent considering the cell network providers have set a few limits. I really have had no problems with any of the limitations that have been set. The market allows you to download a pay for app for 24 hours and within those 24 hours you have the option to return it for a full refund. That has to be one of the coolest things that they have given you that option unlike other markets that do not offer a refund at least android give you a time period to try it.&lt;/h6&gt;

&lt;img src=&quot;http://files.jonforrent.com/g1officialnewnew.jpg&quot; alt=&quot;Black G1&quot; /&gt;

&lt;h6&gt;I have a bunch of app suggestions for all the Tmobile G1/Android users out there, check it out. I will be linking them all to Cyrket which is a site that mirrors the Android Market and that way you have a browser friendly representation of the application description and comments. If by chance &lt;a href=&quot;http://www.cyrket.com/&quot;&gt;Cyrket&lt;/a&gt; goes down just do a search in the market place for the apps. My linking is just to help you have a better view of things.&lt;/h6&gt;
  
&lt;strong&gt;&lt;a href=&quot;http://www.cyrket.com/package/com.google.zxing.client.android&quot;&gt;Barcode Scanner&lt;/a&gt;&lt;/strong&gt;
&lt;h6&gt;This Application is a must for all types of users. The barcode scanner does exactly what the title of the application is. It will scan almost any type of barcode. A great example and a perfect first time use for it is on &lt;a href=&quot;http://www.cyrket.com/&quot;&gt;Cyrket.com&lt;/a&gt; which right next the the icon of the app has a QR Code(3d bar scan code). Download the Barcode Scanner from the market and whenever you see a barcode just point your G1's camera to it and watch what happens :).&lt;/h6&gt;

&lt;strong&gt;&lt;a href=&quot;http://www.cyrket.com/package/com.ulocate&quot;&gt;Where&lt;/a&gt;&lt;/strong&gt;
&lt;h6&gt;Ever out and have no clue what you want to eat or maybe you're running low on gas and need to find the closest gas station or maybe your are in the mood for a movie and would like to find the nearest theater to you? Well this is the app that does it all and more! Where is the swiss army knife of location based searches for your G1. You will be sure to use it @ least once a week if not more.&lt;/h6&gt;

&lt;strong&gt;&lt;a href=&quot;http://www.cyrket.com/package/com.acme.android.powermanagerpro&quot;&gt;Power Manager&lt;/a&gt;&lt;/strong&gt;
&lt;h6&gt;Another app that is a must! Everyone knows that the battery on the Tmobile G1 just sucks! If you didn't know now you know but this app helps extend the battery greatly. Hard to believe an app would to the trick but it does. It has extend my battery time from half a day to over a day  and that with active use of the phone. So this is for sure a must and make sure that &quot;monitoring&quot; is switch on when you open the app. This would most likely be your first pay app but trust me it is worth the $1.00.&lt;/h6&gt;

&lt;strong&gt;&lt;a href=&quot;http://www.cyrket.com/package/com.tmobile.selfhelp&quot;&gt;My Account by T-Mobile&lt;/a&gt;&lt;/strong&gt;
&lt;h6&gt;This is a T-mobile made app which gives you direct access to your tmobile account. This is totally useful if you are using this phone on the Tmobile network. Gives you minute totals, Text msgs used, and what your bill currently due is. Even gives you the option to pay for it thru the phone.&lt;/h6&gt;

&lt;strong&gt;&lt;a href=&quot;http://www.cyrket.com/package/com.phonalyzr&quot;&gt;Phonalyzr&lt;/a&gt;&lt;/strong&gt;
&lt;h6&gt;I have MyFavs on Tmobile and this app has helped me figure out who I talk to the most amoung other things. Phonalyzr has managed to save me a great deal of money and if you have MyFavs on T-Mobile and can't figure out who you talk to the most this app should help you figure that out! Also it's cool to see some stats on your phone usage ... I am a statistics nut :P&lt;/h6&gt;

&lt;strong&gt;&lt;a href=&quot;http://www.cyrket.com/package/com.lindaandny.lindamanager&quot;&gt;Linda File Manager&lt;/a&gt;&lt;/strong&gt; 
&lt;h6&gt;Sometimes you have to access your SD Card Memory card but how can you if you don't have a file manager? Well Linda File Manager is pretty straight forward and does the job great.&lt;/h6&gt;

&lt;strong&gt;Twitter Applications&lt;/strong&gt;
&lt;h6&gt;I got two of these and I like them both but it all depends on the person so I recommend you try both and see which one fits your needs.&lt;/h6&gt;

&lt;strong&gt;&lt;a href=&quot;http://www.cyrket.com/package/com.twidroid&quot;&gt;Twidroid&lt;/a&gt;&lt;/strong&gt;
&lt;h6&gt;A beautiful twitter client for the G1, well designed and pretty feature reach. The application is not as snappy as others but your sacrificing the speed for a good looking UI. It allows you to shorten URLs, post an image, and even look at what the latest buzz on twitter is.&lt;/h6&gt;

&lt;strong&gt;&lt;a href=&quot;http://www.cyrket.com/package/com.thedevcats.twit2go&quot;&gt;Twit2go&lt;/a&gt;&lt;/strong&gt;
&lt;h6&gt;This twitter client looks like a basic client but really has some comparable features to twidroid just not as pretty. It is my current twitter client of choice because it is slightly more battery friendly and has a simple layout. God choice for people that want to get right to the point.&lt;/h6&gt;

&lt;strong&gt;&lt;a href=&quot;http://www.cyrket.com/package/com.timsu.astrid&quot;&gt;Astrid&lt;/a&gt;&lt;/strong&gt;
&lt;h6&gt;An open source task list app ... this is one of my all time favorite apps on the G1. It is a pleasure to use, both simple and feature rich. It has the ability to sync your tasks with RemeberTheMilk.com and this is a major plus for me just because this allows me to review my tasks on my computer and make an altercations if necessary or even add some more tasks while I am using RemeberTheMilk.com after that I open Astrid and sync the changes from the website.&lt;/h6&gt;

&lt;strong&gt;&lt;a href=&quot;http://www.cyrket.com/package/com.hlidskialf.android.alarmclock&quot;&gt;Alarming!&lt;/a&gt;&lt;/strong&gt;
&lt;h6&gt;Simple and great add-on to the default alarm clock that is on the G1. Worth the $1!&lt;/h6&gt;

&lt;strong&gt;&lt;a href=&quot;http://www.cyrket.com/package/com.ringdroid&quot;&gt;Ringdroid&lt;/a&gt;&lt;/strong&gt;
&lt;h6&gt;Do you hate paying for Ringtones? Have you ever downloaded a ringtone off the internet and find out it sounds like crap? Yeah I know your pain why deal with all that when you have perfect mp3s on your computer that can easily be a ringtone. Well Ringdroid assists you in cutting that mp3 down to the clip that you want as a ringtone. In simple words its a audio editor on the G1. So if you want custom ringtones then you have to download this :)&lt;/h6&gt;

&lt;strong&gt;&lt;a href=&quot;http://www.cyrket.com/package/com.angryredplanet.android.rings_extended&quot;&gt;Rings Extended&lt;/a&gt;&lt;/strong&gt;
&lt;h6&gt;This replaces the normal ringtone picker and allows you to branch off to other methods of picking ringtones for you phone. This is great with Ringdroid in fact it is a must! If you don't like the idea of Ringdroid this is still a perfect replacement for the default ringtone picker on the G1.&lt;/h6&gt;

&lt;strong&gt;&lt;a href=&quot;http://www.cyrket.com/package/com.pixelpipe.android&quot;&gt;PixelPipe&lt;/a&gt;&lt;/strong&gt;
&lt;h6&gt;Taken a bunch of pictures with your G1? Don't know what to do with them? Well do what I have done and upload it to Flickr or any other image hosting service with PixelPipe. PixelPipe is the middleman that will allow you to send any of your photos to any of the services they support. You do have to sign up online to use it but if you end up taking a lot of photos it could be worth it for you.&lt;/h6&gt;

&lt;strong&gt;&lt;a href=&quot;http://www.cyrket.com/package/net.everythingandroid.smspopup&quot;&gt;SMS PopUp&lt;/a&gt;&lt;/strong&gt;
&lt;h6&gt;SMS Popup This is one feature that you would have thought would have been included within G1 but it wasn't and thank goodness the developer of SMS Popup created this. All it does is pops up a little window on your screen when you get a TXT, it's really nice and again something you would have thought it would have been in Android.&lt;/h6&gt;

&lt;strong&gt;&lt;a href=&quot;http://www.cyrket.com/package/com.handcent.sms&quot;&gt;Handcent SMS&lt;/a&gt;&lt;/strong&gt;
&lt;h6&gt;Good alternative to the built messenger. It has a built in soft keyboard which really is handy when you typing those quick messages back and it's just not worth it to slide the real keyboard out. It doesn't support MMS from what I can recall. I stopped using Handcent SMS mainly because of that but for basic texting it's a great app.&lt;/h6&gt;

&lt;strong&gt;&lt;a href=&quot;http://www.cyrket.com/package/com.ap.SnapPhoto&quot;&gt;SnapPhoto&lt;/a&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;a href=&quot;http://www.cyrket.com/package/com.ap.SnapPhoto_Pro&quot;&gt;SnapPhotoPro&lt;/a&gt;&lt;/strong&gt;
&lt;h6&gt;The camera on the G1 sucks ... really was disappointed when I got my G1 and it came with no flash and the camera was not as night friendly as I wanted it to be. Well SnapPhoto(Pro) allows you to enable the camera to go in &quot;Night Mode&quot; which enhanced the lighting intake for the camera allowing your picture to come out just a tad better. Also nice feature that both version of the app has is image stabilization based on the accelerometer built into the G1. SnapPhotoPro has one feature that I really liked ... to take a photo all you have to do is point the camera and tap on the screen instead of using the camera button, personal I think this is a better method since the camera button somethings doesn't do the trick.&lt;/h6&gt;

&lt;strong&gt;&lt;a href=&quot;http://www.cyrket.com/package/com.dataviz.docstogoapp&quot;&gt;Documents to Go&lt;/a&gt;&lt;/strong&gt;
&lt;h6&gt;I personally haven't used it but from what I have it works as advertised with some minor bugs. Documents to Go allows you to Create, Edit, and View Word and Excel sheets supporting version up to 2007 so it's pretty compatible. It's not free the app costs $20 but if you are constantly reviewing docs and spreadsheets on the go this is going to have to be an app you install.&lt;/h6&gt;

&lt;strong&gt;&lt;a href=&quot;http://www.fbreader.org/FBReaderJ/&quot;&gt;FBReaderJ&lt;/a&gt;&lt;/strong&gt;
&lt;h6&gt;Looking for a free eBook reader that supports the epub or oeb format? The creator of FBReader has been working on porting the application over to android and has been doing a great job of it. It's open source and available to download from the applications website it is not available from the market. epub is starting to become more widely used so this might be a good fit for your ebook readers out there!&lt;/h6&gt;

&lt;h6&gt;Do you have any suggestions or maybe an app I should add here that I might have forgotten? I would love to here it please comment.&lt;/h6&gt;</description>
      <pubDate>Tue, 14 Apr 2009 06:05:00 -0700</pubDate>
      <link>http://www.jonforrent.com/why-i-like-my-tmobile-g1</link>
      <guid isPermaLink="false">http://www.jonforrent.com/archives/why-i-like-my-tmobile-g1</guid>
    </item>
    <item>
      <title>I love Sugar in My Espresso</title>
      <description>Earlier today I added a bunch of sugar packs to Espresso such as Rails and some themes. I was lucky enough to find most of them at Github. Here is how I did it.&lt;h6&gt;&lt;a href=&quot;http://github.com/search?type=Repositories&amp;language=&amp;q=.sugar&amp;repo=&amp;langOverride=&amp;x=28&amp;y=6&amp;start_value=1&quot;&gt;http://github.com/search?type=Repositories&amp;language=&amp;q=.sugar&amp;repo=&amp;langOverride=&amp;x=28&amp;y=6&amp;start_value=1&lt;/a&gt;&lt;/h6&gt;

&lt;h6&gt;Super easy to add Sugars to your Espresso.&lt;/h6&gt;

&lt;h6&gt;Let's take installing the Ruby on Rails.sugar as an example and just do this in Terminal:&lt;/h6&gt;

&lt;pre&gt;:::bash
  mkdir -p ~/Library/Application\ Support/Espresso/Sugars (One time deal after this you won't have to do it again!)
  cd ~/Library/Application\ Support/Espresso/Sugars
  git clone git://github.com/insane-dreamer/rails.sugar.git Rails.sugar
&lt;/pre&gt;

&lt;h6&gt;That's it! What you just did is create the Sugars directory where your Sugars will go, next you changed into the Sugars directory, and the last step grabs the Rails.sugar files from the clone URL and places them in to the Rails.sugar folder.&lt;/h6&gt;

&lt;h6&gt;Once you reload Espresso it will have the features from that Rails.sugar. Now just a heads up the Rails.sugar is just starting to be worked on and if you know what's up you should fork it and help develop it.&lt;/h6&gt;

&lt;h6&gt;About upgrading your sugars all you would have to do is this(Once again we are working with the Rails.sugar):&lt;/h6&gt;

&lt;pre&gt;:::bash
cd ~/Library/Application\ Support/Espresso/Sugars/Rails.sugar
git pull
&lt;/pre&gt;

&lt;h6&gt;Yup that easy! Just going to the the Rails.sugar directory and typing in &quot;git pull&quot; will update all the new files. It can not be any easier.&lt;/h6&gt;

&lt;h6&gt;If you run into problems like git unknown command then you need to install Git just visit &lt;a href=&quot;http://code.google.com/p/git-osx-installer/&quot;&gt;http://code.google.com/p/git-osx-installer/&lt;/a&gt;&lt;/h6&gt;

&lt;h6&gt;You can also get Sugars and Themes at &lt;a href=&quot;http://fileability.net/coffee/&quot;&gt;http://fileability.net/coffee/&lt;/a&gt;&lt;/h6&gt;

&lt;h6&gt;I recommend checking out this for themes &lt;a href=&quot;http://github.com/atinypixel/espresso-theme-library/tree/master&quot;&gt;http://github.com/atinypixel/espresso-theme-library/tree/master&lt;/a&gt;&lt;/h6&gt;

&lt;h6&gt;&lt;strong&gt;UPDATE&lt;/strong&gt; (12/04/2009): Thanks to Jay for finding a more up to date Rails Sugar, I have updated the git clone line in my post. This one is much better since it has more to offer then the old one.&lt;/h6&gt;</description>
      <pubDate>Mon, 06 Apr 2009 15:26:00 -0700</pubDate>
      <link>http://www.jonforrent.com/i-love-sugar-in-my-espresso</link>
      <guid isPermaLink="false">http://www.jonforrent.com/archives/i-love-sugar-in-my-espresso</guid>
    </item>
    <item>
      <title>Making Espresso Terminal Friendly</title>
      <description>So thanks to Macheist and all the people who paid for the Macheist bundle I got myself a copy of Espresso, but it didn't behave like Textmate so this is my method to fixing that :)&lt;img class=&quot;right&quot; title=&quot;TextMate&quot; src=&quot;http://files.jonforrent.com/textmate_icn.png&quot; alt=&quot;textmate_icn.png&quot; width=&quot;128&quot; height=&quot;128&quot; /&gt;&lt;a href=&quot;http://macrabbit.com/espresso/&quot;&gt;&lt;img class=&quot;right&quot; title=&quot;Espresso&quot; src=&quot;http://files.jonforrent.com/BannerIcon.png&quot; alt=&quot;BannerIcon.png&quot; width=&quot;149&quot; height=&quot;152&quot; /&gt;&lt;/a&gt;

&lt;h6&gt;I been a happy user of &lt;a href=&quot;http://macrabbit.com/cssedit/&quot; target=&quot;_blank&quot;&gt;CSSEdit&lt;/a&gt; for a very long time and it's part of my web dev tool belt. Another tool I use on a daily basis is &lt;a href=&quot;http://www.macromates.com&quot; target=&quot;_blank&quot;&gt;TextMate&lt;/a&gt;. TextMate is the swiss army knife of text editors but that has it's cons and pros. Quick example is there is no visual presentation for CSS which would be great when you are trying for quick constant updates ... that's where CSSEdit came in play but with Espresso now in my tool belt TextMate will be use less for web dev I am thinking.&lt;/h6&gt;

&lt;h6&gt;I love both TextMate and Espresso and with Espresso being so young it is a great editor already but it is missing one of the key features that I dug about Textmate ... being able to open files and folders from the terminal well I found a quick solution for that and for any of the terminal geeks out there I am sure they have already figured this out but for the one that haven't do this and you can do the same thing with Espresso now.&lt;/h6&gt;

&lt;h6&gt;In Terminal type:&lt;/h6&gt;

&lt;pre&gt;:::bash
cd ~ (that makes sure you are in your home folder)
open -e .bash_profile (Will open TextEdit with the .bash_profile file)
&lt;/pre&gt;

&lt;h6&gt;With the file open add this line to it&lt;/h6&gt;

&lt;pre&gt;:::bash
alias esp=&quot;open -a Espresso&quot;
&lt;/pre&gt;

&lt;h6&gt;Save it and quit TextEdit.&lt;/h6&gt;

&lt;h6&gt;If you get a message saying &quot;.bash_profile does not exist&quot; then type in this command&lt;/h6&gt;

&lt;pre&gt;:::bash
vi ~/.bash_profile
(On your keyboard press the I key once)
(Add this line)
alias esp=&quot;open -a Espresso&quot;
(Press the ESC key on your keyboard once and type in :wq)
&lt;/pre&gt;
&lt;h6&gt;Close your terminal and open it up again. You should know be able to type &quot;esp&quot; in terminal alone Espresso will load up and if you type something like any of these in your terminal window:&lt;/h6&gt;
&lt;pre&gt;:::bash
esp Filename.txt
esp ~/Sites/Folder
esp ~/.bash_profile
esp FolderName
&lt;/pre&gt;

&lt;h6&gt;It shall open it all within Espresso just like TextMate would. So you get the idea I hope.&lt;/h6&gt;

&lt;h6&gt;Good Luck and Thanks to &lt;a href=&quot;http://macrabbit.com/&quot; target=&quot;_blank&quot;&gt;MacRabbit&lt;/a&gt; for creating such beautiful and useful applications!&lt;/h6&gt;</description>
      <pubDate>Mon, 06 Apr 2009 07:02:00 -0700</pubDate>
      <link>http://www.jonforrent.com/making-espresso-terminal-friendly</link>
      <guid isPermaLink="false">http://www.jonforrent.com/archives/making-espresso-terminal-friendly</guid>
    </item>
    <item>
      <title>Subversion book for the Amazon Kindle</title>
      <description>As I wait for my Kindle replacement to get here I have created a Kindle friendly version of the Version Control for Subversion book which is based off the HTML files from the book's project site.&lt;h6&gt;This book is under the Creative Commons Attribution License 2.0 which you can read about by visiting this &lt;a href=&quot;http://creativecommons.org/licenses/by/2.0/&quot;&gt;link http://creativecommons.org/licenses/by/2.0/&lt;/a&gt;.&lt;/h6&gt;

&lt;h6&gt;If you have a Kindle go ahead and click on this link to download the book: &lt;a href=&quot;http://files.jonforrent.com/Version_Control_with_Subversion.zip&quot;&gt;http://files.jonforrent.com/Version_Control_with_Subversion.zip&lt;/a&gt;&lt;/h6&gt;

&lt;h6&gt;The book was converted from HTML to PRC format which is readable on the Kindle using the MobiBook Creator.&lt;/h6&gt;

&lt;h6&gt;If you want a hard copy go grab your self a copy below &lt;a href=&quot;http://www.amazon.com/gp/redirect.html%3FASIN=0596004486%26tag=jonforrent-20%26lcode=xm2%26cID=2025%26ccmID=165953%26location=/o/ASIN/0596004486%253FSubscriptionId=0PZ7TM66EXQCXFVTMTR2&quot;&gt;&quot;Version Control with Subversion&quot; (C. Michael Pilato, Ben Collins-Sussman, Brian W. Fitzpatrick)&lt;/a&gt;&lt;/h6&gt;
  
&lt;h6&gt;The main file(s) for this book and any upcoming information from the authors you can visit this site &lt;a href=&quot;http://svnbook.red-bean.com/&quot;&gt;http://svnbook.red-bean.com/&lt;/a&gt;.&lt;/h6&gt;</description>
      <pubDate>Sat, 26 Jan 2008 11:28:00 -0800</pubDate>
      <link>http://www.jonforrent.com/subversion-book-for-the-amazon-kindle</link>
      <guid isPermaLink="false">http://www.jonforrent.com/archives/subversion-book-for-the-amazon-kindle</guid>
    </item>
    <item>
      <title>HOWTO: Ruby on Rails on your Nokia N800</title>
      <description>I got a few emails asking me how I did it. So why not do a HOWTO on the site right? It's pretty simple but I have yet to see a howto on this at least one that goes from start to end.&lt;h6&gt;NOTE: THIS IS INSTRUCTIONS FOR OS 2007 AND NOT 2008. For 2008 visit this site&lt;/h6&gt;

&lt;h6&gt;I thought I do it even at the risk of repeating someone else instructions. I know I will have these here for myself and anyone else that might need to know how to do it.&lt;/h6&gt;

&lt;h6&gt;First make sure you have the latest firmware for your Nokia N800. Now I did this on a N800 I have never touched a N770 but I am sure if you have the hacked 2007 OS then this howto will apply for that as well. So you will need the latest IT OS &lt;strong&gt;2007&lt;/strong&gt;.&lt;/h6&gt;

&lt;h6&gt;Before you start please note that install Ruby on Rails can be a long process even though I make it seem fast here it can seem at times like it has locked up your N800 ... just let it do it's thing and you will end up with a portable RoR developing machine :) . Remember give it time!&lt;/h6&gt;

&lt;h6&gt;If you haven't done so you might want to add some virtual memory to your N800. How you do this is by going to your control panel and click on memory. Once the dialog comes up click on the virtual tab. Now add as much virtual memory as you can. Please remember to place the memory card near the battery this is what the N800 uses for it's virtual memory.&lt;/h6&gt;

&lt;h6&gt;You will need to enable &quot;Red Pill&quot; mode ... what does this mean? Basically it unlocks the Repository's you have under Application Manager so you can install OpenSSH(or SSH).&lt;/h6&gt;

&lt;h6&gt;So to enable Red Pill mode do this:&lt;/h6&gt;
&lt;ol&gt;
  &lt;li&gt;Open Application Manager&lt;/li&gt;
  &lt;li&gt;Click on the Application Menu(upper left hand corner)&lt;/li&gt;
  &lt;li&gt;Click on Tools and then click on Application catalog&lt;/li&gt;
  &lt;li&gt;Click on the New button&lt;/li&gt;
  &lt;li&gt;In the Web Address delete http:// and type in matrix&lt;/li&gt;
  &lt;li&gt;Click on Cancel&lt;/li&gt;
  &lt;li&gt;This will bring up a prompt with Red Pill or Blue Pill, click on Red Pill.&lt;/li&gt;
  &lt;li&gt;You can now click on the Close button for the catalog and you will be able to see a larger list of applications to install.&lt;/li&gt;
  &lt;li&gt;Optional ... If you do not see more applications listed then you might have to refresh the catalog which is listed under the tools menu.&lt;/li&gt;
&lt;/ol&gt;

&lt;h6&gt;What do you need installed? Not much just a few things. X Terminal (osso-xterm) and SSH.&lt;/h6&gt;

&lt;ol&gt;
  &lt;li&gt;Click on Browse installable applications&lt;/li&gt;
  &lt;li&gt;Click on the All button&lt;/li&gt;
  &lt;li&gt;Look for osso-xterm and ssh click on each one and click on install. You will have to do it for each package.&lt;/li&gt;
  &lt;li&gt;Close Application Manager&lt;/li&gt;
&lt;/ol&gt;

&lt;h6&gt;You should now have Xterminal and SSH installed :) .&lt;/h6&gt;

&lt;h6&gt;Last steps ;) I promise.&lt;/h6&gt;

&lt;h6&gt;Open your Browser on your N800 and type this in &lt;a href=&quot;http://pierre.droids-corp.org/maemo/&quot;&gt;http://pierre.droids-corp.org/maemo/&lt;/a&gt; (&lt;a href=&quot;http://www.box.net/shared/entrd9bp07&quot;&gt;or this one from your computer&lt;/a&gt;) from there install the &lt;strong&gt;ruby_1.8.5&lt;/strong&gt;, &lt;strong&gt;rubygems_0.9.2&lt;/strong&gt;, and &lt;strong&gt;sqlite3-ruby_1.2.1&lt;/strong&gt; packages. Now you should have Ruby and Rubygems installed.&lt;/h6&gt;

&lt;h6&gt;Open up X terminal type this in &lt;strong&gt;ssh root@localhost&lt;/strong&gt; it will ask for a password type in &lt;strong&gt;rootme&lt;/strong&gt;. Your now root on your N800. I suggest you run an update on your Rubygems so type this in:&lt;/h6&gt;

  &lt;pre&gt;:::bash
    gem update --system
  &lt;/pre&gt;

&lt;h6&gt;This will run thru a process of updating your rubygem. If you encounter a error just run the command again it should follow thru after that. Now to install Rails :) . Type this:&lt;/h6&gt;

  &lt;pre&gt;:::bash
    gem install rails --include-dependencies
  &lt;/pre&gt;
  
&lt;h6&gt;This will install rails and any other needed files that are required by rails. Again if you encounter an error just type the command in again.&lt;/h6&gt;

&lt;h6&gt;That's it you have Ruby and Rails install now.&lt;/h6&gt;
  
&lt;h6&gt;I have a few things installed that you might want to install yourself to help you work with your Rails app. Minimo which is a ported version of Mozilla for portable devices and I have leafpad installed. The built in browser has it's limitations and using Minimo will get you closer to using a more featured pack browser that will handle Advanced JavaScript such as AJAX and advanced CSS.&lt;/h6&gt;

&lt;h6&gt;It can be hard to type code on the N800 but you can use a bluetooth keyboard for that :) it works very well.&lt;/h6&gt;

&lt;h6&gt;I hope I didn't leave anything out if I did let me know ... I am really good at missing the small stuff :P, Good luck!&lt;/h6&gt;</description>
      <pubDate>Sun, 27 May 2007 03:27:00 -0700</pubDate>
      <link>http://www.jonforrent.com/howto-ruby-on-rails-on-your-nokia-n800</link>
      <guid isPermaLink="false">http://www.jonforrent.com/archives/howto-ruby-on-rails-on-your-nokia-n800</guid>
    </item>
    <item>
      <title>Final Class Project: Complete!</title>
      <description>I have finally completed my project for CIM269a which is Beginner Javascript @ &lt;a herf=&quot;http://www.saddleback.edu&quot;&gt;Saddleback College&lt;/a&gt;. Check it out!&lt;h6&gt;This tutorial seems to be defunct(broken) with the latest release of MooTools 1.0(01/31/2007) So please use this as a reference to understand how mootools works but the code I used in the video is no longer valid ... I do plan on release an updated version of this video as well as a few others. I will update this post when that happens.&lt;/h6&gt;

&lt;h6&gt;My project was to use a framework and show it being used as well as giving an example of how it can be used in a real life scenario.&lt;/h6&gt;

&lt;h6&gt;I used Mootools for the frameworks just because it looks to me like an easier to understand framework and the functions that are built in are just perfect. The size and feature are just right.&lt;/h6&gt;

&lt;h6&gt;I created a Video Tutorial of how to apply an Accordion effect to div blocks in a page and create a hands on feel to the site. I did do my best on exampling how to do it as easily as possible in the video ... It took me many tries to get the video just as close to perfect as I could.&lt;/h6&gt;

&lt;h6&gt;If you enjoy and learn from the video fantastic that was my main goal and if you didn't really enjoy it or learned something from it but maybe got 1% of something back from it then hey you know that makes me happy also.&lt;/h6&gt;

&lt;h6&gt;A real quick note I noticed that Mootools is now at &lt;s&gt;&lt;a href=&quot;http://mootools.net/download/svn&quot;&gt;revision 7273 in the SVN repository&lt;/a&gt;&lt;/s&gt; revision 83 and I still have revision 70 in the projects file zip. There was no changes that would affect the tutorial or the files. I decided not to update what was in the zip file.&lt;/h6&gt;

&lt;h6&gt;What are you waiting for?!?!?! Go download the video and project files already!&lt;/h6&gt;
&lt;ul&gt;  
  &lt;li&gt;&lt;a href=&quot;http://www.box.net/public/static/yuu844in2e.7z&quot;&gt;Video Download Mirror 1 (FAST)&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://tinyurl.com/mm5xe&quot;&gt;Video Download Mirror 2 (FASTER)&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://video.google.com/videoplay?docid=4080168636335955685&amp;hl=en&quot;&gt;Link to Video on Google Video (You will need Flash)&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.box.net/public/static/exrp3sxolx.zip&quot;&gt;Project Files&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
  
&lt;h6&gt;You will need something like &lt;a href=&quot;http://www.7-zip.org/&quot;&gt;7zip&lt;/a&gt; or &lt;a href=&quot;http://www.izarc.org/&quot;&gt;IZArc&lt;/a&gt; or anything else that handles the 7z format to extract the movie. Also you will need Quicktime or something that handles MOV files to play the video.&lt;/h6&gt;

&lt;h6&gt;Have any questions on the video contact me or post a comment.&lt;/h6&gt;

&lt;h6&gt;I hope to do more of these ... I enjoyed doing it.&lt;/h6&gt;

&lt;h6&gt;&lt;em&gt;EDIT: I had to change the URL of my School site because I was deleted from their servers ... so I am now hosting it on my site instead :) .&lt;/em&gt;&lt;/h6&gt;</description>
      <pubDate>Tue, 10 Oct 2006 09:35:00 -0700</pubDate>
      <link>http://www.jonforrent.com/final-class-project-complete</link>
      <guid isPermaLink="false">http://www.jonforrent.com/archives/final-class-project-complete</guid>
    </item>
  </channel>
</rss>
