September 2010
1 post
3 tags
Tip of the day #4: overflow:hidden under IE7
I couldn’t find a solution to this problem, so after a few tests, I found it myself. Consider this scenario: an unordered list with floating LI elements inside (i.e. you build a slider). The LI elements have position: relative applied. In this case, if you try overflow:hidden on the UL, it won’t take effect under IE7. What you need to do is wrap the UL in a div#ul-wrap: div#ul-wrap {...
Sep 26th
8 notes
July 2010
2 posts
Jul 20th
Tip of the day #3: Start design from the content
In the past I often started a new web design from the background or from the header. And that was a mistake - in this short article I’ll explain why. ___ The problem: For the last few years we’ve heard a lot about how content is the most important part of the page and not the design by itself. It’s a basic principle and it’s true, because users don’t come to your...
Jul 18th
April 2010
1 post
AMA Sound launched
I am proud to announce CMT Studio’s newest creation - the custom redesign and programming for AMA Sound: View it online  TOOLS: HTML5 CSS3 jQuery PHP MySQL CodeIgniter PHP framework FEATURES: Hi-point custom design with strong accent on usability Rich user experience SEO optimized Clean, semantic, tableless HTML5 code Precised and “DRY” programming ...
Apr 30th
March 2010
4 posts
Tayles: Flags css sprite →
Flags of the world as a css sprite. The flag icons are from Mark James’s FamFamFam collection while the code is a slightly simplified and condensed version of the csscountrycodes project on Google Code. Released under a GNU General Public License v2. Includes 247 icons in total. The sprite…
Mar 28th
1 note
Opera logo with CSS3
This is amazing, the guy achieved this only with CSS3 - it’s really powerfull! You’ll laugh hard when you see how it renders in IE. Click the thumbnail above.
Mar 18th
2 tags
Tip of the day #2: How to code faster
Coding faster is essential when your time is money. Here are some exemplary steps: Use a suitable code editor that gives you snippets and has an advance editor intelligence. Aptana is a good choice in this case, giving it a try is a must. Use zen coding. Jeffrey Way from NetTuts+ has a great screencast on using it. Now you can even group tags and use attributes in a great way! Use a text...
Mar 17th
1 tag
Tip of the day #1: Use you own localhost alias
Here’s a little tip from me today: If you are a developer running Windows XP and find yourself typing “localhost” in your browser about twenty times a day, you maybe want to use something shorter or easier to type. For example: you want to type “home” or “go” instead of “localhost”. Here’s what you need to do: Go...
Mar 16th