21 Jun 2010
No comments.-
We have been publishing articles about CSS3 for a while now, and we keep receiving angry e-mails from some developers who complain that it doesn?t make sense to use CSS3 today. Yes, Internet Explorer doesn?t support most CSS3 properties. And yes,… Read more
10 Jun 2010
No comments.-
CSS has a pretty useful property called white-space that I?m guessing goes unnoticed among CSS beginners. You can probably live without this property for quite some time, but once you learn how to use it, it will come in very handy and you?ll… Read more
07 Jun 2010
No comments.-
WordPress 3.0 RC2 is now available for download; this means that final version could be released any day now. This release will mark a new milestone in WordPress history, with several exciting new features including: multiple sites, custom menus,… Read more
13 May 2010
No comments.-
In this article I will help you get the tools to create a great portfolio for yourself. No matter if you are a logo designer, web designer, illustrator, writer or photographer, you should have a portfolio. If this is made well it can help you a… Read more
10 May 2010
No comments.-
As developers we have to think beyond. We should be able to use the most advanced techniques of every language or framework we want to know. Here I?ll explain to you some of the good practices and techniques we should be using right now for… Read more
23 Apr 2010
No comments.-
jQuery makes using JavaScript easy even for most designers because of it?s huge community and supply of really useful plugins. Using plugins is great for sure but knowing a bit more of what is going on behind the curtain can make you more powerful… Read more
21 Apr 2010
No comments.-
The Document Object Model is an API which allows developers to access, read, and modify the content of a web page. In this article, I’m going to show you 10+ extremely useful code snippets to manipulate the DOM using jQuery. Manipulating the DOM… Read more
20 Apr 2010
No comments.-
I?ve been working with CSS for quite a while now, and even though it?s relatively easy to learn, there are always new tips and tricks to be found. I?m learning new stuff all the time. I wanted to take a moment to put together this helpful list of… Read more
13 Apr 2010
No comments.-
WordPress 3.0, scheduled to launch May 1st, 2010, will be a real revolution for the blogging system. With new functionalities such as custom post types, developers will be able to create more complex and more powerful sites based on WordPress. In… Read more
23 Mar 2010
No comments.-
Everyone has a slightly different approach to CSS. That?s part of the reason it can be a nightmare to edit someone else?s code. But there are a few good practices you can use in your CSS to make your stylesheets easier for you to read, and easier… Read more