2012-11-25 17:07:47 +00:00
< html >
< head >
< title > Beginner's Guide< / title >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" >
2013-03-01 12:49:18 +00:00
< meta name = "generator" content = "HelpNDoc Personal Edition 3.8.0.560" >
2012-11-25 17:07:47 +00:00
< link type = "text/css" rel = "stylesheet" media = "all" href = "css/reset.css" / >
< link type = "text/css" rel = "stylesheet" media = "all" href = "css/base.css" / >
< link type = "text/css" rel = "stylesheet" media = "all" href = "css/hnd.css" / >
<!-- [if lte IE 8]>
< link type = "text/css" rel = "stylesheet" media = "all" href = "css/ielte8.css" / >
<![endif]-->
< style type = "text/css" >
#topic_header
{
background-color: #EFEFEF;
}
< / style >
< script type = "text/javascript" src = "js/jquery.min.js" > < / script >
< script type = "text/javascript" src = "js/hnd.js" > < / script >
< script type = "text/javascript" >
$(document).ready(function()
{
if (top.frames.length == 0)
{
var sTopicUrl = top.location.href.substring(top.location.href.lastIndexOf("/") + 1, top.location.href.length);
top.location.href = "index.html?" + sTopicUrl;
}
else if (top & & top.FrameTOC & & top.FrameTOC.SelectTocItem)
{
top.FrameTOC.SelectTocItem("BeginnersGuide");
}
});
< / script >
< / head >
< body >
< div id = "topic_header" >
< div id = "topic_header_content" >
< h1 > Beginner's Guide< / h1 >
< / div >
< div id = "topic_header_nav" >
< a href = "Title.html" > < img src = "img/arrow_left.png" alt = "Previous" / > < / a >
< a href = "Introduction.html" > < img src = "img/arrow_right.png" alt = "Next" / > < / a >
< / div >
< div class = "clear" > < / div >
< / div >
< div id = "topic_content" >
< p > < / p >
< p > < span class = "rvts19" > Beginner's Guide< / span > < / p >
< p class = "rvps10" > < span class = "rvts21" > < br / > < / span > < / p >
< p class = "rvps10" > < span class = "rvts21" > < br / > < / span > < / p >
< p class = "rvps10" > < span class = "rvts21" > This part of the documentation is presented in the form of a textbook on TASing.< / span > < / p >
< p class = "rvps10" > < span class = "rvts21" > It explains the practice of using Taseditor and describes the mechanism of conventional TASing methods.< / span > < / p >
< p class = "rvps10" > < span class = "rvts21" > The course will be useful both to people who wish to learn TASing and to already experienced TASers who are open to new trends and wish to improve their knowledge.< / span > < / p >
< p class = "rvps10" > < span class = "rvts21" > < br / > < / span > < / p >
< p class = "rvps10" > < span class = "rvts21" > < br / > < / span > < / p >
< p class = "rvps10" > < a class = "rvts23" href = "Introduction.html" > Introduction< / a > < / p >
< p class = "rvps12" > < span class = "rvts24" > General overview of TAS Editor's goals and features< / span > < / p >
< p class = "rvps10" > < span class = "rvts21" > < br / > < / span > < / p >
< p class = "rvps10" > < a class = "rvts23" href = "ProgramInterface.html" > Program Interface< / a > < / p >
< p class = "rvps12" > < span class = "rvts24" > Learning the fundamentals of the program usage< / span > < / p >
< p class = "rvps10" > < a class = "rvts23" href = "Navigation.html" > < br / > < / a > < / p >
< p class = "rvps10" > < a class = "rvts23" href = "TASingProcess.html" > TASing Process< / a > < / p >
< p class = "rvps12" > < span class = "rvts24" > The author's vision of the competent working process< / span > < / p >
< p class = "rvps10" > < a class = "rvts23" href = "Operations.html" > < br / > < / a > < / p >
< p class = "rvps10" > < a class = "rvts23" href = "TASingMethodology.html" > TASing Methodology< / a > < / p >
< p class = "rvps12" > < span class = "rvts24" > Dissection of the Input improvement methods< / span > < / p >
< p class = "rvps10" > < a class = "rvts23" href = "LuaAPI.html" > < br / > < / a > < / p >
< p class = "rvps10" > < a class = "rvts23" href = "ProgramCustomization.html" > Program customization< / a > < / p >
< p class = "rvps12" > < span class = "rvts24" > Detailed review of all settings< / span > < / p >
< p class = "rvps10" > < span class = "rvts23" > < br / > < / span > < / p >
< p class = "rvps10" > < a class = "rvts23" href = "AdvancedFeatures.html" > Advanced Features< / a > < / p >
< p class = "rvps12" > < span class = "rvts24" > Describing the additional possibilities< / span > < / p >
< p class = "rvps12" > < span class = "rvts24" > < br / > < / span > < / p >
< p class = "rvps12" > < span class = "rvts24" > < br / > < / span > < / p >
< p class = "rvps12" > < span class = "rvts24" > < br / > < / span > < / p >
< p class = "rvps12" > < span class = "rvts24" > < br / > < / span > < / p >
< p class = "rvps12" > < span class = "rvts24" > < br / > < / span > < / p >
< p > < / p >
< p class = "rvps8" > < span class = "rvts17" > Created with the Personal Edition of HelpNDoc: < / span > < a class = "rvts18" href = "http://www.helpndoc.com/feature-tour/create-ebooks-for-amazon-kindle" > Full-featured Kindle eBooks generator< / a > < / p >
< / div >
< div id = "topic_footer" >
< div id = "topic_footer_content" >
2013-03-09 14:04:01 +00:00
© 2011-2013 AnS< / div >
2012-11-25 17:07:47 +00:00
< / div >
< / body >
< / html >