Cool CSS-only registration formAugust 28, 2009

Here is a very simple and cool registration form. A lot of times I was searching for some registration or login form that is easy to adapt. Here comes my contribution to the community. I hope you can use it! The result looks like this: Let's start with the css. Add it to your header or to ...

read more

Simple CSS chart for dynamic contentAugust 27, 2009

This is an example of a very simple CSS + one tiny image chart. The result will look like this: [caption id="attachment_41" align="aligncenter" width="324" caption="Simple CSS chart"][/caption] Insert the follwoing style into the head of your html (or add it to your existing CSS): <style&g...

read more

Simple CSS: Update box for category or postsAugust 26, 2009

Let's create a simple and clean box that shows the updates in a category (or anything you might like it to use for). The result looks like this: [caption id="attachment_34" align="aligncenter" width="182" caption="Update box"][/caption] Starting with the css, insert the following code into the...

read more

JavaScript: Changing location or stylesheet according to device or browserAugust 26, 2009

Developing web applications for mobile phones sometimes brings the need to just create separate content for different devices. Some time ago I had to create a web app that would look pretty on both, the iPhone and some Windows Mobile based device by HTC! In the end it came out to be simpler just ...

read more