Archive for the ‘Unique website related discussion’ Category

How to create Beautiful Web Design

Monday, July 14th, 2008

1. Understand the design process, from discovery to implementation.
2. Develop pleasing layouts using grids, the rule of thirds, balance, and symmetry.
3. Use color effectively, develop color schemes and create a palette.
4. Use textures: lines, points, shapes, volumes, and depth.
5. Learn how good  typography can make ordinary designs look great.
6. Effective imagery: choosing, editing and placing images.
7. Understand what makes “good design”.

Posted by Mahesh ( Tryangled )

window open not working in Internet Explorer (javascript)

Wednesday, April 23rd, 2008

 <a href=”contactus.php?act=contactus” onclick=”javascript:window.open(’contactus.php?act=contactus’ ,’contactus‘,’width=564PX,height=600PX,scrollbars=yes,top=0,left=0′); return false;”>
Contact Us</a>

in the above code when the highlighted window name is given without space..

But by mistake if u give a space in between the name like “contact us” then this will not work in Internet Explorer  and the same will work in Mozilla Firefox

Posted by Suresh B