Spring 2011 – Emerging Tech Tutorials

How to build a simple Webpage and Belly Dance
Building Better Web Sites With jQuery
How To Set Up Products in Ubercart
Creating Online Quiz Using HTML and JavaScript
Starting A Blog Made Easy as Counting 1, 2, 3
Android Tutorial w/Google App Inventor
Creating a chat room with JSON and JQuery – Part 1: JSON
How To Create An Image Slideshow With Shadowbox
New and Exciting Offerings from HTML5
Search Engine Optimization
Using Ajax To Fill In A Field That’s Been Tabbed To
Creating Slideshow with Non Image Content Using JQuery Cycle Plugin
How to Use JQuery to Create Dynamic Forms
WordPress SEO Tutorial
What Is SEO / Search Engine Optimization?
How To Implement JQuery Doc Menu For Navigation On Website With IFrames
Google’s App Inventor for Android
SEO Tutorial
Personalizing a jQuery Slideshow Plugin
Simple Drawing and Animation in HTML5

Posted in Uncategorized | Leave a comment

Simple Drawing and Animation in HTML5

Laurence Fiedler – http://ned.highline.edu/~laurencefiedler/200/html5ProjectMain.html
Posted in Uncategorized | 6 Comments

Personalizing a jQuery Slideshow Plugin

This tutorial will explain how to install a PikaChoose jQuery image slideshow on your own server, and then how to customize it to match any project. I customized the slideshow below specifically for this tutorial.

Kelly Pierson – http://ned.highline.edu/~kpierson/200/tutorial.htm

Posted in Uncategorized | 5 Comments

SEO Tutorial

A step-by-step list of procedures to follow to set up a website to be tracked using Google Webmaster Tools, a brief checklist to use for optimizing using keywords and link building strategies, and final steps to submit to search engines and search directories.

Barbara Harmon -http://ned.highline.edu/~blharmon/tutorial/index.htm

Posted in Uncategorized | 4 Comments

Google’s App Inventor for Android

I demonstrate how to build a trivia game with App Inventor.
My video tutorial is based on the written tutorial by Professor David Wolber of University of San Francisco. His tutorial can be found at:
appinventor.googlelabs.com/learn/tutorials/quizme/quizme.html

In my video, I describe the developing environment and walk through the unique, intuitive graphic approach to programming with color-coded, interlocking blocks.

Frank Oliver – youtu.be/_7_Ygaf1td4

Posted in Uncategorized | 4 Comments

How To Implement JQuery Doc Menu For Navigation On Website With IFrames

Overview

This tutorial will illustrate how to implement doc menu from http://www.ajaxdaddy.com/demo-css-dock-menu.html for navigation on the website. Doc Menu was created using JQuery (jQuery is a cross-browser JavaScript library designed to simplify the client-side scripting of HTML. JQuery is free, open source software, dual-licensed under the MIT License and the GNU General Public License, Version 2.)

To create website with that menu we will use iframe.(Frames allow a visual HTML Browser window to be split into segments, each of which can show a different document).

This doc menu and iframe might be used for any website.

Artur Bureacov – http://ned.highline.edu/~ArturBureacov/200/overview.php

Posted in Uncategorized | 2 Comments

What Is SEO / Search Engine Optimization?

In this tutorial you will find answers to following questions:

1. What is SEO.
2. What is On-Page and Off-Page optimization.
4. How to do On-Page optimization.
5.Basic Off-Page optimization.

If you follow the direction in my tutorial and you keep on adding links using the Off-Page optimization you will witness your site get to the first page of Google.

Andrey Kozorezov – http://ned.highline.edu/~akgladius/spring2011/200/Final-Project-SEO.pdf

Posted in Uncategorized | 5 Comments

WordPress SEO Tutorial

WordPress has been primarily used as a blog platform, but can also be used with custom themes, plugins, and your domain to personalize your web site. It too, can be used to optimize your content for easier access by potential customers/visitors looking for information published or services offered on your web site.

This tutorial is intended to assist current and new users of WordPress to incorporate just one of the many tools available for WordPress; SEO. All users need do is follow this tutorial to setup their website to help position it for greater opportunities of online search capabilities.

Geno Gatsos – http://ned.highline.edu/~geneg/200/WordPress%20SEO%20Tutorial-Final.htm

Posted in Uncategorized | 2 Comments

How to Use JQuery to Create Dynamic Forms

jQuery dynamic form is a plugin for jQuery, which gives users the possibility and flexibility to dynamically add supplement information based HTML template.  This tutorial is generally going to introduce add or remove form elements using jQuery and how to submit a form without page refresh using jQuery[4]. The scope of this tutorial is not broad, but it covers the basics of creating dynamic forms using jQuery which helps the beginner to step into the jQuery world.

Ying Gong – http://ned.highline.edu/~gongy/200/Final%20Project.htm

Posted in Uncategorized | 3 Comments

Creating Slideshow with Non Image Content Using JQuery Cycle Plugin

You will learn how to create slideshow using JQuery Cycle Plugin. To avoid writing code for every image which will participate in slideshow, this tutorial provides easy way to read directory with images.  You will learn how display names of images in slideshow, and finally manage (stop and continue) slideshow using buttons. In tutorial were used information from http://jquery.malsup.com/cycle/ and http://docs.jquery.com/How_jQuery_Works#jQuery:_The_Basics websites.

Nelli Bureacova – http://ned.highline.edu/~nellibureacova/slideshow/slideshow.php

Posted in Uncategorized | 2 Comments