Process Is The Main Thing

@ Anatoly Belaychuk’s BPM Blog

I did it!

I have a blog of my own. You can find out who is “me” and what is this blog about here and there.

And right now - couple of words about what it costed to me. Four days: two on design, two on customizing Wordpress. What was the idea? Well,  to start with - I wanted a standalone blog. If you pretend to be an IT blogger but are unable to build it with your own hands - are you really an IT man? Or ex-one who didn’t write a line of code for last …teen years?!

Secondly, these Wordpress themes - they are awfull. OK you may say they are “nice” and I’d agree to this but I couldn’t find a single one matching the following requirements:

  • cross-browserness (behave well in IE6 in particular)
  • fluid layout
  • variable fonts

Sacrifying usability for pretty design is not for me.

I also wanted a bi-lingual blog and I didn’t see a chance to get it from blog hosters.

YUI helped a lot in design. The graphical part was made by a marker pen, a camera and Photoshop. Not pretty yet genuine.

Now about customization. It’s amazing but making the blog bilingual turned out to be the easiest part of the job: qTranslate runs smoothly right out of the box. Great job Qian Qin, thanks! Internationalization with gettext was an easy game too.

The biggest disappointment was the PHP code. I used default “kubrik” theme as a template and refactored it to implement my design and couple of features.

When it was done the theme code shrinked from 47k to 9k. Copypasting is a  popular development technique especially for PHP programmers so it’d be OK. But… please don’t put this proud “CODE IS A POETRY” writing on your site then (watch it on wordpress.org). Becaus that code wasn’t a poetry. I would not complain if it was about free themes: anyone can write them and I guess the most of writers are rather designers than coders. But the default theme should follow better coding standards I guess.

That’s all in brief. Ask here in comments if you want more details.

12/01/08 | News |    

Comments (2)

  1. Aramaki 12/01/08 08:28 PM

    Написал бы что менял в шаблонах - с тегом вордпресс. думаю кому-нибудь пригодится

  2. Anatoly Belychook 12/02/08 09:21 PM

    Даже не знаю что конкретно тут можно написать. Разве что вот: отправил в /dev/null файлы archive.php, archives.php, comments-popup.php, image.php, links.php, page.php, search.php, searchform.php, sidebar.php, single.php. Кусочек кода из archive.php вставил в index.php. Из functions.php выкинул все кроме десятка строк в начале. Может быть потом - с ростом числа записей или если например захочется завести фотогалерею - что-то придется вернуть обратно, но пока вроде все работает. См. http://codex.wordpress.org/Template_Hierarchy

Comments are closed

Copyright © 2008-2024 Anatoly Belychook. Thanks to Wordpress and Yahoo.  Content  Comments