Do they belong to you? Claim these comments.
Kaspars
Is this you? Claim Profile »
6 months ago
in Monday Poll: How many plugins create settings pages? on Fun with WordPress
Andrew, I'll do it soon in one of my sidenote posts.
6 months ago
in Monday Poll: How many plugins create settings pages? on Fun with WordPress
I have 28, Andrew. Luckily 900px of screen height with maximized browser window is just about enough to fit in that amount of links in the drop-right menu.
1 reply
Andrew Rickmann
I can't imagine why I would even want 28 plugins Kaspars. I have 9 and that seems a little more than I would ideally like. Have you published a list of these anywhere?
8 months ago
in Widgets - A call for help on Fun with WordPress
Lets test this Disqus thing. Can I post code here?
foreach ($this_sidebar as $_widget_id) {
$widget_info = explode('-', $_widget_id);
if ('tabbedsidebar' == $widget_info[0] && is_numeric($widget_info[1])) {
if (!in_array($_widget_id, $_POST['widget-id'])) {
// Remove widget as it was delted
unset($this->adminOptions['widget_settings'][$widget_info[1]]);
// Remove also the sidebar which was a placeholder for tabbed widgets
unregister_sidebar($_widget_id);
}
}
}
1 reply
Andrew Rickmann
Wow, that's amazing Kaspars. You've done in no time what it has taken me weeks to give up on.
9 months ago
in What’s the benefit of 3rd party commenting services? on Fun with WordPress
I would never use a third-party comment thing. Mainly because of the reason you stated -- they don't offer anything that can not be accomplished locally.
I also consider comments a personal matter and the privacy issues that arise because of every comment going through a 3rd-party service might put off some of the readers (although most of them are probably unaware of that fact).
I also consider comments a personal matter and the privacy issues that arise because of every comment going through a 3rd-party service might put off some of the readers (although most of them are probably unaware of that fact).
10 months ago
in Questions About Habari for WordPress Users on Fun with WordPress
Andrew, you have given me the reason to try and install it. I'll give it a try right now and will report back in a while.
1 year ago
in Plugin Update: in-context comments on Fun with WordPress
The new shortcode feature with such beautiful charts is really amazing.
1 year ago
in Themery : Blogged - Feel on Fun with WordPress
Thanks for the archive links, that was really quick. Previously I simply went to the browser's address bar and truncated the URL to include only the year. Archive links will definitely make it a lot easier :)
1 year ago
in Themery : Blogged - Feel on Fun with WordPress
Andrew, I am really fascinated by your extremely precise and well put definition of a minimalistic design:
You reveal the very core of the design and this is what many people are even not aware of when trying to make their "design" judgments. Like you said -- even a single article on a blank page can have a dozen of reasons for the way elements are organized and laid out.
I am really looking forward to follow your ideas behind every step of this theme design process.
p.s. one suggestion: it is currently really hard to get to your earlier posts on this blog because there is only a category based navigation available. Could you, please, add a monthly archive widget to the sidebar? Cheers!
the point at which everything you want and need is available, but somehow hidden until you need it. Where nothing exists without purpose, and everything that exists is something you both need and want.
You reveal the very core of the design and this is what many people are even not aware of when trying to make their "design" judgments. Like you said -- even a single article on a blank page can have a dozen of reasons for the way elements are organized and laid out.
I am really looking forward to follow your ideas behind every step of this theme design process.
p.s. one suggestion: it is currently really hard to get to your earlier posts on this blog because there is only a category based navigation available. Could you, please, add a monthly archive widget to the sidebar? Cheers!
1 year ago
in Divine Proportions on Fun with WordPress
Hi, Andrew. Do you know about the Golder Ratio or Golden Section? It have worked very well for me.