摘要: 阅读全文
posted @ 2012-03-11 18:23 Justin 阅读(4391) 评论(4) 推荐(0) 编辑
摘要: 谈到设计模式,应该还没有人能超越GOF的开山之作,所以谈不上什么创新,归根结底还是重复前人的论述和思想,更多的只能是整理和个人的一些心得体会。因为从设计模式诞生以来,业界还是发生了很大的变化的,开发工具和开发过程已经更新换代了很多次,所以很多模式在现在已经不是很常用了,这次计划只重点介绍最流行的模式,以后会逐渐补充其它的模式。 阅读全文
posted @ 2006-11-28 00:49 Justin 阅读(32242) 评论(93) 推荐(40) 编辑
摘要: 一直在豆瓣上收藏看过的书和电影(其他功能基本没用过),准备做个页面可以同步显示豆瓣上收藏的所有图书和电影,这个功能可以通过豆瓣提供的API来实现,并不复杂,我只是做了简单的封装,需要的可以直接拿去用,有问题可以直接留言,运行后的效果看这里 Books 或这里我的豆瓣,因为豆瓣限制一分钟内访问次数不能超过40次,所以如果多人同时访问前面的链接可能看不到效果,再传个截图上来:几点说明:1.登录豆瓣后,可以去这里申请豆瓣APIKey。(不使用API Key时每分钟请求不能超过10次;使用API Key时,对访问的限制较为宽松,为每分钟40次)2.豆瓣API每次调用最多返回50个结果,如果你豆瓣上的书 阅读全文
posted @ 2012-03-16 23:30 Justin 阅读(27328) 评论(7) 推荐(6) 编辑
摘要: 看到一篇很有共鸣的文章,转此自省!也希望对你有意!原文地址:http://blog.csdn.net/david_lv/archive/2010/11/23/6030466.aspx~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~这是今天和校招新同事交流时的总结,希望校招新同事能够回顾,也能够写出自己的总结。一、什么是代码高手?你怎么证明自己... 阅读全文
posted @ 2010-11-24 09:58 Justin 阅读(2763) 评论(9) 推荐(10) 编辑
摘要: 这篇文章很好,摆正心态,辩证地去看,去思考,也许非常有用! 阅读全文
posted @ 2010-11-05 16:05 Justin 阅读(3282) 评论(6) 推荐(4) 编辑
摘要: 这是一篇值得我们技术人思考的文章,写的太好了,故转过来希望能被更多的人看到! 阅读全文
posted @ 2010-11-05 15:58 Justin 阅读(3061) 评论(7) 推荐(3) 编辑
摘要: 大部分效果都酷毙了!还有Step By Step的教材供参考,喜欢就认真研究一下吧!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Every new technology has its own comparisons with its competitors as jQuery is closely compared with Flash. Flash was the ... 阅读全文
posted @ 2010-09-19 20:51 Justin 阅读(2008) 评论(1) 推荐(3) 编辑
摘要: 在smashingmagazine上看到这篇文章,讲的是Web应用程序设计流程和准则等方面,也许对大家有所帮助。翻译比较仓促,错误地方请多指教,查看原文点这里。商务Web应用程序的界面设计商务Web应用程序的设计常常被人们所忽视。我看到许多程序,它们既不符合商业目标,也不满足用户需求,它们有很差的用户体验,并造成了商业利润的损失。更夸张的是,有些设计师根本没有参与整个程序的开发流程,而是把全部职责... 阅读全文
posted @ 2010-09-19 14:57 Justin 阅读(2198) 评论(2) 推荐(2) 编辑
摘要: 1. jQuery 1.2 Cheat-sheet [PNG]2. jQuery 1.2 Cheat Sheet v1.0 [PDF]3. jQuery 1.3 Cheatsheet [PDF]4. jQuery API Browser [Adobe AIR, HTML]5.jQuery1.1 Cheat Sheet [HTML]6.jTouch – jQuery Cheat Shee... 阅读全文
posted @ 2010-09-19 09:16 Justin 阅读(1255) 评论(0) 推荐(0) 编辑
摘要: IE9 的一个重大改进就是使用了GPU硬件加速来渲染网页。 那么GPU硬件加速到底能够带来多大的性能提升? 你可以在IE的测试案例网站(http://ie.microsoft.com/testdrive/)找到答案。 其中最有名的渲染速度测试网页就是鱼缸测试 。 使用IE9和IE8以及其他浏览器分别打开该网页,立即可以对比出渲染速度的明显差异。 阅读全文
posted @ 2010-09-18 20:48 Justin 阅读(2640) 评论(3) 推荐(0) 编辑
摘要: Introduction to Good UsabilityThis guide is especially handy if you haven’t done a lot of webdesign yet or if you are involved in webdesign but don’t do any of the real work. I hope to she... 阅读全文
posted @ 2010-09-16 23:37 Justin 阅读(1051) 评论(0) 推荐(0) 编辑
摘要: 1991Annotated C++ Reference Manual. by Margaret Ellis, Bjarne StroustrupThe Art of Human-Computer Interface Design. by Brenda LaurelProgramming Windows, 2nd Edition by Charles PetzoldTurbo C++ DiskTut... 阅读全文
posted @ 2010-09-12 23:36 Justin 阅读(3268) 评论(1) 推荐(0) 编辑
摘要: 推荐这本难得的好书:[ Detailed Information ]Language : EnglishPaperback : 272 pages [ 235mm x 191mm ]Release Date : August 2010ISBN : 1849510008ISBN 13 : 978-1-849510-00-4Author(s) : Liang Yuxian Eugene[ Book ... 阅读全文
posted @ 2010-09-09 09:11 Justin 阅读(982) 评论(1) 推荐(0) 编辑
摘要: 全局变量是魔鬼。在YUI中,我们仅用两个全局变量:YAHOO和YAHOO_config。YUI的一切都是使用YAHOO对象级的成员或这个成员作用域内的变量。我们建议在你的应用程序也使用类似的规则。 Douglas Crockford已经传授了一个有用的单例模式(singleton pattern)实现此规则,我认为他的模式有益于你基于YUI的那些应用。Douglas叫它模块模式(module pattern)。它是如下工作的: 阅读全文
posted @ 2010-09-08 09:48 Justin 阅读(1526) 评论(1) 推荐(2) 编辑
摘要: 阅读全文
posted @ 2010-09-06 22:40 Justin 阅读(1083) 评论(0) 推荐(0) 编辑
摘要: The following is a summary of tools and resources that you might be interested in after taking the .NET Debugging and/or C++ Debugging courses we offer at Sela.[Shameless plug: If you haven’t ta... 阅读全文
posted @ 2010-08-14 22:17 Justin 阅读(895) 评论(0) 推荐(0) 编辑
摘要: the audio files and presentation slides are now available from the Web Directions website…Development TrackJohn Resig: Testing mobile JavaScriptPatrick Lauke: Brave New World of HTML5Remy Sharp... 阅读全文
posted @ 2010-08-10 23:30 Justin 阅读(596) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://aext.net/2010/08/jquery-plugins-to-change-the-look-and-feel-of-your-website/这是一份非不错的jQuery插件资源~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~jFormValJFormVal is a newest jQuer... 阅读全文
posted @ 2010-08-09 14:27 Justin 阅读(1537) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://msdn.microsoft.com/zh-cn/library/bb299886.aspx#intro_to_json_topic3Atif Aziz,Scott Mitchell2007 年 2 月适用于:JSON Ajax摘要:本文 JavaScript Object Notation(或 JSON),即一种开放式和基于文本的数据交换格式,它提供了一种标准数据交换格式... 阅读全文
posted @ 2010-07-30 23:00 Justin 阅读(2018) 评论(2) 推荐(1) 编辑
摘要: 此文译自Fred Wilson 2010年2月在迈阿密举行的Web未来应用的年会上的演讲谢谢青云推荐了这篇这么好的演说谢谢卓和百忙中抽空帮我review,修改,提出很好的建议谢谢Lily,在我初稿完成后大半夜还帮我校对,修正,提出非常宝贵的意见 说明: 原文中的英文内容有些错误,和视频有出入, 所以按照视频为准.()中的内容均是我为了方便理解所加, 每个标题后的图片均来自原PPT原文以及视频地址:... 阅读全文
posted @ 2010-07-29 22:01 Justin 阅读(990) 评论(0) 推荐(1) 编辑
摘要: 原文地址:http://www.joycode.com/scottgu/archive/2010/07/26/116035.joy[原文发表地址]:July 9th Links: ASP.NET, ASP.NET MVC, jQuery, Silverlight, WPF, VS 2010[原文发表时间]:2010/7/9, 12:33 AM这里是上次我的精选好文链接系列。另外我同时在写其他的博客... 阅读全文
posted @ 2010-07-26 21:42 Justin 阅读(906) 评论(1) 推荐(0) 编辑
摘要: We are regulalry collecting useful JavaScript and jQuery snippets, libraries, articles, tools and resources and present them in compact round-ups here, on Noupe. This time we are again covering some ... 阅读全文
posted @ 2010-07-20 22:14 Justin 阅读(1231) 评论(1) 推荐(0) 编辑
摘要: JavaScript 中的内存泄露模式“JavaScript and the Document Object Model”(Nicholas Chase,developerWorks,2002 年 7 月):为 JavaScript 开发人员介绍了 DOM。“跨越边界:闭包”(Bruce Tate,developerWorks,2007 年 1 月)... 阅读全文
posted @ 2010-07-19 22:32 Justin 阅读(1248) 评论(0) 推荐(2) 编辑
摘要: HTML5 越来越引起人们的关注,苹果甚至将 HTML5 视为 Flash 的掘墓人。然而,作为一种尚未成型的技术,HTML5 对很多人来说仍然是陌生的。本文收集了 15 个非常值得收藏的 HTML5 资源,这些资源可以让你同 HTML5 的发展保持一致,并始终处于这门技术的最前沿。 1. WTF is HTML5这是一个关于 HTML5 Infographics 的站点,包含诸如 HTML5 同... 阅读全文
posted @ 2010-07-19 19:09 Justin 阅读(1131) 评论(0) 推荐(0) 编辑
摘要: jQuery isthe most popular JavaScript library that highlights the interaction between JavaScript and HTML. With jQuery you can write less and do more. jQuery has become an active trend and it’s f... 阅读全文
posted @ 2010-07-11 20:27 Justin 阅读(832) 评论(0) 推荐(0) 编辑
摘要: 参考:1.The difference between ‘return false;’ and‘e.preventDefault();’2.Event order 阅读全文
posted @ 2010-07-10 13:39 Justin 阅读(1597) 评论(2) 推荐(0) 编辑
摘要: 这款在线的IDE很酷,值得深入研究学习,它是是用ASP.NET实现的,可惜用的是Table布局,页面结构不那么优雅。 阅读全文
posted @ 2010-07-10 11:13 Justin 阅读(1393) 评论(5) 推荐(2) 编辑
摘要: 这里好东西真不少,值得仔细研究一番!:)原文地址:http://www.1stwebdesigner.com/resources/drag-drop-jquery-plugins/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~···Do you want to become drag and drop feature expert?... 阅读全文
posted @ 2010-07-09 22:34 Justin 阅读(3748) 评论(0) 推荐(0) 编辑
摘要: We've collected jQuery plugins and tutorials a couple of times and it was time for another collection of jQuery plugins.All the below plugins have great functionality and i’m sure most of them w... 阅读全文
posted @ 2010-07-08 22:20 Justin 阅读(1181) 评论(0) 推荐(3) 编辑
摘要: 真是帅呆了,希望自己以后也弄一个这么酷的Blog!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~1.Wordpress Two by sinthuxWPmonk by sinthuxWordpress by sinthux Wordpress Beta by DouglasEltzHypowired by sinthuxWordpress Theme by sALuUmWebbo W... 阅读全文
posted @ 2010-07-08 21:51 Justin 阅读(1436) 评论(0) 推荐(1) 编辑
摘要: Navigation menus and buttons with CSS styling are being used in almost every website. There are a lot of techniques to utilize and a good developer should have some basic knowledge about them all.Belo... 阅读全文
posted @ 2010-07-08 21:22 Justin 阅读(6408) 评论(0) 推荐(0) 编辑
摘要: These jQuery resources will set you on the path towards mastering jQuery.Written ArticlesGetting Started with jQuery – this is the official jQuery getting started guide.jQuery for JavaScript Pro... 阅读全文
posted @ 2010-07-08 10:13 Justin 阅读(965) 评论(7) 推荐(0) 编辑
摘要: xss是前端经常会遇到的问题,由于页面中的js都执行在同一个上下文中,意味着一旦出现xss漏洞,攻击者就能享有和页面其它部分js同样的权利,能做任何事情 所以一般情况下我们都会对用户输入进行过滤,禁止任何js的执行。但有时由不得不嵌入第三方js,如Google Adsense,这时就只能完全信任它,而没有机制来避免它的恶意行为,另外还有一种方法是通过iframe嵌入,但这样又会遇到不少问题,如高度调整等,而且同样不能避免第三方的恶意行为,如使用ActiveX 是否还有其它方法呢? 文整理了facebook、google、microsoft、yahoo对于这个问题的解决方案,希望能给大家带来一些启发 阅读全文
posted @ 2010-07-07 14:26 Justin 阅读(7008) 评论(0) 推荐(1) 编辑
摘要: 这是张老图了,记得最早是02年的时候去听讲座,主讲好像是来自IBM的老外,讲的是RUP,只可惜过后除了这张图,什么都没记住!呵呵,从亲身经历证明了这张图的经典,这里留个念想吧!中文版的见这里: 阅读全文
posted @ 2010-07-07 13:47 Justin 阅读(1367) 评论(1) 推荐(2) 编辑
摘要: 前几天写了左边这个3D球状导航的文章分类,这里对实现细节做个简单记录。效果:分类标题呈现3D球状效果,点击分类标题的时候,会弹出这个分类对应的推荐文章列表。效果截图:HTML:核心JS:动态生成3D球状云+弹出模式窗体-articlemap.js辅助存储推荐文章列表的JS(未来通过修改这个文件来维护推荐文章):其他:这里还引用了jQuery UI的Dialog和一些自定义的CSS设置,具体参考实例... 阅读全文
posted @ 2010-07-06 00:02 Justin 阅读(2959) 评论(10) 推荐(12) 编辑
摘要: 有一些 CSS Framework 还是值得试一下的,除了提高工作效率,也可以学习一些优秀的Framework思想.~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~General CSS FrameworksThe CSS frameworks here offer designers a structure going into their projects, so... 阅读全文
posted @ 2010-07-05 22:31 Justin 阅读(1077) 评论(0) 推荐(3) 编辑
摘要: Following are some of SEO blogs that I consider in the top 15 of my list. And after you go through with them, the more you will appreciate about SEOs.SeomozSeomoz is a website that offer tons of SEO t... 阅读全文
posted @ 2010-07-03 19:05 Justin 阅读(767) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.webanddesigners.com/examples-of-javascript-used-effectively-in-websites这些站点真是帅呆了,值得学习借鉴!1. Home option galleryHome option gallery2. LaunchlistLaunchlist3. Duchy originalsDuchy original... 阅读全文
posted @ 2010-07-03 18:56 Justin 阅读(665) 评论(1) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2010-07-03 18:23 Justin 阅读(607) 评论(0) 推荐(0) 编辑
摘要: Cheat Sheet 一词在中文中并没有很贴切的对译,大概是考试作弊条一类的东西,这要求 Cheat Sheet 必须短小精悍又覆盖广泛,作为 Web 开发与设计师,免不了在工作时查询大量资料,某个 Web 色值,某个 JavaScript 库的核心语法,这类资料如果攒齐了,怕有半间屋子那么多,如果用 Cheet Sheet 也许几十页纸就够了,本文收集了近百份用于 Web 开发与设计的 Che... 阅读全文
posted @ 2010-06-30 21:44 Justin 阅读(1489) 评论(2) 推荐(1) 编辑
摘要: 几乎所有的富 Web 应用都基于一个或多个 Web UI 库或框架,这些 UI 库与框架极大地简化了开发进程,并带来一致,可靠,以及高度交互性的用户界面。本文介绍了 15 个非常强大的 JavaScript Web UI 库,非常适合各种各种规模的富 Web 应用的开发。LivePipeLivePipe UI 基于 Prototype Javascript 框架,包含了一整套经严格测试并高度可扩展... 阅读全文
posted @ 2010-06-30 21:32 Justin 阅读(1100) 评论(0) 推荐(1) 编辑
摘要: 作为 Web 设计师,你的网站在各种浏览器中有完全一样的表现是很多人的目标,然而这是一个永远无法真正实现的目标,很多人认为,完美的跨浏览器兼容并不必要,这样说虽然没错,但在很多情形,一种近似的兼容还是很容易实现的,本文讲的是各种跨浏览器兼容的 CSS 编码准则和技巧。理解 CSS 盒子模型如果你想实现不需要很多奇巧淫技的跨浏览器兼容的 CSS 代码,透彻地理解 CSS 盒子模型是首要事情,CSS ... 阅读全文
posted @ 2010-06-30 21:31 Justin 阅读(1127) 评论(0) 推荐(1) 编辑