new path to images

This commit is contained in:
Sami Samhuri 2011-12-11 01:15:35 -08:00
parent c62cf020ff
commit 70e985886c
4 changed files with 8 additions and 8 deletions

View file

@ -18,7 +18,7 @@ I wrote a Ruby program to insert code into both methods with a single snippet. A
I think this looks cool in action. Plus I like to show off what what TextMate can do to people who may not use it, or don't have a Mac. It's just over 30 seconds long and weighs in at around 700kb. I think this looks cool in action. Plus I like to show off what what TextMate can do to people who may not use it, or don't have a Mac. It's just over 30 seconds long and weighs in at around 700kb.
<p style="text-align: center"> <p style="text-align: center">
<img src="/images/download.png" title="Download" alt="Download"> <img src="/images/blog/download.png" title="Download" alt="Download">
<a href="/f/ims-demo.mov">Download Demo Video</a> <a href="/f/ims-demo.mov">Download Demo Video</a>
</p> </p>
@ -35,7 +35,7 @@ There are 3 snippets which are activated by the following tab triggers:
Run **Quick Install.app** to install these commands to your <a [syncPeople on Rails bundle](syncPeople) if it exists, and to the default Rails bundle otherwise. (I highly recommend you get the syncPeople bundle if you haven't already.) Run **Quick Install.app** to install these commands to your <a [syncPeople on Rails bundle](syncPeople) if it exists, and to the default Rails bundle otherwise. (I highly recommend you get the syncPeople bundle if you haven't already.)
<p style="text-align: center"> <p style="text-align: center">
<img src="/images/download.png" title="Download" alt="Download"> <img src="/images/blog/download.png" title="Download" alt="Download">
<a href="/f/IntelligentMigrationSnippets-0.1.dmg">Download Intelligent Migration Snippets</a> <a href="/f/IntelligentMigrationSnippets-0.1.dmg">Download Intelligent Migration Snippets</a>
</p> </p>

View file

@ -7,7 +7,7 @@ Tags: apple, apple, german, keyboard
Nothing personal, but the backtick/tilde is located where the rest of the left shift key should be, and the return key is double-height, forcing the backslash/bar to the right of the dash/underscore (that'd be the apostrophe/double quote for pretty much everyone else who types qwerty). Note that I'm talking about using a German keyboard with an English layout. The German layout is flat out impossible for coding. Nothing personal, but the backtick/tilde is located where the rest of the left shift key should be, and the return key is double-height, forcing the backslash/bar to the right of the dash/underscore (that'd be the apostrophe/double quote for pretty much everyone else who types qwerty). Note that I'm talking about using a German keyboard with an English layout. The German layout is flat out impossible for coding.
<a href="/images/keyboard.jpg"><img src="/images/keyboard.jpg" title="German Apple Keyboard" alt="German Apple Keyboard"></a> <a href="/images/blog/keyboard.jpg"><img src="/images/blog/keyboard.jpg" title="German Apple Keyboard" alt="German Apple Keyboard"></a>
For some reason it gets even worse with a German Apple keyboard. Square brackets, where for art though? Through trial and error I found them using Alt/Opt+5/6... non-Apple German keyboards I've seen use Alt Gr+8/9, which is just as bad but at least they were <strong>labeled</strong>. I know why coders here don't use the German layout! I feel uneasy just talking about it. For some reason it gets even worse with a German Apple keyboard. Square brackets, where for art though? Through trial and error I found them using Alt/Opt+5/6... non-Apple German keyboards I've seen use Alt Gr+8/9, which is just as bad but at least they were <strong>labeled</strong>. I know why coders here don't use the German layout! I feel uneasy just talking about it.

View file

@ -5,7 +5,7 @@ Author: sjs
Tags: apple, apple, itunes Tags: apple, apple, itunes
---- ----
<img src="/images/menu.png" style="float: right; margin: 10px;" title="New menu" alt="New menu"> <img src="/images/blog/menu.png" style="float: right; margin: 10px;" title="New menu" alt="New menu">
Besides the <a href="http://www.tuaw.com/2006/09/12/walkthrough-itunes-7s-big-new-features/">big changes</a> in <a href="http://www.apple.com/itunes">iTunes 7</a> there have been some minor changes that are still pretty useful. Besides the <a href="http://www.tuaw.com/2006/09/12/walkthrough-itunes-7s-big-new-features/">big changes</a> in <a href="http://www.apple.com/itunes">iTunes 7</a> there have been some minor changes that are still pretty useful.
@ -21,9 +21,9 @@ And now some of the smaller gems are listed below.
<h3 style="clear: right;">Video controls</h3> <h3 style="clear: right;">Video controls</h3>
<a href="/images/itunes-controls.png"><img src="/images/itunes-controls-thumb.png" style="float: left; margin: 10px;" title="iTunes video controls" alt="iTunes video controls"></a> <a href="/images/blog/itunes-controls.png"><img src="/images/blog/itunes-controls-thumb.png" style="float: left; margin: 10px;" title="iTunes video controls" alt="iTunes video controls"></a>
Similar to the <a href="/images/quicktime-controls.png">Quicktime full screen controls</a>, iTunes now sports video controls as well. It was really annoying to have to exit fullscreen to control the video, and now we don't have to. The controls are available when you have a floating video window open as well as when you're <a href="/images/itunes-controls-fullscreen.png">full screen</a>. Similar to the <a href="/images/blog/quicktime-controls.png">Quicktime full screen controls</a>, iTunes now sports video controls as well. It was really annoying to have to exit fullscreen to control the video, and now we don't have to. The controls are available when you have a floating video window open as well as when you're <a href="/images/blog/itunes-controls-fullscreen.png">full screen</a>.
<h3 style="clear: left;">Smart playlists</h3> <h3 style="clear: left;">Smart playlists</h3>
@ -31,7 +31,7 @@ It's always bothered me that I couldn't remove tracks from smart playlists. Afte
### Gapless playback (and more) ### ### Gapless playback (and more) ###
<a href="/images/gapless.png"><img src="/images/gapless-thumb.png" style="float: right; padding: 10px;" title="Gapless playback" alt="Gapless playback"></a> <a href="/images/blog/gapless.png"><img src="/images/blog/gapless-thumb.png" style="float: right; padding: 10px;" title="Gapless playback" alt="Gapless playback"></a>
You can set tracks to be part of a gapless album, and your iPod makes use of that information too. Sweet. Another new flag is "Skip when shuffling". You can set tracks to be part of a gapless album, and your iPod makes use of that information too. Sweet. Another new flag is "Skip when shuffling".

View file

@ -5,7 +5,7 @@ Author: sjs
Tags: coding, haskell, scheme Tags: coding, haskell, scheme
---- ----
It's been a little while since I wrote about Haskell and the <a href="http://sami.samhuri.net/2007/5/3/a-scheme-parser-in-haskell-part-1">Scheme interpreter</a> I've been using to learn and play with both Haskell and Scheme. I finished the tutorial and got myself a working Scheme interpreter and indeed it has been fun to use it for trying out little things now and then. (Normally I would use Emacs or Dr. Scheme for that sort of thing.) There certainly are <a href="http://www.lshift.net/blog/2007/06/11/folds-and-continuation-passing-style">interesting things</a> to try floating around da intranet. And also things to read and learn from, such as <a href="http://cubiclemuses.com/cm/blog/tags/Misp">misp</a> (via <a href="http://moonbase.rydia.net/mental/blog/programming/misp-is-a-lisp">Moonbase</a>). It's been a little while since I wrote about Haskell and the <a href="2007.05.03-a-scheme-parser-in-haskell-part-1.html">Scheme interpreter</a> I've been using to learn and play with both Haskell and Scheme. I finished the tutorial and got myself a working Scheme interpreter and indeed it has been fun to use it for trying out little things now and then. (Normally I would use Emacs or Dr. Scheme for that sort of thing.) There certainly are <a href="http://www.lshift.net/blog/2007/06/11/folds-and-continuation-passing-style">interesting things</a> to try floating around da intranet. And also things to read and learn from, such as <a href="http://cubiclemuses.com/cm/blog/tags/Misp">misp</a> (via <a href="http://moonbase.rydia.net/mental/blog/programming/misp-is-a-lisp">Moonbase</a>).
*I'm going to describe two new features of my Scheme in this post. The second one is more interesting and was more fun to implement (cond).* *I'm going to describe two new features of my Scheme in this post. The second one is more interesting and was more fun to implement (cond).*