Tutorials Page 89
![15 UX and UI Tools and Resources for Web Designers]()
15 UX and UI Tools and Resources for Web Designers
If you are looking for a UI and UX tool to make your design work faster and easier than ever, you may find the solution in the listing below. The tools listed here are a combination of newer tools that have come on the market, and...
![LIVE Stream: O’Reilly Software Architecture Conference]()
LIVE Stream: O’Reilly Software Architecture Conference
A few weeks ago I gave away a free ticket to O'Reilly Software Architecture conference, but if you weren't lucky enough to be picked, I've got a treat for you: a live stream of the event! Keep this link handy as I will be live streaming both...
![Bloom: The Answer to the Question of Whether E-mail Opt-in Forms Can be Effective and Aesthetic]()
Bloom: The Answer to the Question of Whether E-mail Opt-in Forms Can be Effective and Aesthetic
One of the harsh slaps across the face that reality brings to the dreams of making it big in internet marketing is that the form that asks visitors to your site to hand over their e-mail address is in most cases ineffective. What can such a...
![Get and Set HTML5 Video Current Time]()
Get and Set HTML5 Video Current Time
Last week I explored how you could get the duration of a HTML5 video. It's an important technique, obviously, but one that may be a bit more important is managing the video's time setting. Both setting and getting the video's time is important when creating a chrome...
![Regular Expressions for the Rest of Us]()
Regular Expressions for the Rest of Us
Sooner or later you'll run across a regular expression. With their cryptic syntax, confusing documentation and massive learning curve, most developers settle for copying and pasting them from StackOverflow and hoping they work. But what if you could decode regular expressions and harness their power? In...
![Get HTML5 Video Duration]()
Get HTML5 Video Duration
HTML5 video is exciting, if only for the reason that we no longer need Flash or other third party plugins to render media. We can also create custom controls and displays around the video, and one of those displays should be the duration of the video. Let me...
![Web Notifications API]()
Web Notifications API
Every UI framework has the same set of widgets which have become almost essential to modern sites: modals, tooltips, button varieties, and notifications. One problem I find is each site having their own widget colors, styles, and more -- users don't get a consistent experience. Apparently the...
![Indent JSON with JavaScript]()
Indent JSON with JavaScript
Working with XML and JavaScript is a nightmare, which is why JSON has become gold in the development community. Hell, I even wrote a function to turn XML to JSON with JavaScript. If you want to turn an existing object into well formatted JSON, you can you
JSON.stringify(obj), but...![Add HTML Elements to XUL Addons]()
Add HTML Elements to XUL Addons
I've been working on a new addon at Mozilla which isn't anywhere near finished so I wont bother telling you what it's meant to do...because it could change at any moment. Since this is my first real addon, it's been a struggle, but that's a good...
![Watch Files and Directories with Node.js]()
Watch Files and Directories with Node.js
Watching a file or directory for changes is an important part of automation. We all enjoy using our favorite CSS preprocessor's "watch" feature -- we can still refresh the page and see our changes as though we were simply writing in pure CSS. Node.js makes both file...








