Other Projects
Libraries and Themes
-
MaterialZ
A pure CSS plug-and-play library for Material Design -
Holo Web
Holo-theme your mobile web applications
-
Tumblr Portal Theme
This is a Tumblr theme inspired by the test chambers in Valve's Portal. It uses with black wall tiles as the background, white concrete wall panels behind posts and the sidebar, and signage tiles as the backgrounds of link posts, ask bubbles, and sidebar headers and buttons.
-
CoH Forums SMF Theme
This is a theme for Simple Machines Forum that mimics the look and feel of the City of Heroes forums. It was created for a CoH fan forum at the request of the forum owner.
While it looks very similar to the City of Heroes forums, no graphics (except the logo and background image) were copied. Nearly every texture and gradient was replaced with a CSS alternative.
-
Chrome Extension Options Page
This is a boilerplate Chrome extension options page that is styled to fit in with the Chrome settings page. It removes the need for developers to define their own options page styling and makes the options page look like part of Chrome.
To use this in your own extension, clone the repo into your extension directory, follow the instructions in the comments to replace the placeholder text, and append your own
<section>
,<h3>
, and<p>
tags as well as form elements to create your options page.This template was used in, Notifier for Rizzoma and Voice Actions for Chrome, among others.
-
Chrome Notifications API Shim
This script maps functions from the Chrome notifications API to the WebKit notifications API so Chrome notifications API functions may be used in older versions of Chrome (or in other WebKit-based browsers).
Old / Obsolete
-
Chrome App Card UI
This is an attempt to recreate the Google card UI in a floating Chrome app window. You can test it out by cloning the repo and then loading the cloned directory as an unpacked extension in Chrome/Chromium.
It requires the ability to create transparent windows, which was experimental up through Chrome 31. Thus, this app specifies a minimum Chrome version of 32.