May 2013 M T W T F S S « Apr 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 -
Recent Posts
Recent Comments
- Behzodbek on Phonon-Xine is dead. Long live Phonon-GStreamer.
- Simon Lewis on A fresh new KMix
- T. Fischer on The Volume Slider Compromise
- Robert on The Volume Slider Compromise
- Maximilian Schander on The Volume Slider Compromise
Categories
- Freedom (3)
- Internet (2)
- Linux (92)
- Other (132)
- Planet Caminus (6)
- Opencraft (3)
- Programming (11)
- Uncategorized (6)
- wm161.net (4)
Tag Archives: code
The State of Glovebox
First, I’ll show off the logo for Glovebox:
Second, Glovebox development has stalled a little bit over the last few weeks due to college starting up again for me. So, I’ll just give a quick overview over whats changed since …
Posted in Other
Tagged code, development, Freedesktop, glovebox, Hacking, improvement, KDE, Launchpad, Linux, plasma, Programming, project
Leave a comment
The GPL’d Ext
As you are likely well aware, the Ext javascript library changed it’s license to the GPL. Instead of being reasonable people and choosing the LGPL, they want to enforce the spread of open source throughout the cloud. Sounds like …
Posted in Other
Tagged code, Ext, Freedom, GPL, Javascript, LGPL, open source, Programming, two cents
Leave a comment
How They Do It
Earlier today, BoingBoing posted a link to a list of how different people…you know, do it
.
It took about an hour or two, but I created an AJAX version of the same list: http://wm161.net/labs/how-they-do-it/. People can add items to …
PHP Automatic Bug Tracker
I’ve hacked together a small but functional bug tracker for my website. My common.php has some code in it now to use my new BugTracker class to report PHP errors and uncaught exceptions.
Well, at least exceptions. I apparently forgot …
My WPWrapper class
In my previous post, I mentioned that I had a really simple way of using my wordpress themes with regular PHP scripts. Now, according to the Codex, you are supposed to use this method:
include ‘wp-blog-header.php’;
get_header();
/* Do some code */
get_sidebar();
get_footer();
That …
