news aggregator

alipay - Ubercart

Drupal Modules - 9 hours 29 min ago

alipay (支付宝) is a popular Chinese payment gateway. This module provides support for it. Ubercart required.

This module is written by g089h515r806 .

Categories: 开发技术

Input Format Permissions

Drupal Modules - 10 hours 21 min ago

Managing Input Format permissions shouldn't be a separate permissions screen. An admin should be able to ask the (permissions) question "Can a user with role X use the Y input format?" and look on the Permissions page to determine the answer. The Input Format Permissions module accomplishes just that.

Categories: 开发技术

BlogSpam

Drupal Modules - 11 hours 40 min ago

Provides a plugin for BlogSpam for Drupal.

From the blogspam site:

This blogspam service offers a simple interface which allows you to test whether a submitted blog or forum comment is spam or not.

Categories: 开发技术

Units API

Drupal Modules - 11 hours 47 min ago

Units API converts between various weights and measurements.

The central API call, unitsapi_convert($value, $from, $to, $details = FALSE), uses the International System of Units (SI) conversion factors to convert measurement units.

This module is only an API and does not have an user interface.

read more

Categories: 开发技术

JQuery Feed Reader

Drupal Modules - 14 hours 5 min ago

This module creates a block that:
- Loads the contents of a feed (from the current site!) through (JQuery and AJAX)
- Starts to scroll the feed items up, one at a time, through the block (custom JQuery plugin)

It has several configuration options (height, feed, max items, text length, scroll speed, and scroll pause).

As it is, it would require some CSS work to use in production.

I'm releasing it as a beta because I've satisfied my desire to work on it, but it's not 100% quality. If you have patches, or want to maintain the project, let me know. I probably won't fix many bugs on this one.

If you're looking for similar or complete functionality like this, this is a great place to start custom coding!

Best wishes, Mike

Categories: 开发技术

Spanish stemmer

Drupal Modules - Mon, 2009-01-05 23:16

This module implements a stemming algorithm to improve search results in Spanish with the Drupal built-in search module.

It reduces each word to its basic root or stem (for instance, "preguntando", "preguntar", "preguntó" to "pregunt") to perform search. This way the search results are improved and more relevant.

It is based on the Porter stemmer algorithm for the Spanish language. This Drupal module was developed from a PHP port of this algorithm: http://stemmer-es.sourceforge.net/

Categories: 开发技术

Menu Class

Drupal Modules - Mon, 2009-01-05 22:51

This module provides that ability to add custom HTML classes to menu items.

An example for it's usage would be that a themer wants to create a menu that links to downloadable items and wants the link to have a different image for each file type - this module provides an interface for adding HTML classes such as "document" and "spreadsheet" to these menu items, which the themer can then style using CSS.

Sponsored by Linnovate.

Categories: 开发技术

YShout

Drupal Modules - Mon, 2009-01-05 21:28

Quickly and effectively integrates Drupal & YShout with the very easy to use Drupal system. The goal of this project is to ensure that you can fully manage all the features of YShout in a simple platform such as Drupal.

Please note: You must own your own copy of YShout
Also note: The YShout at the demo uses a modified version of yshout.js that allows us to override the name and disable that box so that they have to use a certain name, if you wish to use that functionality replace your own yshout.js with this one.

Categories: 开发技术

JobTrack

Drupal Modules - Mon, 2009-01-05 14:18

A simple helpdesk ticketing system.

read more

Categories: 开发技术

Domain Access Advanced

Drupal Modules - Mon, 2009-01-05 12:31

This an extension to the Domain Access module which is used to create many domains from a single installation.

For what I see as a problem is that the domain module uses the node access api's to determine which nodes are displayed on which site. This will work if you only use Domain access, and no other access module like simple access, tac, or Organic groups.

Node access is more a per user where as domain access is per site. Now because the domain access modules have such a good API, Domain Access Advanced is able to turn off the node access integration in Domain access and re-implement it as a query rewrite (which is how node access actually works) so that content can only be accessed via the domains or affiliates that are specified.

This means that then if there is are node access modules they will then reduce the list more to only allow the user to view the nodes they have access to.

Categories: 开发技术

使用缓存构建更快的 Web 应用程序

IBM developerWorks - Mon, 2009-01-05 09:30
使用 Java 技术的 Web 开发人员可以使用缓存实用程序快速提升他们的应用程序的性能。Java 缓存系统(Java Caching System,JCS)是一个用于 Java 应用程序的强大分布式缓存系统,它是拥有简单 API 的高度可配置的工具。本文将概述 JCS 并展示如何使用它来提高 Web 应用程序的速度。
Categories: 开发技术

在 WebSphere sMash 中集成 Java 和 PHP

IBM developerWorks - Mon, 2009-01-05 09:30
WebSphere sMash 环境支持基于流行的 Web 技术(如 PHP)快速开发交互式 Web 应用程序,允许从 PHP 脚本重用现有的 Java 资产。本文将介绍 Java Bridge 并说明如何从 PHP 访问 Java 类。
Categories: 开发技术

如何让 RMI 程序同时支持 IPv4 和 IPv6

IBM developerWorks - Mon, 2009-01-05 09:30
本文在分析服务器套接字对 IPv4 和 IPv6 客户端的影响的基础上,介绍了两种不同的 RMI 应用对 IPv6 的支持情况,同时给出了一种 RMI 服务器在需要绑定 IP 地址的情况下如何同时支持 IPv4 和 IPv6 客户端的解决方案。
Categories: 开发技术

探索 Java 同步机制

IBM developerWorks - Mon, 2009-01-05 09:30
本文从典型的 Monitor Object 设计模式入手,从一个新的视角,来探讨 Java 语言的同步机制。
Categories: 开发技术

精通 Grails: 用 JSON 和 Ajax 实现异步 Grails

IBM developerWorks - Mon, 2009-01-05 09:30
JavaScript Object Notation(JSON)和 Asynchronous JavaScript + XML(Ajax)是 Web 2.0 开发中的主要技术。在本期的精通 Grails 系列中,作者 Scott Davis 演示了 Grails Web 框架中包括的本地 JSON 和 Ajax 功能。
Categories: 开发技术

扩展 JUnit 测试并行程序

IBM developerWorks - Mon, 2009-01-05 09:30
TDD(Test Driven Development)早已成为被广泛使用的敏捷实践。JUnit 是 Java 程序员进行单元测试的标准工具,但是它对于并行程序还没有任何的支持。本文将介绍一种对 JUnit 框架的扩展,从而使得并行程序的测试变得如同串行程序一样简单。
Categories: 开发技术

让开发自动化: 使用基于向导的安装程序

IBM developerWorks - Mon, 2009-01-05 09:30
对于大多数用户来说,安装软件常常是一件痛苦的事情。生成安装包是软件开发的 “最后一步”,但它可能导致不同的结果:要么用户采用软件,要么它就成为无人问津的垃圾品。在本期的让开发自动化中,自动化专家 Paul Duvall 演示了如何使用免费、开源的工具 IzPack 来编写为您的用户安装软件的基于向导的安装程序。
Categories: 开发技术

使用模拟对象(Mock Object)技术进行测试驱动开发

IBM developerWorks - Mon, 2009-01-05 09:30
测试驱动开发是敏捷开发中重要部分。在现实项目中,开发人员通常希望减少对其它模块的依赖,把测试的单元与系统其它单元隔离。本文介绍敏捷开发并探讨测试驱动开发的重要性。对 mock 技术进行理论分析,并结合当前流行的 mock 软件如 jMock 和 EasyMock 等,展示测试驱动开发实例并进行比较。
Categories: 开发技术

点画法和像素处理

IBM developerWorks - Mon, 2009-01-05 09:30
Paul Reiners 展示了如何通过 Java 2D API 和细胞自动机(cellular automata)以独特的艺术方式制作图像动画。在这个过程中,他演示了用 Java 代码实现图像操作器并介绍了循环空间(cyclic space ),循环空间是一种 2D 细胞自动机。您可以根据本文的思路创建自己的图像操作器,并使用 Java 技术创建艺术应用程序。
Categories: 开发技术

使用 sqlRest 将数据库转换为 REST 风格的 Web 服务

IBM developerWorks - Mon, 2009-01-05 09:30
本文介绍 sqlRest 框架,它是一种高效的轻量级数据库 REST 服务解决方案,您可以通过简单的配置直接将数据库中的数据暴露成 REST 风格的 Web 服务,并将数据库的 CRUD 操作和 REST 服务的 GET, DELETE, POST, PUT 接口对应起来。
Categories: 开发技术