Archive for the ‘ Front End Development Tips ’ Category
Any HTML developer that hates tables already hated the idea that you cannot vertical-align middle on any div. Therefore, many resort back to using table layouts. Today, I found away to do without any tables. Here is how[ READ MORE ]
I highly encourage all developers do follow these easy 30 steps written by Jeffrey Way. Read more on NetTuts[ READ MORE ]
Internet Explorer 6 is still alive in the internet community. If you ask me, I would strictly not use this pathetic old browser at all. COME ON! It is 2010 already! PEOPLE — upgrade your browsers! Anyway, if you must support it, here is a quick guide on tackling of its numerous. Ultimate IE 6 [ READ MORE ]
Tired of writing separate CSS selector for IE6 just to enable PNG transparencies? Wait no more! TwinHelix Designs creates a HTML Component (HTC) script that allows IE6 to enable PNG transparencies automatically. WOW! Check it out at: http://www.twinhelix.com/css/iepngfix[ READ MORE ]
Have you been bothered what is the best way to do pop-ups? Have you been using, <a href=”#” onclick=”window.open(…”>text link</a> all the time? Well this web page article, “The Perfect Popup” talks about changing the way we declare pop-ups. Article says to use rel attribute instead. So it will be: <a href="sample.html" rel="popup">text link</a> Pretty [ READ MORE ]
Get every new post delivered to your Inbox.