Projects tagged ‘ajax’, ‘javascript’, and ‘simple’


Jump to tag:

Projects tagged ‘ajax’, ‘javascript’, and ‘simple’

Filtered by Project Tags ajax javascript simple

Refine results Project Tags php (4) css (4) web (4) php5 (3) mysql (3) framework (3) web2.0 (2) cms (2) utf8 (2) community (2) html (2) dynamic_content (2)

[8 total ]

8 Users
   

This project has grown in the past years and became the most advanced web cms for clan and esport related pages. It features modul management, template and language switching and so on. It supports a wide range of php versions and database drivers.
Created over 2 years ago.

2 Users
 

ZoneIdeas is a tool intended to help organize and rate Ideas in you company, group or your self.
Created about 1 year ago.

1 Users
   

SpinetailA rapid-web-application-prototyping framework in javascript DocumentationAboutPlease read the README Spinetail is a lightweight javascript framework designed to help developers quickly ... [More] and easily create working prototypes of web applications. Unlike other javascript frameworks Spinetail is not designed to be secure, robust or comprehensive. Instead Spinetail has no external dependencies, is small, fast, easy to learn, easy to use and easy to setup. With Spinetail you don't need to spend time configuring a server or otherwise setting up a development environment. Spinetail requires no server configuration or setup of any kind and can run in any browser that supports javascript and AJAX (active internet connection not required). Simply download spinetail to a web-accessible local directory, or upload it to a public-facing web server then get started prototyping your application using an MVC architectural pattern, javascript and HTML. When to Use SpinetailUse spinetail when you want to prototype a web-application before you start on the production or development builds, and possibly before you even decide on what technologies the web application will use. You may have some static wireframes to work off of or a written specification, but in either case you need to see the program in action at an early stage. Strengths and WeaknessesStrengthsSpinetail FrameworkWritten entirely in javascript 72K uncompressed including all third-party code Global abatement to prevent clashing Exception handling No server setup Extremely simple templating URL parameters automatically mapped to global object Spinetail ApplicationsMVC architectural pattern Simple CRUD Interface (Create, Read, Update, Delete) Views are plain HTML Controllers are javascript Applications can be distributed easily (e.g. zip your app and e-mail it) WeaknessesSpinetail FrameworkNo POST support Spinetail ApplicationsModel data is not persistant SetupBasic setup consists of three simple stepsUnarchive spinetail into a web-accessible directory (e.g. ~/Sites/spinetail on Mac OS X) Open index.xml in an editor of your choice and set the base href tag to point to your root spinetail directory Open index.xml in a web browser If you want to use a model there are two additional stepsFamiliarize yourself with Taffy DB (http://www.taffydb.com) Create collections in /_model/collections.js Getting StartedCreate a new view file named "hello_world.html" and place it in the /_view directory. Edit hello_world.html to include only the following text: %%replaceMe%% Next create a new controller file named "hello_world.json" (views and controllers always have the same file name) and place it in the /_controllers directory. Edit the hello_world.json file to include the following code: { /* If you want to use comments in your controller they must be of multi-line type, not // */ documentTitle: "Hello World!", main: function() { document.title = this.documentTitle; return spinetail.replaceInView(arguments[0], "foo", spinetail.currentParameters.replaceWith); } }Ask spinetail to dispatch your new view, and deserialize your new controller by visiting: http://yourdomain/path/to/spinetail/index.xml?view=hello_world&replaceWith=Hello%20World! Your controller's methods and properties are now mapped to the spinetail.currentController object All of the parameters you passed in the URL string are now mapped to the spinetail.currentParameters object Properties and methods defined in globals.js are now mapped to the spinetail.globals object Your model is mapped to spinetail.model For basic functionality, that is all there is to it. If you want to work with a model, read the "Working with Model" section below. Note: Controllers can of course contain any number of properties and methods, but only the main method is executed when a view is dispatched. If you want a specific method within your controller to be executed when you dispatch a view (AKA onLoad), make sure to call it from main. Working with ModelsOnce you familiarize yourself with Taffy DB (http://www.taffydb.com), working with models in spinetail is really very simple and intuitive. Data can be created, read, updated and deleted from "collections" by creating simple methods in your controllers. The important thing to remember though is that in spinetail, data is not persistent. Meaning any changes made to a collection's data revert during the next page load. The exception to this is data that is defined in the collections.js file, when a collection itself is defined.If you need data to persist you can modify spinetail to write cookies or use some sort of server-side data store. What's a "Spinetail"It's a bird. Try a google search for "spinetail bird photos." [Less]
Created about 1 year ago.

1 Users

A small guestbook in developement - formerly known as dsGuestbook (dsGB) or phGuestbook (phGB). New delevopement!
Created over 3 years ago.

0 Users

What is itGraphiure is a lightweight web development framework, utilizing html, css, javascript, and ajax. I will release version 1.0 after I have implemented all the base functions, for now just use the svn repository Demo Demo Version: svn r9
Created 7 months ago.

0 Users

JavaScript用のシンプルなテンプレートライブラリです。$# から # の間に任意のJavaScriptの式を記述できます。(eval関数によって評価されます) ... [More] parseする際に指定したコンテキストオブジェクトを式の中から参照できます。   こんな風に書くと $# 3 * 8 # //24 $# server.host@default:server.address # //server.hostがあればserver.host、なければserver.address var html = new SimpleTemplate().parse("template-id", {server:{address:"addr"}}); document.getElementById("template-id").innerHTML = html; こんな風に表示されます。(サンプルページ) 24 //24 addr //server.hostがあればserver.host、なければserver.address(2番目の式の@defaultは内蔵されているアドオン関数の機能です。)     複数行にわたって書くこともできます。 (サンプルページ2) $# var val = 0; for(var i = 1; i < 10; i++){ val += i; } val; # //45  詳細なドキュメントはhttp://simple-template.googlecode.com/svn/trunk/web/desc/index.html [Less]
Created about 1 year ago.

0 Users

welcome this is my bluecode simple cms (bcc)
Created about 1 year ago.

0 Users

DescriptionA web-based widget toolkit that creates customizable objects which can load content from any web-based application using asynchronous requests. Widgets work like miniature windows. They ... [More] can be moved, shaded, locked, or hidden using mouse events. Check out the online demo at: http://mbrooks.info/demos/gratis-widget-toolkit FeaturesExtensible XHTML/CSS interface. Compatible with Internet Explorer, Firefox, Safari, and Opera web browsers. Supports all types of static/dynamic web content. Maintains position, state, and visibility between browser requests using cookies. Easy to set-up and customize. Creates up to 20 widgets per browser/domain. Fast and lightweight (only 8KB). Installation1. Download the latest sources to your computer using a web browser. 2. Extract the contents of the .zip into a folder on your local computer. 3. Upload the folder with the following files to the root directory of your web site. Filename Role config.xml This is the main configuration for your widgets. custom.css This style sheet will allows you to modify the "look & feel" of your widgets. loading.gif When the widget loads content, this image appears. toolkit.css The main style sheet to be included from within your HTML document. toolkit.js The main script to be included from within your HTML document. Create widgets in 2 easy stepsModify the config.xml by adding or removing widget elements. Widget 1 widget1 http://domain.com/widget1.jpg 300 300 15 15 0 Widget 2 widget2 http://domain.com/widget2.html 300 300 15 15 1 Add the following Javascript between the tags of your HTML document. XML Configuration Attribute Value Example name This is the title that will appear on the top bar of the widget. Hello World id This must be a unique value to all other widgets. hello url This can be either a path to a local file, URL, or remote CGI script. http://domain.com/path/to/document height This is the height of your widget in pixels. 360 width This is the width of your widget in pixels. 360 posx This is the position starting on the left side of the browser window. 100 posy This is the position starting on the top of the browser window. 100 locked When set to 1, the widget is locked and the close button is removed. 0 ReleasesI have included within this package a light version (packed 8KB) and developers version (unpacked 22KB). You can always find the latest updates within this projects repository. Code repositoryThis project's repository can be checked out through SVN using the command: svn checkout http://gratis-widget-toolkit.googlecode.com/svn/trunk/ gratis-widget-toolkitMaintainerFor feedback, bug reports, or other comments, please contact me at: devel at mbrooks dot info License and warrantyThis package is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. Gratis Widget Toolkit is provided under the terms of the GPLv3 license. Gratis Widget Toolkit (c) 2007 - 2009 Marc S. Brooks [Less]
Created 12 months ago.