SUPER 2009 Video Converter Released (4)
share
digg
by
ryan (883)
on
CyberNet (123)
4 days, 10 hours
ago
permalink
Windows only It’s a new year, and with that comes all kinds of great new software releases and updates. SUPER Video converter is a favorite for many of our readers, and I wanted to make sure everyone knows that a new version was released with better media support and bug fixes. Here’s a more detailed list of what’s new: Added support to encode, play and render WMV9 and WVC1 with the ASF, AVI, MKV, WMV ...
How to Convert a PSD to XHTML - NETTUTS (6)
share
digg
by
Jeffrey Way (388)
on
NETTUTS (1237)
5 days, 3 hours
ago
permalink
I continue to be amazed by how well Collis’s “Build a Sleek Portfolio Site From Scratch” tutorial continues to perform. It’s been months, yet it still posts strong numbers every week. Considering that fact, I decided to create a screencast that shows you exactly how to convert a PSD into perfect XHTML/CSS. Part 1: Slicing the PSD and Creating the XHTML Part 2: CSS I won’t lie to you. This video is a bit boring. ...
XML to JSONML Client-side Proxy (1)
share
digg
by
Dominiek ter Heide (7)
on
Dominiek - Web, technology and startups (7)
1 week, 1 day
ago
permalink
When integrating with other web services, there are often shortcomings in third-party API’s. One of the most common ones I’ve had to deal with is the lack of JSON+callback support. To circumvent this problem, I wrote a tool that can use an API’s XML calls to do the same trick. JSON+callback allows you to do loose integrations in Javascript, requiring no development on the server-side of things. This is really useful if you for example, ...