Rounded Corners in HTML

Previously, rounded corners in HTML was a difficult job, since we were obliged to use images and complex html to build a small section with rounded corners. After doing some research, I found a small method to design the div and give it a rounded corner shape: .rounded-corners { -moz-border-radius: 20px; -webkit-border-radius: 20px; -khtml-border-radius: 20px;…

MS SharePoint Designer makes life complicated or easy?!

Microsoft SharePoint designer 2007 is a tool supposes to be helpful when it comes to changing design of master pages and SharePoint web pages.  But yet there is always some bugs in the tools. If you open a SharePoint master page using SharePoint Designer (lets say the \12\Templates\Layouts\application.master), it will automatically change the paths of…