Category ‘Internal’

Forms with WuFoo

20 . December 2007
written by Clemens Lang at Dec 20th 2007, 22:08
Do you create web forms a lot? Doing a lot of copy and paste on this task?

I've been listening to Technikwürze Podcast, Episode 104 (a german podcast about design and webstandards) and they've been talking about WuFoo, an online service to create HTML forms. You can create forms using drag and drop on their site. If you want their server side validation, their statistics and their database power, you can purchase a paid subscription plan, but what I want to point out today is their XHTML/CSS export feature.

When you create a form, click the code-button and choose “XHTML/CSS code only” on the right they'll serve you the correct XHTML and CSS code for the form you designed ready somewhat ready to include it into your web site. I moved all their CSS rules into some kind of “namespace” so they wouldn't interfere with my site's CSS rules (particularly my CSS files require the form to be in an element with class “wf” assigned to it and the IDs being used in the form are prefixed with “wf_”). I added some jQuery JavaScript for the cool eye candy-effects and that's it. Now I can easily insert WuFoo-generated forms in my site (and oh boy, I will).

Note that you will have to take care of form validation yourself - you're not using the WuFoo guys' servers and I didn't include client-side validation in my JavaScript.

If you'd like to use my modified CSS file and my jQuery JavaScript code scroll down for a highlighted version or get it here: CSS and jQuery JavaScript. The CSS and XHTML code has been released under a CreativeCommons Attribution 2.5 license and I'm hereby releasing the jQuery code under the same license.

Read the rest of this entry »

Why I’m blogging in English

14 . October 2007
written by Clemens Lang at Oct 14th 2007, 20:28

If you know me, read my about me page, followed a link from a German site or noticed my TLD is .de you probably know I’m German. So why am I blogging in English?

Since my early days in web development, which happened to start at HostingPosts, a free hosting provider, I’ve always been using English when talking about web development related topics. I quickly advanced to a moderator and later an administrator at HostingPosts, for I was trying to give something back to the community by helping other members out, when they had web development-related problems. I practically never talked to my German friends about web development, probably since they were just not interested in that kind of stuff anyway.
When I got my two VPSes at HostEurope I first joined a German discussion board about web topics - HostEurope’s customer board is a great place if you need help, if you have access to it (obviously only if you’re a HostEurope customer) make sure you check it out.

The decision whether to blog in English or German was a tough one, though. It took me almost two months to make the final decision, but I went with English for two main reasons:

  1. I have some English friends, who would probably enjoy reading my blog and they obviously don’t speak German
  2. A lot of people in Germany speak English anyway

Oh, and there’s another reason, too: I’m blogging in English, because I can wink I know my English is not perfect, so you’re welcome to correct spelling mistakes (shame on me for not paying attention to Firefox’ spell check plug-in!) or weird grammar.

 <  1 2 3