Categories for Works
World of Games is a virtual world full of composite locations, characters and events from video games, driven by game logic. (more…)
April 30, 2013 Leave your thoughtsCheckbox state detection + media queries + CSS animation – JavaScript = Slide Nav. On desktop it looks like normal horizontal navigation, but on mobile devices it is transformed into a sliding navigation like in the Facebook mobile app.
February 10, 2013 Leave your thoughtsTransform your ‘Twenty Twelve’ WordPress to a clean promotions site. Add images as a gallery, insert them individually or make a slider by using post category Slider. The gallery now has custom image link.
February 3, 2013 Leave your thoughtsThe same shot from Nikon D7000 as a still photo and a video frame. (Photo resized to video size)

Photo @ 100%
The great number of Responsive Web Design grids can be confusing and intimidating to use. Percentage-based floating columns can drop down in certain resolutions and browsers. The flex box method is unfinished and currently has 3 different conflicting implementations. With a little help from the table-based past, here is the Flashback Grid, whose columns behave like table cells. Boxes never drop below each other and the browser does all width calculations, instead of forcing us to write complex percentages in CSS. (more…)
January 7, 2013 Leave your thoughtsIf you have a form on your PHP-enabled website and want to submit it without reloading the page,
- Add this below the form:
<div class="success" style="display:none"> Thank you for submitting. </div> <script type="text/javascript"> if (typeof jQuery == 'undefined') { document.write('<script src="' + ( (location.protocol == 'file:') ? 'http:' : location.protocol ) + '//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js">\x3C/script>'); } </script> <script src="send-form.js" type="text/javascript"></script>
- Upload the contents of send-form.zip (2 KB) to your page location.
Enjoy!
Thanks to phpmind for the original code.
December 5, 2012 Leave your thoughtsSeptember 17, 2011 Leave your thoughts
Apple is great, but is also becoming complacent and too much dependent on quick profit, disregarding its core values: fast, easy and solid software.
Here’s a quick list of instances in OS X 7.1 where Apple is so Un-Apple: (more…)
September 6, 2011 Leave your thoughts