Using CSS3 to create Google-style UI elementsCSS3 Google Buttons CSS3 Google Buttons helps you easily create Google-style buttons. Buttons The "buttons" can be created by adding class="g-button" to any appropriate <a>, <button>, or <input> el... 続きを読む
Kay is a web framework made specifically for Google App Engine. The basic design of Kay is based on the Django framework, like middleware, settings and pluggable application, etc. Kay uses Werkzeug as lower level framework, Jinja2 as template... 続きを読む
Ramaze is a simple, light and modular open-source web application framework written in Ruby. require 'ramaze' class MainController < Ramaze::Controller def index 'Hello, World!' end end Ramaze.start 続きを読む