<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-9202186157696931290</id><updated>2024-09-04T17:35:31.939+02:00</updated><category term="blogger.com"/><category term="google"/><category term="acpi"/><category term="adsense"/><category term="ajax"/><category term="battery"/><category term="blog"/><category term="copyright"/><category term="crap 2.0"/><category term="dell d630"/><category term="doctype"/><category term="dsdt"/><category term="filtering"/><category term="javascript"/><category term="keywords"/><category term="multilingual"/><category term="plugin"/><category term="popular"/><category term="power consumption"/><category term="power management"/><category term="problem"/><category term="sitemap"/><category term="translation"/><category term="ubuntu"/><category term="validation"/><category term="web 2.0"/><category term="webmaster tools"/><category term="wordpress"/><category term="xhtml"/><title type='text'>Jan [Zubíček .eu]... in English</title><subtitle type='html'>... worth reading!</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://en.zubicek.eu/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9202186157696931290/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://en.zubicek.eu/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>tPaK</name><uri>http://www.blogger.com/profile/02377398541459021131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-9202186157696931290.post-2568968810258545655</id><published>2008-06-08T17:59:00.008+02:00</published><updated>2008-06-09T23:48:18.284+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="acpi"/><category scheme="http://www.blogger.com/atom/ns#" term="battery"/><category scheme="http://www.blogger.com/atom/ns#" term="dell d630"/><category scheme="http://www.blogger.com/atom/ns#" term="dsdt"/><category scheme="http://www.blogger.com/atom/ns#" term="power consumption"/><category scheme="http://www.blogger.com/atom/ns#" term="power management"/><category scheme="http://www.blogger.com/atom/ns#" term="problem"/><category scheme="http://www.blogger.com/atom/ns#" term="ubuntu"/><title type='text'>Cutting down the power consumption od Dell Latitude D630 under Ubuntu</title><content type='html'>Running Gentoo on my laptop had it&#39;s pros and cons. I had a fully customized system, on the other hand I needed to learn more to have it that way. So I given a chance to Ubuntu (Hardy Heron).&lt;/p&gt;
&lt;p&gt;Using laptop, I take it&#39;s power consumption quite seriously. With less power consumption, I can work (or watch movies, listen to music etc.) longer on my journeys. And since most of the power turns into heat, less consumption also makes using the computer more pleasant. Intel, who made the horrible and nearly always wrongly implemented by the PC vendors ACPI, also made a nice piece of software&amp;nbsp;&amp;mdash; PowerTop. This utility can show you, how much does the system drain the battery and what are the main reasons for high power usage.&lt;/p&gt;
&lt;p&gt;On Gentoo, with all the power saving features my power usage was about 20W, giving me over 3 hours of work. On Ubuntu, it was 30W. That&#39;s a big difference. Interesting was the CPU was nearly on idle, so the problem had to be somewhere else.&lt;/p&gt;
&lt;p&gt;I read about ACPI problems all the time and I know there are some with my laptop. I even patched the DSDT table on Gentoo (being lead by how-to). And there were some ACPI errors in the system log. So I tried doing the same under Ubuntu, what if that&#39;s what&#39;s causing the problem. There is substantially lower amount of nice how-tos for Ubuntu, maybe for Ubuntu people such problems don&#39;t happen. But fortunately there are different problems with similar solution, which we can use.&lt;/p&gt;
&lt;p&gt;I don&#39;t want to make this long, so yes, it worked, there are no ACPI errors in my log now and the power usage is where it is under Gentoo. And here&#39;s my how-to based on &lt;a href=&quot;http://gentoo-wiki.com/HARDWARE_Dell_Latitude_D630_/_D830&quot; title=&quot;Ubuntu on Dell Latitude D630 How-To&quot;&gt;Gentoo D630 how-to&lt;/a&gt; and  &lt;a href=&quot;https://help.ubuntu.com/community/ACPIBattery&quot;&gt;Ubuntu ACPI Battery how-to&lt;/a&gt;. It should apply for Hardy Heron, things can be different in the future or were different in the past:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Download the DSDT table for Dell D630 (even though it has a gzip extension, it&#39;s a plain-text file so don&#39;t bother uncompressing it) from address:&lt;br /&gt;
&lt;code&gt;&lt;a href=&quot;http://acpi.sourceforge.net/dsdt/dl.php?id=956&quot;&gt;http://acpi.sourceforge.net/dsdt/dl.php?id=956&lt;/a&gt;&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Install the essential packages for compilation under Ubuntu and the iASL compiler:&lt;br /&gt;
&lt;code&gt;sudo apt-get install build-essential iasl&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Go to the directory you downloaded the DSDT table two and compile it using iasl:&lt;br /&gt;
&lt;code&gt;iasl Dell-Latitude_D630-A03-original.asl.gz&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;There shouldn&#39;t be any errors and you should end up with &lt;code&gt;dsdt.aml&lt;/code&gt; file. You need to copy it to &lt;code&gt;/etc/initramfs-tools/&lt;/code&gt; directory using name &lt;code&gt;DSDT.aml&lt;/code&gt; (you should mind the caps):&lt;br /&gt;
&lt;code&gt;sudo cp dsdt.aml /etc/initramfs-tools/DSDT.aml&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Now you have to reconfigure the kernel to use the new DSDT table. When you upgrade the kernel in the future, this should happen automatically:&lt;br /&gt;
&lt;code&gt;sudo dpkg-reconfigure linux-image-$(uname -r)&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Now you have to restart your computer (I bet you don&#39;t do that much). Your system log should miss some ACPI errors and state something about loading a DSDT table.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Well, that&#39;s all, let&#39;s save the electric power together!</content><link rel='replies' type='application/atom+xml' href='http://en.zubicek.eu/feeds/2568968810258545655/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/9202186157696931290/2568968810258545655' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9202186157696931290/posts/default/2568968810258545655'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9202186157696931290/posts/default/2568968810258545655'/><link rel='alternate' type='text/html' href='http://en.zubicek.eu/2008/06/cutting-down-power-consumption-od-dell.html' title='Cutting down the power consumption od Dell Latitude D630 under Ubuntu'/><author><name>tPaK</name><uri>http://www.blogger.com/profile/02377398541459021131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9202186157696931290.post-3537636925570629128</id><published>2007-05-10T17:07:00.000+02:00</published><updated>2007-05-10T17:14:02.720+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="copyright"/><title type='text'>My Own Integer</title><content type='html'>I&#39;m not posting very much, but this thing deserves one post. Yes, I got my own 128-bit integer! Here it is:&lt;/p&gt;
&lt;p style=&quot;font-weight:bold;text-align:center&quot;&gt;42 58 35 CB 23 C9 CB A7 79 94 06 67 1E A8 3A 0F&lt;/p&gt;
&lt;p&gt;I don&#39;t know if it&#39;s really mine even though I do not live in the USA, where they&#39;re taking now obsolete copyright law into next level by screwing it up so the so-called copyright holders get much more rights than they should have (of course only if your a really big phonographic company endangered by it&#39;s rigid management). But why not give it a try.&lt;/p&gt;
&lt;p&gt;You can have your own integer too, just visit the &lt;a href=&quot;http://www.freedom-to-tinker.com/?p=1155&quot;&gt;official integer copyright office&lt;/a&gt; ;-)</content><link rel='replies' type='application/atom+xml' href='http://en.zubicek.eu/feeds/3537636925570629128/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/9202186157696931290/3537636925570629128' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9202186157696931290/posts/default/3537636925570629128'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9202186157696931290/posts/default/3537636925570629128'/><link rel='alternate' type='text/html' href='http://en.zubicek.eu/2007/05/my-own-integer.html' title='My Own Integer'/><author><name>tPaK</name><uri>http://www.blogger.com/profile/02377398541459021131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9202186157696931290.post-3507873626114482028</id><published>2007-02-15T16:17:00.000+01:00</published><updated>2007-02-16T01:47:43.789+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="ajax"/><category scheme="http://www.blogger.com/atom/ns#" term="crap 2.0"/><category scheme="http://www.blogger.com/atom/ns#" term="javascript"/><category scheme="http://www.blogger.com/atom/ns#" term="popular"/><category scheme="http://www.blogger.com/atom/ns#" term="web 2.0"/><title type='text'>Make your site Crap 2.0</title><content type='html'>The world wide web is developing, no questions. But so are the ways how to make the web a total crap. I admit I tried both, too.&lt;/p&gt;
&lt;h3&gt;No more B&amp;W&lt;/h3&gt;
&lt;p&gt;Human sight is capable of perceiving colors so why not to use them. But they have to match together, this means you have to chose the lowest contrast possible or again the highest visual contrast possible (like pink or gold on black). Text shouldn&#39;t be too readable, because you would distract your visitor from the cool things described below.&lt;/p&gt;
&lt;h3&gt;Cool Images&lt;/h3&gt;
&lt;p&gt;HTML supports images for quite some time. And many have noticed that they can contain animations!  So there were and still are many many webs with nice moving, ehm well, everything. The &quot;not so annoying but still totally useless&quot; versions are the famous &quot;Under construction workers&quot; and &quot;Spinning mail envelope&quot;. Lovely.&lt;/p&gt;
&lt;p&gt;A little more sane website authors like using various information images like weather forecast or traffic counter. Don&#39;t ask why the visitor needs to get the weather info while surfing his ISP&#39;s homesite, or why should he know how many people visited the page last week. Except of course you want to annoy him with slowly loading page waiting for the overloaded service server (probably because too many bloggers, proud parents and hamster lovers need to show the local weather and the fact that it&#39;s the 10th visitor already!).&lt;/p&gt;
&lt;h3&gt;Ping... Multimedia.&lt;/h3&gt;
&lt;p&gt;Some time ago the web browsers also allowed people to use background sounds for the web pages. And say &quot;WOW&quot;, Flash made it even easier. It&#39;s a nice idea to play your visitor your favorite song, isn&#39;t it? Don&#39;t mind it loads slowly and the quality sucks, your visitor will probably gladly turn the music he&#39;s currently listening to down or turn down the volume after being knocked down by the laud metal music (or anything of your taste).&lt;/p&gt;
&lt;p&gt;It&#39;s also a good idea to place an intro animation to your site. It allows the visitor to get ready for all the wonderful items you placed on the page. And it... well, I don&#39;t know what else is it good for, all right?&lt;/p&gt;
&lt;h3&gt;Web 2.0&lt;/h3&gt;
&lt;p&gt;Wait, all these things are pretty old, aren&#39;t they. And we&#39;re in the age of Web 2.0, aren&#39;t we? Somebody says that all these social aspects, users controlling content and communication are the most important thing, while the AJAX, JS, nice big fonts and Beta state are just means of achieving it. But we know otherwise.&lt;/p&gt;
&lt;p&gt;AJAX is nice. And there are many free scripts you can use! They will pop out to your visitors and show them that you&#39;re as cool as you these scripts. Just using snap.com will make your web &quot;Web 2.0&quot;, but rename &quot;Your site&quot; to &quot;Your site BETA&quot; too, just in case.&lt;/p&gt;
&lt;h3&gt;And now for something completely different&lt;/h3&gt;
&lt;p&gt;What I tried to show are still the same mistakes. While some of the cases are so extreme that only the least advanced users make them (but because of the distribution of skills and good taste  they could be quite often seen). But also the less obvious ones are the same - you impulsively find something interesting and without seeing about your page as a whole and thinking about what you&#39;re trying to tell by means of it, and thus make it less attractive. Put simple, the atractivity of the whole isn&#39;t a sum of attractivity of it&#39;s parts.&lt;/p&gt;
&lt;p&gt;I mentioned snap.com because it&#39;s quite frequently used nowadays. And it&#39;s a perfect example (I would repeat what others have said before, so just check &lt;a href=&quot;http://performancing.com/node/5721&quot;&gt;this article&lt;/a&gt;). But there are many more (if this blog had bigger audience I would ask the readers to put their favorites in comments; in fact you&#39;re still welcomed to do so). They together help to make your web what I call &quot;Crap 2.0&quot;.&lt;/p&gt;
&lt;p&gt;I don&#39;t say that every piece of AJAX you put on your site is bad, it all depends on the particular case. When you find something interesting you could put onto your site, &lt;strong&gt;think about why you should put it there, what it gives to your readers and what is in it for you&lt;/strong&gt; first. If you still think it&#39;s useful, you&#39;re probably right. I use flickr badge and google reader shared items on my blog myself because they allow me to attract the readers to other content I find interesting. And they&#39;re under my control.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;You won&#39;t get Web 2.0 just by putting popular AJAX code pieces on your website&lt;/strong&gt;. In the end it&#39;s all about content, not effects, and that&#39;s what&#39;s the Web 2.0 about.</content><link rel='replies' type='application/atom+xml' href='http://en.zubicek.eu/feeds/3507873626114482028/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/9202186157696931290/3507873626114482028' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9202186157696931290/posts/default/3507873626114482028'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9202186157696931290/posts/default/3507873626114482028'/><link rel='alternate' type='text/html' href='http://en.zubicek.eu/2007/02/make-your-site-crap-20.html' title='Make your site Crap 2.0'/><author><name>tPaK</name><uri>http://www.blogger.com/profile/02377398541459021131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9202186157696931290.post-983491341869611405</id><published>2007-01-27T21:29:00.000+01:00</published><updated>2007-01-27T21:56:16.674+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="blog"/><category scheme="http://www.blogger.com/atom/ns#" term="blogger.com"/><category scheme="http://www.blogger.com/atom/ns#" term="google"/><category scheme="http://www.blogger.com/atom/ns#" term="sitemap"/><category scheme="http://www.blogger.com/atom/ns#" term="webmaster tools"/><title type='text'>Sitemaps and Blogger.com</title><content type='html'>Let&#39;s say you&#39;re fond of Google Webmaster Tools that help you to manage you&#39;re site in relation to the world&#39;s best known search engine. When you&#39;re working with your own site, it&#39;s quite simple, you use the file or meta notification to see the information about how Google sees your site and you can help it to index your site by submitting sitemap (which you either create yourself or you use some kind of available generator). I like it quite a lot, it seems to me that it speeds up the process of including my pages into Google&#39;s search engine.&lt;/p&gt;
&lt;p&gt;Then you&#39;re start using Blogger.com for your domain and used to Google Webmasters Tools you would like to use it for your blog too. You would like to know how well Google&#39;s indexing it and you don&#39;t trust it&#39;s indexing it differently than by using web spider (only following the links the web spider finds) although as a Blogger.com operator it knows all your pages, don&#39;t you?.&lt;/p&gt;
&lt;p&gt;First problem may be to validate your site. You can&#39;t upload your file, but you can use meta tag validation (thorough description on &lt;a href=&quot;http://blogs.cyberciti.biz/hm/index.php/2006/04/28/adding-google-sitemap-to-bloggercom-blog-account/&quot;&gt;this blog&lt;/a&gt;, but you probably don&#39;t need a step-by-step instructions, otherwise you wouldn&#39;t be interested, do you?). Second problem would be submitting the sitemap. You can&#39;t create a proper one, but at least you can use the Atom feed provided. It doesn&#39;t list all your pages, but this doesn&#39;t matter that much, the new ones are there to be indexed. But without knowing the old Blogger.com, it can be confusing a bit.&lt;/p&gt;
&lt;p&gt;Originally Blogger.com used for your blog feed this kind of URL: http://en.zubicek.eu/atom.xml (yep, that would be mine). But with the new system it introduced Cool URIs and new feed URL (http://en.zubicek.eu/feeds/posts/default), which can&#39;t be added as a sitemap, strangely Google counts only the same directory as the same domain (it&#39;s a little odd, logic behind this would probably be that someone who can add files to higher directory has also control over subdirectories, but not vice versa). So, you won&#39;t be able to add this URL.&lt;/p&gt;
&lt;p&gt;Fortunately, people at Google aren&#39;t stupid and thought about those who change old Blogger for the new one. If someone had their feed in his reader it would stop to function with this change. So the old URL keeps working. This means you just add the old style URL (for me http://en.zubicek.eu/atom.xml) as a sitemap to the Webmaster Tools).&lt;/p&gt;
&lt;p&gt;That&#39;s it, now you can see how Google sees your blog and even help it indexing it.</content><link rel='replies' type='application/atom+xml' href='http://en.zubicek.eu/feeds/983491341869611405/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/9202186157696931290/983491341869611405' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9202186157696931290/posts/default/983491341869611405'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9202186157696931290/posts/default/983491341869611405'/><link rel='alternate' type='text/html' href='http://en.zubicek.eu/2007/01/sitemaps-and-bloggercom.html' title='Sitemaps and Blogger.com'/><author><name>tPaK</name><uri>http://www.blogger.com/profile/02377398541459021131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9202186157696931290.post-6858710557015722970</id><published>2007-01-27T14:33:00.000+01:00</published><updated>2007-01-27T17:34:30.182+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="adsense"/><category scheme="http://www.blogger.com/atom/ns#" term="filtering"/><category scheme="http://www.blogger.com/atom/ns#" term="google"/><category scheme="http://www.blogger.com/atom/ns#" term="keywords"/><title type='text'>Why do I need keyword based filtering for AdSense</title><content type='html'>Imagine &lt;a href=&quot;http://www.half-life2.cz&quot;&gt;a website about the Half-Life 2 game&lt;/a&gt;. It&#39;s in Czech, while AdSense for Czech content is available for about two months, therefore there are not many advertisements leading to not to high bids.&lt;/p&gt;
&lt;p&gt;As a Half-Life 2 website it&#39;s full of articles containing words like &quot;Valve&quot; (meaning that software publishing company), Source (3D game engine) or Steam (software for game distribution). And of course lots of Czech texts.&lt;/p&gt;
&lt;p&gt;Now, when AdSense servers try to match the appropriate adverts for my web, they most probably choose the one with for the word with higher bid. So mostly adverts for Steam sterilizers, water controls or in the best case software development. And of course in English. I can&#39;t speak for all of the visitors but I&#39;m sure most of them aren&#39;t interested in those topics and when the click on them, they do by accident. So it&#39;s a lose-lose-lose situation for me (less income), Google (the same) and the advertisers (worse conversion).&lt;/p&gt;
&lt;p&gt;Yes, there is a possibility to filter inappropriate ads by their URL, but first it doesn&#39;t work well (too many times I see an add blocked many days ago) and there&#39;s too many unwanted ads that I&#39;m unable to filter them all out.&lt;/p&gt;
&lt;p&gt;There would be few ways how to get rid of them:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Google fixes it&#39;s algorithms so they take into account not only the words but also their context (most difficult and improbable)&lt;/li&gt;
&lt;li&gt;Google fixes it&#39;s algorithm so the ads in different language have lower priority (but maybe they use it already but the priority for Czech ads is still too low)&lt;/li&gt;
&lt;li&gt;Google let me choose what words aren&#39;t relevant to content on my site&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I hope it&#39;s obvious the latter is the best. It can&#39;t be misused to get irrelevant but high-priced ads and it would enable me to tell the algorithm, which doesn&#39;t truly understand human language, what are the irregularities in my texts. Fortunately people in Google are preparing this function and it&#39;s even said it&#39;s in beta testing. So I hope it will be publicly available soon (or that I will be invited to beta testing - do you hear me, someone from Google? ;))</content><link rel='replies' type='application/atom+xml' href='http://en.zubicek.eu/feeds/6858710557015722970/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/9202186157696931290/6858710557015722970' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9202186157696931290/posts/default/6858710557015722970'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9202186157696931290/posts/default/6858710557015722970'/><link rel='alternate' type='text/html' href='http://en.zubicek.eu/2007/01/why-do-i-need-keyword-based-filtering.html' title='Why do I need keyword based filtering for AdSense'/><author><name>tPaK</name><uri>http://www.blogger.com/profile/02377398541459021131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9202186157696931290.post-474803252129085656</id><published>2007-01-18T02:01:00.001+01:00</published><updated>2007-01-18T02:03:05.427+01:00</updated><title type='text'>Moving to a new place</title><content type='html'>&lt;div style=&quot;float: right; margin-left: 10px; margin-bottom: 10px;&quot;&gt; &lt;a href=&quot;http://www.flickr.com/photos/tpak/360951051/&quot; title=&quot;photo sharing&quot;&gt;&lt;img src=&quot;http://farm1.static.flickr.com/158/360951051_2be5a0fcce_m.jpg&quot; alt=&quot;&quot; style=&quot;border: solid 2px #000000;&quot; /&gt;&lt;/a&gt; &lt;br /&gt; &lt;span style=&quot;font-size: 0.9em; margin-top: 0px;&quot;&gt;  &lt;a href=&quot;http://www.flickr.com/photos/tpak/360951051/&quot;&gt;View&lt;/a&gt;. &lt;/span&gt;&lt;/div&gt;I&#39;ve finally managed to move from the university dorm to a new place. Living at the dorm had become more and more restraining and my budget allows me now for something better.&lt;br /&gt;Who&#39;ll be able to find out the address (it&#39;s not that difficult ;))?&lt;br clear=&quot;all&quot; /&gt;</content><link rel='replies' type='application/atom+xml' href='http://en.zubicek.eu/feeds/474803252129085656/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/9202186157696931290/474803252129085656' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9202186157696931290/posts/default/474803252129085656'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9202186157696931290/posts/default/474803252129085656'/><link rel='alternate' type='text/html' href='http://en.zubicek.eu/2007/01/moving-to-new-place.html' title='Moving to a new place'/><author><name>tPaK</name><uri>http://www.blogger.com/profile/02377398541459021131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://farm1.static.flickr.com/158/360951051_2be5a0fcce_t.jpg" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9202186157696931290.post-357286802921215277</id><published>2007-01-14T16:55:00.002+01:00</published><updated>2008-07-01T11:12:28.477+02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="blogger.com"/><category scheme="http://www.blogger.com/atom/ns#" term="doctype"/><category scheme="http://www.blogger.com/atom/ns#" term="validation"/><category scheme="http://www.blogger.com/atom/ns#" term="xhtml"/><title type='text'>Blogger.com validation errors</title><content type='html'>Wow. I tried running my new blog through &lt;a href=&quot;http://validator.w3.org/check?verbose=1&amp;uri=http%3A%2F%2Fen.zubicek.eu%2F&quot;&gt;validation&lt;/a&gt;. I&#39;m not the person who would be mad about validations error unless it breaks the page in Firefox or Opera, but still, 725 errors are quite too much. I don&#39;t know, why to use a standard w3c doctype when you&#39;re practically using your own, distantly related one?&lt;/p&gt;
&lt;p&gt;And yes, I know this service is free. But making something free did never mean the right not to be criticised for mistakes and using something for free doesn&#39;t strip me of my right of expressing my opinion.&lt;/p&gt;
&lt;p&gt;If you&#39;re asking what&#39;s the point of this post, you can consider it a product of the process of me getting the final opinion of this service. And since you&#39;re still reading it at this place, it&#39;s obvious it&#39;s not the most important thing. Nothing more, nothing less.</content><link rel='replies' type='application/atom+xml' href='http://en.zubicek.eu/feeds/357286802921215277/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/9202186157696931290/357286802921215277' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9202186157696931290/posts/default/357286802921215277'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9202186157696931290/posts/default/357286802921215277'/><link rel='alternate' type='text/html' href='http://en.zubicek.eu/2007/01/bloggercom-validation-errors.html' title='Blogger.com validation errors'/><author><name>tPaK</name><uri>http://www.blogger.com/profile/02377398541459021131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9202186157696931290.post-6729394260861476830</id><published>2007-01-13T16:25:00.000+01:00</published><updated>2007-01-14T16:51:14.346+01:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="multilingual"/><category scheme="http://www.blogger.com/atom/ns#" term="plugin"/><category scheme="http://www.blogger.com/atom/ns#" term="translation"/><category scheme="http://www.blogger.com/atom/ns#" term="wordpress"/><title type='text'>Wordpress multilingual dilema</title><content type='html'>Originally I intended to dedicate my first post on a new English blog to the way I made my Wordpress blog bilingual. But since this post is on Blogger.com, something obviously went wrong.&lt;/p&gt;
&lt;p&gt;As I&#39;ve said before, I had the idea to start writing in English for some time. Some posts just need a bigger audience (yes, I&#39;m an egoist a little and a vision of thousands people from all over the world, compared to few Czech visitors reading my site now, is an attractive one). So, I was thinking what do I need to start and how to implement it.&lt;/p&gt;
&lt;p&gt;Also, I like the wordpress software. It seems to my as a nicely written piece of software, which is highly customizable - unlike for example phpBB it has a fine plugin API which enables you to use plugins without modification of the original software and also the templating system is based on PHP, so you don&#39;t have to learn another totally stupid system. Both makes the administration much more easier, especially upgrading is a question of only few minutes (have you ever tried to upgrade modified phpBB? And you have to upgrade frequently, as it&#39;s very poorly written and full of security bugs). &lt;i&gt;stop of phpBB bashing NOW&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;What I wanted was to be able to write some articles in Czech, some in English and some even in both languages. I knew I wouldn&#39;t be able (and even would want) to translate everything. I wanted it to run on my domain and in the best case to use the same installation as my Czech blog - the same database, the same set of files, the same administration. So I tried to find a plugin to meet my needs - after all it shouldn&#39;t be hard, there so many plugins for WP, you know? Or not?&lt;/p&gt;
&lt;p&gt;So I navigated to the &lt;a href=&quot;http://codex.wordpress.org/Plugins/Translation_and_Languages&quot;&gt;translation and language plugins section&lt;/a&gt; of Wordpress web, quite sure I would find what I was looking for. Of 14 plugins available, I could dismiss 8 at the first look. Most of them were automatic translation plugins (not only I wasn&#39;t looking for translation, but also automatic translation is more funny than useful and moreover not available for Czech). I also couldn&#39;t find any use for Finnish quotes or encoding conversions (I use UTF-8).&lt;/p&gt;
&lt;p&gt;With not many left, it was easy to look at each of one. Few were only for WP 1.5, so nothing to think about. Others (even one that call itself &quot;The most advanced multilingual plugin for WordPress of these days&quot; - it&#39;s a proof of relativity of the word &quot;most&quot;) used cookies for language selection. Cookies are a very bad idea for localization, as they make indexing of language versions by search engines virtually impossible. Other problems included showing every article for each language, or showing all the languages together (very confusing for readers and search engines).&lt;/p&gt;
&lt;p&gt;After all, there seems to be one plugin that would be OK and would meet my needs. It&#39;s name is &lt;a href=&quot;http://jamietalbot.com/wp-hacks/gengo/&quot;&gt;Gengo&lt;/a&gt;. It supports translation of everything, you can use summaries in other languages, mark articles as a translation of other article, use of the language is URL based.&lt;/p&gt;
&lt;p&gt;Why the hell am I not using it? The main reason is the demo page didn&#39;t work at the time I was examining it and I was too lazy (especially after being disappointed of all the other plugins) to try to find out more. And there were few problems mentioned that kept me from trying it (possibly MySQL4.1 required and problems with WP2.0.6). And I read about the new blogger.com for domains.&lt;/p&gt;
&lt;p&gt;So, I&#39;m finally here. I&#39;ll keep an eye on Gengo, maybe sometime I even switch to it. But for now I&#39;ll stick to the Blogger with it&#39;s large and more anonymous community ;).&lt;/p&gt;
&lt;p&gt;&lt;i&gt;(Yes, I know, what I&#39;m writing about is basically &lt;strong&gt;how lazy I am&lt;/strong&gt;&lt;/i&gt;).</content><link rel='replies' type='application/atom+xml' href='http://en.zubicek.eu/feeds/6729394260861476830/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/9202186157696931290/6729394260861476830' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9202186157696931290/posts/default/6729394260861476830'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9202186157696931290/posts/default/6729394260861476830'/><link rel='alternate' type='text/html' href='http://en.zubicek.eu/2007/01/wordpress-multilingual-dilema.html' title='Wordpress multilingual dilema'/><author><name>tPaK</name><uri>http://www.blogger.com/profile/02377398541459021131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9202186157696931290.post-5166698438371040091</id><published>2007-01-13T01:10:00.000+01:00</published><updated>2007-01-13T01:26:27.625+01:00</updated><title type='text'>first and hope not last...</title><content type='html'>&lt;p&gt;It&#39;s been a while since I&#39;ve started &lt;a href=&quot;http://zubicek.eu&quot;&gt;my own blog in Czech&lt;/a&gt;. I&#39;m not posting on a regular basis, I don&#39;t feel like describing my everyday life to the whole (Czech speaking) world. Mostly I use it as a notebook to help my poor memory or to get out the anger.&lt;/p&gt;
&lt;p&gt;There are times when I would like to address a much larger audience, things I think could be helpful for anyone. Hence the blog in English. And, of course, the much larger audience and number of bloggers using blogger.com make me feel more anonymous, so, maybe, I&#39;ll be able to post here more often then to my Czech blog.&lt;/p&gt;
&lt;p&gt;Don&#39;t expect me to translate everything I put on my Czech site, I&#39;m too lazy for this. Some things I will put on both blogs, others will go only to one of them.&lt;/p&gt;
&lt;p&gt;Well, that would be all for the beginning.&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://en.zubicek.eu/feeds/5166698438371040091/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/9202186157696931290/5166698438371040091' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/9202186157696931290/posts/default/5166698438371040091'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/9202186157696931290/posts/default/5166698438371040091'/><link rel='alternate' type='text/html' href='http://en.zubicek.eu/2007/01/first.html' title='first and hope not last...'/><author><name>tPaK</name><uri>http://www.blogger.com/profile/02377398541459021131</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>