Categories
Blog Lab

SmallBulb ver 1.0

Small Bulb first version~ Wrote this to meet my simple need of a fast and easy way of toggling flashlight on my Xperia Z.  Screenshots Download it here Bug reports, comments and suggestions are welcome by posting below or by email.

Categories
Blog Lab

Waterfall/Mosaic Layout Demo

One of my clients asked me to implement this layout well-known from pinterest.com so I made a separate demo page. The layout is dynamically done by Javascript and is easy to apply. Though there are a few requirements to the DOM structure, as presented below: View the code on Gist. The code looks for any container […]

Categories
Blog Full-screen Clock

Full Screen Clock Update 3

Changelog Re-designed settings panel. Color settings now use slide bars to adjust. Effects are made with jQuery UI widget kit. On-page to-do list removed. Previews Live Preview (Open in new window) To-Do List switch for 24/12-hour mode switch for displaying date switch for displaying week day change foreground/background color customizable font family user theme timer […]

Categories
Blog Lab

CSS Demo – Dashed circle

Circles with dashed border. It’s very simple but sometimes can be useful and decorative.

Categories
Blog Lab

PS3 Controller Hanger made from paper clips

So I was looking for a way to… well… hang my PS3 controllers somewhere because… I had no place to put them. Then there is the hanger.

Categories
Lab

Input vs Output Demo

I made a mistake and deleted a necessary Javascript file and this demo no longer works. Sorry. Sampling Input

Categories
CSS Porter

CSS Porter Ver 1.0 Source Code

View the code on Gist.

Categories
Blog Full-screen Clock

Full Screen Clock Update 2

Changelog added input fields for changing rear-/fore-ground colors html5 local storage now supported (refreshing won’t lose your settings) On-page to-do list will be remove once everything is done. Previews To-Do List switch for 24/12-hour mode switch for displaying date switch for displaying week day change foreground/background color customizable font family user theme timer and stopwatch […]

Categories
Blog Javascript Porter

Request Protocol for Javascript Porter ver 2.1

js.php?l=[linklist] [&(compress|c)=(yes|true|no|false)] [&(noheader|nh)=(yes|true|no|false)] linklist = {libName}[pluginList],{libName}[pluginList],{libName}[pluginList]… pluginList = {pluginName},{pluginName},{pluginName}… (case insensitive) Requesting a library (e.g. jQuery) js.php?l=jquery Requesting a library with specific version (e.g. jQuery ver 1.8.0) js.php?l=jquery-1.8.0 (use hyphen to connect lib name with version. use dots to connect subversions) Requesting a library with plugins (e.g. jQuery with UI effects core) js.php?l=jquery[ui_effects_core] (use square bracket to […]

Categories
Blog Full-screen Clock

Full Screen Clock Update 1

Changelog added 24/12 hour mode switch added displaying date switch added displaying week day switch On-page to-do list will be remove once everything is done. Previews To-Do List switch for 24/12-hour mode switch for displaying date switch for displaying week day change foreground/background color customizable font family user theme timer and stopwatch save settings with […]