Tutorials for photoshop, javascript, php, html, css, flash, and more!

tutorials for photoshop, javascript, and php
   The Machine | Search for a cog | Submit a cog

This tutorial teaches you how to use drag and drop functionality available in script.aculo.us script.


How to use jQuery Flash to insert shockwave files in your Wordpress articles. Probably works for any CMS that doesn’t filter out HTML.


JavaScript Object Notation (JSON) and Asynchronous JavaScript + XML (Ajax) are staples of Web 2.0 development. This article demonstrates the native JSON and Ajax capabilities baked into the Web framework.


A robust JavaScript that lets you divvy up arbitrary sections of content on your page and turn them into paginated content.




Now a days, tabs are becoming very popular on websites. You may have seen them in many websites including PlanetMaks. Well there are many ways to create such tabs. I will teach you how to create them with ease with just simeple javascript and css. There are only three parts of the code. The CSS part, JavaScript part and Html Part


The separation of jQuery from alternative JavaScript libraries such as mootools, yui, and prototype.js has become even more pronounced as of late. And now even Microsoft has chosen to use jQuery as the only JavaScript library includedin its Visual Studio suite. The popularity of jQuery owes a lot to its decision to include a plug-in architecture for third-party developers. This article describes this plug-in architecture and explains how jQuery can help your Web application behave just like a desktop application.


DD Drop Down Panel lets you tuck away ordinary HTML content on the page and slides down on demand when the user clicks on the protruding tab.




Running JavaScript on the server is not some oddity. The ECMAScript for XML (E4X) standard gives JavaScript developers a powerful API to work with XML. In this article, you can see how JavaScript and E4X make it easy to work with XML on the server. Combine this key ingredient with Jaxer to create Ajax applications using nothing but JavaScript.


Without functional testing, Web development becomes a guessing game that can be filled with frantic, error-prone deployments and refactoring. If you are entering into cloud Computing, testing becomes even more critical for your applications to be reliable. Learn to master automated, functional testing using the open source tools, Selenium, Windmill, and twill. The techniques covered in this article work on Google App Engine, blogging software, or your own home grown application


The jQuery UI package aims to create a well-defined and reliable set of user interface widgets that you can reuse within your own Web applications. This article takes you through all of the widgets that are offered in the 1.6 version of JQuery UI. These 6 widgets are the first of hopefully many widgets you’ll see from the UI team.