<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Marcin Juszkiewicz - wordpress</title><link href="https://marcin.juszkiewicz.com.pl/" rel="alternate"/><link href="https://marcin.juszkiewicz.com.pl/tag/wordpress/feed/" rel="self"/><id>https://marcin.juszkiewicz.com.pl/</id><updated>2019-04-24T12:59:00+02:00</updated><entry><title>Good bye WordPress</title><link href="https://marcin.juszkiewicz.com.pl/2019/04/24/good-bye-wordpress/" rel="alternate"/><published>2019-04-24T12:59:00+02:00</published><updated>2019-04-24T12:59:00+02:00</updated><author><name>Marcin Juszkiewicz</name></author><id>tag:marcin.juszkiewicz.com.pl,2019-04-24:/2019/04/24/good-bye-wordpress/</id><summary type="html">Some words about my migration from WordPress to Pelican. How it went, what got&amp;nbsp;changed.</summary><content type="html">&lt;p&gt;I had some kind of personal website since started using Internet in 1996. First it was set of hand edited Lynx bookmarks, then were experiments with wikis. Finally in 2005 &lt;a href="/2005/04/01/new-website/"&gt;I started using WordPress&lt;/a&gt;. And it was in use for those 14 years. Until&amp;nbsp;now&amp;#8230;&lt;/p&gt;
&lt;p&gt;WordPress is nice platform but I got tired of it. More and more plugins and themes became demo versions of commercial products. Also amount of JavaScript and &lt;span class="caps"&gt;CSS&lt;/span&gt; added to website made it harder and harder to maintain. At some point I said myself that it is enough. And started looking for&amp;nbsp;alternatives.&lt;/p&gt;
&lt;h3&gt;Pelican&lt;/h3&gt;
&lt;p&gt;Here came &lt;a href="https://blog.getpelican.com/"&gt;Pelican&lt;/a&gt; &amp;#8212; static site generator written in Python. I had few attempts to switch to it and finally managed to find some time and sorted out all&amp;nbsp;issues.&lt;/p&gt;
&lt;p&gt;Someone my ask why Pelican? Why not Jekkyl, Gatsby, Hexo, Wintersmith or other. For me reason is simple &amp;#8212; it is Python. Language which I already know. So in case of need I can read source code and know how to change it (already sent one change and it got&amp;nbsp;merged).&lt;/p&gt;
&lt;h3&gt;Conversion&lt;/h3&gt;
&lt;p&gt;The good side is import from WordPress went nice. As I used Markdown most of posts required changes. Implementation in Pelican differs from  old Markdown Extra + SmartyPants I had in my&amp;nbsp;blog.&lt;/p&gt;
&lt;h4&gt;Images&lt;/h4&gt;
&lt;p&gt;Then came images. Copied whatever I had on previous website and removed all thumbnails. Then decided to go with 700px wide ones and to not link to original photos. Boring work as almost every image in every post needed change. Some entries got pictures removed (most of time due to their low&amp;nbsp;resolution).&lt;/p&gt;
&lt;p&gt;This also shown how my blog was changing through all those years. Over 10 years ago adding 300x300px picture into blog post was normal thing. Now such graphics got either removed or replaced with 700px wide&amp;nbsp;one.&lt;/p&gt;
&lt;p&gt;Some posts had galleries inserted instead of pictures. This took a bit more time as I was grabbing filenames from database to replace gallery with set of photos. And removed some of them&amp;nbsp;during.&lt;/p&gt;
&lt;h3&gt;Look and&amp;nbsp;feel&lt;/h3&gt;
&lt;p&gt;When I was collecting ideas for a new platform I had few&amp;nbsp;ideas:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;static&amp;nbsp;generator&lt;/li&gt;
&lt;li&gt;no&amp;nbsp;JavaScript&lt;/li&gt;
&lt;li&gt;minimal &lt;span class="caps"&gt;CSS&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;similar look to WordPress&amp;nbsp;version&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Pelican solved first point. Handling rest was&amp;nbsp;harder.&lt;/p&gt;
&lt;p&gt;I took a look at existing Pelican themes and tried several ones. Finally decided to make own one &amp;#8212; like WordPress &amp;#8220;Spacious&amp;#8221;&amp;nbsp;one.&lt;/p&gt;
&lt;p&gt;As a base I used &amp;#8220;Simple&amp;#8221; theme. Typical template with header, content, sidebar and footer. Elements put in &lt;span class="caps"&gt;CSS&lt;/span&gt; grid for most of screens and once screen width goes under 70em layout switches to &amp;#8220;flex&amp;#8221;. This allowed for simple responsive web design. All in ~2.&lt;span class="caps"&gt;5KB&lt;/span&gt; of &lt;span class="caps"&gt;CSS&lt;/span&gt; (plus some code for&amp;nbsp;webfonts).&lt;/p&gt;
&lt;h4&gt;Archives&lt;/h4&gt;
&lt;p&gt;One of big changes (compared to WordPress) is a way of presenting archive posts. You can go into &lt;a href="/archives/"&gt;archives&lt;/a&gt; to see the list of all my blog posts like it was before. But if you go for a list of posts in a tag (like &lt;a href="/tag/aarch64/"&gt;AArch64&lt;/a&gt;, &lt;a href="/tag/red-hat/"&gt;Red Hat&lt;/a&gt;, &lt;a href="/tag/zaurus/"&gt;Zaurus&lt;/a&gt;) then instead of posts with pagination you get list of posts presented in archive&amp;nbsp;form.&lt;/p&gt;
&lt;p&gt;This should make old content easier to&amp;nbsp;find.&lt;/p&gt;
&lt;h4&gt;Comments&lt;/h4&gt;
&lt;p&gt;As you may notice there is no way to comment posts anymore. Amount of comments was lower every year so I decided to not bother with them in new website. I could add Disqus for example but is it worth for just a few entries per&amp;nbsp;year?&lt;/p&gt;
&lt;h3&gt;To&amp;nbsp;Do&lt;/h3&gt;
&lt;p&gt;There are some things I need to take care of still. Page about my fridge magnets collection is missing, some entries may get some formatting changes or small contents edit. No big edits of old posts as they show how awful my English was in past (not that it got any&amp;nbsp;better).&lt;/p&gt;</content><category term="website"/><category term="wordpress"/><category term="pelican"/></entry><entry><title>Yet another blog theme change</title><link href="https://marcin.juszkiewicz.com.pl/2018/05/28/yet-another-blog-theme-change/" rel="alternate"/><published>2018-05-28T17:54:00+02:00</published><updated>2018-05-28T17:54:00+02:00</updated><author><name>Marcin Juszkiewicz</name></author><id>tag:marcin.juszkiewicz.com.pl,2018-05-28:/2018/05/28/yet-another-blog-theme-change/</id><summary type="html">&lt;p&gt;During morning discussions I had to check something on my website and decided that it is a time to change theme. For nth&amp;nbsp;time.&lt;/p&gt;
&lt;p&gt;So I looked, checked several ones and then started editing &amp;#8216;&lt;a href="https://pl.wordpress.org/themes/spacious/"&gt;Spacious&lt;/a&gt;&amp;#8216; one. Usual stuff &amp;#8212; no categories, colours/fonts/styles changes. Went much faster than previous&amp;nbsp;time …&lt;/p&gt;</summary><content type="html">&lt;p&gt;During morning discussions I had to check something on my website and decided that it is a time to change theme. For nth&amp;nbsp;time.&lt;/p&gt;
&lt;p&gt;So I looked, checked several ones and then started editing &amp;#8216;&lt;a href="https://pl.wordpress.org/themes/spacious/"&gt;Spacious&lt;/a&gt;&amp;#8216; one. Usual stuff &amp;#8212; no categories, colours/fonts/styles changes. Went much faster than previous&amp;nbsp;time.&lt;/p&gt;
&lt;p&gt;But then I realised that I do not remember all previous &amp;#8216;looks&amp;#8217; of my blog. Web archive to the rescue&amp;nbsp;;D&lt;/p&gt;
&lt;p&gt;When I started on 1st April of 2005 I used some theme. Do not remember how it was&amp;nbsp;called:&lt;/p&gt;
&lt;figure id="__yafg-figure-1"&gt;
&lt;img alt="2005" loading="lazy" src="/files/2018/05/2005-700x.jpg" title="2005"&gt;
&lt;figcaption&gt;2005&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;&lt;a href="/2006/05/30/new-look/"&gt;About one year later&lt;/a&gt; I decided to change it. To &lt;a href="https://www.plaintxt.org/themes/barthelme/"&gt;Barthelme theme&lt;/a&gt;. Widgets arrived, clean view etc. At that time all my &lt;span class="caps"&gt;FOSS&lt;/span&gt; work was done in free time. As people were asking about donating money/hardware I had a special page about it. Anyone remembers&amp;nbsp;Moneybookers?&lt;/p&gt;
&lt;figure id="__yafg-figure-2"&gt;
&lt;img alt="2006" loading="lazy" src="/files/2018/05/2006-700x.jpg" title="2006"&gt;
&lt;figcaption&gt;2006&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Year passed, another &lt;a href="/2007/09/11/blog-updates/"&gt;theme change&lt;/a&gt;. &amp;#8220;Big Blue&amp;#8221; this time. Something is wrong on styles as that white area in top left corner should have blue background. At that time I had my own one person company so website had information about available services. And blog got moved to &amp;#8220;blog.haerwu.biz&amp;#8221; domain instead of &amp;#8220;hrw.one.pl&amp;#8221;&amp;nbsp;one.&lt;/p&gt;
&lt;figure id="__yafg-figure-3"&gt;
&lt;img alt="2007" loading="lazy" src="/files/2018/05/2007-700x.jpg" title="2007"&gt;
&lt;figcaption&gt;2007&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;In 2009 I played with Atahualpa theme. Looks completely broken when loaded through web archive. Also changed site name to my full name instead of nickname. Also got rid of hard to pronounce properly name in favour of &amp;#8220;marcin.juszkiewicz.com.pl&amp;#8221; which may not be easier to pronounce but several people already were able to call my last name&amp;nbsp;properly.&lt;/p&gt;
&lt;figure id="__yafg-figure-4"&gt;
&lt;img alt="2009" loading="lazy" src="/files/2018/05/2009-700x.jpg" title="2009"&gt;
&lt;figcaption&gt;2009&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Same year &lt;a href="/2009/10/08/yet-another-theme-change/"&gt;I went for &amp;#8220;Carrington blog&amp;#8221; theme&lt;/a&gt;. Looks much better than previous&amp;nbsp;one.&lt;/p&gt;
&lt;figure id="__yafg-figure-5"&gt;
&lt;img alt="2010" loading="lazy" src="/files/2018/05/2010-700x.jpg" title="2010"&gt;
&lt;figcaption&gt;2010&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;2012 happened. And &lt;a href="/2012/09/05/switched-blog-theme-again/"&gt;change to Twenty Twelve&lt;/a&gt; happened too. End of the world did not&amp;nbsp;happened.&lt;/p&gt;
&lt;figure id="__yafg-figure-6"&gt;
&lt;img alt="2012" loading="lazy" src="/files/2018/05/2012-700x.jpg" title="2012"&gt;
&lt;figcaption&gt;2012&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Some restyling was done later. And subtitle went from OpenEmbedded to &lt;span class="caps"&gt;ARM&lt;/span&gt;/AArch64&amp;nbsp;stuff.&lt;/p&gt;
&lt;figure id="__yafg-figure-7"&gt;
&lt;img alt="2015" loading="lazy" src="/files/2018/05/2015-700x.jpg" title="2015"&gt;
&lt;figcaption&gt;2015&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Three years with one theme. Quite long time. So &lt;a href="/2015/12/14/new-theme/"&gt;another change: Twenty Sixteen&lt;/a&gt;. This was supposed to look properly on mobile devices (and&amp;nbsp;did).&lt;/p&gt;
&lt;figure id="__yafg-figure-8"&gt;
&lt;img alt="2016" loading="lazy" src="/files/2018/05/2016-700x.jpg" title="2016"&gt;
&lt;figcaption&gt;2016&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;And now new theme: &lt;a href="https://wordpress.org/themes/spacious/"&gt;Spacious&lt;/a&gt;. For another few&amp;nbsp;years?&lt;/p&gt;
&lt;figure id="__yafg-figure-9"&gt;
&lt;img alt="2018" loading="lazy" src="/files/2018/05/2018-700x.jpg" title="2018"&gt;
&lt;figcaption&gt;2018&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;One website and so many changes&amp;#8230; Still keeping simplicity, no plans for adding images to every post&amp;nbsp;etc.&lt;/p&gt;</content><category term="website"/><category term="wordpress"/></entry><entry><title>Fresh WordPress</title><link href="https://marcin.juszkiewicz.com.pl/2017/02/18/fresh-wordpress/" rel="alternate"/><published>2017-02-18T23:18:00+01:00</published><updated>2017-02-18T23:18:00+01:00</updated><author><name>Marcin Juszkiewicz</name></author><id>tag:marcin.juszkiewicz.com.pl,2017-02-18:/2017/02/18/fresh-wordpress/</id><summary type="html">&lt;p&gt;I am running my blog for nearly 12 years now. And through all those years it was running same WordPress installation. Until&amp;nbsp;today.&lt;/p&gt;
&lt;p&gt;At beginning it was WordPress MultiUser (&lt;span class="caps"&gt;WPMU&lt;/span&gt;) as I used it to run both my blog and website for my consulting company. It was fun. Some &lt;span class="caps"&gt;WP …&lt;/span&gt;&lt;/p&gt;</summary><content type="html">&lt;p&gt;I am running my blog for nearly 12 years now. And through all those years it was running same WordPress installation. Until&amp;nbsp;today.&lt;/p&gt;
&lt;p&gt;At beginning it was WordPress MultiUser (&lt;span class="caps"&gt;WPMU&lt;/span&gt;) as I used it to run both my blog and website for my consulting company. It was fun. Some &lt;span class="caps"&gt;WP&lt;/span&gt; plugins were working with &lt;span class="caps"&gt;WPMU&lt;/span&gt;, some not. Then WordPress developers decided to merge both projects into one. And it was&amp;nbsp;good.&lt;/p&gt;
&lt;p&gt;When I started blogging I did not used categories for posts but tagged them instead. Months turned into years and at some moment &lt;span class="caps"&gt;WP&lt;/span&gt; got tags natively so UltimateTagWarrior plugin went to trash (after converting to &lt;span class="caps"&gt;WP&lt;/span&gt;&amp;nbsp;tags).&lt;/p&gt;
&lt;p&gt;I was changing blog theme every few years to bring some change. The other thing which was changing was http server - from Apache to Lighttpd and now it is powered by Nginx + &lt;span class="caps"&gt;PHP&lt;/span&gt;-fpm.&lt;/p&gt;
&lt;p&gt;Company website got trashed in meantime. Our wedding page appeared for few months as other blog. There was map with all required placemarks for church, flower shops, family homes, hotels and other useful services. Wish list for those who wanted to know what to give was also present. With &amp;#8220;sepulki&amp;#8221; as last entry &amp;#8212; no one knows what &amp;#8220;sepulki&amp;#8221; are as they appear in one of Lem&amp;#8217;s books. The only known thing is that you need to be married to be allowed to use them. Some guests had interesting ideas for it&amp;nbsp;;D&lt;/p&gt;
&lt;p&gt;At some moment I had a page with Mira&amp;#8217;s photos. Page required registration and logging. Long time&amp;nbsp;removed.&lt;/p&gt;
&lt;p&gt;And then Ania (my wife) requested page for her psychotherapist services. So she got&amp;nbsp;it.&lt;/p&gt;
&lt;p&gt;At some moment I was running three different domains using one &lt;span class="caps"&gt;WP&lt;/span&gt; installation. It was mess. Terrible mess. At some moment there were authorization issues so I had to change&amp;nbsp;something&amp;#8230;&lt;/p&gt;
&lt;p&gt;So now I have fresh WordPress installed. Websites partially restored from backup to not keep settings/tables from long time not used plugins. Hope it will work fine&amp;nbsp;;D&lt;/p&gt;</content><category term="website"/><category term="wordpress"/></entry><entry><title>New theme</title><link href="https://marcin.juszkiewicz.com.pl/2015/12/14/new-theme/" rel="alternate"/><published>2015-12-14T16:56:00+01:00</published><updated>2015-12-14T16:56:00+01:00</updated><author><name>Marcin Juszkiewicz</name></author><id>tag:marcin.juszkiewicz.com.pl,2015-12-14:/2015/12/14/new-theme/</id><summary type="html">&lt;p&gt;From time to time I feel that it is a good moment to change view of my blog &amp;#8212; this time to modified &amp;#8220;Twenty Sixteen&amp;#8221;&amp;nbsp;theme.&lt;/p&gt;
&lt;p&gt;What got modified? As usual categories got removed, switched fonts to serif ones, some paddings edited and text got justified. Just to fit better to …&lt;/p&gt;</summary><content type="html">&lt;p&gt;From time to time I feel that it is a good moment to change view of my blog &amp;#8212; this time to modified &amp;#8220;Twenty Sixteen&amp;#8221;&amp;nbsp;theme.&lt;/p&gt;
&lt;p&gt;What got modified? As usual categories got removed, switched fonts to serif ones, some paddings edited and text got justified. Just to fit better to my&amp;nbsp;taste.&lt;/p&gt;
&lt;p&gt;Also got rid of several plugins I used. No more comments from Google+ - want to comment, then standard Wordpress form is present. Also moved to &amp;#8220;&lt;a href="https://wordpress.org/plugins/autoptimize/"&gt;Autoptimize&lt;/a&gt;&amp;#8221; plugin for minifying &lt;span class="caps"&gt;CSS&lt;/span&gt; and Javascript&amp;nbsp;files.&lt;/p&gt;
&lt;p&gt;This theme has to stay for next few years&amp;nbsp;;D&lt;/p&gt;</content><category term="website"/><category term="wordpress"/></entry><entry><title>Switched blog theme again</title><link href="https://marcin.juszkiewicz.com.pl/2012/09/05/switched-blog-theme-again/" rel="alternate"/><published>2012-09-05T14:27:00+02:00</published><updated>2012-09-05T14:27:00+02:00</updated><author><name>Marcin Juszkiewicz</name></author><id>tag:marcin.juszkiewicz.com.pl,2012-09-05:/2012/09/05/switched-blog-theme-again/</id><summary type="html">&lt;p&gt;Long, long time passed since last time I changed theme on my blog. What you see this time is Twenty Twelve from Wordpress team. Maybe it is not yet finished but it works better than Carrington which I had before. Not to mention that previous theme was not updated for …&lt;/p&gt;</summary><content type="html">&lt;p&gt;Long, long time passed since last time I changed theme on my blog. What you see this time is Twenty Twelve from Wordpress team. Maybe it is not yet finished but it works better than Carrington which I had before. Not to mention that previous theme was not updated for long time (I did few updates by hand with code from their Subversion repository but it was not&amp;nbsp;comfortable).&lt;/p&gt;
&lt;p&gt;This theme looks good on desktop, phone, tablet and I will use it for probably quite long time. Will update it to released version once there will be such one&amp;nbsp;;D&lt;/p&gt;</content><category term="website"/><category term="wordpress"/></entry><entry><title>Yet another theme change</title><link href="https://marcin.juszkiewicz.com.pl/2009/10/08/yet-another-theme-change/" rel="alternate"/><published>2009-10-08T15:48:00+02:00</published><updated>2009-10-08T15:48:00+02:00</updated><author><name>Marcin Juszkiewicz</name></author><id>tag:marcin.juszkiewicz.com.pl,2009-10-08:/2009/10/08/yet-another-theme-change/</id><summary type="html">&lt;p&gt;WordPress has one nice thing &amp;#8212; themes support. Effect is that I change theme from time to&amp;nbsp;time.&lt;/p&gt;
&lt;p&gt;I always preferred simple themes not overloaded with graphics. Like &lt;a href="http://wordpress.org/extend/themes/barthelme"&gt;Barthelme&lt;/a&gt;, &lt;a href="http://wordpress.org/extend/themes/plaintxtblog"&gt;plaintxtBlog&lt;/a&gt; or &lt;a href="http://www.blogohblog.com/wordpress-theme-big-blue/"&gt;BigBlue&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In most situations I modded theme for my own style each time. That made upgrading to newer versions harder …&lt;/p&gt;</summary><content type="html">&lt;p&gt;WordPress has one nice thing &amp;#8212; themes support. Effect is that I change theme from time to&amp;nbsp;time.&lt;/p&gt;
&lt;p&gt;I always preferred simple themes not overloaded with graphics. Like &lt;a href="http://wordpress.org/extend/themes/barthelme"&gt;Barthelme&lt;/a&gt;, &lt;a href="http://wordpress.org/extend/themes/plaintxtblog"&gt;plaintxtBlog&lt;/a&gt; or &lt;a href="http://www.blogohblog.com/wordpress-theme-big-blue/"&gt;BigBlue&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In most situations I modded theme for my own style each time. That made upgrading to newer versions harder but was worth most of time. What was changed? Removal of categories (which I do not use), replacing them with tags, removing not useful elements of page, changing &lt;span class="caps"&gt;CSS&lt;/span&gt; etc. Those changes which could be useful for others I usually sent back to&amp;nbsp;authors.&lt;/p&gt;
&lt;p&gt;Before this theme I used &lt;a href="http://www.bytesforall.com/"&gt;Atahualpa&lt;/a&gt; but it was overloaded with options and still used tables for layout which I find too deprecated. And lot of extra code was generated and inserted into page each time. And I had lot of problems when tried to upgrade to newest&amp;nbsp;version.&lt;/p&gt;
&lt;p&gt;Now my blog uses &lt;a href="http://crowdfavorite.com/"&gt;Carrington Blog&lt;/a&gt; theme and as usual some changes were made to it. I like that theme and it will stay like that for some time (until next&amp;nbsp;change).&lt;/p&gt;</content><category term="website"/><category term="wordpress"/></entry><entry><title>WordPress plugins which I use on this blog</title><link href="https://marcin.juszkiewicz.com.pl/2009/03/04/wordpress-plugins-which-i-use-on-this-blog/" rel="alternate"/><published>2009-03-04T18:23:00+01:00</published><updated>2009-03-04T18:23:00+01:00</updated><author><name>Marcin Juszkiewicz</name></author><id>tag:marcin.juszkiewicz.com.pl,2009-03-04:/2009/03/04/wordpress-plugins-which-i-use-on-this-blog/</id><summary type="html">&lt;p&gt;Cliff Brake asked me which plugins I use on my blog for spam protection. I decided to write about all plugins which I use&amp;nbsp;here.&lt;/p&gt;
&lt;h3&gt;Widgets&lt;/h3&gt;
&lt;p&gt;First part would be widgets which are used in&amp;nbsp;sidebars:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://reciprocity.be/ctc/" title="Configurable Tag Cloud"&gt;Configurable Tag Cloud&lt;/a&gt; &amp;#8212; I &lt;a href="/2007/12/22/hrw-tag-cloud-widget/"&gt;had my own one&lt;/a&gt; but needed more&amp;nbsp;functionality&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.finke.ws/?p=11" title="Feedburner Widget"&gt;Feedburner Widget …&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;</summary><content type="html">&lt;p&gt;Cliff Brake asked me which plugins I use on my blog for spam protection. I decided to write about all plugins which I use&amp;nbsp;here.&lt;/p&gt;
&lt;h3&gt;Widgets&lt;/h3&gt;
&lt;p&gt;First part would be widgets which are used in&amp;nbsp;sidebars:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://reciprocity.be/ctc/" title="Configurable Tag Cloud"&gt;Configurable Tag Cloud&lt;/a&gt; &amp;#8212; I &lt;a href="/2007/12/22/hrw-tag-cloud-widget/"&gt;had my own one&lt;/a&gt; but needed more&amp;nbsp;functionality&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.finke.ws/?p=11" title="Feedburner Widget"&gt;Feedburner Widget&lt;/a&gt; &amp;#8212; tells how many readers my blog has via &lt;span class="caps"&gt;RSS&lt;/span&gt; readers. Not always sensible value&amp;nbsp;;)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.openxtra.co.uk/blog/2007/10/29/popularity-contest-widget/" title="Popularity Contest Widget"&gt;Popularity Contest Widget&lt;/a&gt; &amp;#8212; lists popular&amp;nbsp;posts&lt;/li&gt;
&lt;li&gt;&lt;a href="/2008/02/09/new-wordpress-widget-meta/"&gt;Hrw Meta widget&lt;/a&gt; &amp;#8212; no links to &lt;span class="caps"&gt;RSS&lt;/span&gt;, checks for &lt;span class="caps"&gt;WP&lt;/span&gt;/&lt;span class="caps"&gt;WPMU&lt;/span&gt; and give proper&amp;nbsp;link&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Spam&amp;nbsp;related&lt;/h3&gt;
&lt;p&gt;I used &lt;a href="http://unknowngenius.com/blog/wordpress/spam-karma/" title="Spam Karma 2"&gt;Spam Karma 2&lt;/a&gt; before but it is not maintained anymore. Now I use simpler&amp;nbsp;ones:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.svenkubiak.de/yawasp" title="Yawasp - Yet Another WordPress Anti Spam Plugin"&gt;Yawasp - Yet Another WordPress Anti Spam Plugin&lt;/a&gt; &amp;#8212; mangle names of comment fields and adds some automatically changed one to protect me from&amp;nbsp;spambots&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.jumping-duck.com/wordpress/clearspam/" title="ClearSpam"&gt;ClearSpam&lt;/a&gt; &amp;#8212; removes spam comments from&amp;nbsp;database&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Statistics&lt;/h3&gt;
&lt;p&gt;&lt;span class="dquo"&gt;&amp;#8220;&lt;/span&gt;Do not believe in statistics which you did not faked&amp;#8221; or what to use to track&amp;nbsp;visitors:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://yoast.com/wordpress/analytics/" title="Google Analytics for WordPress"&gt;Google Analytics for WordPress&lt;/a&gt; &amp;#8212; real&amp;nbsp;monster&lt;/li&gt;
&lt;li&gt;&lt;a href="http://wordpress.org/extend/plugins/stats/" title="WordPress.com Stats"&gt;WordPress.com Stats&lt;/a&gt; &amp;#8212; simple one but available in&amp;nbsp;dashboard&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Content&amp;nbsp;related&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.michelf.com/projects/php-markdown/" title="Markdown Extra"&gt;Markdown Extra&lt;/a&gt; &amp;#8212; this should be part of &lt;span class="caps"&gt;WP&lt;/span&gt; core &amp;#8212; no need to remember &lt;span class="caps"&gt;HTML&lt;/span&gt; as simpler markup is&amp;nbsp;available&lt;/li&gt;
&lt;li&gt;&lt;a href="http://alexking.org/projects/wordpress" title="Popularity Contest"&gt;Popularity Contest&lt;/a&gt; &amp;#8212; gives informations which posts are still the most read one. Great when widget is&amp;nbsp;used.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.geekwithlaptop.com/projects/clean-archives/" title="SRG Clean Archives"&gt;&lt;span class="caps"&gt;SRG&lt;/span&gt; Clean Archives&lt;/a&gt; &amp;#8212; powers &lt;a href="/archives/"&gt;Archives&lt;/a&gt; page. Very heavily modified by me with most of features&amp;nbsp;removed.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://mitcho.com/code/yarpp/" title="Yet Another Related Posts Plugin"&gt;Yet Another Related Posts Plugin&lt;/a&gt; &amp;#8212; adds link to &amp;#8220;probably related&amp;#8221; posts at the end of each&amp;nbsp;post&lt;/li&gt;
&lt;li&gt;&lt;a href="http://cybernetnews.com/recommended-tags-for-wordpress/" title="Recommended Tags"&gt;Recommended Tags&lt;/a&gt; &amp;#8212; recommends tags in post editor. Modified by me &amp;#8212; will release my version one&amp;nbsp;day.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.neato.co.nz/wordpress-things/tag-managing-thing" title="Tag Managing Thing"&gt;Tag Managing Thing&lt;/a&gt; &amp;#8212; another rarely used plugin which helps to manage&amp;nbsp;tags&lt;/li&gt;
&lt;li&gt;&lt;a href="http://stephanreiter.info/2008/10/wordpress-plugin-scissors/" title="Scissors"&gt;Scissors&lt;/a&gt; &amp;#8212; simple editing of uploaded&amp;nbsp;images&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.4mj.it/slimbox-wordpress-plugin/" title="Slimbox Plugin"&gt;Slimbox Plugin&lt;/a&gt; &amp;#8212; nice popups of&amp;nbsp;images&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Other&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://chip.cuccio.us/projects/contact-form-ii/" title="Contact Form ]["&gt;Contact Form &lt;/a&gt; &amp;#8212; I use it on &lt;a href="/contact/"&gt;Contact&lt;/a&gt;&amp;nbsp;page&lt;/li&gt;
&lt;li&gt;&lt;a href="http://wordpress.org/extend/plugins/openid" title="OpenID"&gt;OpenID&lt;/a&gt; &amp;#8212; adds possibility to use blog as OpenID server (also supports OpenID login to&amp;nbsp;blog)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://ocaoimh.ie/wp-super-cache/" title="WP Super Cache"&gt;&lt;span class="caps"&gt;WP&lt;/span&gt; Super Cache&lt;/a&gt; &amp;#8212; just in case of Digg&amp;nbsp;effect&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Theme&lt;/h3&gt;
&lt;p&gt;&lt;span class="caps"&gt;OK&lt;/span&gt;, theme is not a plugin :D I use &lt;a href="http://www.plaintxt.org/themes/plaintxtblog/"&gt;plaintxtblog&lt;/a&gt; by Scott with few&amp;nbsp;modifications.&lt;/p&gt;</content><category term="spam"/><category term="widgets"/><category term="wordpress"/></entry><entry><title>Dissapearing comments</title><link href="https://marcin.juszkiewicz.com.pl/2008/09/15/dissapearing-comments/" rel="alternate"/><published>2008-09-15T16:05:00+02:00</published><updated>2008-09-15T16:05:00+02:00</updated><author><name>Marcin Juszkiewicz</name></author><id>tag:marcin.juszkiewicz.com.pl,2008-09-15:/2008/09/15/dissapearing-comments/</id><summary type="html">&lt;p&gt;As some of you probably noticed from time to time comment which you enter is not visible on site. This does not always mean that it got into moderation queue &amp;#8212; sometimes it is somewhere but I do not have idea where and&amp;nbsp;why.&lt;/p&gt;
&lt;p&gt;Maybe it is because of software setup …&lt;/p&gt;</summary><content type="html">&lt;p&gt;As some of you probably noticed from time to time comment which you enter is not visible on site. This does not always mean that it got into moderation queue &amp;#8212; sometimes it is somewhere but I do not have idea where and&amp;nbsp;why.&lt;/p&gt;
&lt;p&gt;Maybe it is because of software setup which I use: WordPress MultiUser + SpamKarma, maybe it has other reason. This does not change a fact that sometimes some comments just do not&amp;nbsp;land.&lt;/p&gt;
&lt;p&gt;And the funny part is that I am getting e-mails with those comments contents without&amp;nbsp;problems&amp;#8230;&lt;/p&gt;</content><category term="wordpress"/></entry></feed>