最近没发现什么适合自己的工作,也不大想回原公司,干脆继续在家看书得了。回老家时间太长,玩野了,先收收心再说。
小说看腻了,看C#解解闷。不想花太多冤枉钱买书,所以当了堆电子书。另外为了保护视力,跑华师后门买了本75折的《Beginning C# Objects》,此书的确有些看头,不枉CSDN这么吹捧。 我这几天狂啃它几乎快啃完了。能不能融会贯通是一回事,解闷的目的是的确达到了。
看过BCSO,再回头瞄一眼一向厌恶的TIJ,倒觉得有些意思了。带J的书可恶之处就在于樟脑味太重,以至于需要看过其他易消化的书先垫垫肚子才有力气看。连众口称赞的TIJ都这样,难怪我不喜欢爪哇!
今天又瞄了一下《Pragmatic Ajax》,纯粹是抱着解闷的目的。我对XHR一向就觉得不爽的,只是没想到FF1.5也支持它,都是Ajax闹的。书还没看完,不过里面提到一些js调试工具倒是挺有意思。
M$的
Internet Explorer Developer Toolbar Beta2实现的功能有:
-- Explore and modify the document object model (DOM) of a Web page.
-- Locate and select specific elements on a Web page through a variety of techniques.
-- Selectively disable Internet Explorer settings.
-- View HTML object class names, ID's, and details such as link paths, tab index values, and access keys.
-- Outline tables, table cells, images, or selected tags.
-- Validate HTML, CSS, WAI, and RSS Web feed links.
-- Display image dimensions, file sizes, path information, and alternate (ALT) text.
-- Immediately resize the browser window to a new resolution.
-- Selectively clear the browser cache and saved cookies. Choose from all objects or those associated with a given domain.
-- Choose direct links to W3C specification references, the Internet Explorer team weblog (blog), and other resources.
-- Display a fully featured design ruler to help accurately align and measure objects on your pages.
和FF的WebDeveloper差不多功能。不过它带的DOM查看器倒挺好用,不比FF带的差。以后调试IE的JS就方便了(不过玩JS的机会可能不多)。
另外一个在线的DOM查看器就比较有意思了。
就是Mouseover Dom Inspector,用法超简单。
只要
打开http://slayeroffice.com/tools/modi/v2.0/modi_help.html 页面,
在“
Bookmark this link for MODIv2”这行字上点击鼠标右键,选择“将此链接加为书签...”就得了。
如果用IE的话,当然就是“添加到收藏夹...”啦,不过IE可能会多嘴问一下 “
您正在添加一个可能不安全的收藏页,是否继续 ? ”选择“是”
然后,在浏览任意网页的时候,你只要在“书签”(或“收藏夹”)里点一下刚刚收藏的链接,页面上就会出现一个浮动层,显示你当前鼠标所在的HTML标签属性,很Cool的。
如果看腻了,按一下"Esc"键退出。
困了,先睡,明天起来继续看书。