9eFish - 在 UX 里最新发布的文章
1
臭虫

Implementing a jQuery Modal Window in ASP.NET : Misfit Geek

adminadmin 发表于 46 天, 18 小时, 28 分钟 之前
Monday, February 01, 2010 6:49:34 AM GMT Friday, January 22, 2010 3:13:54 PM GMT
I’ve recently had several questions about attempts to use the Ajax Control Toolkit’s Modal Dialog, or more accurately, to misuse it, as a window. It’s a “dialog” and therefore not well suited to being used for receiving data from the user. Controls like the Modal Dialog Extender Control are convenient when they do when we want them to do but when they don’t there is no reason not to “roll our own” functionality. In this case I’ve built a sample using jQuery to display a Semi-Modal Window to allow the ... (more)
类别: UX | 点击: 0 | 评论 | | 源: misfitgeek.com
标签: JQuery
1
臭虫

jQuery 1.4 Released: The 15 New Features you Must Know | Nettuts+

xgluxvxgluxv 发表于 51 天, 7 小时, 2 分钟 之前
Wednesday, January 27, 2010 1:13:57 PM GMT Monday, January 18, 2010 2:40:15 AM GMT
jQuery 1.4 Released: The 15 New Features you Must KnowJan 14th, 2010 in JavaScript & AJAX by James Padolsey jQuery 1.4 was recently released. This wasn't simply a maintenance release as some had speculated; there are many new features, enhancements and performance improvements included in 1.4! This post covers the new features and enhancements that you may find beneficial. You can download jQuery 1.4 right now, here: http://code.jquery.com/jquery-1.4.jsAuthor: James Padolsey I'm a freelance web de... (more)
类别: UX | 点击: 1 | 评论 | | 源: net.tutsplus.com
标签: JQuery
1
臭虫

CodeProject: 7 Tips for Loading JavaScript Rich Web 2.0-like Sites Significantly Faster. Free source code and programming help

xgluxvxgluxv 发表于 70 天, 8 小时, 26 分钟 之前
Wednesday, January 06, 2010 1:44:07 AM GMT Wednesday, December 30, 2009 1:16:06 AM GMT
Introduction When you create rich Ajax applications, you use external JavaScript frameworks and you have your own homemade code that drives your application. The problem with well known JavaScript framework is, they offer rich set of features which are not always necessary in its entirety. You may end up using only 30% of jQuery but you still download the full jQuery framework. So, you are downloading 70% unnecessary scripts. Similarly, you might have written your own JavaScripts which are not always us... (more)
类别: UX | 点击: 0 | 评论 | | 源: www.codeproject.com
标签: Javascript
1
臭虫

jQuery制作动态酷效果总结 - 深山老林 - 博客园

xgluxvxgluxv 发表于 72 天, 6 小时, 24 分钟 之前
Wednesday, January 06, 2010 1:44:07 AM GMT Monday, December 28, 2009 3:17:50 AM GMT
jQuery制作动态酷效果总结 jQuery是一个优秀的JavaScript框架,可以很好的解决不同浏览器兼容的问题,尤其是在ASP.NET MVC下,它的作用更加的凸显。 jQuery在制作动态酷效果的时候有很强的优势,以下是笔者总结的一些最常用到的方法。   1.修改内联CSS jQyery提供.css()方法来供我们获取或修改内联的css .css()方法能够接收的参数由两种,一种是为它单独传递一个单独的样式属性和值,另一种是为它传递一个由“属性-值”对构成的映射: .css('property','value'); .css({'property1':'value1','property-2':'value2'}); 一般来说,数字值不需要加引号,而字符串值需要加引号。但是,当使用映射表示法时,如果属性名使用驼峰大小写形式的DOM表示法,则可以省略引号。   2.基本的隐藏和显示,不带动画效果   .hide() .show() 这两个方法的作用就是立即隐藏或显示匹配的元素集合。   3.指定显示速度的隐藏和显示   在.hide()和... (more)
类别: UX | 点击: 2 | 评论 | | 源: www.cnblogs.com
标签: JQuery
1
臭虫

Organizing Javascript for Event Pooling with jQuery

adminadmin 发表于 77 天, 7 小时, 18 分钟 之前
Tuesday, December 29, 2009 12:10:55 PM GMT Wednesday, December 23, 2009 2:23:30 AM GMT
« Help Your Business Be A Technology CompanyOrganizing Javascript for Event Pooling with jQueryPublishedbyMichaelonDecember 20, 2009inProgramming.1 CommentTags: designpatterns, jquery. It turns out my most popular article of the past year was Event Pooling with jQuery’s Bind and Trigger.  I wanted to write a follow up article taking this approach one step further by discussing how to logically organize the relationship between binders and triggers on a javascript heavy UI.  It’s important to properly de... (more)
类别: UX | 点击: 0 | 评论 | | 源: www.michaelhamrah.com
标签: Event Pooling, JQuery
1
臭虫

Event Pooling with jQuery Using Bind and Trigger: Managing Complex Javascript

adminadmin 发表于 77 天, 7 小时, 20 分钟 之前
Tuesday, December 29, 2009 12:10:55 PM GMT Wednesday, December 23, 2009 2:22:24 AM GMT
As everyone knows, the more dependencies you have in a system, the harder maintaining that system is. Javascript is no exception- and orchestrating actions across complex user interfaces can be a nightmare if not done properly. Luckily, there’s a great pattern for orchestrating complex interaction in a disconnected way. No, it’s not the Observer pattern. It’s a take on the Observer pattern called Event Pooling which is a piece of cake with jQuery’s bind and trigger functions. For the get to the cod... (more)
类别: UX | 点击: 0 | 评论 | | 源: www.michaelhamrah.com
标签: designpatterns, JQuery
1
臭虫

Jeff Blankenburg | Blankenthoughts: The Completion of the 31 Days of Silverlight

adminadmin 发表于 81 天, 19 小时, 31 分钟 之前
Monday, December 28, 2009 3:10:56 AM GMT Friday, December 18, 2009 2:10:44 PM GMT
The Completion of the 31 Days of SilverlightFriday, December 18, 2009Yes, I am actually going to finish this thing. Sometimes work just gets overwhelming, and blogging takes a backseat for a while. But I'm back, and I hope you are too. Take some time this holiday season, when you're watching Christmas Vacation for the third time, and open your laptop. These are simple, easy to follow tutorials that will get you up to speed on Silverlight in no time at all. Here's what coming: 12/20/2009 - Day #... (more)
类别: UX | 点击: 0 | 评论 | | 源: jeffblankenburg.com
标签: Silverlight
1
臭虫

Use jQuery to Scroll Just In Time

adminadmin 发表于 101 天, 4 小时, 18 分钟 之前
Tuesday, December 08, 2009 4:20:19 PM GMT Sunday, November 29, 2009 5:24:06 AM GMT
Search the ArchivesHanalei, Hawaii 11/29/2009433 Posts and CountingPaging Records Sucks – Use jQuery to Scroll Just In Time Friday, November 27, 2009 - One of the really cool things I like about Bing is its image search – you can search on something and keep scrolling forever without once hitting the annoying “next page >>” fail pattern. Why do I call this a “fail pattern”? Because we know better by now – we know that people rarely go to pages 2- whatever and that when they do, they rarely come back ... (more)
类别: UX | 点击: 2 | 评论 | | 源: blog.wekeroad.com
标签: JQuery, Scroll Just In Time
1
臭虫

了解jQuery技巧来提高你的代码-jQuery框架教程 | 彬Go

adminadmin 发表于 106 天, 6 小时, 10 分钟 之前
Wednesday, December 02, 2009 3:09:33 AM GMT Tuesday, November 24, 2009 3:32:12 AM GMT
彬Go 关注前端开发/网页设计/网站可用性/用户体验,暴风彬彬的趣味互联网生活…首页关于暴风彬彬网站地图了解jQuery技巧来提高你的代码2009年11月23日 | 暴风彬彬 上一篇:你需要了解的21个CSS惊人技巧 «下一篇:   jQuery之所以如此流行并被从大公司到个人博客的几乎每个人都广泛使用,是因为它上手和使用相当简单,而且为我们提供了一些人都不知道的相当棒的特性。我认为jQuery的大多数用户更趋向于使用jQuery插件来解决面临的难题,这通常是明智的选择。但是当插件相对于你的需求有一定缺陷的时候,你也许更应该想办法自己来解决,下面来看看这些实用的jQuery技巧,他们肯定会能够派上用场的! 您还可以参考以下JavaScript相关教程及资源: 《10种JavaScript特效实例让你的网站更吸引人》 《300+Jquery, CSS, MooTools 和 JS的导航菜单资源》 《10个非常棒的Ajax及Javascript实例资源网站》 《推荐9款很棒的网页绘制图表JavaScript框架脚本》1.测试并提升你的jQuery选择器水平   这个... (more)
类别: UX | 点击: 7 | 评论 | | 源: blog.bingo929.com
标签: JQuery
1
臭虫

DotNetSlackers: 在asp.net mvc里使用 Telerik Grid 不带任何服务端代码

adminadmin 发表于 120 天, 4 小时, 12 分钟 之前
Friday, November 20, 2009 3:35:35 AM GMT Tuesday, November 10, 2009 5:30:25 AM GMT
Since all Telerik UI components for ASP.NET MVC are actually jQuery plugins one can use them without any server-side code (or ASP.NET MVC). In this blog post I will show how to use the grid and bind it to Twitter. Here are the required steps: (more)
类别: UX | 点击: 0 | 评论 | | 源: dotnetslackers.com
标签: asdp.net mvc, telerik
1
臭虫

Using Telerik MVC Grid in CRUD Scenario - Kazi Manzur Rashid's Blog

adminadmin 发表于 121 天, 20 小时, 2 分钟 之前
Wednesday, November 18, 2009 3:42:28 AM GMT Sunday, November 08, 2009 1:39:48 PM GMT
I am proud to inform you that yesterday we released our Q3 2009 version of Telerik Extensions for ASP.NET MVC. As promised this release includes: •Grid •Menu •PanelBar •TabStrip (more)
类别: UX | 点击: 7 | 评论 | | 源: weblogs.asp.net
标签: asp.net mvc, Telerik MVC
1
臭虫

Mastering CSS Coding: Getting Started | Smashing Magazine

xgluxvxgluxv 发表于 127 天, 2 小时, 44 分钟 之前
Wednesday, November 11, 2009 2:02:30 PM GMT Tuesday, November 03, 2009 6:58:26 AM GMT
CSS has become the standard for building websites in today’s industry. Whether you are a hardcore developer or designer, you should be familiar with it. CSS is the bridge between programming and design, and any Web professional must have some general knowledge of it. If you are getting your feet wet with CSS, this is the perfect time to fire up your favorite text editor and follow along in this tutorial as we cover the most common and practical uses of CSS. (more)
类别: UX | 点击: 2 | 评论 | | 源: www.smashingmagazine.com
标签: CSS
1
臭虫

InfoQ: 微软发布Microsoft Ajax脚本库和脚本缩小器

xgluxvxgluxv 发表于 132 天, 8 小时, 1 分钟 之前
Friday, November 06, 2009 8:16:49 AM GMT Thursday, October 29, 2009 1:40:31 AM GMT
微软公司的社区副总裁Scott Guthrie近期在他的“宣布Microsoft Ajax 脚本库(第六个预览版)和 Microsoft Ajax 脚本缩小器”博客文章中向大家透露了微软公司最新的发布内容。 其中便提到了微软ASP.NET开发团队于美国当地时间10月15日发布的Microsoft Ajax Library的一个重大更新版本(即第六个预览版)。这个更新版本囊括了客户端Ajax库的一堆新增功能和改进,可用于ASP.NET的任意版本(包括ASP.NET 2.0, 3.5 和 4.0)以及ASP.NET Web Forms 和 ASP.NET MVC项目。开发人员可以通过两种不同的方式来调用Microsoft Ajax 库(第六个预览版): (more)
类别: UX | 点击: 0 | 评论 | | 源: www.infoq.com
标签: Microsoft AJAX, Microsoft Ajax缩小器
1
臭虫

CodeProject: Saving ASP.Net Form Data with jQuery AJAX and JSON Parser. Free source code and programming help

adminadmin 发表于 133 天, 3 小时, 59 分钟 之前
Friday, November 06, 2009 8:16:49 AM GMT Wednesday, October 28, 2009 5:42:52 AM GMT
Download SavingDataWithjQueryAjaxAndJSON_Source - 315.15 KBIntroduction I came forth to write this down because of my own frustration of having hard time to find good sample codes to get me to where I wanted. Basically, I wanted my asp.net page where I had a form for entering expense item to do the following: When I clicked on a Save button on the form, I did not want post back as the post back would mess up with something on the form, not just do it for the sake of no post back. To implement that, I ch... (more)
类别: UX | 点击: 2 | 评论 | | 源: www.codeproject.com
标签: ajax, JQuery
1
臭虫

你需要了解的21个CSS惊人技巧 | 彬Go

adminadmin 发表于 134 天, 17 小时, 33 分钟 之前
Tuesday, November 03, 2009 7:00:53 AM GMT Monday, October 26, 2009 4:09:10 PM GMT
级联样式表(CSS)在当代Web设计中已经成为重要的环节,如果没有CSS现在的网站将像10年前一样不堪入目。随着CSS技术的普及,越来越多的高质量CSS教程涌入互联网,让我们的学习更加方便。下面彬Go向大家推荐21个惊人的CSS技巧,相信其中必有你想不到的。还等什么,继续往下看吧! (more)
类别: UX | 点击: 2 | 评论 | | 源: blog.bingo929.com
标签: CSS
1
臭虫

HighOnCoding:使用JQuery UI,创建漂亮的对话框

xgluxvxgluxv 发表于 147 天, 24 分钟 之前
Thursday, October 22, 2009 1:52:45 AM GMT Wednesday, October 14, 2009 9:18:09 AM GMT
Abstract: Dialog boxes are frequently used in web applications to provide additonal information to the user. Dialog boxes are not hard to create but creating attractive draggable and stretchable dialog boxes is hard. In this article we are going to demonstrate how to use JQuery UI library to create attractive dialog boxes. (more)
类别: UX | 点击: 8 | 评论 | | 源: www.highoncoding.com
标签: dialog, JQuery, JQuery UI
1
臭虫

Update Form Fields with JSON result in ASP.NET MVC | Marc Dormey

xgluxvxgluxv 发表于 148 天, 6 小时, 33 分钟 之前
Thursday, October 22, 2009 1:52:45 AM GMT Tuesday, October 13, 2009 3:09:25 AM GMT
Wouldn’t it be nifty to receive a JSON result object from AJAX and it automagically updates your form fields? Those who said “No” leave now! I had to find a way to iterate through my JSON properties and, if I named the fields the same as the JSON properties, update them all in one go. Lets use a simple “Person” model and have a look at the ASP.NET MVC action: public ActionResult GetPerson(int id) { var person = Context.GetPerson(id); return Json(new { ... (more)
类别: UX | 点击: 3 | 评论 | | 源: www.marcdormey.com
标签: asp.net mvc, JQuery, JSON
1
臭虫

Javascript DOM 控制系列教程一 -实例JS教程 | 彬Go

adminadmin 发表于 150 天, 6 小时, 15 分钟 之前
Tuesday, October 20, 2009 1:34:58 AM GMT Sunday, October 11, 2009 3:27:03 AM GMT
JavaScript   JavsScript是可以在各种不同环境下使用的动态的、松散类型(loosely typed)、基于原型的编程语言。除了作为流行的Web客户端程序语言,它还可以使用于IDE插件、PDF文件或给予其它平台甚至更为抽象的概念。   JavaScript 是由来自Netscape得Brendan Eich创造的基于ECMAScript标准(ECMA-262)的语言。他最初被命名为LiveScript,但后来被改为JavaScript,这也是很多人会把它跟java混淆的原因之一。 (more)
类别: UX | 点击: 0 | 评论 | | 源: blog.bingo929.com
标签: dom, Javascript, Javascript DOM 控制系列教程, 彬Go
1
臭虫

Web表单设计指南:眼动跟踪研究

adminadmin 发表于 152 天, 7 小时, 59 分钟 之前
Friday, October 16, 2009 2:15:51 AM GMT Friday, October 09, 2009 1:42:39 AM GMT
在 cxpartners,我们已经为很多不同的公司设计、测试了很多新的或已有的表单。在用了6年时间完成这些表单设计任务后,我们总结了一组黄金准则。 我们想验证这些准则,并寻求进一步深入了解表单设计各个方面。这促使我们进行一个眼动跟踪研究(eye-tracking study)来了解人们在不同的表单设计面前是如何反应的,诸如:当人们面对一个长长的文本输入框列表时,他们的眼睛究竟在看哪里。 我们也想找到一些优化表单设计布局的方法,来确保用户理解哪些表单是他们真正需要填写的,同时也希望他们在填写时能够专注于表单。 最后,我们想要提供一个配有数据支持的设计指南列表。通过它,我们和其他设计师能够设计出更好的表单。 (more)
类别: UX | 点击: 1 | 评论 | | 源: www.imkevinyang.com
标签: Eye Tracking, UI设计, Web设计, 指导原则, 眼动跟踪, 表单设计
1
臭虫

MyViewState.NET | Hey jQuery lovers, ASP.NET AJAX can do Ajax too!

adminadmin 发表于 166 天, 18 小时, 29 分钟 之前
Thursday, October 01, 2009 8:39:22 AM GMT Thursday, September 24, 2009 3:12:51 PM GMT
I’m a big fan of jQuery. I’m no expert, but with a copy of jQuery in Action on my desk and Google Bing at my fingertips I can do a lot of cool things with it. One of the ways I often see people using jQuery is to make Ajax requests. jQuery provides a great library which should take care of just about all your Ajax needs, if you are an UpdatePanel-free web developer. I’ve blogged about it to a small degree, but for more in-depth details you can read about it here. For a quick example, here’s how you might... (more)
类别: UX | 点击: 0 | 评论 | | 源: www.myviewstate.net
标签: ajax, JQuery
Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next