(Saturday, February 3rd, 2007)
Some time ago, most people would not even think about creating a web site. Today, it became so easy to do (see another post coming soon) that the only question is not how, but why. Consequently, I decided to give you a few of the common ideas that led most web site designers and bloggers (even amateur ones):
- Initially, because you have something to tell. Of course, you should start only if people usually ask you about something and consider that you have something interesting to say about it. If it is not the case, you may be led by the will to become this kind of expert or reference person on an issue you like.
- Because you can. We do a lot of things just because we can, not for very complex reasons
- Because being recognized expert on a field may attract some interesting job that you could not consider in any other way. I remember that Tom’s Hardware was started by a medical student who had some understanding of technology and hitech gadgets. He moved from Medecine to Technology.
- Because -if you do it well- you may earn a neat income. Most blogs do not bring any money. However, some are quite a neat source of money. A few thousands of visits per day (easily reachable if you are persistent enough to produce at least 100 posts per year) will be easily monetized to a few hundred dollars per year with the help of Google AdSense or other polite/discreet advertising.
Of course, you need to spend some time to it. But, this is not a lot. For many people browsing the Internet is already a daily activity. Spending a few minutes to keep a log of your activities or researches would be easy. Spending a few hours a week to write about your hobby is usually a neat way to ensure that your knowledge is understandable and that you can share it with others. In some cases, you will even notice that some of your friends will go to your web site before asking you for details that will make the matter for further posts (I often re-use some of my emails into posts).
Will 2007 be the year of your web site?
Find more stories in Blog, Create a web site, Culture, Lists, New web site, Social issues, Tech, WordPress
(Friday, February 2nd, 2007)
You want your own blog? After all, it’s so easy. There are many solutions for this including:
As a matter of fact, with the second solution, you will find all tools already installed and you can start writing posts immediately.
Find more stories in Blog, Create a web site, New web site, Tech, WordPress
(Friday, February 2nd, 2007)
After a previous post about the reasons there are not to use the HTML tables (and to prefer CSS tables), I want to come back to this issue with my own experience.
When I went to the fifth version of this web site interface (the one you see at the time of posting this article), I tried to build the site theme using as much CSS as possible in order to ease future migrations and to lighten the result by separating content and styles. However, it soon appeared clear that the 3-column organization (with footer) i sone of the most difficult contruction for CSS tables and it always creates problems of rendering on different browsers.
This is why I decided to choose the best of both worlds. Let’s clarify this position. HTML tables are very simple to build and are correctly implemented in the vast majority of Internet browsers (their definition is so old now…). I decided to build the basic squeleton out of HTML tables. But I limited myself to the structure only. All the styling and formatting is done in CSS tags.
This is a very powerful solution. Use one technique for what it’s best. HTML tables allow easy definition of columns, clear grouping, etc. CSS tags allow splitting content and structure, defining clearly sizes, margins, paddings, borders, cell backgrounds, colours, etc. This gives a theme that is very tolerant (e.g. HTML tables behave well when an image is sized erroneously big -a quite common error- and forces the column dimensions). But the styling is very flexible in CSS.
If you are interested, I invite you to check the sources of this page and the associated CSS file.
Find more stories in Blog, Create a web site, HTML and CSS, New web site
(Monday, January 29th, 2007)
Going from one version to the newest for a software program like WordPress that I rely upon to operate this web site is not necessarily difficult, but it is always a bit safer to work smoothly, orderly and slowly rather than rushing into the dark.
I started by updating all the plugins I use to enhance WordPress. After checking that they were compatible with WP2.1 or that they had a new version compatible with it, I went and downloaded them before installing them one after the other. I could immediately detect an issue with WP-Polls and I invalidated it after a few seconds to secure the quality of the visits (knowing that there us not yet any online polls, it wouldn’t create problems for the visitors).
Then, from a safe situation, I could download WordPress v2.1 and install it separately. Importantly enough, there are plenty of details about how to make a safe upgrade, right in the download page.
Following the instructions was fairly fail-safe and, apart from a minute of file uploading, there was no real impact on the operation.
Find more stories in Blog, Create a web site, New web site, WordPress
(Wednesday, January 24th, 2007)
Great news for the WordPress community of bloggers and web site designers: WordPress 2.1 is available for download. This is really a significant upgrade to one of the most successful blog-and-CMS software applications (the one I use for Roumazeilles.net). New features include (my own selection of the good things):
- A new tabbed editor allows you to switch between WYSIWYG and code editing instantly while writing a post.
- The lossless XML import and export makes it easy for you to move your content between WordPress blogs.
- You can set any “page” to be the front page of your site, and put the latest posts somewhere else, making it much easier to use WordPress as a content management system.
- The upload manager lets you easily manage all your uploads pictures, video, and audio.
- Comment feeds now include all the comments, not just the last 10.
- A new version of the Akismet plugin is bundled.
- Redesigned login screen from the Shuttle project.
- More AJAX to make custom fields, moderation, deletions, and more all faster.
- Our admin has been refreshed to load faster and be more visually consistent.
- Much more efficient database code, faster than previous versions. Domas Mituzas from MySQL went over all our queries with a fine-toothed comb.
- Better internationalization and support for right-to-left languages.
It seems all great (and it is). However, I want to stress that existing WordPress 1.x blogs should not jump immediately into the new version. The main reason for being cautious is the unavailability of new versions of some of the plug-ins your site may be using. In my case, I will need a little more time for the transition.
Full details.
Find more stories in Blog, Create a web site, New web site, WordPress
(Thursday, January 18th, 2007)
Needing to quickly install a web server on a Windows PC, I was drawn into looking for a free software suite providing such sevrices in a simple and nice package.
I already knew EasyPHP from Emmanuel Faivre, Laurent Abbal and Thierry Murail, three Frenchmen who put in a single tool box all the free open-source tools really needed for this:
- an Apache server
- the PHP language
- a mySQL database
- a few tools that makes nice complements to it:
It is always possible to grab them independently and to install them by yourself, but it’s such a pleasure to do this in a single simple move on your PC!
But, I was told that there is a competing solution, WAMP from PHPteam. After reading in the forums that WAMP seems much simpler to install on a Windows PC than EasyPHP, I decided to test WAMP.
|
Please notice: WAMP is the Windows version of LAMP, a similar tool dedicated to GNU/Linux.
|
In a few words, I can confirm the ease of deployment. The installation program is perfectly up to the level of what is normally epxected from a Windows pro installer. User choices are clear, well described and easy to understand, supposing that you know about the general issue (we are installing a web server, not yet another mini-calendar XP application…). And, there lies the only problem with WAMP (but it’s shared with EasyPHP): If they allow you to work with tools that are well known to a specialized public, don’t really believe that you could install your own server without first understanding the issues at hand with Apache, mySQL or PHP.
Nevertheless, the overall feeling I got from WAMP is even more favorable than with EasyPHP. Even better, in both cases, the support is very significant in several language (most notably in English and French). I know that this is a prerequisite for some of our readers.
Find more stories in Blog, Create a web site, Linux, New web site, Tech, Web sightings, WordPress
(Tuesday, January 16th, 2007)
You may have noticed a new logo appearing on our web site since the redesigned interface went online.
If your web browser supports it (Opera 9, FireFox, Internet Explorer 7), a similar orange icon may appear on the web address bar.
This is a feature that is good both for users and for web site designers. For the users, it provides a simple way to access to the information on our web site by allowing FireFox or Opera to directly collect the news from the web site without even opening the page. If you click on one of these RSS feed icons
, your web browser should propose to subscribe to the feed. After that, you will be informed more directly about news on Roumazeilles.net even if you do not open the web site. You will never miss interesting headlines!
The RSS feed icon
is a standardized way (proposed by FireFox) to easily point you to this fast access to the web site information. By itself, this is good news for the web designer because it gives a common recognition standard: I don’t have to explain (like I do here) the meaning of the icon, I don’t have to invent some explanation or title. It looks the same on all web sites supporting this feature.
Initially, it RSS feeds were created to syndicate content (to allow other sites to seamlessly include the content of Roumazeilles.net in their own pages). This is still possible (this is what is used by news management web sites like MyYahoo!, MyAOL, Google, or Bloglines), but it has been greatly extended by the creation of specific tools integrated in your own browser.
Find more stories in Blog, Create a web site, HTML and CSS, New web site, Tech, Uncategorized, Web sightings, WordPress
(Monday, January 15th, 2007)
As you certainly noticed, we changed significantly the look-and-feel of our web site. The plastic surgeon used its scalpel to give a new face to the web site: reduce the size of the pages (faster downloads for you), improve readability (the white background increases the contrast), come back to a more sober graphic design (only a few graphic signs and homogeneous colours).
But there are some new functionalities too. The most important one is certainly the addition of the ability to send an email to your friends to let them know about a post that you would find particularly interesting (for whatever reason). Just before sending, do not forget to copy the code that is provided (it allows to protect us against robots that would be trying to send automated emails using this form). In any case, be reasonable and polite with your use of this nice little feature.
Just look at the link at the bottom of articles on the front page (or in the box at the bottom right for post pages).
Find more stories in Blog, HTML and CSS, New web site, SPAM, Uncategorized, Web sightings, WordPress
(Wednesday, December 20th, 2006)
N|vu is a web development application with a WYSIWYG interface that is aimed to be user friendly, easy and powerful. It is supposed to be a serious competition for major commercial tools like DreamWeaver (N|vu is a free download making it a good contender).
Unfortunately, since it comes from the Open Source world, N|vu tends to receive a lot of reviews, but not often from the professional web designers. This is why I appreciated a lot to find a specific review that is aimed at comparing N|vu with DreamWeaver and includes very real-life issues of every-day life of a web programmer/designer. It is not only scratching the surface (looking at the menus), but rather trying to extract the best of it (digging into CSS code generation, consistency of the interface, etc.)
If you consider using N|vu for your professional (or serious) HTML/CSS editing and web site design, I advise you to take 10 minutes to read this review. Even if it dates back to 2004, it contains very neat information.
Find more stories in Blog, Create a web site, HTML and CSS, New web site
(Thursday, December 14th, 2006)
finally, it’s happened! Microsoft announced officially the end of FrontPage (Microsoft Office SharePoint Designer 2007 and Microsoft Expression Web Designer will come in Spring to replace it).
As a matter of fact, FrontPage did not really succeed in penetrating the pro market for web designers. Its utterly simplistic approach to web design was obviously far behind some serious competitors (or leaders) like DreamWeaver. But, non-specialists now stop using it -essentially- because they no longer need it. Today, ready-to-install blogs (like WordPress, or Joomla or Mamba or SPIP) have already marginalized web site design, but solutions including both the blog software and the web hosting (like WordPress.com) allow to forget completely about both the tool and the installation. You can immediately start using it… without even looking at FrontPage.
So, FrontPage saw its public disappear. FrontPage lost its justification. We won’t cry.
Find more stories in Blog, Create a web site, HTML and CSS, New web site, Routers & networks, Web sightings, Windows Vista, WordPress
(Wednesday, December 13th, 2006)
It may be a little oddity, but I feel it’s an interesting idea for all those who want to browse the web anonymously. Usually, there is only one solution: using an anonymizer proxy, but APAZ is bringing you a nice twist to it by allowing you to build your own anonymizer proxy (a server allowing to hide the actual origin of a web communication).
APAZ is a small PHP software that can be installed nearly anywhere you can host a small PHP-based web application. It provide on-demand anonymizer proxy. It’s no longer necessary to dig into long lists of more or less available proxy servers.
Congratulations to Emmanuel Saracco for this simple and good idea. Download from http://labs.libre-entreprise.org/scm/?group_id=107.
Find more stories in Computers, Create a web site, Legal downloads, Liberties, Linux, New web site, Routers & networks, Web sightings, WordPress
(Monday, November 20th, 2006)
This is the tough question that BrowserShots.org web site anwsers for you. They provide a simple way to test your web site in a large variety of configurations and browsers. This is a very nice idea founded on the voluntary help of computers installed all over the world (widely distributed architecture).
This way, you will know how Roumazeilles.net looks on a number of exotic (or not) browsers:
Roumazeilles.net in many flavors
Recommended to any web designer.
Find more stories in Apple, Blog, Create a web site, HTML and CSS, Linux, New web site, Routers & networks, Tech, Web sightings, WordPress