Archive for 'Tutorials'
Learning JavaScript for Beginners
August 29, 2008 | Filed under: Tutorials
A tutorial for beginners.
A Quick Tutorial on JavaScript Bookmarklets by Matt Cutts
August 28, 2008 | Filed under: Tutorials
Not at all what you would expect from the head of anti spam for Google but … A solid simple example of how what and why in the java bookmarklet end of coding.
Flash tutorials | Flash vs Javascript
August 28, 2008 | Filed under: Tutorials
11 articles about communication between JavaScript and Adobe Flash
Create a Digg-Style Live Character Update with JavaScript
August 28, 2008 | Filed under: Tutorials
In this tutorial you learn how to create a Digg-Like live updating form with JavaScript. Really neat tutorial.
Inkscape: Open Source Drawing for SVG
August 28, 2008 | Filed under: Tutorials
I recently ran across Inkscape, an open source very high-quality graphics editor that can output SVG that I’m blown away by. Even better, it runs on Linux, Windows, and Mac OS X. From the Inkscape website:
[Inkscape is] an Open Source vector graphics editor, with capabilities similar to Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable …
Rollover Lite: A CSS Rollover Everyone Can Enjoy
August 27, 2008 | Filed under: Tutorials
I realize that there are about a million rollover tutorials out there. Some use JavaScript, some use CSS, but there are very few that are geared toward creating semantically correct rollovers that degrade gracefully. That’s exactly what I’ll be doing here.
Monads
August 26, 2008 | Filed under: Tutorials
Monad tutorial that looks at the maybe monad and gives JavaScript and Haskell examples.
HackShack | Coding: The Lazy Way!
August 26, 2008 | Filed under: Tutorials
A javascript tutorial site aimed at teens and beginners who want to use javascript in a casual way without learning the code.
Design a stunning Alert Box using MooTools
August 25, 2008 | Filed under: Tutorials
This tutorial explains how to design a stunning Alert Box which changes and improves the classic look of JavaScript Alert Boxes.
Putting together GWT and Spring
August 25, 2008 | Filed under: Tutorials
Dave Kuhn has put together a comprehensive guide to piecing together GWT and Spring, a nice recipe for the Java heads among you.
Dave starts out by detailing why you would want to do this, and how it changes the architecture of your application.
He then gets to a tutorial that has you creating the …
Ajaxian Featured Tutorial: Show/Hide Login Panel Built with MooTools
August 19, 2008 | Filed under: Tutorials
Conserving screen real-estate while still providing good content to the user has always been a challenge for designers and developers and while larger screen dimensions are becoming more prominent, it’s still important to take full advantage of the space available to you. Jeeremie over at Web Kreation came up with a very cool method of display a login …
SmartGWT: LGPL GWT wrapper on SmartClient
August 19, 2008 | Filed under: Tutorials
Sanjiv Jivan, original creator of GWT-Ext, posted on SmartGWT, a new wrapper on top of SmartClient.
Charles Kendrick of Isomorphic, creator of SmartClient, announced the new project as well as the approach they have taken:
we’ve taken an approach of generating GWT code from SmartClient’s documentation, combined with hand-coding portions that can’t feasibly be generated. …
Joomla tutorial: LxMenu, menu javascript DHTML / XHTML
August 18, 2008 | Filed under: Tutorials
Un tutorial per Joomla 1.0 riguardante LxMenu, un menu javascript DHTML / XHTML gratuito per la creazione di popup menu orizzontali e verticali, molto diffuso per questo CMS. Innanzitutto avrete biso..(clicca sul titolo per leggere il resto)
Retrieve Files from Google Page Creator
August 18, 2008 | Filed under: Tutorials
Google Page Creator, the website creation tool aimed at non-coders, is targeted for closure by Google. The Google Operating System blog offers a handy JavaScript tool and tutorial to help Page Creator users grab their uploaded files and HTML pages for exporting to another service or personal backup. It requires having a multi-link downloading tool,
A simple solution to the “other” problem with select boxes
August 18, 2008 | Filed under: Tutorials
Jeffrey Olchovy has posted a simple tutorial on using jQuery to solve a “select-to-input toggle” that shows and hides a text field when you select “Other”. It overloads the same form name, so the server side gets just one value, and doesn’t know or care if it was in the drop down or typed in. You can …
clientside.cnet.com relaunched with new tutorials and more
August 14, 2008 | Filed under: Tutorials
Aaron Newton has relaunched clientside.cnet.com with a cleaner, leaner, look and feel. The news for the launch is:
The Mootorial (the MooTools tutorial) is now updated for MooTools 1.2 and on it’s own domain www.mootorial.com
The wikiTorials(tm! - not really) for all of CNET’s codebase have been updated for our updated 1.2 code (which launched in June)
The MooTools book (Apress) …
How To Create Roll-over Image Buttons using CSS
August 13, 2008 | Filed under: Tutorials
Ever wonder how to make a button that changes when you hover your mouse-curor over it? Ever wanted to be able to make one, but don’t want to hassle with javascript and don’t have/can’t afford software like Flash? Well this tutorial will teach you how to create custom roll-over image buttons using CSS and HTML only!
Arief - GeekBook Tutorial
August 12, 2008 | Filed under: Tutorials
Tutorial PHP, MySQL, AJAX, Javascript, Java, Microsoft SQL Server, Delphi, Visual Programming, Internet, Linux, Server Application, Artificial Intelegence, Microcomputing, Networking
Cutting Up Images In Photoshop For Web
August 12, 2008 | Filed under: Tutorials
Images which are used for Web Design layouts and templates, tables, JavaScript enabled menus and interfaces need to be cut up differently, to ensure they are proportioned correctly for what they are going to be used for, this tutorial will show you how to cut them up correctly.
Firebug Tutorial - Script Tab : Javascript Debugging
August 7, 2008 | Filed under: Tutorials
Firebug Tutorial - Script Tab : Javascript Debugging
Eloquent Javascript: A worthy JS tutorial
August 7, 2008 | Filed under: Tutorials
Bookmark this for the day you need a great Javascript tutorial.
CSS variables considered harmful?
August 7, 2008 | Filed under: Tutorials
Bert Bos, a W3C fellow, thinks that CSS variables are to be considered harmful:
Adding any form of macros or additional scopes and indirections, including symbolic constants, is not just redundant, but changes CSS in ways that make it unsuitable for its intended audience. Given that there is currently no alternative to …
Javascript Security Tutorial
August 6, 2008 | Filed under: Tutorials
JavaScript is designed as an open scripting language. It is not intended to replace proper security measures, and should never be used in place of proper encryption. JavaScript has its own security model, and is designed to protect the user from malicious Web sites, and as a result, it enforces strict limits on what the page author is allowed to …
20 MooTools Tutorials and Examples
August 5, 2008 | Filed under: Tutorials
There are literally over a hundred of JavaScript frameworks out there that make writing complex client-side code significantly easier. If you’re in the market for a powerful, relatively lightweight, and customizable JavaScript framework, MooTools is worth checking out.
Create a Spectacular Photo Gallery with MooTools
August 1, 2008 | Filed under: Tutorials
JavaScript libraries such as MooTools can save a lot of time when developing a site. In this tutorial, I’ll be showing you how to combine many of MooTools’s functions to create a nice photo gallery.
How to : Integrate a slideshow in your wordpress theme
August 1, 2008 | Filed under: Tutorials
In the previous tutorial i explained how to make a control panel for your theme, now let’s go further with the integration of Smooth Gallery, a javascript gallery based on mootools, in your Wordpress theme.
How to center a pop up box in Javascript
July 27, 2008 | Filed under: Tutorials
As the title suggest nottingham web design experts http://www.nottinghamwebsolutions.co.uk give to you a useful bit of code to help you centre a javascript pop up box ! they are now in the process of writing hundreds of new tutorials to do with web design and graphic design, also bizzarly russian language lessons all to make life easier!
Belajar Komputer Internet Dasar, Tutorial Blog dan Informasi
July 27, 2008 | Filed under: Tutorials
Belajar internet dan komputer tingkat dasar, programming dasar, download gratis, wallpaper, gambar, informasi situs bagus, website design, iklan gratis, belajar internet marketing, seo, afiliasi, wordpress, blogger, aksesoris blog. Belajar html, java, javascript, informasi film, hiburan, informasi lagu, feed, rss. Belajar teknik trik dan tips pc
Javascript Quick Tutorial
July 21, 2008 | Filed under: Tutorials
This is a very quick and short Javascript tutorial.Javascript is a scripting language which means that it has a very simple syntax. JavaScript was designed to add interactivity to HTML pages.
How To Make an iPhone-Finding Mash Up
July 18, 2008 | Filed under: Tutorials
In this tutorial, Webmonkey Adam DuVander shows you how he built the tiny app using JSON data from Apple, maps from Google and some tidy JavaScript to tie it all together.
Expanding/collapsing javascript menu tutorial
July 17, 2008 | Filed under: Tutorials
In this post I’ll show you how to create an expanding/collapsing menu like Slashdot left menu used to be, using the YUI library and Dav Glass YUI effects widget.
A tutorial on Prototype, Google Maps API and the HeatMapAPI
July 17, 2008 | Filed under: Tutorials
Jeffrey Barke has written up a tutorial detailing how to create a density map with Prototype, the Google Maps API and the HeatMapAPI.
The heat map API looks cool indeed, and that piece of code looks simple:
PLAIN TEXT
JAVASCRIPT:
addHeatMap: function() {
var heatMap = new GEOHeatmap();
heatMap.Init(this.width, this.height);
heatMap.SetData(this.data);
var preUrl …
Post form to clean, a tutorial with JSP/Servlet & JavaScript
July 16, 2008 | Filed under: Tutorials
Rewritten URLs are valuable because they increase website usability and improve search engine optimisation (SEO), in PHP with mod_rewrite, you can rewrite URL easily and simple, when using java, you can too, just follow this article. Well, but we have a problem: HTML forms and rewrite URL were not designed to work together…..
Script Thy Java App - with JRuby, Jython, Groovy, JavaScript
July 15, 2008 | Filed under: Tutorials
Make your application scriptable. In Java 6 standard support for scripting engines was introduced (JSR 223: Scripting for the JavaTM Platform). There are many possible applications of this technology but this tutorial will focus on a very specific scenario. Provide an API so your customers can implement their own algorithms with scripting.
Create a Simple, Powerful Product Highlighter with MooTools
July 14, 2008 | Filed under: Tutorials
Believe it or not, there’s a lot of powerful interactivity you can bring to your site using javascript besides slick navigation menus! This tutorial will help you find your inner cow by introducing you to one of the most powerful and modular javascript libraries—MooTools! We’ll be creating a flexible tool for highlighting your sites products or ser
Extending Firebug Tutorials
July 9, 2008 | Filed under: Tutorials
Jan Odvarko, a member of the Firebug Working Group, has kicked out a set of tutorials on extending Firebug.
If you have some functionality that fits into the performance world, instead of creating a new plugin, you can embrace and extend Firebug as other great tools such as YSlow have done.
To learn more, read up on:
How to Create a Firebug Extension - Webmonkey
July 7, 2008 | Filed under: Tutorials
Firebug contributor Jan Odvarko has written a tutorial to give you a jump start extending Firebug. Like Firefox extensions, Firebug extensions are written in XUL (an XML user interface markup language) and JavaScript. Once you’ve mastered Jan’s hello world example, you’ll want to check out all of his Firebug tutorials.
phPro - PHP Development Tutorials Articles Examples
July 4, 2008 | Filed under: Tutorials
phPro has php development tutorials, articles, and examples. phpro is properly slanted toward modern best-practices with open standards. Tutorials and examples frequently involve xml, sql, javascript, lamp (linux, apache, mysql, php), and ajax.
Super easy 5 minute pure CSS drop down menu tutorial
July 2, 2008 | Filed under: Tutorials
An incredibly easy 5 minutes tutorial for making pure CSS drop down menus with no Javascript and no multiple browser-specific stylesheets. Five minutes, really, that’s all it takes.
Detect and Prompt iPhone Visitors
June 27, 2008 | Filed under: Tutorials
This tutorial will outline a simple procedure used to display an “iPhone style” modal prompt whenever a user visits your site from an iPhone/iPod touch. For this example we will combine user agent detection with the JavaScript confirm() method to create a prompt which allows the user to select between your regular and iPhone optimized websites.
Complete Tutorial Reference:- HTML, CSS & JavaScript
June 27, 2008 | Filed under: Tutorials
This is the place, where u can find the good JavaScript Tutorials ever. It includes DOM, Advanced JavaScript, HTML Reference Tutorial (for Beginner, Intermediate and Advanced Learners), Css Advanced Reference Tutorials for Web, Javascript Quick Tutorial with Examples and AJAX.
Warning: This Secret CSS Technique Will Surprise You!
June 25, 2008 | Filed under: Tutorials
Excellent tutorial describing an original approach to CSS animation — utilizing an overlay of transparent checkers that produces a lightning effect when the user resizes the window. Look ma, no JavaScript!
How to: Creating a slideshow with Noobslide
June 23, 2008 | Filed under: Tutorials
Noobslide is a Mootools based slideshow script that allows you to slide images and text with eye-candy transitions effects. The only problem with Noobslide is its lack of documentation, which make it hard to understand if you’re new to javascript. Here is a tutorial for beginners with Noobslide to create your first slideshow.
Order List Drag and Drop JavaScript
June 23, 2008 | Filed under: Tutorials
This tutorial explains how to use Scriptaculous to implement an HTML list with drag and drop feature to reorder list elements.
Javascript, Flash and cross-browser clipboard fun
June 20, 2008 | Filed under: Tutorials
Figuring out how to work with the clipboard in your web app can be a headache. This post summarizes it up nicely and provides links to helpful tutorials.
Test your Javascript understanding with this quiz
June 20, 2008 | Filed under: Tutorials
It also has a nice tutorial
Make a Featured Content Slider for Your Site
June 20, 2008 | Filed under: Tutorials
This detailed tutorial shows you how to create a Featured Content slider using Flash and Javascript.
Using the JavaScript Date Object - How-To Tutorial
June 18, 2008 | Filed under: Tutorials
Clean tutorial style article on getting, setting, and calculating dates with clear examples to cut and paste.
Web resource directory
June 18, 2008 | Filed under: Tutorials
A free collection of webmaster resource. The directory of PHP, ASP, Javascript, ASP.net, Python and Ruby script collections and resource web portal which includes scripts, tutorials, tools, website, books and other resources.
Tutorial: Use the Google translator Api with javascript
June 17, 2008 | Filed under: Tutorials
A simple tutorial that will help you build your own translator, using the core of Google translator API.

