Technology
I use to have TOCs in articles when this site ran DokuWiki. But by default, WP doesn’t provide this ability. After a few Googling, I found the Table of Contents Plus plugin.
I choose this one for two main reasons:
it can automatically insert a TOC in WP since “X or more headings are present” ; it has various looks embedded to match your theme. You can have a look at a rendered example here .Continue reading...
We’ve recently seen how to create your corporate HTML website with only a few static pages. In fact, you may use this technics to create any website.
If you already read the previous article, you might remember that there is a small issue with dynamic content. As every pages where simple modified copies of each other, any modification in the common content has to be duplicated in every pages. This time, we’re gonna see how to solve this issue by using a include feature. This will require a bit a programming ; but I’ll try to use as much as possible and to explain far enough so that anyone can use it.Continue reading...
Once in a while, I reinstall OSX. I have both a SSD for the system and a SATA drive for /Users. This way, I can recover my personal files in only a few seconds. The problem is, when I do that, the Aperture library disappears from the desktop background selection.
I found a tweak on the Internet which states that you have to go to Aperture’s preferences, in the “Previews” section and unset/reset “Share previews with iLife and iWork”, restarting Aperture between switch. That didn’t solve my problem.Continue reading...
I am used to using ksh on my *BSD box. I have configured a tweaked .profile with colors and aliases. I already used it with the default bash. But today, I want to switch to ksh on the Mac too.
And that’s quite simple:
# chsh -s /bin/ksh That’s All!Continue reading...
I have bought an Asus EeePad Transformer to see what Android was (compared to all the iOS I had :). One of the thing I found missing (on 3.0, 3.1 and 3.2) was the ability to access CIFS (AKA SMB ou Windows) share. It’s quite a shame since you know Android and no more than a tweaked Linux kernel…
Anyway, after reading a whole pack of doc, I decided to go “rooting” my tablet. I don’t want to install a fully customized ROM (yet). For now, I will keep the stock Asus firmware but will add CIFS capabilities.Continue reading...