Archive for April, 2008

I love HAML

1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 4.33 out of 5)
Loading ... Loading ...
Saturday, April 26th, 2008

Just a quick post to let everybody know that i’m switching my erb templates over to HAML. All my css with SASS will follow. These two template engines enhance my productivity a lot. it’s compatible with rails 2.

I must admit that there are still some issues like: No ruby code on multiple lines to format the code properly on very long ruby statements. And: HAML source code highlighting in netbeans plugin is quite old and not updated, but this doesnt stop me from using it.

just checkout the “showdown” on the bottom of the first page to get a feeling of HAML.

Rounded div corners with Ruby on Rails

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...
Saturday, April 26th, 2008

So now you know how to do nicely rounded div corners without using images or any javascript after reading this post.

But how do we integrate this nicely into our rails app? The following solution might not be perfect but that’s what i’m using and like:
(more…)

Rounded corners with CSS (and no images)

1 Star2 Stars3 Stars4 Stars5 Stars (4 votes, average: 4.5 out of 5)
Loading ... Loading ...
Thursday, April 24th, 2008

I searched a lot to find this great solution for doing rounded borders with just CSS and no images. There are loads of solutions out there which use images to make the borders or doing some funky javascripts which take too much time on page load and the rounding is only applied after onload.

so thanks to Deathshadow for this great solution with pure CSS. just check out the link. there are the examples and the source needed.

New great free icon set

1 Star2 Stars3 Stars4 Stars5 Stars (4 votes, average: 4 out of 5)
Loading ... Loading ...
Monday, April 21st, 2008

Many of you already know that the FamFamFam icons are probably the most famous out there. At least i know plenty of apps using it - including me. Today i have found a new great icon set from pro theme design including 117 icons:

iconsheetsmall.gif

Get Circular Icons here

Developing a ‘login’ with ajaxed

1 Star2 Stars3 Stars4 Stars5 Stars (7 votes, average: 4.86 out of 5)
Loading ... Loading ...
Thursday, April 17th, 2008

Today we will check how we could realize a simple login using ajaxed for your web application. You know the common stuff where you enter your credentials (email and password) and you get authorized if they are correct.
(more…)

ajaxed 1.0 released

1 Star2 Stars3 Stars4 Stars5 Stars (12 votes, average: 4.83 out of 5)
Loading ... Loading ...
Tuesday, April 15th, 2008

the new major release of asp ajaxed is here. I have jumped with counting to version 1.0 because it has been such a big update and the library reached its maturity level. Curious whats new in the box? A lot of improvements and new stuff - i got a lot of inspiration from ruby on rails as well and the biggest goodie is an own developer console with unit tests, documentation creator…

ajaxed1.gifajaxed2.gif
(more…)

create a contextmenu with javascript & prototypejs in seconds

1 Star2 Stars3 Stars4 Stars5 Stars (5 votes, average: 3.6 out of 5)
Loading ... Loading ...
Tuesday, April 8th, 2008

Did you ever wanted to build a context menu like google does it? I have figured out an easy and quick way to achieve this with a small amount of CSS and 3 lines of javascript.

contextmenu.png

Click here for a demo
(more…)

Test your website on different browsers. Get even a screenshot of how it looks like in all of them!

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 4.5 out of 5)
Loading ... Loading ...
Wednesday, April 2nd, 2008

Today a work collegue showed me a nice tool (website) called browsershots which tests a given website in all the browsers you want. The nice thing is that it really supports a hell lot of browsers (incl. different versions .. IE5, IE6, IE7, FF1.5, FF2.0, FF3) and that it shows you screenshots of how it looks like. I love it - because its a real mission to get all of them working locally on your machine .. especially the different IE versions :) I have tried using it with webdevbros and here is a screenshot of how it looks like after processing it for 3 minutes… (more…)