Category Archives: design

A new logo: the making of

Just as the old website didn’t represent me anymore, the same thing happened with the old logo. I decided that the first thing to do was to have a better logo, so I sat down and started with the creation process just as if I were a new client. And here is the story.

Also posted in Generale | Leave a comment

Interesting WYSIWYG editor: WYMEditor

Friends and colleagues know that I’m not a big fan of WYSIWYG editors, I prefer Markdown. But recently a client strongly requested a rich text editor for a custom CMS I made, so I searched for something that could run well with the jQuery/jQuery UI interface. I found WYMEditor: fast, easy to setup, easy to [...]

Also posted in Generale, javascript, Software, Web | Leave a comment

Minimalist WordPress

This morning thanks to Mitch Keeler I found this very interesting post by Scott Allan Wallick which lists 10 simple but beautiful WordPress themes. These themes became useful for a recent experiment which uses WordPress as a document manager and knowledge base.

Also posted in layout, Wordpress | Leave a comment

Unobtrusive Javascript and form validation

UPDATE: 27/11/2006 (Comments n. 5 e 6) Unobtrusive Javascript is not so complicated. In this article, inspired by the italian magazine Hacker Journal, we’re going to validate a simple login form before it’s posted to the server. Some weeks ago, HJ’s CookBook survey reported an example of Javascript form validation code. The original example was [...]

Also posted in css, javascript, markup, Web | 20 Comments