Roumazeilles.net

Archive for the 'WordPress' category


WordPress 2.7, tomorrow

(Friday, December 5th, 2008)

It is said that the new version of WordPress, the open-source website operating software will arrive tomorrow. It is currently in version beta/RC. It will bring a new greatly improved administration panel.

Download from WordPress.org.

WordPress transfer

(Sunday, November 30th, 2008)

WordPress v2.3.2In the end, transfering a WordPress installation from one server to the next will not have been a simple task. As a matter of fact, moving the files, moving the database, seemed to be the easiest. But I could no longer upload images in WordPress.

Here is what I had to do (and you may have to do) to get back full features and operations:

  • Check that PHP was in safe_mode (not obvious, you’d have access to the server or its administrator).
  • Ensure that access rights to the image upload directory (wp-content/uploads/*) were clearly set to 777 (here again, you’ll need to get support from the adminstrator, or a Telnet/SSH access to your account on the server).
  • Since I did not re-install WordPress from scratch, but transfered the full config, I did not notice that the setting for storing of images was now bogus (the directory used on the previous server was not existing on the new server). So, I went back to the admin interface of WordPress > Settings > Miscellaneous and set again wp-content/uploads as the upload directory (first option on this page and default value as shown/written under it).

I hope that you will not be stung like me…

Be a beta-tester

(Sunday, October 12th, 2008)

If you have the heart of an adventurer, you may be interested to know that Ijust put in beta-test some new websites that I am working on.

Your opinion will be welcome, but -remember- this is beta-test. So, it is full of bugs, problems, issues and don’t come back and complain if your significant other dumps you because of it.

Note: Most (if not all) of the photo-related news here will be applied to YLovePhoto.com as soon as I feel free with this new web site.

Good and bad things about WordPress 2.6

(Friday, September 5th, 2008)

I migrated this web site to the latest version of WordPress (version 2.6). Since this is a significant jump from the old v2.3.3 that I was still using (because it was stable and without known bugs), I feel that it could be interesting to summarize the observations I made during this migration.

Good

  • Somehow, the performance is the same, but the administration panel has been improved with a logic more task-oriented (important and common things are more immediately accessible).

Bad

  • Unfortunately, in the administration panel, I lost most of the direct visibility onto the posts scheduled in the future (I prepare a lot of articles in advance to free myself from the tyrany of web site updates).
  • The “Write Post” page is organised differently, but I lack the flexibility of re-organisation that was in version 2.3 (dragging the elements where I wanted them to be). But, maybe it’s because I still don’t know how to do it… Apparently, people think it was a regression in v2.5.x, but what the heck? It was working fine before.

Conclusion

I have no difficulty working with WordPress 2.6 now. Even if a few things keep annoying me and I feel that it was not all change-for-the-best, I would easily recommend it (even the newest v2.6.1).

WordPress 2.6 and images

(Friday, August 29th, 2008)

WordPress v2.1Minor information about using WordPress v2.6 (the latest revison of this great blog/web-site-wrinting tool).

I had a few difficulties to ensure that images where correctly aligned and displayed after the improvements in their presentation in WP2.6. For those really interested, I ended up adding the following to my CSS file:

  1. /*************************************/
  2. /* Align code for WP2.6 compatiblity */
  3. /*************************************/
  4. .aligncenter, div.aligncenter {
  5.     display: block;
  6.     margin-left: auto;
  7.     margin-right: auto;
  8. }
  9.  
  10. .alignleft {
  11.     float: left;
  12. }
  13. .alignright {
  14.     float: right;
  15. }
  16.  
  17. .wp-caption {
  18.     border: 1px solid #ddd;
  19.     text-align: center;
  20.     background-color: #f3f3f3;
  21.     padding-top: 4px;
  22.     margin: 10px;
  23.     /* optional rounded corners for browsers that support it */
  24.     -moz-border-radius: 3px;
  25.     -khtml-border-radius: 3px;
  26.     -webkit-border-radius: 3px;
  27.     border-radius: 3px;
  28. }
  29.  
  30. .wp-caption img {
  31.     margin: 0;
  32.     padding: 0;
  33.     border: 0 none;
  34. }
  35.  
  36. .wp-caption p.wp-caption-text {
  37.     font-size: 11px;
  38.     line-height: 17px;
  39.     padding: 0 4px 5px;
  40.     margin: 0;
  41. }

Thanks to the support of the WordPress.org forum.

Moving to WordPress 2.6

(Tuesday, July 22nd, 2008)

For most people, this is absolutely minor information, but the web site just went through an important change. Nearly nothing visible (except some possible bugs still to be uncovered), but it’s now using WordPress v2.6 (the latest version of this excellent tool to manage web sites and blogs).

This should help a little the readers willing to write posts on Roumazeilles.net…

Daily inspiration with WordPress

(Saturday, April 12th, 2008)

WordPress - Post timestampSome people have been telling me: “You blog! That must take a lot of time and you must be there each and every day”.

Don’t worry, I may post something on Roumazeilles.net every day, but it does not mean that I am in front of the keyboard every day. Far from it. I am using one small advantage of WordPress (the software package supporting my web site). I can write posts and schedule them for future publication.

That way, I have no limit to my inspiration. For example, I have currently scheduled weekly posts about optical illusions for the coming 6 months, a full week of feline-related news (daily posts next week), a full week of daily videos titled “when XXXXX get bored” in a couple of months.

User rights in WordPress 2.3

(Wednesday, February 13th, 2008)

Pour ceux qui souhaitent le savoir, chaque utilisateur sur le site Rouamzeilles.net peut avoir des droits différents selon le rôle qui lui est attribué (par mes soins). Les droits attachés ne sont pas toujours évidents, même pour un habitué de WordPress. C’est pourquoi j’ai produit le tableau ci-dessous pour expliquer.

Cliquer sur le tableau pour le voir en plus grand.

User rights in WordPress 2.3

Upgrade to WordPress 2.3.2

(Thursday, January 3rd, 2008)

WordPress v2.3.2As you may have noticed (because of the unusually long time it took me to do the upgrade), I upgraded Roumazeilles.net to the newest version of WordPress 2.3.2.

You should see no significant impact (except some security improvements and in the administration part, if you want to propose an article). But if there is something, feel free to tell me.

bbPress installation

(Tuesday, January 1st, 2008)

While installing the new forums software on Roumazeilles.net (bbPress) [it was only an evaluation that will not be followed immediately by a full implementation], I noted a few of the details I needed to do in order to reach a conveniently installed package. Since bbPress is only lightly documented, it may be helpful for other.

Aim

The first objective was to install two sets of forums (in French and in English, as for the news blogs) in their respective URLs.

The locations have an influence on the rest since I still wanted to have a good integration with the wordpress blogs. You are expected to install the forums inside the blog.

So, here is how I did it.

(more…)

Rich fonts for your web site

(Sunday, December 9th, 2007)

The design of a web site is notoriously opposed to the use of rich and varied fonts: You are strongly invited to stick to the small list of common fonts. Unfortunately, this is not always enough. If you already started exploring alternatives like text-in-GIF-images, have a look at this hackzine article: HOWTO – Use rich fonts in your web design.

Spell-checking with Opera

(Friday, October 26th, 2007)

I am in love with the Opera web browser. I use it for 99% of my web browsing, so it is also the tool I use when writing posts for the roumazeilles.net web site. The only thing that I did not have right out-of-the-box after download was the ability of checking my spelling (and several people noticed a few typos in my posts along with some of my bad English).

So I decided to add a spell checker to Opera (a plug-in to limit the risks of my own typos). I found a pretty simple one: Aspell for Windows that Opera will automatically recognize when it is installed. It has dictionaries for many languages (it is easy to create one from a mere word list in your own language if you need to). It supports several languages at the same time.

The only drawback is that it is not working in real-time, but you have to call it from a right-click on the mouse into the post box. I would have preferred an active underlining of wrongly-spelled words (like in Word or OpenOffice-Write).

May be you know a better one that you would like to share…

Note for new bloggers: Even if I have been waiting long for this, typos in your posts just pushes forward a bad image for your own web site. Go and correct this now.

Source: http://www.opera.com/support/tutorials/opera/spell check/.

Fifty ways to track website traffic

(Monday, October 8th, 2007)

You have a web site, you want to see its traffic growth (it appears that this is the number one way web site creators spend their time: They track each and every little traffic change with stat tools). I offer you here a frighteningly long list of ways to satisfy your worst statistical perversions.

Fifty ways to track website traffic

What is RSS?

(Tuesday, October 2nd, 2007)

There are two ways to read this post, one is to go to the web site and to look at the pages; The other is to check the RSS news feed (These news on your web site).

If the number of visits is the judge, there are only very slim chances that you know about the mere existence of the RSS thread These news on your web site. This is why, I’ll try to speak a little about it and give you some tips about it.

The central idea is to ease the reading og articles from a web site by grouping them in a simpler form. You need a separated reader but, you may not know it, you already have one included in most modern web browsers. Instead of going to the site to check if there are news, your browser will receive updates any time there is something new. You’ll know if it is worth coming to the original web site.

Here are some informations as they were grouped by Codesqueeze.

Beginners

Veterans

Advice to bloggers

Now, if you blog or if you have a web site, it is strongly advised to include your own RSS version of the news and posts that you produce. It is favoring the most experienced readers who happen to also be the ones most able to extend the buzz around your activity or web site.

WordPress v2.1For the users of WordPress blogging software and WordPress.com sites, it’s just a matter of using the feature already included in your web site. You just have to make sure that the template you use is properly showing the existence of the RSS thread.

WordPress 2.3 – It’s show time!

(Tuesday, September 25th, 2007)

All WordPress users should know that their prefered tool for creating a web site has just been upgraded. WordPress 2.3 is now ready and rolled into the public.

WordPress 2.3 will come on September 20th

(Wednesday, September 5th, 2007)

WordPress v2.1WordPress is currently preparing a new version 2.3 that will bring new possibilities to work together (multi-author blogs and web sites) and to enrich the articles/posts.

We should see the final 2.3 version on September 20th.

Nouvelle fonctionalité : articles similaires

(Friday, August 31st, 2007)

You may remark (or may not) the appearance of a new feature on this web site: on each individual post page, there is now a little list of similar articles. It is intended to help you discover new articles that you may not know but are related to the post your are reading at this time.

Have fun!

For the interested WordPress users, I can tell that to get this feature I used the “related_posts” plugin of Wasabi.


http://www.roumazeilles.net/

Copyright (c) 1999-2009 - Yves Roumazeilles (all rights reserved)

Latest update: 8-sep-09

Search provided by Google.com
Roumazeilles.net
Roumazeilles.net