Unfinished Sofware's Blog
Apr
25
Tagged as:
ATI,
Kubuntu,
Linux
written by
s0undt3ch, on Apr 25, 2009 1:36:00 AM.
As you can read on a previous post of mine,
I was, and still am quite pissed at ATI.
However, being forced to choose from upgrading my favourite linux distribution,
Kubuntu, to latest stable version 9.04 and loosing
the ATI proprietary drivers, or, staying at the old version of kubuntu, but keep the
proprietary drivers, Kubuntu won. I was ready to stop using
compiz once more :\
Read on...
Apr
24
written by
s0undt3ch, on Apr 24, 2009 4:33:00 PM.
Fuck You ATI!!!!!!
Ever since I bought my laptop which is UNFORTUNATELY attached to an ATI card, I’ve had issues running it on Linux! And now you tell me that you’re dropping support!? This laptop is not 2 years old!!!! Now What!?
If I could, believe me, I’d buy a new laptop and would make SURE there wasn’t anything ATI inside, in fact, be sure that you won’t EVER again see a penny from me!!!!
Recently I started developing my python applications using
virtualenv so that I don’t clutter up the system’s
python installation with non-system python packages.
Everything was good until I wanted to use IPython
instead of python’s shell…
The issue is that virtualenv
creates a different python executable that includes the
virtualenv‘s packages into
sys.path while IPython stays unaware of the
virtualenv‘s packages.
Yet, there’s a solution!!!
Read on...
This TextPress widget enables search on your blog using Google Adsense For Search.
Read on...
I try to get my applications written in python, this way I’m able to tweak it as needed.
When I thought about putting a blog online, of course, I searched for a python blogging application, but, by that time, I was unable to find one. So, like most users, I ended up installing WordPress which suited my needs until a week ago, when Google emailed me.
Read on...
This was my first serious TextPress plugin.
This plugin will enable your TextPress install to be logged by
Google Analytics.
It ads the necessary javascript code to log your blog, plus, it also
logs the downloads of regular filenames which end with a specific extension;
these extensions are defined by you; and also external links.
Configuration
The necessary configuration is:
UID: Google Analytics’ UID. The UID is needed for Google Analytics to
log your website stats. Your UID can be found by looking in the JavaScript
Google Analytics gives you to put on your page. Look for your UID in
between the javascript:
var pageTracker = _gat._getTracker("UA-111111-11");
In this example you would put UA-11111-1 in the UID box.
There are other, more advanced configuration options:
Admin Logging: Disabling this option will prevent all logged in
TextPress admins from showing up on your Google Analytics reports. A
TextPress admin is defined as a user with a level 4 or higher.
Outbound Link Tracking: Disabling this option will turn off the
tracking of outbound links.
It’s recommended not to disable this option unless you’re a privacy
advocate (now why would you be using Google Analytics in the first place?)
or it’s causing some kind of weird issue.
Google Analytics External Path Prefix: This will be the path shown on Google Analytics
regarding external links. Consider the following link:
<a href="http://textpress.pocoo.org/">TextPress</a>
The above link will be shown as(for example):
/external/textpress.pocoo.org/
Outbound link tracking must be enabled for external links to be tracked.
Download Extensions To Track: Enter any extensions of files you would like to be
tracked as a download. For example to track all MP3s and PDFs enter
mp3,pdf.
Outbound link tracking must be enabled
for downloads to be tracked.
Tracking Domain Name: If you’re tracking multiple subdomains with the
same Google Analytics profile, like what’s talked about
here,
enter your main domain here. For more info, please visit the previous link.
You can submit bugs and/or new features to DevNull
Download It
This is a TextPress theme ported from WordPress.
Here’s a preview of it:
You can submit bugs and/or new features to DevNull
Download It
This is the same as the “Latest Comments” TextPress widget except it also shows ‘n’ words(configurable) words of each comment.
Not much, buy usefull
You can submit bugs and/or new features to DevNull
Download It
TextPress jQuery ImgBox plugin support.
Usage:
<span class="imagebox">
<a href="/_uploads/my_image1.png">
<img src="/_uploads/my_image1.thumbnail.png"/>
</a>
<a href="/_uploads/my_image2.png">
<img src="/_uploads/my_image2.thumbnail.png"/>
</a>
</span>
The needed step is to wrap your series of image links in, for example a span with the class imagebox.
This way you’re image link will be opened by jQuery’s ImageBox plugin.
Read more about jQuery’s ImgBox plugin and it’s usage.
You can submit bugs and/or new features to DevNull
Download It
This was my first plugin for TextPress. A theme to get my old blog looks into TextPress.
Here’s a preview of it:
It’s the theme this blog uses
You can submit bugs and/or new features to DevNull
Download It