Category Archives: Asides

Displaying WordPress categories in a horizontal dropdown menu.

April 16, 2008 by aaron
One of my readers recently asked how I created my horizontal menu bar: the short answer is by mixing CSS and Javascript. The first step is to get WordPress to display the menu as a hierarchical list without a title. <?php wp_list_categories('sort_column=name&sort_order=asc&style=list&children=true&hierarchical=true&title_li=0'); ?> We then wrap this WordPress code in the following so we can style it. <div style="text-align:center;"> <ul id="menu" style="padding:0; margin:0;"> <?php wp_list_categories(&#039;sort_column=name&sort_order=asc&style=list&children=true&hierarchical=true&title_li=0&#039;); ?> </ul> </div> I added this to my header.php, but you can add it anywhere you want it to appear.
Read More ⟶

The Linux Blogging Vacuum

April 13, 2008 by aaron
I’m considering splitting this blog into multiple blogs, but before I do that I want to find a good desktop blog publishing program to ease the transition on my end.However, I use Linux almost exclusively and from what I’m seeing and reading “good desktop blog publishing” and “Linux” are mutually exclusive. It isn’t often that Linux fails me, but all I can find are complaints about how Linux Blogging Sucks. I have a few more programs to test but for right now I agree.
Read More ⟶

Zeitgeist — The Full Movie

April 10, 2008 by aaron
Ever wondered about the great conspiracies of the world? Ever considered that maybe, just maybe, they are all connected? Ever wanted answers? Is Religion a Hoax? Was Bush Responsible? Is the United States a Terrorist Nation? Is the Federal Reserve the New World Order? Zeitgeist — The Movie Find out more about this move at www.zeitgeistmovie.com Original Photo Credits: Federal Reserve, The World Trade Center

TED: Think Globally, Act Locally

April 8, 2008 by aaron
I’ve linked to TED for quite a while in my sidebar and I urge everyone to subscribe to TED’s video RSS feed if you are even remotely concerned about the world and people around you. TED talks tends to focus on the grand scheme of things, but this talk by Yossi Vardi talks focuses acutely on the local issues that plague many bloggers. The topic of this talk effects at least 50% of bloggers and all bloggers who care about the future of the world should not only watch this video, but also take immediate action.
Read More ⟶

One reason I use Linux.

April 23, 2007 by aaron
It continually surprises and impresses me, in a good way. As a little background: I’ve used Linux at a moderate to advanced level for a few years now: I’ve never written a bash script longer than 6 lines and never hacked the kernel, but I’m not afraid of the command line and have no problems editing my xorg.conf, grub.conf or any other system files using nano. The command line is my friend, but I still like a GUI admin panel sometimes.
Read More ⟶

Tis the season…

April 18, 2007 by aaron
Yup, it is that time again. The time when everybody looks back and things about what they have done in the last year. When everyone gets to relax. When everyone is filled with the spirit of happiness and brotherly love. When everyone can sit back and relax in what they have done well so far this year. So in this spirit I’d like to wish everyone a happy end-of-semester. For anyone in higher education this time of year is not marked by commercialism or religious holidays: it is marked by the passing of courses, the giving of grades and the knowledge that you have done a good job and that you have done the impossible: you have survived another semester.
Read More ⟶

Displaying WordPress categories in a horizontal dropdown menu.

April 16, 2008 by aaron
One of my readers recently asked how I created my horizontal menu bar: the short answer is by mixing CSS and Javascript. The first step is to get WordPress to display the menu as a hierarchical list without a title. <?php wp_list_categories('sort_column=name&sort_order=asc&style=list&children=true&hierarchical=true&title_li=0'); ?> We then wrap this WordPress code in the following so we can style it. <div style="text-align:center;"> <ul id="menu" style="padding:0; margin:0;"> <?php wp_list_categories(&#039;sort_column=name&sort_order=asc&style=list&children=true&hierarchical=true&title_li=0&#039;); ?> </ul> </div> I added this to my header.php, but you can add it anywhere you want it to appear.
Read More ⟶

The Linux Blogging Vacuum

April 13, 2008 by aaron
I’m considering splitting this blog into multiple blogs, but before I do that I want to find a good desktop blog publishing program to ease the transition on my end.However, I use Linux almost exclusively and from what I’m seeing and reading “good desktop blog publishing” and “Linux” are mutually exclusive. It isn’t often that Linux fails me, but all I can find are complaints about how Linux Blogging Sucks. I have a few more programs to test but for right now I agree.
Read More ⟶

Zeitgeist — The Full Movie

April 10, 2008 by aaron
Ever wondered about the great conspiracies of the world? Ever considered that maybe, just maybe, they are all connected? Ever wanted answers? Is Religion a Hoax? Was Bush Responsible? Is the United States a Terrorist Nation? Is the Federal Reserve the New World Order? Zeitgeist — The Movie Find out more about this move at www.zeitgeistmovie.com Original Photo Credits: Federal Reserve, The World Trade Center

TED: Think Globally, Act Locally

April 8, 2008 by aaron
I’ve linked to TED for quite a while in my sidebar and I urge everyone to subscribe to TED’s video RSS feed if you are even remotely concerned about the world and people around you. TED talks tends to focus on the grand scheme of things, but this talk by Yossi Vardi talks focuses acutely on the local issues that plague many bloggers. The topic of this talk effects at least 50% of bloggers and all bloggers who care about the future of the world should not only watch this video, but also take immediate action.
Read More ⟶

One reason I use Linux.

April 23, 2007 by aaron
It continually surprises and impresses me, in a good way. As a little background: I’ve used Linux at a moderate to advanced level for a few years now: I’ve never written a bash script longer than 6 lines and never hacked the kernel, but I’m not afraid of the command line and have no problems editing my xorg.conf, grub.conf or any other system files using nano. The command line is my friend, but I still like a GUI admin panel sometimes.
Read More ⟶

Tis the season…

April 18, 2007 by aaron
Yup, it is that time again. The time when everybody looks back and things about what they have done in the last year. When everyone gets to relax. When everyone is filled with the spirit of happiness and brotherly love. When everyone can sit back and relax in what they have done well so far this year. So in this spirit I’d like to wish everyone a happy end-of-semester. For anyone in higher education this time of year is not marked by commercialism or religious holidays: it is marked by the passing of courses, the giving of grades and the knowledge that you have done a good job and that you have done the impossible: you have survived another semester.
Read More ⟶