2005/5/28
Edit It!
右建单击上面的那个连接,然后选择Add to favorites..(添加到收藏夹),添加的时候添加到 links(链接)文件夹下。然后在IE的toolbar(工具栏)上右侧看一下Links(链接)下是否有一个Edit It!的选项,如果有了,那就成功了^^ 。
然后进入你的MSNspace编辑页面,在编辑之前点击Links下的Edit It!,就可以了。这下无敌了丫哈哈^^。
其实上面做了那么多事情,主要目的就是在编辑页面上执行下面这段javascript:
if (navigator.userAgent.indexOf("MSIE")>0 && document.all.rtebox!=null) {
EditBox.setToolbar("tbmode",true);EditBox.setToolbar("tbfontstyle",true);EditBox.setToolbar("tbfontsize",true);EditBox.setToolbar("tbcut",true);EditBox.setToolbar("tbcopy",true);EditBox.setToolbar("tbpaste",true);EditBox.setToolbar("tbbar1",true);EditBox.setToolbar("tbbar2",true);void(document.all.rtebox.style.height="400");void(document.all.EditBox.style.height="400")}
因此在编辑叶面的地址栏上直接输入上面的javascript也可以达到同样的目的。
这是作者的Blog:http://spaces.msn.com/members/siteexperts
ps:
刚刚粗略的试了一下,发现<script>和<style>会被去掉。并且写在标签style属性中的margin和padding也会被去掉,可能就是说一切会影响布局显示的html都会被去掉吧。
sense and simplicity
2005/5/2
本文转载自择就居。
以下列出了四位专家Kevin Taylor, Brian Marick, Harshad Oak, Roy Miller推荐的书。
1. Thinking in Java, 3rd edtion
2. Java In Nutshell
3. Effective Java: Programming Language Guide
4. Java Examples in a Nutshell
5. Swing, Second Edition
6. Java Servlet Programming, 2nd Edtion
7. Enterprise JavaBeans
8. Expert One-on-One J2EE Development without EJB
9. Concurrency: State Models & Java Programs
10. Concurrent Programming in Java: Design Principles and Patterns
11. Refactoring: Improving the Design of Existing Code
12. Design Patterns Explained
13. UML Distilled: A Brief Guide to the Standard Object Modeling Language
14. The Pragmatic Programmer: from Journeyman to Master
15. Test-Driven Development: By Example
16. Design Patterns: Elements of Reusable Object Oriented Software
17. Extreme Programming Explained: Embrace Change
18. Agile Software Development
19. Lessons Learned in Software Testing
20. Programming Perl
21. Working Effectively With Legracy Code
22. Structure and Interpretation of Computer programs
23. Ivor Horton's Beginning Java 2
24. A Programmer's Guide to Java Certification
25. Mastering Enterprise JavaBeans
26. Head First EJB: Passing the Sun Certified Business Component Developer Exam
27. The Career Programmer: Guerilla Tactics for an Imperfect World
28. Google Hacks
29. Joel on Software
30. The Java Programming Language
31. Expert One-On-One J2EE Design and Development
32. Patterns of Enterprise Application Architecture
33. Peopleware: Productive Projects and Teams
以上33本书中至少两位专家推荐的有。
1. Thinking in Java, 3rd edition
2. Effective Java: Programming Language Guide
3. Concurrent Programming in Java: Design Principles and Patterns
4. Refactoring: Improving the Design of Existing Code
5. UML Distilled: A Brief Guide to the Standard Object Modeling Language
6. The Pragmatic Programmer: from Journeyman to Master
7. Test-Driven Development: By Example
8. Design Patterns: Elements of Reusable Object Oriented Software
9. Extreme Programming Explained: Embrace Change
下面按照推荐度排列,再加上jolt奖项,因为jolt奖也是由几十位专家级的任务评出的。
1. The Pragmatic Programmer: from Journeyman to Master
2. Refactoring: Improving the Design of Existing Code
3. Thinking in Java
4. Effective Java: Programming Language Guide
5. Concurrent Programming in Java: Design Principles and Patterns
6. UML Distilled: A Brief Guide to the Standard Object Modeling Language
7. Test-Driven Development: By Example
8. Design Patterns: Elements of Reusable Object Oriented Software
9. Extreme Programming Explained: Embrace Change