Foip Trace Guidelines

Total Page:16

File Type:pdf, Size:1020Kb

Foip Trace Guidelines KOFAX Communication Server Knowledgebase article ID: 00005239 FoIP Trace Guidelines Version 1.00.00 Knowledgebase article ID: 00005239 Question / Problem The customer has problems with receiving or sending faxes over a Fax over IP (FoIP) network and you need to gather information to narrow down the problem and pass on traces to another support member for further analysis. Identifying the Problem The most important step to solve a problem is to identify where the problem may be located. FoIP problems are most likely located inside the environment, either because the call routing is not correctly set up, T.38 support is not activated or there are problems with the fax communication itself. The difficulty with call routing problems is that inbound calls are not traceable on the KCS-FoIP machine. This is because the calls never reach said machine. Only outbound calls are traceable and even they may result in unclear error messages or no errors at all, as routing problems can lead to various outcomes, e.g. call being routed to an unreachable destination, call being routed to the wrong destination etc. Problems with T.38 support are relatively easy to identify but not so easy to locate. Typically, the Wireshark or TWS traces give a clear error message which is caused by a rejected request to switch to T.38 mode. Fax communication problems are unique problems, most of the time, and rarely have the same cause as similar problems. These problems are difficult to trace and locate and a good portion of these are caused by software bugs either in the FoIP software or in the environment. Preparation You need a text editor with advanced search capabilities. It should be able to list all lines matching a specific search string (Windows Notepad can only navigate to the next search result). If possible, the text editor should accept also 'regular expression' search terms. Additionally the text editor should be able to handle multiple files and search also in multiple Files (if possible also using regular expressions). UltraEdit is a good commercial product with advanced search capabilities.(http://www.ultraedit.com) PSPad (http://www.pspad.com/en) and Notepad++ (http://notepad-plus-plus.org/) are good free alternatives. Collecting the traces There are basically 2 traces you can collect on the KCS-FoIP machine: TWS traces and Wireshark traces. TWS TWS traces are the traces from the KCS-FoIP software itself. The name (TWS) derives from the underlying platform on which the KCS-FoIP runs. TWS traces by default are located in the directory: “C:\TOPCALL\FoIP\00\trace\” and the files itself are named in this format: “tws_xxx.trc” (xxx is used for file numbering). In a new installation you should have up to 10 files at any given time and each has a default maximum size of about 2 MB. 1.Trace Levels The default trace settings generate a dump of T.38 messages if the call fails. This means that many problems can be analysed with the default settings. If you decide to increase the traces levels you should check the other FoIP Trace Guidelines Version 1.00.00 © 2012 Kofax, Inc. Page 2 of 16 Knowledgebase article ID: 00005239 trace file settings as well to prevent that traces are overwritten. Extra note: high trace settings may cause additional problems due to real-time constraints of FoIP. Trace settings are configured as follows: Start the configuration tool "Configure FoIP" from the "Kofax Communication Server" start menu group. Internet Explorer opens showing different sections, expand the section "Advanced". Here you can configure the TraceLevel, the MessageTraceSize (see below), the "Size of Trace file" (2000 or higher is recommended) and the "Number of Trace files" (10 or more is recommended). After changing any configuration values, KCS Foip must be restarted using KCS Monitor. Recommended Trace settings: TraceLevel MessageTraceSize Used for basic trace information (that is often sufficient) without negatively 10 1 impacting performance. This is the default configuration. Provides lot of information. More suitable when duplicating error situations 40 10000 in controlled environment. Attention: Please do not increase the TraceLevel on your own initiative. Only increase it if you are instructed by a Kofax Support Technician as unnecessary high trace settings can make the complete trace useless. 2.Get an overview about all calls Use a text editor and then filter the traces for "bound Call:" to get a list of all inbound and outbound calls. Here is an example output: … "03:UFI"} Inbound Call: CallerId=@55205, TSI=+4318635321 EC= (), Peer=172.20.148.52:30006 … "02:UFI"} Inbound Call: CallerId=@55205, TSI= EC=XL(I:HUMAN;55;21121;4-305), Peer=172.20.148.52:30010 … "03:UFI"} Inbound Call: CallerId=@55205, TSI=+4318635321 EC=ID(I:PROT;70;21120;4-305), Peer=172.20.148.52:30014 … "02:UFI"} Outbound Call: Number=I142 -> 142, CallerId=, CSI=, EC=JX(I:UNKN;45;12603;9-103), Peer=:0 … "02:UFI"} Outbound Call: Number=142 -> 0142, CallerId=, CSI=+4318635321, EC= (), Peer=172.20.148.52:30020 … "02:UFI"} Outbound Call: Number=142 -> 0142, CallerId=, CSI=+4318631, EC=XO(I:PROT;65;21313;15-305), Peer=172.20.148.52:3024 … "02:UFI"} Outbound Call: Number=142 -> 0142, CallerId=, CSI=, EC=ID(I:PROT;60;21322;4-305), Peer=172.20.148.52:30028 … "02:UFI"} Outbound Call: Number=142 -> 0142, CallerId=, CSI=+4318635321, EC= (), Peer=172.20.148.52:30032 In FoIP versions since KCS 9.1.1, the value "EC=" contains the 2-digit TCOSS error code as well as the extended FoIP error information as described in the FoIP manual. In older versions, only the FoIP error is present. “EC= ()” means success. Only the first three values in the brackets are important for error analysis. Example of an error: EC=XL(I:HUMAN;55;21121;4-305) or EC= I:HUMAN;55;21121;4-305 As described above, the value before the brackets defines the 2-digit TCOSS error code. Values in the bracket are separated with semicolons. The first value (in this example "HUMAN") defines the error category – the list can be found in the FoIP Technical Manual, chapter "7.2.1 - Error Categories". The second value (in this example: "55") defines the connection level, i.e. in what state the call was aborted. – FoIP Trace Guidelines Version 1.00.00 © 2012 Kofax, Inc. Page 3 of 16 Knowledgebase article ID: 00005239 definitions for this can be found in chapter "7.2.3 - Connection Level". The third value (in this example: "21121") defines the error code – the list can be found in chapter "7.2.2 - Error Codes". 3.Debug info’s of failed calls All failed calls generate additional debug info as shown in the example below. This debug info can be found directly for every "bound call:". In fact, the "bound call:" statement is the last entry in this debug info so you can always find it directly above. "03:UFI"} <DisconnectInd> "03:UFI"} <CommResult> "03:UFI"} <ErrorCategory>PROTOCOL</ErrorCategory> "03:UFI"} <ConnectionLevel>70</ConnectionLevel> "03:UFI"} <ErrorCode>21120</ErrorCode> "03:UFI"} <Diagnostics>Line DCN during reception (Rx_EPg_InPartialPage->2:DisconnectReq)</Diagnostics> "03:UFI"} </CommResult> "03:UFI"} <StopReason>OK</StopReason> "03:UFI"} <Debug> "03:UFI"} <ConnectAudio time="328">Remote media address=172.20.148.52:30012, LocalPort=10004, RTP_PT=8</ConnectAudio> "03:UFI"} <Connect_T38 time="546">Remote media address=172.20.148.52:30014, LocalPort=10004, T.38 Version=0, AllowV34=1</Connect_T38> "03:UFI"} <Tx time="749">ced/IND_CED</Tx> "03:UFI"} <Tx time="3963">no_sig/IND_NO_SIGNAL</Tx> "03:UFI"} <Tx time="4041">preamble/IND_V21_PREAMBLE</Tx> "03:UFI"} <Tx time="5055">T30Csi/DATA_V21 Data[23]=ff c0 02 04 04 04 04 04 04 8c 8c 8c 8c 8c 8c 04 8c 8c 8c 04 8c 8c d4 </Tx> "03:UFI"} <Tx time="5055">T30Dis/DATA_V21 Data[7]=ff c8 01 00 77 1f 22 </Tx> "03:UFI"} <Tx time="6069">hdlc_sig_end/DATA_V21</Tx> "03:UFI"} <Rx time="6662">preamble/IND_V21_PREAMBLE</Rx> "03:UFI"} <Rx time="8346">T30Optional/DATA_V21 Data[23]=ff c0 c2 8c 4c cc ac cc 6c 1c 8c cc 2c d4 04 04 04 04 04 04 04 04 04 </Rx> "03:UFI"} <Rx time="8658">T30Dcs/DATA_V21 Data[7]=ff c8 c1 00 44 1f 22 </Rx> "03:UFI"} <Rx time="8658">hdlc_sig_end/DATA_V21</Rx> "03:UFI"} <Rx time="8658">no_sig/IND_NO_SIGNAL</Rx> "03:UFI"} <Rx time="8768">training/IND_V17_14400_LONG_TRAINING</Rx> "03:UFI"} <Rx time="10452">non_ecm_data/DATA_V17_14400 Data[25]=00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... "03:UFI"} <Rx time="10468">non_ecm_data/DATA_V17_14400 Data[32]=00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... "03:UFI"} <Rx time="10484">non_ecm_data/DATA_V17_14400 Data[32]=00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... "03:UFI"} <Rx time="10499">non_ecm_data/DATA_V17_14400 Data[32]=00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... ... "03:UFI"} <Rx time="11903">non_ecm_data/DATA_V17_14400 Data[32]=00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... "03:UFI"} <Rx time="11919">non_ecm_data/DATA_V17_14400 Data[32]=00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... "03:UFI"} <Rx time="11950">non_ecm_data/DATA_V17_14400 Data[32]=00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... "03:UFI"} <Rx time="11966">non_ecm_data_sig_end/DATA_V17_14400 Data[16]=00 00 00 00 00 00 00 00 00 00 00 00 00 00 </Rx> "03:UFI"} <Rx time="11966">no_sig/IND_NO_SIGNAL</Rx> "03:UFI"} <Tx time="12168">preamble/IND_V21_PREAMBLE</Tx> "03:UFI"} <Tx time="13182">T30Cfr/DATA_V21 Data[3]=ff c8 21 </Tx> "03:UFI"} <Tx time="13370">hdlc_sig_end/DATA_V21</Tx> "03:UFI"} <Rx time="14243">training/IND_V17_14400_SHORT_TRAINING</Rx> "03:UFI"} <Rx time="14680">T30Fcd/DATA_V17_14400 Data[260]=ff c0 60 00 ff 96 df 73 b1 56 66 c8 86 78 52 9d 99 b3 4c ..
Recommended publications
  • Tinn-R Team Has a New Member Working on the Source Code: Wel- Come Huashan Chen
    Editus eBook Series Editus eBooks is a series of electronic books aimed at students and re- searchers of arts and sciences in general. Tinn-R Editor (2010 1. ed. Rmetrics) Tinn-R Editor - GUI forR Language and Environment (2014 2. ed. Editus) José Cláudio Faria Philippe Grosjean Enio Galinkin Jelihovschi Ricardo Pietrobon Philipe Silva Farias Universidade Estadual de Santa Cruz GOVERNO DO ESTADO DA BAHIA JAQUES WAGNER - GOVERNADOR SECRETARIA DE EDUCAÇÃO OSVALDO BARRETO FILHO - SECRETÁRIO UNIVERSIDADE ESTADUAL DE SANTA CRUZ ADÉLIA MARIA CARVALHO DE MELO PINHEIRO - REITORA EVANDRO SENA FREIRE - VICE-REITOR DIRETORA DA EDITUS RITA VIRGINIA ALVES SANTOS ARGOLLO Conselho Editorial: Rita Virginia Alves Santos Argollo – Presidente Andréa de Azevedo Morégula André Luiz Rosa Ribeiro Adriana dos Santos Reis Lemos Dorival de Freitas Evandro Sena Freire Francisco Mendes Costa José Montival Alencar Junior Lurdes Bertol Rocha Maria Laura de Oliveira Gomes Marileide dos Santos de Oliveira Raimunda Alves Moreira de Assis Roseanne Montargil Rocha Silvia Maria Santos Carvalho Copyright©2015 by JOSÉ CLÁUDIO FARIA PHILIPPE GROSJEAN ENIO GALINKIN JELIHOVSCHI RICARDO PIETROBON PHILIPE SILVA FARIAS Direitos desta edição reservados à EDITUS - EDITORA DA UESC A reprodução não autorizada desta publicação, por qualquer meio, seja total ou parcial, constitui violação da Lei nº 9.610/98. Depósito legal na Biblioteca Nacional, conforme Lei nº 10.994, de 14 de dezembro de 2004. CAPA Carolina Sartório Faria REVISÃO Amek Traduções Dados Internacionais de Catalogação na Publicação (CIP) T591 Tinn-R Editor – GUI for R Language and Environment / José Cláudio Faria [et al.]. – 2. ed. – Ilhéus, BA : Editus, 2015. xvii, 279 p. ; pdf Texto em inglês.
    [Show full text]
  • Php Editor Mac Freeware Download
    Php editor mac freeware download Davor's PHP Editor (DPHPEdit) is a free PHP IDE (Integrated Development Environment) which allows Project Creation and Management, Editing with. Notepad++ is a free and open source code editor for Windows. It comes with syntax highlighting for many languages including PHP, JavaScript, HTML, and BBEdit costs $, you can also download a free trial version. PHP editor for Mac OS X, Windows, macOS, and Linux features such as the PHP code builder, the PHP code assistant, and the PHP function list tool. Browse, upload, download, rename, and delete files and directories and much more. PHP Editor free download. Get the latest version now. PHP Editor. CodeLite is an open source, free, cross platform IDE specialized in C, C++, PHP and ) programming languages which runs best on all major Platforms (OSX, Windows and Linux). You can Download CodeLite for the following OSs. Aptana Studio (Windows, Linux, Mac OS X) (FREE) Built-in macro language; Plugins can be downloaded and installed from within jEdit using . EditPlus is a text editor, HTML editor, PHP editor and Java editor for Windows. Download For Mac For macOS or later Release notes - Other platforms Atom is a text editor that's modern, approachable, yet hackable to the core—a tool. Komodo Edit is a simple, polyglot editor that provides the basic functionality you need for programming. unit testing, collaboration, or integration with build systems, download Komodo IDE and start your day trial. (x86), Mac OS X. Download your free trial of Zend Studio - the leading PHP Editor for Zend Studio - Mac OS bit fdbbdea, Download.
    [Show full text]
  • Patch Management Vendor and Application List
    Patch Management Vendor and Application List Vendor Application 7-Zip 7-Zip 7-Zip 3 7-Zip 7-Zip 4 7-Zip 7-Zip 9 7-Zip 7-Zip 15 7-Zip 7-Zip 16 7-Zip 7-Zip 18 Acro Software Acro Software CutePDF Writer 2 Acro Software CutePDF Writer 3 Adobe Adobe Acrobat 5 Adobe Acrobat 6 Adobe Acrobat 7 Adobe Acrobat 8 Adobe Acrobat 9 Adobe Acrobat X Adobe Acrobat XI Adobe Acrobat DC Adobe Acrobat DC 17 Adobe Acrobat DC 18 Adobe Acrobat DC 19 Adobe Adobe Photoshop 11 Adobe Adobe Photoshop 12 Adobe Adobe Photoshop 13 Adobe Adobe Photoshop 15 Adobe Adobe Photoshop 16 Adobe After Effects 13.5 Adobe AIR Adobe AIR 2 Adobe AIR 3 Adobe AIR 4 Adobe AIR 13 Adobe AIR 14 Adobe AIR 15 Adobe AIR 16 Adobe AIR 17 Adobe AIR 18 Adobe AIR 19 Adobe AIR 20 Adobe AIR 21 Adobe AIR 22 Adobe AIR 23 Adobe AIR 24 Adobe AIR 25 Adobe AIR 26 Adobe AIR 27 Adobe AIR 28 Adobe AIR 30 Adobe AIR 31 Adobe AIR 32 Adobe Bridge 4 Adobe Bridge 5 Adobe Bridge CC Adobe Creative Cloud 3 Adobe Creative Cloud 4 Adobe Digital Editions 1 Adobe Digital Editions 2 Adobe Digital Editions 3 Adobe Digital Editions 4 Adobe Distiller 5 Adobe Distiller 6 Adobe Distiller 7 Adobe Dreamweaver 16 Adobe Elements 5 Adobe Elements 6 Adobe Elements 7 Adobe Fireworks CS6 Adobe Flash PPAPI MSI Adobe Flash Plugin MSI Adobe Flash MSI Adobe Flash Plugin Adobe Flash 5 Adobe Flash 6 Adobe Flash Plugin 6 Adobe Flash 7 Adobe Flash Plugin 7 Adobe Flash 8 Adobe Flash Plugin 8 Adobe Flash 9 Adobe Flash Plugin 9 Adobe Flash 10 Adobe Flash Plugin 10 Adobe Flash 11 Adobe Flash Plugin 11 Adobe Flash 12 Adobe Flash Plugin 12 Adobe
    [Show full text]
  • 4. Development Tools
    4. Development Tools Objectives - Identify, discuss, compare, and contrast different software applications used to create materials for online and blended instruction. ¾ Media Creation Tools pp. 2-8 o Flash o Graphics o PowerPoint o Screencasting o PDF o Podcasting o Videocasting ¾ HTML Editors pp.9-10 ¾ Teaching and Learning Applications pp. 11-12 o Blogs o E-portfolios o Wikis ¾ Development Tools – Exhibits pp.13-21 o Storyboarding o Organizing Content Online Teaching, Blended Instruction, and Choosing the Right Tools M.-P. Huguet - [email protected] Development Tools 4 - 1 4. Development Tools Media Creation Flash Macromedia Flash, or simply Flash, refers to both the Adobe Flash Player and to a multimedia authoring program used to create content for it as well as games or movies created using the program. Since its introduction in 1996, Flash technology has become a popular method for adding animation and interactivity to web pages. Flash is commonly used to create animations and advertisements; to design web-page elements; to add video to web sites; and, more recently, to develop Rich Internet Applications. The Flash files, traditionally called "flash movies", usually have a .swf file extension and may appear as an element of a web page or to be "played" in the standalone Flash Player. Recommended readings: Adopt and Adapt - 21st-Century Schools Need 21st-Century Technology http://www.edutopia.org/adopt-and-adapt Child's Play: Local animation firms look to wheel and deal at festival http://www.ottawabusinessjournal.com/309212395649751.php Good Flash Design http://www.animationarena.com/good-flash-design.html Tutorials: Wikivid http://wikivid.com/index.php/Main_page Flash 8 Tutorial http://www.baycongroup.com/flash/01_flash_5_tutorial.htm Flash Developer Center http://www.adobe.com/devnet/flash/?promoid=CABD Free flash video tutorials http://www.video-tutes.com/packages/FDesign1.php Graphics Graphics software or image editing software is a program or collection of programs that enable a person to manipulate visual images on a computer.
    [Show full text]
  • Requirements for Web Developers and Web Commissioners in Ubiquitous
    Requirements for web developers and web commissioners in ubiquitous Web 2.0 design and development Deliverable 3.2 :: Public Keywords: web design and development, Web 2.0, accessibility, disabled web users, older web users Inclusive Future Internet Web Services Requirements for web developers and web commissioners in ubiquitous Web 2.0 design and development I2Web project (Grant no.: 257623) Table of Contents Glossary of abbreviations ........................................................................................................... 6 Executive Summary .................................................................................................................... 7 1 Introduction ...................................................................................................................... 12 1.1 Terminology ............................................................................................................. 13 2 Requirements for Web commissioners ............................................................................ 15 2.1 Introduction .............................................................................................................. 15 2.2 Previous work ........................................................................................................... 15 2.3 Method ..................................................................................................................... 17 2.3.1 Participants ..........................................................................................................
    [Show full text]
  • ONT Simo Viljanenv2 3.Pdf (1.398Mt)
    Simo-Matti Viljanen INTERNET SOVELLUSKEHITYKSEN OPETUS JA -OPETUSTYÖKALUJEN VERTAILU Opinnäytetyö Tietojenkäsittely Toukokuu 2010 KUVAILULEHTI Opinnäytetyön päivämäärä 7.5.2010 Tekijä(t) Koulutusohjelma ja suuntautuminen Simo-Matti Viljanen Tietojenkäsittelyn koulutusohjelma Nimeke Internetsovelluskehityksen opetus ja -työkalujen vertailu Tiivistelmä Internetsovelluskehitysohjelmien määrä on suuri. Mikkelin ammattikorkeakoululla ei ole kahden viimeisimmän opetuskäytössä olleen ohjelman valinnassa ollut selkeitä kriteerejä. Tämän työn tehtävä on määrittää kriteerit ja suositella sopivaa opetusohjelmaa samalla tutustuen aiheen opetukseen. Opetettaessa internetsovelluskehitystä opetus tulee aloittaa helpoimmasta ja edetä vaikeimpaan samalla tukien opiskelijaa ongelmakohdissa. Opiskelijan tulisi saavuttaa tälle asetetut tavoitteet motivoituneena ja oma-aloitteisena. Vertailtavia ohjelmia on seitsemän. Notepad++, Programmer’s Notepad, PSPad, PHP Coder, Emerald Editor, ConTEXT ja Komodo Edit. Ohjelmien taso ja ominaisuudet vaihtelevat, mutta PHP Coder:ia ja ConTEXT:ia lukuun ottamatta kaikki ohjelmat kävisivät opetukseen. PSPad ja Komodo Edit erottuvat joukosta parhaina kandidaatteina, sillä ne ovat kokonaisuutena kattavimmat ja opetuskäyttöön soveltuvimmat. Asiasanat (avainsanat ) tietojenkäsittely, atk-ohjelmat, opetus, kasvatustiede, vertailu, Sivumäärä Kieli URN 48s + liitteet 4s Suomi Huomautus (huomautukset liitteistä) Ohjaavan opettajan nimi Opinnäytetyön toimeksiantaja Arto Väätäinen Mikkelin ammattikorkeakoulu DESCRIPTION Date of the
    [Show full text]
  • Requirement Engineering in Component Selection
    Requirement Engineering in Component Selection Thesis submitted in partial fulfillment of the requirements for the award of degree of Master of Engineering In Software Engineering By: Rashmi Gupta (800831009) Under the supervision of: Mrs. Shivani Goel Assistant Professor COMPUTER SCIENCE AND ENGINEERING DEPARTMENT THAPAR UNIVERSITY PATIALA – 147004 June 2010 i ii Abstract In the COTS selection process, it is unavoidable to encounter mismatches between system requirements and COTS products’ capabilities. These mismatches are the result of the lacking COTS attributes or their overmatch with the system requirements. Many researchers have proposed various techniques to search and select COTS components. But only few have worked upon the handling of mismatches. These techniques have their own advantages and disadvantages. This thesis work proposes a COTS selection approach that aims at addressing COTS mismatches among COTS attributes and system requirements during the requirement engineering phase. In this process COTS evaluation, a core activity of COTS selection, is performed using the Goal Question Metrics (GQM) based Feature Analysis technique. GQM based Feature Analysis is an evaluation strategy used for measuring the compliance of the COTS capabilities with desired features using the formulated metrics. A case-study is used to illustrate this process and to discuss its feasibility. Keywords: Goal Question Metric paradigm, Feature Analysis, COTS evaluation & selection. iii Abbreviations AHP Analytic Hierarchy Process BIN Binary CARE COTS
    [Show full text]
  • Jquery Booklet
    HTML, CSS, JavaScript and jQuery It’s not that scary! By @codeboom 1 Contents Introduction ........................................................................................................................................ 3 A quick word about me ....................................................................................................................... 3 A quick word about software .............................................................................................................. 3 HTML ................................................................................................................................................... 4 Getting Started .................................................................................................................................... 4 HTML tags ........................................................................................................................................... 5 Spacing ................................................................................................................................................ 5 Images ................................................................................................................................................. 6 Links .................................................................................................................................................... 7 CSS ......................................................................................................................................................
    [Show full text]
  • Copyrighted Material
    Index Advanced Audio Coding (AAC) format, Symbols and Numerics 394–395 @font, CSS3, 295–297 AdWords (Google), 726 3D (three-dimensional) transforms, aggregators, feed, 658 CSS3, 281, 297 AJAX (Asynchronous JavaScript and 365 project blogs, 770–772 XML), 461–462 960 grid, 70–76 Akismet plug-in, 664 alert popup, JavaScript, 472–475 Align attribute, CSS, 163 A Alt attribute, CSS, 163 alt text, 639, 699 <a> tag, HTML, 162, 168 Amazon website, 492 AAC (Advanced Audio Coding) format, Analytics (Google). See Google 394–395 Analytics absolute links, 162 anchor points, 222 absolute position Divs (AP Divs), animation, 420, 429–431, 445. See also Dreamweaver, 304 JavaScript accessibility attributes, Dreamweaver, AP Divs (absolute position Divs), 212–213 Dreamweaver, 304 accountants, 32 apps. See also mobile pages ACID Pro program, 394 Dreamweaver CS6, 534 action, HTML form, 545 Highslide, 501–505 ActionScript, 417 mobile pages, 508–509 Active Server Pages (ASP), 132–133, professional, for generating 566–567 JavaScript, 492 Add Media dialog box, WordPress, versus websites, 125 640, 644 WOW slider, 498–501 address element, HTML5, 191–192 architecture, website, 65 Address Verifi cation Service (AVS), 678 <article> element, HTML5, 179, 186 AddThis service, 659 artwork, optimizing, 371–375 Adobe Audition application, 400 ASE (Adobe Swatch Exchange) fi le, 101 Adobe Bridge, 379–380 <aside> element, HTML5, 179, 186–188 Adobe BrowserLab, 167, 233 ASP (Active Server Pages), 132–133, Adobe Customer ShowcaseCOPYRIGHTED website, 323 566–567 MATERIAL Adobe Dreamweaver. See assessing resources. See resources, Dreamweaver assessing Adobe Edge, 445, 463 Assets folder, 370 Adobe Fireworks. See Fireworks Assets panel, Dreamweaver, 744 Adobe Illustrator, 27, 70–71 asymmetric page design, 77–79 Adobe Kuler, 100–101 Asynchronous JavaScript and XML Adobe Kuler website, 328, 336 (AJAX), 461–462 Adobe Media Encoder, 403, 406–408, 410 Atom feed, blog, 655 Adobe PhoneGap, 125, 534, 538 Attach External Style Sheet dialog box, Adobe Photoshop.
    [Show full text]
  • Just the Basics “Table of Contents”
    1 Just the Basics “Table of Contents” (TOC) (revised weekly) Presented by the Sequim PC Users group Compiled by Steve Solberg Updated: March 17, 2021 June 30, 2008 (original date for class & materials) All programs are Freeware or Open Source. Documents from past presentations are in separate folders according to the type of document. All programs updated to the latest versions as of this update. All programs come with a description or a user manual. Note 1: When some programs have 32 bit and 64-bit versions then both programs are listed. Note 2: There is a description inside each folder with a URL for reference and future updates. Note 3: All of these programs work with Windows 10 unless otherwise specified. Note 4: Just the Basics folder size is approximately 12.9GB. Note 5: Added hyperlinks to Categories to make it easier to find programs in TOC. Note 6: When opening the PDF, left click to select category to jump to that section. Control + left click to select category to jump to that section These are in alphabetical order. Categories: These links will bring you to the category in table of contents. Advanced Windows Advanced Windows Amateur Radio Anti-Virus Tools Tools Cont. Applications Astronomy Backup Utilities Browsers Budget, Finance & CD_DVD Burners Compression CPU & Video Testers PIM Crapware removers Data Recovery Disk & Registry Disk Tools & Cloning Defraggers Dog & Cat Database Coding Drivers eBook Readers, Editor, converter & Library Education E-Mail Encryption Encryption Tools File Shredders Productivity Tools File Tools and FTP Tools Hard Drive Test Tools Managers Internet Apps Internet Radio Internet Tools iTunes Alternative Java & Flash Keyboard Tester Laptop Apps LCD Monitor Testers License, Serial & Key Mail Clients MATH Finders Memory Testers Misc.
    [Show full text]
  • Tcl Editor Free Download
    Tcl editor free download Komodo Edit (Windows) Komodo Edit: Free multiplatform, multilanguage editor: Perl, Python, Tcl Editor's rating: Download Downloads: 10, License. Best and fastest TCL editor free download for windows, mac, iPhone/iPad and Android. Download the popular TCL editor that with all the necessary basic. windows tcl editor free download. Apache OpenOffice Free alternative for Office productivity tools: Apache OpenOffice - formerly known as. tcl editor Windows 7 - Free Download Windows 7 tcl editor - Windows 7 Download - Free Windows7 Download. Binary Releases. For other ways to obtain Tcl/Tk (such as binary distributions), see the main Tcl/Tk page. Source Releases. Each of these files is explained in. Tcl Editors is a list of text editors for Tcl code. free Macintosh editor provides syntax coloring for many languages, . The first URL above is not there, and the version downloadable from the second appears to be n​: ​ A good, FREE TCL editor for Windows, Morgan, 12/5/00 AM. TCL'ers,. I have just .. architecture which allows for downloadable plugin (over Internet). It. Tcl (Tool Command Language) is two things: a scripting language and an Editors' Note: Clicking on the Download Now (Visit Site) button. Free Tcl Editor Free Downloads. Our "Free Tcl Code Editor" download list customized for people who search for Free Tcl Editor. ConTEXT is small, fast and powerful text editor for software developers. Python, PHP, Tcl/Tk, user defineable syntax highlighter, project workspaces, compiler. How to speed up video/movie clips using one of the best free to download and use editing software/freeware packages available.
    [Show full text]
  • Editing Files « Wordpress Codex
    Editing Files « WordPress Codex http://codex.wordpress.org/Editing_Files Codex Codex tools: Log in Editing Files Home Page WordPress Lessons Languages : English • Français • Português do Brasil • 中文 (简体) • (Add your language ) Getting Started Working with WordPress There are times when you will need to edit the WordPress files, especially if you want to Contents Design and Layout make changes in your WordPress Theme . WordPress features a built-in editor for editing Advanced Topics files from within your browser whilst online: The Theme Editor . You can also edit files [hide ] copied or stored on your computer and then upload them to your site using an FTP client . 1 Using the Theme Editor and Plugin Troubleshooting Editor Developer Docs Before editing any of your WordPress files, check the following: 1.1 What Files Can Be Edited? About WordPress 1.2 Things You Need to Know BACKUP! And Work from Backups 2 Editing Files Offline Codex Resources Work from copies of backup files when possible and/or make sure that you backup your 3 Using Text Editors information frequently as you work and make changes. Keep backups in a safe place. 3.1 Editors to Avoid Community portal 3.2 Text Editors Current events File Permissions 3.3 IDEs Recent changes When working online, you need to set the appropriate file permissions to modify and Random page save them. If you see a note at the bottom of the WordPress Built-in Editor panel that says "If this file was writable you could edit it." , this means you need to change the file permissions before you can make any changes.
    [Show full text]