Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 343 of 349

gis tools on Web

0
 
  0 reviews  |  0 users  |  33,060 lines of code  |  0 current contributors  |  Analyzed 9 days ago
  web gis ajax
 
 

Through the use of AJAX and the iPhone javascript functions/events, this project allows an iPod/iPhone to be used as a wireless trackpad (pointing device) for a host computer. No applications need to be downloaded to the iPod or iPhone - ipod-trackpad only uses the built-in Safari web browser to ... [More] accomplish trackpad functionality. The project has several key features: You don't need to be near your computer to use the mouse Accelerated movement makes touchpad navigation a breeze Click and double click functionality Ability to drag windows and use scrollbars by quickly double-tapping (click+drag) Has basic keyboard functionality for typing remotely Works in landscape mode Doesn't require jailbroken iPod A video of the project in action can be seen on my blog. The system incorporates a simple webserver to serve the trackpad.htm file. That html page contains JavaScript that handles touches and movement on the iPod and sends that data via Ajax to the Java "backend" running on the computer. The Java backend interprets that data and converts it to mouse movements. See the Setup page for information on getting this code to work once you've downloaded it. This project uses the Prototype javascript library. Inspiration and guidance for the introductory iPod/iPhone-specific javascript code came from Neil Roberts's article on the topic. [Less]

0
 
  0 reviews  |  0 users  |  4,026 lines of code  |  0 current contributors  |  Analyzed about 11 hours ago
 
 

we do this for practise like plant a litter tree,then we hope it can group up bigger ,bigger ,and bigger....

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 2 days ago
 
 

lightweight portal

0
 
  0 reviews  |  0 users  |  1,295 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

An online AJAXy todo.txt. Text contents are encrypted on the server so that the server operator cannot read them. You can see a running example at: http://aaronboodman.com/halfnote. Requirements Server: PHP/MySQL Client: IE5+, Mozilla 2+

0
 
  0 reviews  |  0 users  |  1,402 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

JavaScript APPlication framework, the former name was jshtaframework. Now we are called: JSAPP or jsapp June 5th, 2009 This project is started from Oct 16th, 2006 We are planing to support the below functions: Support cloud computing ... Support OR-Mapping ... Support template ... This is ... [More] a framework let JavaScript(EcmaScript3) like Java. And the exception as improved (see Exception_improvement) Extend and Implement are supported (see Extend_Implement_usage) Support remoting Support overload Support check arguments Support gears big list / big map (list was stored in database by using gears) Support gears simple OR-Mapping Our purpose: Build html(js) based application easily. The framework should browser compatible. Use this framework you can coding like this: /* * cn.aprilsoft.jsapp.text.StringMaker.js * jsapp, String maker functions * * Copyright(C) Hatter Jiang */ // New package: cn.aprilsoft.jsapp.text.StringMaker Package("cn.aprilsoft.jsapp.text.StringMaker"); Class("cn.aprilsoft.jsapp.text.StringMaker", Extend(), Implement(), { _stringbuffer: [], Constructor: function(str) { this._stringbuffer = []; if (typeof(str) != "undefined") { this._stringbuffer.push(str); } }, append: function() { for (var i = 0; i < arguments.length; i++) { var tmpstr = ""; if (arguments[i] != null) { tmpstr = arguments[i].toString(); } this._stringbuffer.push(tmpstr); } return this; }, getString: function() { return this._stringbuffer.join(""); } });Codes from cn.aprilsoft.jsapp.text.StringMaker Anyone is welcome to join this project, but must be familiarly with ecmascript, oop and design pattern. (Sorry, for my poor english.) [Less]

0
 
  0 reviews  |  0 users  |  35,109 lines of code  |  1 current contributor  |  Analyzed 2 days ago
 
 

Clouded Sunday is a bundle of restful web services written in java, available for everyone to download and deploy on their own web server. The most important feature of the software is a web service that enables users to manage net-centric databases (such as MySQL, MS SQL, Oracle, etc.) using simple HTTP methods.

0
 
  0 reviews  |  0 users  |  6,648 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

This plugin is a jQuery 1.2.6 shortcut to the call Web Services or Page Methods under .NET Framework. With this plugin you can develop AJAX sites under .NET easier than ever, with an EXCEPTIONAL performance!. I tested this plugin with the JSON.NET framework http://www.codeplex.com/Json. I used ... [More] this framework, because is very flexible with the JSON output. I hope you like it, and Happy Coding! Updates2009-05-12 - Added the versions 0.2 & 0.3 of the plugin by San Chen contribution (thx!). Version 0.2: Removes the dependency of the JS JSON external library. Now uses the ASP.NET AJAX JSON integrated parser. Version 0.3: Changes the plugin function signature, so this WILL BREAK YOUR OLD CODE. Now the function call is: function(url, data, onSuccess, onFailure, userContext). And the signatures of onSuccess, onFailure becomes function(result, userContext, methodName). This mimic the ASP.NET AJAX’s calling convention (per San words) :) [Less]

0
 
  0 reviews  |  0 users  |  112 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

Nanhill provide soa and ajax for developers, consists of web services like chart, sheet, security and tools like data analizer. Our service protocl is very simple and we are not intend to provide service location and message driven engine.

0
 
  0 reviews  |  0 users  |  99,099 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Sprajax is an open source black box scanner for AJAX-enabled applications.

0
 
  0 reviews  |  0 users  |  12,084 lines of code  |  0 current contributors  |  Analyzed 11 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.