2010 Mar 22

5 Pet Peeves Developers Have With Designers (and How to Avoid Them)

” 就像猫和狗、该隐和亚伯一样,程序员和美工也是对死对头。 程序员和美工就像来自不同星球的两种完全不同的人,他们脑袋所关心的事情也完全不同。程序员希望网站运行起来完美,而美工希望网站看起来漂亮。 这次,我们将站在程序员的角度看看:程序员对美工的5个经典牢骚。
Cats and dogs. Cain and Abel. Designers and developers. These are just a few of the great historical face-offs.

Designers and developers often seem to come from different planets and have completely different brains.

Developers want a website to work right, designers want it to look right.

A few weeks ago, we explored the main pet peeves that web designers have with web developers, and suggested some solutions for them.

Today, we will discuss the other side of the coin: the five most common gripes that developers have with designers.

Read More

2010 Mar 22

jQuery LocationSelect Plugin

介绍

用户的地址选择往往是网络应用中不可缺少的一部分,可是遇到了以下问题:

  • 地址数据难以收集
  • 用户选择烦琐,需要手动查找冗长的下拉菜单
  • 难以维护地理数据以及重用组件

LocationSelect插件具有以下特点,有效的解决了以上三个问题:

  • 基于广泛使用的jQuery插件库,轻易实现组件重用
  • 地理数据整理来自国家公布数据
  • 自动判断用户地理位置并进行最大努力的自动选择
  • 独立的json数据源,可以方便的进行维护

演示

一个在线演示可以在http://pagetalks.com/share/LocationSelect找到。
该演示实现了一个自动探测用户地理位置并自行选择的标准案例。
Read More

2010 Mar 21

jBubble Tooltip jQuery Plugin

Introduction

An easy to use tooltip plugin of jQuery. You can skin it by modifying its css file and control its behaviors through many methods.

Demo

You can find a live demo here: http://pagetalks.com/share/jBubble/.

一个简单易用的提示条插件。你可以通过CSS来改变其外观,并通过多种方式来控制其行为。

演示

你可以在次处找到在线演示: http://pagetalks.com/share/jBubble/.


Read More

2010 Mar 21

Sharethis jQuery Plugin

Introduction

A jquery plugin that enable sharing anywhere.

This plugin needs fancybox lightbox effect! You can change it by editing lightbox function in sharethis.js to use you own lightbox effect.
A wordpress plugin that integra this scirpt is avaliable on : http://pagetalks.com/2010/03/21/wordpress-plugin-free-share.html

添加“分享”按钮到你想要的地方。
这个插件需要fancybox的lightbox效果! 你也可以自己更改自己为自己的lightbox效果。
使用该脚本的Wordpress的插件可以在这里找到 : http://pagetalks.com/2010/03/21/wordpress-plugin-free-share.html

Read More

2010 Mar 21

WordPress Plugin – Free Share

Introduction

Add “Share” Button to anywhere you want!
You don’t need to register in the Sharing or bookmarks site like Sharethis.com to embed a “Share” button!
and you can choose your own lightbox effect to speed up the ui.

This plugin needs fancybox lightbox effect! You can change it by editing lightbox function in sharethis.js to use you own lightbox effect.

添加“分享”按钮到你想要的地方。你也不必注册Sharethis.com之类的站点,同时你可以控制自己的站点列表!
FreeShare能够带给你这些!
这个插件需要fancybox的lightbox效果! 你也可以自己更改自己为自己的lightbox效果。

Read More

2010 Jan 4

Choosing a CASE Tool

现在的建模工具在MDA的概念之下发展的非常强劲,我们这次的一个Web项目准备尝试用UML建模并辅助生成代码和数据库。不可避免的,我们需要考虑所使用的CASE工具。经过一番试用,总结出如下内容:

各领风骚

目前流行的CASE工具还是很多的。UML的创始人Booch为首的Rational Rose,Sybase的PowerDesigner,NoMagic的MagicDraw。另外有一些工具和IDE集成紧密,NetBeans的UML工具,Eclipse的UML2Tools、EclipseUML、AmatuerUML、Together等。这其中有开源的,有商业的,让人眼花缭乱。除了基本的画图功能外,一些成熟的CASE工具是支持MDA特性的,即可以生成代码的。
Read More

Page 4 of 10« First...23456...Last »