Nettuts+ Author
April 27, 2009
I recently had my first paid tutorial published for the website Nettuts.com. Nettuts+ is a website dedicated to online tutorials related to web development. Tuts+ is a network of tutorial sites that feature much more detailed and high quality tutorials than most other sites.
The topic I wrote about in the tutorial was playing video on the web using open source software. Check out my tutorial.
Jquery Slider Tutorial
March 3, 2009
When designing my portfolio in Photoshop, I needed a way to feature my latest work on the index page. I solved this with the design of the current slider on the homepage, however needed to write the javascript for it. The javascript library I have been using is jquery, which helps because there are many example sliders.
Most of the code written for the jquery slider I used can be found in this tutorial, called Coda-slider. One of the main problems I had was that the slider wasn’t internet explorer 6 friendly. Check out my version of the jquery slider by viewing the source code.