Mysteries of CSS still abound

It seems I don’t know enough CSS. This is really funny as I tend to do css really good. Only one better is Emil who usually does CSS. However sometimes there are some small or not so small project that required tweak here and there.
What really got me confused is that aside from handling margins [...]

Website good practices rapper

This guy is awesome, he is rapper that makes topics from web development like using standards as topics for his raps. There are several hit raps, from using css to using SEO to better your site performance. Take a look:
Design Coding rap

Link Building 101

Paid Search

[...]

Gallery of great looking websites

I’ve been planning for quite a long time to make this site. I don’t know why I didn’t do earlier, but I didn’t. Now it is work in progress, it is going quite well. I got to v0.1, my internal plan is to release it on v0.5. Each of course is an iteration with few [...]

HTML5 Styles

I follow Ajaxian blog and they posted very interesting thing today. It turns out you can do very cool styling of your elements in new browser that I and most likely other developers might not be aware of.
I will borrow the code from their site:
<html>
<head>
<style>blah { color: red; }</style>
<script>document.createElement(“blah”)</script>
</head>
<body>
<blah>Hello!</blah>
</body>
</html>
Now, from article this code should work [...]

Beautiful Casa

  I just got final OK and launched a website Emil and I were working for few weeks. Casa Zocalo is luxurious rental villa in Mexico, that comes with full staff. It is great place to go and relax. Well, at least that is how I heard as I never have been there.
One thing is [...]