How to achieve web site customization like iGoogle?
I'd like to know how to achieve web site customization like iGoogle (in particular I'd like to know how to drag/drop开发者_如何学C parts of web page (a.k.a. "prtlets") to different corners) ?
See this question how-to-use-draggable-sections-like-on-igoogle.
Check out the NETTUTs tutorial linked there by ceejayoz. It is exactly what you want.
Is this Asp.Net? If so you can check out the following web-parts: http://msdn.microsoft.com/en-us/library/e0s9t4ck.aspx
You can achieve this in different ways in different platforms ...
But they all use advanced levels of javascript and css manipulation ...
in ASP.NET for example there is a great example called dropthings
http://www.codeproject.com/KB/ajax/Web20Portal.aspx
It is a great example for how to achieve same level of customization
精彩评论