Automatic Category Lists in FarCry (a la WordPress)

This entry is part 4 of 4 in the series FarCry Tutorials

In this tutorial, I want to share how I went about using the <skin:genericNav> tag from FarCry, combined with a custom function, to create an archive of similarly categorized items. This culd be considered similar to WordPress’s category or tag view, in which all the posts matching the category are shown. I’ve extended this idea for FarCry by allowing any number of different types to be shown.

Continue reading

Gmail copies Outlook

Link

This made me laugh when I saw it. Yup, gmail is gaining the ability to “preview” your email:

Sometimes, though, I want to see more than snippets, which is why I’m happy to announce that you can now preview messages in your inbox using a new feature in Gmail Labs called Preview Pane. It’s probably a very familiar layout to those of you who have used Gmail on a tablet device.

Sound familiar? Because hey, it seems like Microsoft actually knows what they’re doing with the whole email thing. Who would’ve known.

HTML Editing in Fossil: Tickets, Wiki, Comments & Events

This entry is part 5 of 5 in the series Fossil-SCM

imageDo you want to use an HTML editor in Fossil, would like semantically correct code that is sanitized appropriately, but don’t want to clutter up your repository with useless javascript, css, and image files? Well, here’s a guide especially for you!

If you’re only interested in the skin configuration for the solution (including the ‘google code’ type styling in use on my repositories), jump here. If you’re interested in integrating things into your own skin, download this zip file, and then follow through the tutorial!
Continue reading

f.bat or f.exe: sometimes just use the easy solution

This was supposed to be a short topic about running fossil from the command “f”. I mean short – like a paragraph introduction and then some code and bam, done. But noooo, I had to try to out do myself. First, why would I want to use “f” instead of “fossil”? Because I’m lazy. Pure and simple.
Continue reading

Updating my style

Another summer almost gone. I got back from vacation a couple of weeks ago, and looked over this blog. I realized that when I started, I had meant to do a whole bit on integrating bbPress and Hybrid together into one kickass package. A year later, nothing had happened — it was time for a change.

As you can see, I’ve updated the blog to be more stylish. I did this in a simple way: updated to the default WordPress 3.2 theme: TwentyEleven. Then, I got rid of the header images. And that was it. Well, not quite. There were a couple of issues left to fix:

  1. WordPress sidebar on single blog posts
  2. Styling bbPress to look like the default bbPress supported TwentyTen theme.
  3. WordPress sidebar on anything related to forums
  4. Updating to the highlight.js syntax highlighting plugin: aka shortcode hell

Continue reading

Highlighting Code & Diffs in Fossil’s UI

This entry is part 4 of 5 in the series Fossil-SCM

highlight.jsIn a previous post and associated email on the fossil-users list, I had promised a write-up of how to get nice diff highlighting. Considering how long ago I wrote that post, I think it is obvious I might have forgotten about it. A recent email chain on the same list snapped me out of it. Thanks to this response to my original fossil styling tutorial on the user list, you will find a simple solution that doesn’t require committing anything to your fossil repository that will highlight your source code and your diffs.

Continue reading

Installing Windows 7, aka stupid partitioned USB Key

This entry is part 2 of 2 in the series Building an HTPC

Having built the HTPC, I now needed to install the operating system. I am a Windows person, so I needed to get my Windows 7 DVD onto a USB key so that I could install it on the HTPC, which had no DVD drive. The only USB key big enough currently had a multiple partition setup going with an Ubuntu install (so I could boot up with my email etc. on most computers). Turns out, that was the first problem.

Continue reading