chipwreck ~ The guide is definitive. Reality is frequently inaccurate.

 
 
 
 
 
 
 
 

Coda PHP & Web Toolkit 1.81 ~ featured

Posted 3 months ago in Coda

Keyboard shortcuts improved, better CSS 3 handling and some small improvements in the code.

Download and Feedback »

Coda PHP & Web Toolkit 1.8

Posted 3 months ago in Coda

Now with JSLint (Javascript validation) and some improvements like new CSS tidy configuration, more usable Preferences page and small fixes.

Download and Feedback »

Coda PHP & Web-Toolkit: New beta with JSLint

Posted 4 months ago in Coda
New beta version available (0.8beta):
  • Integrated JSLint – now you can validate your Javascript!
  • Update check is now more reasonable (once a day)
  • Usual small bugfixes

Download and feedback »

HTML 5 video & mootools, part 2: Timeline

After creating buttons and a volume slider in the last post, we’re now going to develop a time slider — a movable slider which shows the current time of the video and which can be dragged to move the video playback accordingly. … Continue reading »


HTML 5 video & Mootools

Posted 4 months ago in Javascript
HTML 5 video & Mootools

This is about scripting the HTML 5 video-tag with Mootools 1.2.

One might ask, what is special about the video tag? At the first look nothing, it’s a HTML-element like any other. But if you try to use some mootools functions (adding events or querying properties) you soon realize that it doesn’t work out of the box in the current release. But there’s a workaround. … Continue reading »


The last last post was about the HTML 5 video tag, now we’ll have a look at the DOM side of things: Attributes and Events. … Continue reading »

HTML 5 Video – Tag and Attributes

Posted 5 months ago in Webdesign

This post is about the basic use of the HTML 5 video-tag and its attributes, the next one will be talking about events, DOM attributes and how to control video via javascript. … Continue reading »