Category Archives: javascript

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 design, Generale, Software, Web | 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, design, markup, Web | 20 Comments