它显示您如何设置
您的一刹那站点与
Keyframes、ActionScript和MovieClips和控制一刹那
playhead。 Using well thought out structure will give you site
a faster loading time, and make it simplier to update
and manage.
Illustrator
for Flash and Director This tutorial will
show you how to use Illustrator to create vector graphics that can be
exported as SWFs and then imported into Flash. Then you will see how to
use Flash to import the vector graphics into Director. You
will draw a cool looking vector graphic in Illustrator, get it
into and build it in Flash, and then import and use it in Director.
These Flowchart
Training and Learning Resources, from
teach-ict.com, offer training on Flowcharts, what they are
used for, and how to create them. Flowchart topics covered by this
learning content include the following: flowchart theory, systems
flowchart, flowchart symbols and guidelines, flowchart software, and
several flowcharting lessons and exercises.
Understanding
Flowcharts These flowchart learning pages
communicate how flowcharts operate and the steps to develop
them. Describing
an Information System These slides help you learn
flowcharting by describing an information system and data flow diagrams.
Flowchart
- Doctors' Appointment Try your hand at developing
a flowchart from scratch. Click and move text boxes to the
correct location on the flowchart, and test out various combinations.
Here are the answers.
(Word format)
Flowchart
- Making a cup of tea Try your hand at creating
another flowchart from scratch, to help you learn how to create better
flowcharts. Here are the answers.
(Word format)
Flowchart
- Going out today? And here is another flowchart
that you can work with to gain a good grasp of this topic. Here are the
answers.
(Word format)
Interactive
Whiteboard These slides review
the process of ordering a burger, drink and fries. To use
these slides, move the textboxes into the correct locations.
(Powerpoint format)
Wordsearch
This exercise will help you to remember
key terms related to flowcharts. (Word format)
Crossword
This crossword can be used to test yours
flowcharting knowledge. (Word format)
Data
Flow Diagrams This help sheet conveys the
fundamental concepts of Data Flow Diagrams, which are different from
flow charts.
Dia - Free
Flowcharting Software Dia is a free
program for creating diagrams, including flowchart diagrams.
Its features are similar Microsoft's Visio, and
include multiple-page printing, export to many formats (EPS, SVG, CGM
and PNG), and the capability to use custom shapes created by using
simple XML descriptions. Besides drawing flowcharts, Dia is also used
for creating UML diagrams and network maps. This application is also available for Linux.
Here are more freely available ebooks, etc. from esnips.
Their Ajax tagged section hosts the following 28 great Ajax ebooks,
along with several Ajax training and learning documents. These
are in pdf, chm, zip, rar, and doc formats..
Here is ITeBookHome.com, offering links to up-to-date ebooks for technical and I.T. training and education. Many topics and areas are covered by this site. Their linked list of 84 channels is below.
This is the current Distributed Java Programming course
CSCIE160 from Harvard University. All of the lecture and homework
content for this course is freely available on the course website.
These notes and lectures will help you understand and work with the
following Distributed Java topics: Identifiers, Types, and Expressions,
Classes and Packages, Inheritance, Exceptions, Cloning, Distributed
Computing, RMI Distributed Computing, Threads, and Corba.
Applying filters to event driven programs.
package stockexchange (this application is a good
illustration of server-side Java.
Many say that this is the real future of distributed computing, viz.
pushing as much application
logic as you can onto the server side of the action.)
Here is another great learning opportunity either to start learning, or to
learn more about Ruby on Rails. In this two part
tutorial, the author first explains object oriented
programming principles, and then provides you with an excellent
description of the syntax of
Ruby. After this overview, this Ruby on Rails tutorial provides a
detailed look at, and understanding of the Rails framework.
The author believes you'll become a better Rails developer if
you learn some Ruby first. He also points out advantages that
Ruby offers over other web development languages.
After
working through this tutorial, you will be prepared to start developing
new web applications using Ruby on Rails. In addition to the 2
part tutorial, here are four free
sample chapters of "Build
Your Own Ruby On Rails Web Applications" (PDF format). Among
other information, these chapters will give you instructions for Ruby
on Rails installation and other setup instructions. Also, here is a dedicated reference
guide for Ruby.
Part
2 of Learn Ruby on Rails The 2nd part of
the tutorial discusses the inner workings of Rails. You will learn
how Rails
encourages using a separate environment for each web application
building phase: development, testing, and
production.
Here are more tagged locations within esnips.com where you can find
freely available computer and I.T. ebooks and other training and learning documents that
cover many areas, including programming (Java, C, C++, C#, Python,
Perl, Ruby, PHP, VB.Net), Linux, Windows, Networking, Internetworking,
Cisco, and TCPIP.
Here are the first 2 of a series of Linux Guides
from gazeek.com. These tutorials guides were written from useful Linux
learning and training information found on the Web and are designed to
be helpful for the beginner, limiting much of the difficult to
understand tech jargon. Hopefully, these Linux tutorial guides will
help you to start using and running Linux.
This
second part discussed and explains the Linux boot process, Init and run
levels,
Shell Scripting, Shutdown, Tools, along with a brief
comparison of DOS and
Linux commands.
Here is a learning resource site for C# .NET
software
developers and application programmers (CSharp). It provides
46 Tips for C# developers, along with C# public
domain source code and C# open
source programs. The tips here cover many topics, including
Windows Forms, Data Binding, Graphics, Regular Expressions, Scripting,
the Registry, Object Serialization, Email, HTML, TCPIP,
and ASP.NET
C# .NET Source Code Here
is source code for 10 C# programs. The author has stated that
he has "placed the source code in the public domain. You can use,
modify, and distribute the source code and executable programs based on
the source code."
The goal of Microsoft's Enterprise Library for .NET
Framework 2.0 is to provide the .NET developer with Application Blocks,
which can be applied to common tasks and solutions that developers come
across from project to project. They are intended to
demonstrate Microsoft's proposed best practices for .NET-based
applications. For faster application development and programmer
productivity, Application Blocks can be used in .NET based applications
quickly and easily. This can be seen with the Data Access Application
Block, which offers access to the most commonly used functions of
ADO.NET 2.0 via easy to use classes. Each application
has different requirements, so you will find that
not all application blocks are good to use in all applications
being built.
The Enterprise
Library for .NET Framework 2.0 provides these general purpose
Application Blocks:
Caching
Application Block With this application
block, developers can incorporate a local cache in their applications.
Cryptography
Application Block With this application
block, developers can incorporate hashing and symmetric encryption in
their applications.
Data
Access Application Block With this
application block, developers can incorporate standard database
functionality in their applications.
Exception
Handling Application Block With this
application block, developers and policy makers can create a
consistent strategy for processing exceptions that occur throughout the
architectural layers of enterprise applications.
Logging
Application Block With this application
block, developers can include standard logging functionality in their
applications.
Security
Application Block With this application
block, developers can incorporate authorization
and security caching functionality in their applications.