Potassium 1.0.2 released

Potassium 1.0.2 is now available for download. This release addresses a few more CSS quirks as well as adding support for a couple additional CSS classes.
Changelog

Altered the stylesheet description to remind you that Sandbox is required.
Support for tag cloud widgets introduced – the tag icon should now appear in these widgets as you can see [...] No comments. Read the complete post »


dev.NOVALISTIC’s WordPress installation!

I spent last night installing and customizing dev.NOVALISTIC’s WordPress installation. That WordPress blog will be filled with dummy content, and will become the test site to showcase my future WordPress themes and plugins. No comments. Read the complete post »


Potassium, IE and WordPress 2.3 tags

OK, I’m getting fed up of all this Internet Explorer crap. As you know, Potassium does NOT support IE6. However, my first upcoming WordPress theme and a slight handful of my future themes will support IE6, and all future themes from my birthday ‘08 will not support IE6.
Now to rant about my tag cloud and [...] No comments. Read the complete post »


Custom PHP functions

As I’d promised, today I’ll teach you how to create your own functions to assist you in your programming.
It’s pretty simple, but some people might not be able to grasp the concept so I’ll try to make things clear for everyone On to the tutorial! No comments. Read the complete post »


Movable Type Open Source and WordPress

According to Mark Jaquith, Six Apart recently announced their move to release Movable Type’s source code under the GNU General Public License, exactly what beloved WordPress is under.
Something notable about this move is that since Six Apart is still the sole operator of MT, contributions made to its source code by anyone can only be [...] No comments. Read the complete post »


PHP functions

Today we’re going to look at what most programmers call functions.
A function is what you call in your program to tell it to perform a series of smaller actions, like echo(), substr(), mysql_query(), or your very own functions like calculate_age() or bake_cookies() (which we will learn how to create in the next tutorial).
I’ll be explaining [...] No comments. Read the complete post »


Paamayim Nekudotayim

I was just messing around with PHP and the very promising web application framework CodeIgniter, which I’m using to develop NOVALISTIC 3.0, and I encountered a funny parse error listed below:

Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in D:\NOVALISTIC\3.0\ci\system\application\views\header.php on line 10

The first thing I (obviously and intuitively) did, was search PHP Bugs for the string [...] No comments. Read the complete post »


Plugins, plugins, plugins

I seem to be installing a WordPress plugin almost every other day. Well, since last month. Right now I have more than 20 WordPress plugins installed, and my WordPress installation seems to be really heavily cluttered, lol. I’m such a plugin whore
I think, by the end of 2007 I would have over fifty [...] No comments. Read the complete post »