<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-20337691</id><updated>2024-09-10T08:32:31.092+05:30</updated><category term="Technical Writing"/><category term="Tool"/><category term="Communication"/><category term="e-learning"/><category term="Captivate"/><category term="RoboHelp"/><category term="Library"/><title type='text'>Technical Documentation</title><subtitle type='html'>writing for users</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default?start-index=26&amp;max-results=25'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>39</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-20337691.post-1679338854553117119</id><published>2019-07-30T21:05:00.001+05:30</published><updated>2019-08-14T19:12:40.896+05:30</updated><title type='text'>IXIASOFT CCMS</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
IXIASOFT CCMS&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;iframe allowfullscreen=&#39;allowfullscreen&#39; webkitallowfullscreen=&#39;webkitallowfullscreen&#39; mozallowfullscreen=&#39;mozallowfullscreen&#39; width=&#39;320&#39; height=&#39;266&#39; src=&#39;https://www.blogger.com/video.g?token=AD6v5dzxY8u_Qdt-C5QFZkM2Q65kqpn3jv8DuIhaNICpTzK4lBAoj1_fybVJbUTNvVT6PcFAsGNtvVnLdXU&#39; class=&#39;b-hbp-video b-uploaded&#39; frameborder=&#39;0&#39;&gt;&lt;/iframe&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/1679338854553117119/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/1679338854553117119' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/1679338854553117119'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/1679338854553117119'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2019/07/ixiasoft-ccms.html' title='IXIASOFT CCMS'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20337691.post-4360819196223831660</id><published>2016-01-23T11:12:00.000+05:30</published><updated>2016-03-26T23:55:02.566+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Technical Writing"/><title type='text'>Story of an API writer</title><content type='html'>&lt;div class=&quot;MsoNormal&quot;&gt;
An API writer is a part of API ecosystem and creates API guides for better understanding of an API. To get into this role, you must be ready with your safety gears to play with live wires – APIs.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
For a user guide or online help, a technical writer needs to be familiar with its application and the tools to generate the help. While an API writer burns their hand to know in-and-out functionality of an API, jumps into the codes, reads through API specifications and user stories (in case of agile project), and analyses the traces of an API. API guide comes in a raw format – just like a tomato without any garnishing, whereas online help comes with much glamour – tomato in salad.&lt;br /&gt;
Mostly, developers are main audience of API guides. They refer it to know about the API specifications, where they mostly look for the base path of APIs and resource URIs. In addition, users can also view the list of methods that are applicable to a request and their payload values, which is available in a code snippet. The parameters and error code descriptions are also some extra information available in the API guide.&lt;br /&gt;
You need to update your guides as of when an API story pass through the scrum board and deployed on pre-production and production servers. In between, get your document reviewed from SMEs and publish it for your users.&lt;br /&gt;
You need to assist in onboarding of developers in developer portal. Where they become part of API ecosystem and interact with APIs using their own Apps.&lt;br /&gt;
So, your role is not only restricted to writing API guide, but also read through the black-and-white codes and troubleshoot developer queries.&lt;br /&gt;
Let me clarify on the type of developers available in the API ecosystem. First, one who create APIs and second who access API resources. API guides are mainly catered for the latter.&lt;br /&gt;
Don’t get upset if you get only Microsoft Word for writing API guides. Gear up with Swagger – a way to describe APIs through JSON and YAML schemas.&lt;br /&gt;
&lt;b&gt;Let’s have a reality check!&lt;/b&gt;&lt;br /&gt;
Architect provides the API specifications in the API ecosystem. These specifications cover most of the API knowledge areas in bits and pieces. The presentation and language are not much of importance when presented in a Swagger tool. Therefore, need for an API writer is minimum or not needed to create API guides.&lt;br /&gt;
However, you can buy food for yourself by creating demand in the API ecosystem – presenting clear and concise information about the APIs, having some hands on coding, and creating YAML files for the APIs.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/4360819196223831660/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/4360819196223831660' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/4360819196223831660'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/4360819196223831660'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2016/01/api-writer.html' title='Story of an API writer'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20337691.post-5203376940824189756</id><published>2015-05-03T01:00:00.000+05:30</published><updated>2016-01-24T12:08:55.133+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Technical Writing"/><category scheme="http://www.blogger.com/atom/ns#" term="Tool"/><title type='text'>Audio recording through TechSmith Camtasia</title><content type='html'>&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-size: 12pt;&quot;&gt;In this procedure, you will able to avoid an error
when selecting the audio recording option. This will also solve the frustrating
issue of unexpected&amp;nbsp;&lt;/span&gt;shutdown&lt;span style=&quot;font-size: 12pt;&quot;&gt;&amp;nbsp;of Camtasia.&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;On the &lt;b&gt;Tools&lt;/b&gt; tab, click &lt;b&gt;Camtasia Recorder&lt;/b&gt;.&lt;br /&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj74CZO_bVHTYnuq8TQlykjU7OzY6we9pQ08r001qnDXW1aTm6C4ZjkVFQZunhC0q8efi85OyGScH41UT9ccZvaRwTJMNWR_NbQ1PQkESMpKA7qaq1t1XkeM-1on0oZLAYJyKUNRg/s1600/Cam_1.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; display: inline !important; margin-bottom: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;207&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj74CZO_bVHTYnuq8TQlykjU7OzY6we9pQ08r001qnDXW1aTm6C4ZjkVFQZunhC0q8efi85OyGScH41UT9ccZvaRwTJMNWR_NbQ1PQkESMpKA7qaq1t1XkeM-1on0oZLAYJyKUNRg/s1600/Cam_1.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;On the &lt;b&gt;View &lt;/b&gt;tab, click &lt;b&gt;Audio Toolbar&lt;/b&gt;.&lt;br /&gt;&lt;b&gt;Note&lt;/b&gt;: You can turn on and off using the &lt;b&gt;Audio Toolbar&lt;/b&gt; option.&lt;br /&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioxBBUwU5EVXsFLjPmBBleJ_76OoxWwsJbvHDHIXnj45Nf4uUIeXDSoVTUZXigF6uUwxpAHhpCW_X20GNxN2gQHpRnVqAjsRxq6htuloPdcCilkWswP-lxWik0BLRncnYmaPf4Bg/s1600/Cam_2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioxBBUwU5EVXsFLjPmBBleJ_76OoxWwsJbvHDHIXnj45Nf4uUIeXDSoVTUZXigF6uUwxpAHhpCW_X20GNxN2gQHpRnVqAjsRxq6htuloPdcCilkWswP-lxWik0BLRncnYmaPf4Bg/s1600/Cam_2.png&quot; width=&quot;179&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Click the &lt;b&gt;Record Audio&lt;/b&gt; icon, to record real-time audio as you record the video.&lt;br /&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgnX47_aZCk6Ywjbte3vIJkEp5OTvAtEwODsPPiLRs6wBSNGbBzjmJ313an5Bs2q4JfOncXXu5gNfyTSRhZ6p8IEfwKuxHiohVyHTaYFRhp_vOjE2V_qx5XqXiAPLKyVsbWTfwG0w/s1600/Cam_3.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;114&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgnX47_aZCk6Ywjbte3vIJkEp5OTvAtEwODsPPiLRs6wBSNGbBzjmJ313an5Bs2q4JfOncXXu5gNfyTSRhZ6p8IEfwKuxHiohVyHTaYFRhp_vOjE2V_qx5XqXiAPLKyVsbWTfwG0w/s1600/Cam_3.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Now you can click the &lt;b&gt;Record&lt;/b&gt;&amp;nbsp;icon. &lt;br /&gt;Camtasia starts recording with audio.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/5203376940824189756/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/5203376940824189756' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/5203376940824189756'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/5203376940824189756'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2015/05/audio-recording-through-techsmith.html' title='Audio recording through TechSmith Camtasia'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj74CZO_bVHTYnuq8TQlykjU7OzY6we9pQ08r001qnDXW1aTm6C4ZjkVFQZunhC0q8efi85OyGScH41UT9ccZvaRwTJMNWR_NbQ1PQkESMpKA7qaq1t1XkeM-1on0oZLAYJyKUNRg/s72-c/Cam_1.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20337691.post-3229299860966794984</id><published>2015-04-15T18:24:00.000+05:30</published><updated>2015-04-15T18:24:12.266+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Technical Writing"/><title type='text'>Is Help without TOC becoming the new trendsetter…</title><content type='html'>&lt;div class=&quot;MsoNormal&quot;&gt;
Whenever we get some help creation task, first we probably
think about TOC. Managers mostly like a structure that helps them to create estimation
and the placeholder for the Help content. TOC becomes the best framework to
complete their milestone to complete the documentation task, how the
information is chunked, and avoids duplication.&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Whereas online users want their Help to be easily searched
and solve their problem in a single topic. The online help is not relevant when
it’s presented in a TOC structure. Sometime an application has context
sensitive help. Users usually don’t navigate the help hierarchically, they just
search their problem through keyword and land to that particular topic. For
example, LinkedIn Help.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
The FAQs comes to great rescue to a particular problem and
the list of popular solutions can be displayed through analytics. Help can be
available in blended formats, where TOC is a part of the solutions. For
example, refer Amazon Help.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Therefore, TOC is now becoming a myth. It’s now the need of
the users to get the relevant information instantly.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/3229299860966794984/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/3229299860966794984' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/3229299860966794984'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/3229299860966794984'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2015/04/is-help-without-toc-becoming-new.html' title='Is Help without TOC becoming the new trendsetter…'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20337691.post-3047909104433745193</id><published>2014-12-12T18:56:00.002+05:30</published><updated>2014-12-15T11:19:25.747+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Communication"/><category scheme="http://www.blogger.com/atom/ns#" term="Technical Writing"/><title type='text'>Technical writers wearing multiple hats</title><content type='html'>&lt;div class=&quot;MsoNormal&quot;&gt;
Technical writers should have the blended knowledge of
writing and tools. While tools do not only mean software used for documentation,
it also includes the application software about which writers need to work
around. Manager need to decide whom to involve based on technology of a
project. Content update related project would prefer a content enthusiasts,
whereas a technical resource for technology centric project.&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
The phrase is common among us that it hard to train people
on language than on language. In technical writing, a person has come across so
many jargons and tools on which need to learn as part of the project
requirement. In a big organization, we have a team comprising of writers,
editors, and managers. Among writers, also someone is expert in tools, who can
provide assistance on tools and obviously an editor who pinpoints on the
clarity of the document. &lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
For technical writers it is always good to work in team
where intra-communication elevates the quality and productivity of
documentation. However, some of the budget of company and/or project or does
not permit to maintain a team on writers. Then the picture comes where a writer
need to wear multiple hats for documentation related task. In such situations,
the person needs to take the responsibility of managing their own task.&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/3047909104433745193/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/3047909104433745193' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/3047909104433745193'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/3047909104433745193'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2014/12/technical-writers-wearing-multiple-hats.html' title='Technical writers wearing multiple hats'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20337691.post-2341277000215717273</id><published>2014-07-12T20:39:00.000+05:30</published><updated>2014-07-17T10:09:17.991+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Communication"/><title type='text'>Steps-by-step procedure to submit IT Return</title><content type='html'>July month is the time to file you IT return. Income Tax Department has come up with an easy way to file IT return.&lt;br /&gt;
&lt;b&gt;&lt;u&gt;&lt;span style=&quot;color: blue;&quot;&gt;Step 1&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;: Log in to the Income Tax Department site. (https://incometaxindiaefiling.gov.in/).&lt;br /&gt;
&lt;b&gt;Note&lt;/b&gt;:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;For registration, PAN card is mandatory, and this number will be your user ID.&lt;/li&gt;
&lt;li&gt;Keep your Form 16 handy, that is provided by your company.&lt;/li&gt;
&lt;/ul&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&lt;b&gt;&lt;u&gt;Step 2&lt;/u&gt;&lt;/b&gt;&lt;/span&gt;:&lt;br /&gt;
a.    In the &lt;b&gt;Quick Link&lt;/b&gt; section, click &lt;b&gt;Quick e-File ITR&lt;/b&gt;.&lt;br /&gt;
b.    Provide the IT returns detail as illustrated in Figure 1.&lt;br /&gt;
&lt;b&gt;Note&lt;/b&gt;: If you have income from any other source other than interest (such as, shares, property deals, and other), which attracts tax under different clauses; select correct ITR form.&lt;br /&gt;
&lt;b&gt;Figure 1. Prepare and Submit Online&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhay8ED4QhZir1XludDn2kjEd90x5Zu4aYBdh2E7U7rCBJnIvKYT0MvWU2zZzKPV5BRXJ-6mYWI-rIeFoMrPrua6-nwFpPfZkAXXsBv9uGIsb68lauBIlzfnLux2Onq646qfjZFMA/s1600/Tax_1.png&quot; imageanchor=&quot;0&quot; style=&quot;clear: left; float: left; margin-bottom: 0em; margin-right: 0em;&quot;&gt;&lt;img alt=&quot;Prepare and Submit Online&quot; border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhay8ED4QhZir1XludDn2kjEd90x5Zu4aYBdh2E7U7rCBJnIvKYT0MvWU2zZzKPV5BRXJ-6mYWI-rIeFoMrPrua6-nwFpPfZkAXXsBv9uGIsb68lauBIlzfnLux2Onq646qfjZFMA/s1600/Tax_1.png&quot; height=&quot;163&quot; title=&quot;&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;span style=&quot;color: blue;&quot;&gt;&lt;u&gt;Step 3&lt;/u&gt;&lt;/span&gt;&lt;/b&gt;:&lt;br /&gt;
a.&amp;nbsp;In the &lt;b&gt;Personal Information&lt;/b&gt;&amp;nbsp;tab, provide your personal details.&lt;br /&gt;
b.&amp;nbsp;Click the &lt;b&gt;Save Draft&lt;/b&gt; icon.&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;color: blue;&quot;&gt;&lt;u&gt;&lt;/u&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;b&gt;&lt;span style=&quot;color: blue;&quot;&gt;&lt;u&gt;Step 4&lt;/u&gt;&lt;/span&gt;&lt;/b&gt;:&lt;br /&gt;
a.&amp;nbsp;In the &lt;b&gt;Income Details&lt;/b&gt; tab, provide your income details as illustrated in Figure 2.&lt;br /&gt;
b.&amp;nbsp;Click the &lt;b&gt;Save Draft&lt;/b&gt; icon.&lt;br /&gt;
&lt;b&gt;Figure 2: Income Details&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsfh3rvxBhcutH3hl0AeSOxoPDa_8mPqOTSQo1rNAEZSeP_JbIowhEEoZd2etP6gFKdI0AT8QkHrf9hUdsHqAK677y-eayJpTyh1XpoTx2smF0L9hcI2QkUoFUHSK_0GmJelF6Kg/s1600/Tax_2.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsfh3rvxBhcutH3hl0AeSOxoPDa_8mPqOTSQo1rNAEZSeP_JbIowhEEoZd2etP6gFKdI0AT8QkHrf9hUdsHqAK677y-eayJpTyh1XpoTx2smF0L9hcI2QkUoFUHSK_0GmJelF6Kg/s1600/Tax_2.png&quot; height=&quot;400&quot; width=&quot;332&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Note&lt;/b&gt;: In the &lt;b&gt;Tax Details&lt;/b&gt; tab, you can view the TDS deducted from your salary. This value is auto-generated from your PAN details. If there is any tax payable amount, pay your tax through online banking and provide the details in the &lt;b&gt;Sch IT &lt;/b&gt;section.&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&lt;u&gt;&lt;b&gt;Step 5&lt;/b&gt;&lt;/u&gt;&lt;/span&gt;:&lt;br /&gt;
a.&amp;nbsp;In the &lt;b&gt;Taxes Paid And Verification&lt;/b&gt; tab, verify tax details and provide your bank information.&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Pay Tax&lt;/b&gt; – If D17=0, no tax is payable for you.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Refund&lt;/b&gt; – If D18=0, Money will be reimbursed to you. The refund amount is credited to your bank account through ECS.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;/ul&gt;
b.&amp;nbsp;To submit your IT return to Income Tax Department, click &lt;b&gt;Submit&lt;/b&gt;.&lt;br /&gt;
The Income Tax Department site flashes the message about successful e-filing on the web page. The acknowledgment form — ITR—Verification (ITR-V) will be sent to your email ID.&lt;br /&gt;
&lt;b&gt;Note&lt;/b&gt;: You can submit IT return when D17=0.&lt;br /&gt;
&lt;b&gt;Figure 3: Taxes Paid And Verification&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvxdGBvgYt_0RvxwKnwlEd3LOmlq4VgbsGMskg4u2rhhtkauZT0V8b1acL7lLJUdeVf-RAGClqUBjZU1gzEABtliqLDsb47pVb4nnJSwil2mqllDWHtfxEUZJZQQ-YrHiX8AZMyQ/s1600/Tax_3.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvxdGBvgYt_0RvxwKnwlEd3LOmlq4VgbsGMskg4u2rhhtkauZT0V8b1acL7lLJUdeVf-RAGClqUBjZU1gzEABtliqLDsb47pVb4nnJSwil2mqllDWHtfxEUZJZQQ-YrHiX8AZMyQ/s1600/Tax_3.png&quot; height=&quot;315&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;Note&lt;/b&gt;: If you donated any amount to relief fund, for example Prime Minister&#39;s National Relief Fund, provide the details in the 80G tab.&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;color: blue;&quot;&gt;&lt;u&gt;Step 6&lt;/u&gt;&lt;/span&gt;&lt;/b&gt;:&lt;br /&gt;
a.Take a printout of the form ITR-V that you receive in your email ID or download from the Income Tax Department site.&lt;br /&gt;
b.&amp;nbsp;Sign the form ITR-V preferably in blue ink.&lt;br /&gt;
c.&amp;nbsp;Send the form ITR-V only by ordinary or Speed post to the Income-Tax Department-CPC , Post Bag No-1 , Electronic City Post Office, Bangalore - 560 100, Karnataka, within 120 days of filing your return online.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/2341277000215717273/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/2341277000215717273' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/2341277000215717273'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/2341277000215717273'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2014/07/steps-by-step-procedure-to-submit-it.html' title='Steps-by-step procedure to submit IT Return'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhay8ED4QhZir1XludDn2kjEd90x5Zu4aYBdh2E7U7rCBJnIvKYT0MvWU2zZzKPV5BRXJ-6mYWI-rIeFoMrPrua6-nwFpPfZkAXXsBv9uGIsb68lauBIlzfnLux2Onq646qfjZFMA/s72-c/Tax_1.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20337691.post-2399092338264613404</id><published>2014-05-05T23:18:00.003+05:30</published><updated>2014-07-17T10:06:24.997+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="RoboHelp"/><category scheme="http://www.blogger.com/atom/ns#" term="Technical Writing"/><category scheme="http://www.blogger.com/atom/ns#" term="Tool"/><title type='text'>Deleting unused images in RoboHelp</title><content type='html'>&lt;div class=&quot;MsoNormal&quot;&gt;
You can view the list of unused image files in the RoboHelp
project from: &lt;b&gt;Tools&lt;/b&gt;&amp;gt;&lt;b&gt;Reports&lt;/b&gt;&amp;gt;&lt;b&gt;Unused Files&lt;/b&gt;. However, you cannot
delete those files from the RoboHelp project. You can delete the file names
from the Windows Explorer, which is a tedious work and prone to error. It
becomes more challenging when the size of your project is big and files got
filled up during several updates. &lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
RoboHelp support java script to automate the task in the
project. Don’t worry if you are not expert in java script. You can download the
&lt;b&gt;imagecleanup.jsx &lt;/b&gt;that&lt;b&gt; &lt;/b&gt;is freely available at: &lt;a href=&quot;https://www.wvanweelden.eu/product/image-cleanup&quot;&gt;https://www.wvanweelden.eu/product/image-cleanup&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt;Open the RoboHelp project for which you want to
delete unused images.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt;To open the &lt;b&gt;Script Explorer&lt;/b&gt; pod, click &lt;/span&gt;&lt;b style=&quot;text-indent: -0.25in;&quot;&gt;View&lt;/b&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;b style=&quot;text-indent: -0.25in;&quot;&gt;Pods&lt;/b&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;b style=&quot;text-indent: -0.25in;&quot;&gt;Script Explorer&lt;/b&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt;.&lt;br /&gt;The&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;text-indent: -24px;&quot;&gt;Script Explorer&lt;/b&gt;&lt;span style=&quot;text-indent: -24px;&quot;&gt;&amp;nbsp;pod opens.&lt;/span&gt;&lt;/li&gt;
&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNfY9EsyBWHqUgCs8aQTkmp7rnOPauHpJSCK6mqxgASujOpmstoH-CqmNXEE5dC9TdjEzXr65RoMjkrGEatJDCF8sHCHXDwnfXLF1ghxggId_BLhTkwTz5tpw9WHfJcDFg2xWzCQ/s1600/script_explorer.png&quot; height=&quot;190&quot; tr=&quot;&quot; width=&quot;200&quot; /&gt;&lt;br /&gt;&lt;b&gt;Image: Add caption
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/b&gt;
&lt;li&gt;&lt;span style=&quot;font-size: 7pt; text-indent: -0.25in;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt;In the &lt;/span&gt;&lt;b style=&quot;text-indent: -0.25in;&quot;&gt;Script
Explorer&lt;/b&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt; pod, click the &lt;b&gt;Import Script files&amp;nbsp;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzoOA7LBvpoP7afbV3Go4yKD9L4wuNTQ0KrJnbrXeSyge-Y75MnxkRmsmdPHAfq4bcLQFEJoqf-_9mmfP5gt_uSlhkAgj9-bjbFZf2sxeO94AcaIdk4R6eZFbpEhjDGaj0ncRYWQ/s1600/import_script_files.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 0em; margin-right: 0em; text-align: center; text-indent: -0.25in;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzoOA7LBvpoP7afbV3Go4yKD9L4wuNTQ0KrJnbrXeSyge-Y75MnxkRmsmdPHAfq4bcLQFEJoqf-_9mmfP5gt_uSlhkAgj9-bjbFZf2sxeO94AcaIdk4R6eZFbpEhjDGaj0ncRYWQ/s1600/import_script_files.png&quot; /&gt;&lt;/a&gt;&lt;/b&gt;&amp;nbsp;icon.&lt;/span&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt;The &lt;/span&gt;&lt;b style=&quot;text-indent: -0.25in;&quot;&gt;Select script files to import&lt;/b&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt;
dialog box opens.&lt;br /&gt;&lt;div style=&quot;text-indent: 0px;&quot;&gt;
&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvgfkMhUol46VsETWh96RyZfUPF1vN2xq3a7bAeXb9ImhN51uj7qX88Gom7QZsFeuFzah8Q7EuEj5lp5cnsnZq__7fZv294g4maWgRh9FqWry7Aju0YNb2cWYT5CrsEUW6a0LwlA/s1600/Select+Script+files+to+import.png&quot; height=&quot;225&quot; style=&quot;text-indent: -0.25in;&quot; tr=&quot;&quot; width=&quot;320&quot; /&gt;&amp;nbsp;&lt;/div&gt;
&lt;/span&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt;&lt;div style=&quot;text-indent: 0px;&quot;&gt;
&lt;span style=&quot;font-weight: bold; text-indent: -0.25in;&quot;&gt;Image: Select Script files to import&lt;/span&gt;&lt;/div&gt;
&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt;Select the &lt;/span&gt;&lt;b style=&quot;text-indent: -0.25in;&quot;&gt;imagecleanup.jsx&lt;/b&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt;
file and click &lt;/span&gt;&lt;b style=&quot;text-indent: -0.25in;&quot;&gt;Open&lt;/b&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt;.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt;The script is added in RoboHelp.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt;To delete the unused images from RoboHelp,
select the script and click the &lt;/span&gt;&lt;b style=&quot;text-indent: -0.25in;&quot;&gt;Run Selected script File
&lt;/b&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3saxQioBvtCPmMfAoDl_OxEbNQVrv8vdXdPeXlllJOBdVikZj2WNIIbN3HMxm6x4X7kdbpec5nzxXkWNrWf74P2R6bzACyiubOKJVDPydl8xoyfM7OsMYvMh2NJFetVYDTa72TA/s1600/run_selected_script_file.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 0em; margin-right: 0em; text-indent: -0.25in;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3saxQioBvtCPmMfAoDl_OxEbNQVrv8vdXdPeXlllJOBdVikZj2WNIIbN3HMxm6x4X7kdbpec5nzxXkWNrWf74P2R6bzACyiubOKJVDPydl8xoyfM7OsMYvMh2NJFetVYDTa72TA/s1600/run_selected_script_file.png&quot; gt=&quot;&quot; icon.=&quot;&quot; image=&quot;&quot; lt=&quot;&quot; nbsp=&quot;&quot; span=&quot;&quot; /&gt;&lt;/a&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt;&amp;nbsp;icon.&lt;br /&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUQarbGw1ldx9uugwZWH91k0-ETvqcqqx6wECn24480ElxnLcAho0hsH2NFqeRBAve0fRTgxaYrkVPhxZBVdyBh9aZUcV83mS7xzIRdiZlYURS4ala_1c2vRlNwwaP5N_hLC-DZw/s1600/choose_action.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 0em; margin-right: 0em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUQarbGw1ldx9uugwZWH91k0-ETvqcqqx6wECn24480ElxnLcAho0hsH2NFqeRBAve0fRTgxaYrkVPhxZBVdyBh9aZUcV83mS7xzIRdiZlYURS4ala_1c2vRlNwwaP5N_hLC-DZw/s1600/choose_action.png&quot; height=&quot;124&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;b&gt;Image: Choose action&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt;In the &lt;/span&gt;&lt;b style=&quot;text-indent: -0.25in;&quot;&gt;Choose
action&lt;/b&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt; dialog box, click &lt;/span&gt;&lt;b style=&quot;text-indent: -0.25in;&quot;&gt;Remove
unused images&lt;/b&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt;.&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;text-indent: -0.25in;&quot;&gt;Note&lt;/b&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt;: Take backup of unused files as these images are deleted
permanently from the location. &amp;nbsp;&lt;/span&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihAKGVghtLEOcENW6lm46IbB_CQ8mN23JUN1eJAwFMyFdkJ0m2MCEwZIOGRukeUcHwm2dPcmPB88PRWH-WNAG3VtmQtSY1J9DdO1dl3raqpHoIYzk5Gc9JmX6_0_uFZdkN8rlACQ/s1600/script_alert.png&quot; /&gt;&lt;br /&gt;&lt;b&gt;Image: Script Alert&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt;In the &lt;/span&gt;&lt;b style=&quot;text-indent: -0.25in;&quot;&gt;Script
Alert&lt;/b&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt; dialog box, click &lt;/span&gt;&lt;b style=&quot;text-indent: -0.25in;&quot;&gt;Yes&lt;/b&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt;.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt;The &lt;/span&gt;&lt;b style=&quot;text-indent: -0.25in;&quot;&gt;Output
View&lt;/b&gt;&lt;span style=&quot;text-indent: -0.25in;&quot;&gt; pod displays a list of all the images that are removed.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -0.25in;&quot;&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;&lt;/div&gt;

&lt;!-- Blogger automated replacement: &quot;https://images-blogger-opensocial.googleusercontent.com/gadgets/proxy?url=http%3A%2F%2F3.bp.blogspot.com%2F-RbfgIhdZR98%2FU2fOANrDEVI%2FAAAAAAAAAjg%2FtOVDWyKyeKo%2Fs1600%2Fscript_alert.png&amp;amp;container=blogger&amp;amp;gadget=a&amp;amp;rewriteMime=image%2F*&quot; with &quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihAKGVghtLEOcENW6lm46IbB_CQ8mN23JUN1eJAwFMyFdkJ0m2MCEwZIOGRukeUcHwm2dPcmPB88PRWH-WNAG3VtmQtSY1J9DdO1dl3raqpHoIYzk5Gc9JmX6_0_uFZdkN8rlACQ/s1600/script_alert.png&quot; --&gt;</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/2399092338264613404/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/2399092338264613404' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/2399092338264613404'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/2399092338264613404'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2014/05/deleting-unused-images-in-robohelp.html' title='Deleting unused images in RoboHelp'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNfY9EsyBWHqUgCs8aQTkmp7rnOPauHpJSCK6mqxgASujOpmstoH-CqmNXEE5dC9TdjEzXr65RoMjkrGEatJDCF8sHCHXDwnfXLF1ghxggId_BLhTkwTz5tpw9WHfJcDFg2xWzCQ/s72-c/script_explorer.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20337691.post-572845157125561134</id><published>2013-08-19T19:54:00.000+05:30</published><updated>2013-08-19T19:54:30.448+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Communication"/><category scheme="http://www.blogger.com/atom/ns#" term="e-learning"/><category scheme="http://www.blogger.com/atom/ns#" term="Technical Writing"/><title type='text'>Technical Writers vs Instructional Designers</title><content type='html'>The objective of a technical writer is to help the users in using the product.&amp;nbsp;When&amp;nbsp;a user is struck in understanding a feature or task, they&amp;nbsp;consults the document as a reference. While an instructional designer make the user learn. The learner needs to go through the complete instructional design deliverable. If we talk about WBTs or CBTs, each and every activity of learner is tracked. The learner uses the instructional design deliverable as a textbook and not as a reference guide.&lt;br /&gt;
To conclude, technical writers write documents for potential users while instructional designers for potential learners.</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/572845157125561134/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/572845157125561134' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/572845157125561134'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/572845157125561134'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2013/08/technical-writers-vs-instructional.html' title='Technical Writers vs Instructional Designers'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20337691.post-541227027175052190</id><published>2013-05-12T02:15:00.000+05:30</published><updated>2016-05-19T18:20:09.864+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="e-learning"/><title type='text'>Scenario-based learning</title><content type='html'>&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Scenario based learning is the becoming popular to showcase a feature of an application. Scenarios are based around actions, where you need to create a story and the characters who will perform the task in the application.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
If you tell your story effectively and create good characters, your learners become invested in that character&#39;s story, regardless of whether they&#39;re rooting for their success or their downfall. Once you have your training plan outlined and sequenced with your lessons, you are ready to begin. Introduce the character and then present her/him with a problem that they (and the learner) cannot overcome. Develop the story so that it steps the learner on a journey through the learning objectives, getting the knowledge and skill along the way to meet the challenges presented at the outset of each learning objective.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Creative writing courses will help immensely with storytelling as well as scenario based learning, but you may also think about technical writing for complex procedures.&lt;/div&gt;
&lt;br /&gt;
To learn more about scenario-based learning, view the demonstration to buy books from Amazon.com on &lt;a href=&quot;http://www.youtube.com/watch?v=2BiBt-T4DxU&quot;&gt;Youtube&lt;/a&gt;.</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/541227027175052190/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/541227027175052190' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/541227027175052190'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/541227027175052190'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2013/05/scenario-based-learning.html' title='Scenario-based learning'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20337691.post-4644012804652362191</id><published>2013-03-11T11:59:00.001+05:30</published><updated>2016-05-19T18:25:58.343+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Technical Writing"/><category scheme="http://www.blogger.com/atom/ns#" term="Tool"/><title type='text'>Lucidchart quick start guide</title><content type='html'>&lt;br /&gt;
&lt;h2&gt;
&lt;span style=&quot;color: #003366;&quot;&gt;Introduction&lt;/span&gt;&lt;/h2&gt;
&lt;span style=&quot;color: #003366;&quot;&gt;Lucidchart is an HTML5-based diagramming tool to create flowcharts, wireframes, UML diagrams, mind maps, and more. You can open this tool on a Google chrome browser and work with the team members in real time.&lt;/span&gt;&lt;br /&gt;
&lt;h2&gt;
&lt;span style=&quot;color: #003366;&quot;&gt;Installing Lucidchart&lt;/span&gt;&lt;/h2&gt;
&lt;span style=&quot;color: #003366;&quot;&gt;To install and configure Lucidchart with Google Drive:&lt;/span&gt;&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span style=&quot;color: #003366;&quot;&gt;Go to https://chrome.google.com.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #003366;&quot;&gt;&lt;br /&gt; The Chrome Web Store page appears.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #003366;&quot;&gt;In the &lt;/span&gt;&lt;b style=&quot;color: #003366;&quot;&gt;Search Apps&lt;/b&gt;&lt;span style=&quot;color: #003366;&quot;&gt; text box, type &lt;/span&gt;&lt;b style=&quot;color: #003366;&quot;&gt;Lucidchart&lt;/b&gt;&lt;span style=&quot;color: #003366;&quot;&gt; and press &lt;/span&gt;&lt;b style=&quot;color: #003366;&quot;&gt;Enter&lt;/b&gt;&lt;span style=&quot;color: #003366;&quot;&gt;.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #003366;&quot;&gt;In the &lt;/span&gt;&lt;b style=&quot;color: #003366;&quot;&gt;Apps&lt;/b&gt;&lt;span style=&quot;color: #003366;&quot;&gt; tab, the result page displays the &lt;/span&gt;&lt;b style=&quot;color: #003366;&quot;&gt;Lucidchart: Diagramming&lt;/b&gt;&lt;span style=&quot;color: #003366;&quot;&gt; app.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #003366;&quot;&gt;Click &lt;/span&gt;&lt;b style=&quot;color: #003366;&quot;&gt;Install&lt;/b&gt;&lt;span style=&quot;color: #003366;&quot;&gt;.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #003366;&quot;&gt;&lt;br /&gt; A confirmation message asks whether you want to install Lucidchart on Chrome.&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;color: #003366;&quot;&gt;&lt;br /&gt; Note&lt;/b&gt;&lt;span style=&quot;color: #003366;&quot;&gt;: Before installing Lucidchart, sign in with your Google account.&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #003366;&quot;&gt;In the confirmation box, click &lt;/span&gt;&lt;b style=&quot;color: #003366;&quot;&gt;Add&lt;/b&gt;&lt;span style=&quot;color: #003366;&quot;&gt;.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #003366;&quot;&gt;The &lt;/span&gt;&lt;b style=&quot;color: #003366;&quot;&gt;&lt;br /&gt; Lucidchart&lt;/b&gt;&lt;span style=&quot;color: #003366;&quot;&gt; dialog box appears.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #003366;&quot;&gt;To install the Lucidchart on Chrome, click &lt;/span&gt;&lt;b style=&quot;color: #003366;&quot;&gt;LAUNCH APP&lt;/b&gt;&lt;span style=&quot;color: #003366;&quot;&gt;.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #003366;&quot;&gt;&lt;br /&gt; The Lucidchart website opens in a new tab.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #003366;&quot;&gt;To integrate Lucidchart with your &lt;b&gt;Google Drive&lt;/b&gt;, click &lt;b&gt;Integrate with Google Drive&lt;/b&gt;.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #003366;&quot;&gt;To enable Lucidchart with Gmail account, enter your user name and password.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #003366;&quot;&gt;This integrates Lucidchart with your Google Drive.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #003366;&quot;&gt;&lt;br /&gt; The Lucidchart registration page appears.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #003366;&quot;&gt;You can register with appropriate Lucidchart usage plan, or try it for 14 days.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #003366;&quot;&gt;To register, enter your Google credentials.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #003366;&quot;&gt;&lt;br /&gt; The &lt;b&gt;Google Drive Integration&lt;/b&gt; page appears.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #003366;&quot;&gt;Select the appropriate option to synchronize Lucidchart with Google Dive, and click &lt;b&gt;Save Changes&lt;/b&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;span style=&quot;color: #003366;&quot;&gt;You receive a confirmation e-mail to Gmail account. Now you can access Lucidchart from the Google Drive.&lt;/span&gt;&lt;br /&gt;
&lt;h2&gt;
&lt;span style=&quot;color: #003366;&quot;&gt;Using Lucidchart from Google Drive&lt;/span&gt;&lt;/h2&gt;
&lt;span style=&quot;color: #003366;&quot;&gt;Instead of opening Lucidchart website, you can directly create, save, and share Lucidchart diagrams using the Google Drive. The Lucidchart diagrams that you create are listed in the Google Drive, so you can easily open, edit, and store it.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #003366;&quot;&gt;After installing Lucidchart on Google Drive, you can:&lt;/span&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style=&quot;color: #003366;&quot;&gt;Draw diagrams by dragging the objects on the canvas.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #003366;&quot;&gt;Collaborate the diagrams with the users of same domain or send invitations through Google contacts.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #003366;&quot;&gt;Store the diagrams on Google Drive and backup on the computer.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
&lt;span style=&quot;color: #003366;&quot;&gt;Installing Google Drive&lt;/span&gt;&lt;/h2&gt;
&lt;span style=&quot;color: #003366;&quot;&gt;You can access files from the computer using Google Drive over the internet.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #003366;&quot;&gt;To install Google Drive:&lt;/span&gt;&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span style=&quot;color: #003366;&quot;&gt;Open the &lt;b&gt;Google Dive&lt;/b&gt; link (http://drive.google.com) on the browser.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #003366;&quot;&gt;&lt;br /&gt; The Google Drive sign in page appears.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #003366;&quot;&gt;Enter your Google account credential and sign in.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #003366;&quot;&gt;&lt;br /&gt; The &lt;b&gt;Drive&lt;/b&gt; page appears.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #003366;&quot;&gt;To sync files from your computer to &lt;b&gt;My Drive&lt;/b&gt;, click &lt;b&gt;Download Google Drive for PC&lt;/b&gt;.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #003366;&quot;&gt;&lt;br /&gt; The &lt;b&gt;Download Google Drive for Windows&lt;/b&gt; dialog box appears.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #003366;&quot;&gt;Click &lt;b&gt;Accept and Install&lt;/b&gt;.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #003366;&quot;&gt;&lt;br /&gt; The Google Drive installation starts.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #003366;&quot;&gt;Complete the instructions of the installation package.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;color: #003366;&quot;&gt;Start &lt;b&gt;Google Dive&lt;/b&gt; on your computer.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;span style=&quot;color: #003366;&quot;&gt;You can copy the files on the &lt;/span&gt;&lt;b style=&quot;color: #003366;&quot;&gt;Google Drive&lt;/b&gt;&lt;span style=&quot;color: #003366;&quot;&gt; and synchronize with &lt;/span&gt;&lt;b style=&quot;color: #003366;&quot;&gt;My Drive&lt;/b&gt;&lt;span style=&quot;color: #003366;&quot;&gt;.&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/4644012804652362191/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/4644012804652362191' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/4644012804652362191'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/4644012804652362191'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2013/03/lucidchart-quick-start-guide.html' title='Lucidchart quick start guide'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20337691.post-7555557487542628924</id><published>2013-02-12T13:36:00.002+05:30</published><updated>2013-05-12T02:15:35.876+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Communication"/><category scheme="http://www.blogger.com/atom/ns#" term="e-learning"/><title type='text'>Do you like to read a user guide or view a video tutorial?</title><content type='html'>&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;
&lt;span style=&quot;font-family: Calibri;&quot;&gt;People prefer instant help, sometime they don’t like to read
the content to find the answer of their queries. It is helpful if someone shows
you the steps to solve the problem, rather than navigating the user guide and
troubleshoot the problem. People sometime prefer a video tutorial to view the
how-to-do task. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;
&lt;span style=&quot;font-family: Calibri;&quot;&gt;Nowadays we get everything on mobile, prefer a video or
online help for a product. &lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;For software
products, printed document will soon be past.&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;
&lt;/span&gt;The internet and mobile has reduced the distance between the user and
the vendor. &lt;br /&gt;
The product simulations and demonstrations can attract the attention of people.
A technical writer can create video tutorial by using the Captivate and
Articulate, these e-learning tools can also create course and quiz for the
learners. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;
&lt;span style=&quot;font-family: Calibri;&quot;&gt;The sales personnel prefer a product demonstration for the
clients and seminars. These demonstrations give a better walk through the
product in a nut shell, instead of running the product. The beta version of the
product might not be ready on time or create run-time error. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;
&lt;span style=&quot;font-family: Calibri;&quot;&gt;People can grasp the features of a product by watching the
tutorial at their own time. Watching a video is always fun than reading a
document. &lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/7555557487542628924/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/7555557487542628924' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/7555557487542628924'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/7555557487542628924'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2013/02/do-you-like-to-read-user-document-or.html' title='Do you like to read a user guide or view a video tutorial?'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20337691.post-913947767678199992</id><published>2012-06-20T12:07:00.001+05:30</published><updated>2013-02-12T13:47:37.032+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Technical Writing"/><title type='text'>What managers want?</title><content type='html'>&lt;span style=&quot;font-family: Calibri;&quot;&gt;&lt;span lang=&quot;EN&quot; style=&quot;font-size: 12pt; mso-ansi-language: EN; mso-ascii-font-family: Calibri; mso-bidi-font-family: Calibri; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;





&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Calibri;&quot;&gt;&lt;span lang=&quot;EN&quot; style=&quot;font-size: 12pt; mso-ansi-language: EN; mso-ascii-font-family: Calibri; mso-bidi-font-family: Calibri; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin;&quot;&gt;Managers want to see the ability to manage the
documentation project, starting from initiating the task and meeting the users’
need. It is appreciated, if a tech. writer can provide some value added
services, like suggesting on the UI texts, workflow diagrams, visual aids, and
features. Developers want to see that you&#39;re familiar and invested. They want
to work with resourceful and proactive tech writers. Your specific questions
will reflect how much you&#39;re actually working with the technology. Never the
less some time follow ups are required to get confirmation of your queries and
assumptions.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;br /&gt;


&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/913947767678199992/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/913947767678199992' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/913947767678199992'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/913947767678199992'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2012/06/what-managers-want.html' title='What managers want?'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20337691.post-5624147691694458151</id><published>2012-01-25T14:46:00.000+05:30</published><updated>2016-05-19T18:21:28.305+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Captivate"/><title type='text'>Captivate: control flash animation</title><content type='html'>&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;calibri&amp;quot;;&quot;&gt;When there is an audio flash file in your Captivate slide and the user click next, the sound of the animation might not stop and it keep playing in the background of the next slides. This issue does not happen when you preview the project, but for the published file. The problem can be solved as per the the following three cases:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;calibri&amp;quot;;&quot;&gt;&lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;Case 1:&lt;/b&gt; In Cp 5.5, under the &lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;AUDIO&lt;/b&gt; section of the button properties, click to select the &lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;Stop Slide Audio When Clicked&lt;/b&gt; check box. Note that this feature doesn’t work, if the sound is embedded in the FLA file. &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;calibri&amp;quot;;&quot;&gt;&lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;Case 2&lt;/b&gt;: If sound is embedded within the FLA file and you can edit the flash file, bring the embedded sound at the top level in the timeline of the slide.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;calibri&amp;quot;;&quot;&gt;&lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;Case 3&lt;/b&gt;: If sound is embedded within the FLA file and you cannot edit the flash file, create an advance action. In the advanced action, you can define two actions: hide the flash and go to next slide. The hide action will stop the sound of the flash file.&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/5624147691694458151/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/5624147691694458151' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/5624147691694458151'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/5624147691694458151'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2012/01/captivate-control-flash-animation.html' title='Captivate: control flash animation'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20337691.post-5596884507739512870</id><published>2011-11-28T00:23:00.003+05:30</published><updated>2012-01-25T14:50:18.749+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="RoboHelp"/><title type='text'>RoboHelp: Breadcrumbs</title><content type='html'>&lt;span style=&quot;font-family: Calibri;&quot;&gt;When I created breadcrumbs through the &lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;WebHelp Navigation – WebHelp&lt;/b&gt; dialog box, then breadcrumbs&amp;nbsp;were created on top of the HTML header. In other case, when breadcrumbs&amp;nbsp;were created through master page, breadcrumbs were created below the header.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Calibri;&quot;&gt;However, I wanted the breadcrumbs above the header. What would be the answer???&lt;/span&gt;&lt;span style=&quot;font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;Ohhh.. I think Im close to my answer. I&amp;nbsp;removed the&amp;nbsp;header, instead of that I used a simple text in the master page, which I used it as a header for the HTML files. Then I inserted the breadcrumbs. That was simple....&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/5596884507739512870/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/5596884507739512870' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/5596884507739512870'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/5596884507739512870'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2011/11/robohelp-breadcrumbs.html' title='RoboHelp: Breadcrumbs'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20337691.post-7796898385543224652</id><published>2011-08-23T17:36:00.008+05:30</published><updated>2012-01-25T14:48:37.744+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Captivate"/><title type='text'>SWF for Android Phones</title><content type='html'>I successfully&amp;nbsp;played a SWF file locally (by copying it in the SD memory)&amp;nbsp;on a Dell Streak through this link: &lt;br /&gt;
&lt;br /&gt;
&lt;span lang=&quot;EN&quot; style=&quot;mso-ansi-language: EN;&quot;&gt;&lt;a href=&quot;file://sdcard/[filename].swf&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;file://sdcard/[filename].swf&lt;/span&gt;&lt;/a&gt; &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
However, my friend could not play on Xoom (Android 3.0 Honeycomb) through the same link. Then I figured out that there was also a same issue with &lt;span lang=&quot;EN&quot; style=&quot;mso-ansi-language: EN;&quot;&gt;Acer Iconia Tab A500, which also runs on Android 3.0 Honeycomb&lt;/span&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;span lang=&quot;EN&quot; style=&quot;mso-ansi-language: EN;&quot;&gt;Then&amp;nbsp;a&amp;nbsp;flash developer came to my help. He converted the SWF file into the APK format that could be played&amp;nbsp;on Xoom.&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/7796898385543224652/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/7796898385543224652' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/7796898385543224652'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/7796898385543224652'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2011/08/swf-for-android-phones.html' title='SWF for Android Phones'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20337691.post-5004459857437085268</id><published>2011-07-03T00:21:00.001+05:30</published><updated>2016-05-19T18:21:49.922+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tool"/><title type='text'>Text animation</title><content type='html'>&lt;span lang=&quot;EN-GB&quot; style=&quot;font-family: &amp;quot;calibri&amp;quot; , &amp;quot;sans-serif&amp;quot;; font-size: 11pt; line-height: 115%;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;
&lt;span lang=&quot;EN-GB&quot;&gt;In the Captivate (4.0), I wanted that after the &lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;Text Animation&lt;/b&gt; object is over (i.e., not in loop) then the text should display for rest of the slide. &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;
&lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;&lt;span lang=&quot;EN-GB&quot;&gt;TIP&lt;/span&gt;&lt;/b&gt;&lt;span lang=&quot;EN-GB&quot;&gt;: For the &lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;Text Animation&lt;/b&gt; object, take the Effect as &lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;Typing Text&lt;/b&gt; and kept its &lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;Delay for: Rest of the slide&lt;/b&gt;. The text remains on the screen after the animation is over. The real time typing cannot be copied to other slide, and then you can replace it this Text Animation.&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/5004459857437085268/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/5004459857437085268' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/5004459857437085268'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/5004459857437085268'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2011/07/text-animation.html' title='Text animation'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20337691.post-7432144191762676541</id><published>2011-02-23T10:32:00.001+05:30</published><updated>2011-02-23T10:38:33.986+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tool"/><title type='text'>Cross-reference with Soft-return</title><content type='html'>&lt;span style=&quot;font-family: &amp;quot;Calibri&amp;quot;, &amp;quot;sans-serif&amp;quot;; font-size: 11pt; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin;&quot;&gt;The MS Word soft return would mean line break due to word wrapping. In numbered list, if soft return is used, then the whole text is seen in the cross-reference pop-up window. So, it’s better to use separate style for the description of the numbered list.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;257&quot; j6=&quot;true&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFtR70_41U-g0BKHH3CVlPI3xGojKoRO7zqUbqMuWAq392GWURodvpOJKNPRVHWzOgoTrqezhELBv2_Svp3_s-9mtQJrdIjRp6NDrU7ctkXhsYZ6ljyQwrCsV7FxiUtJMxy8A6oQ/s320/Cross-Reference+Error.png&quot; width=&quot;320&quot; /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/7432144191762676541/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/7432144191762676541' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/7432144191762676541'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/7432144191762676541'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2011/02/cross-reference-with-soft-return.html' title='Cross-reference with Soft-return'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiFtR70_41U-g0BKHH3CVlPI3xGojKoRO7zqUbqMuWAq392GWURodvpOJKNPRVHWzOgoTrqezhELBv2_Svp3_s-9mtQJrdIjRp6NDrU7ctkXhsYZ6ljyQwrCsV7FxiUtJMxy8A6oQ/s72-c/Cross-Reference+Error.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20337691.post-6661343319578084358</id><published>2011-01-10T15:44:00.008+05:30</published><updated>2016-05-19T18:22:16.016+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tool"/><title type='text'>I can&#39;t stop playing games with software.....</title><content type='html'>&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;calibri&amp;quot;;&quot;&gt;Tools and software makes me crazy!!! I do really have soft corner for the software and their usage...&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;calibri&amp;quot;;&quot;&gt;I always tried (&amp;amp; keep trying) to become&amp;nbsp;a techno-wizard. &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;calibri&amp;quot;;&quot;&gt;Now, IT profession has be forefront with the latest technology trends and software updates. One can enhance their skill by practicing on a Tool.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;calibri&amp;quot;;&quot;&gt;Once Einstein quoted that if a person spend 10000 hour of on one subject then he/she becomes specialist on it.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;calibri&amp;quot;;&quot;&gt;However, as in the case of Technical Writers most of us have to wear many hats of tools and software, and give their best in the crunch of deadlines. Even a person working in a single tool for many years, how many has explored all the available features. The fact is that, we keep doing the same task if there is no requirement or scope is within the boundary.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;calibri&amp;quot;;&quot;&gt;Sometime, mastering the similar tools simultaneously is difficult.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpFirst&quot; style=&quot;margin: 0in 0in 0pt 0.5in; mso-list: l0 level1 lfo1; text-indent: -0.25in;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;symbol&amp;quot;; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol;&quot;&gt;&lt;span style=&quot;mso-list: Ignore;&quot;&gt;·&lt;span style=&quot;font-family: &amp;quot;times new roman&amp;quot;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;calibri&amp;quot;;&quot;&gt;Word/FrameMaker&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;margin: 0in 0in 10pt 0.5in; mso-list: l0 level1 lfo1; text-indent: -0.25in;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;symbol&amp;quot;; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol;&quot;&gt;&lt;span style=&quot;mso-list: Ignore;&quot;&gt;·&lt;span style=&quot;font-family: &amp;quot;times new roman&amp;quot;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;calibri&amp;quot;;&quot;&gt;RoboHelp/MadCap/Authorit&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0in 0in 10pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;calibri&amp;quot;;&quot;&gt;It is always challenging to work on multiple platform and technology. I put my hat off to those who do multi-tasking. In IT industry, we go ahead with a slogan as “Just to it”.&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/6661343319578084358/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/6661343319578084358' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/6661343319578084358'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/6661343319578084358'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2011/01/dont-stop-playing-games-with-tool.html' title='I can&#39;t stop playing games with software.....'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20337691.post-7921164674959743349</id><published>2010-12-12T20:55:00.006+05:30</published><updated>2011-09-13T23:11:37.563+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Communication"/><title type='text'>Multi-Language</title><content type='html'>&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 6pt 0cm;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;font-family: Calibri;&quot;&gt;Multilingual people in IT help to build the harmony and brotherhood among the people, where&amp;nbsp;most states of the&amp;nbsp;India are&amp;nbsp;divided&amp;nbsp;on the basis&amp;nbsp;language. IT is a huge resource pull of technical peoples of different region, religion, caste, language, and gender are present. Hindi is India’s official language and English as second official language, outsourced jobs are boarded in India because of skilled English speaking peoples. In addition, because of multilingual peoples are working in a single place,&amp;nbsp;they are sometime forced to talk in English.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 6pt 0cm;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;font-family: Calibri;&quot;&gt;In India, many universities and institutes provide foreign language trainings. There are many doctorates in French, Spanish, and German languages. Now, these foreign language skills are used in IT companies and India too is able to attract jobs from European countries.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/7921164674959743349/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/7921164674959743349' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/7921164674959743349'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/7921164674959743349'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2010/12/multi-language.html' title='Multi-Language'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20337691.post-1870283666432843397</id><published>2010-12-07T19:13:00.004+05:30</published><updated>2016-05-19T18:24:57.620+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tool"/><title type='text'>Curve text in Microsoft Word 2010</title><content type='html'>&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0cm 0cm 10pt;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;calibri&amp;quot;;&quot;&gt;In the lower versions of Microsoft Office 2010, the curve&amp;nbsp;text feature is not available through &lt;strong&gt;WordArt&lt;/strong&gt;. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0cm 0cm 10pt;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;calibri&amp;quot;;&quot;&gt;&lt;strong&gt;Trick:&lt;/strong&gt; Save the&amp;nbsp;Microsoft&amp;nbsp;Word 2010 document in 97-2003 format. The old feature of &lt;strong&gt;WordArt&lt;/strong&gt; is enabled. Now, you can use the curve line feature. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin: 0cm 0cm 10pt;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;calibri&amp;quot;;&quot;&gt;It is observed that you cannot play the same tricks in&amp;nbsp;Microsoft&amp;nbsp;PowerPoint 2010.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;calibri&amp;quot; , &amp;quot;sans-serif&amp;quot;; font-size: 11pt; line-height: 115%;&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Trick&lt;/span&gt;:&lt;/strong&gt; Copy-paste the curve text from the word document into the PowerPoint 2010&amp;nbsp;slide. Hurrah!!!&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/1870283666432843397/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/1870283666432843397' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/1870283666432843397'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/1870283666432843397'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2010/12/curve-text-in-ms-word-2010.html' title='Curve text in Microsoft Word 2010'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20337691.post-5685359002919927662</id><published>2010-10-24T19:25:00.008+05:30</published><updated>2013-11-04T01:08:55.048+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Technical Writing"/><title type='text'>Bloom’s Taxonomy in Technical Writing</title><content type='html'>The application of Bloom’s Taxonomy&amp;nbsp;consistis of&amp;nbsp;presentation, design, and assessment strategy. It can be used in e-learning, web-based training, or user manual. An application level objective requires simulations and step-by-step description. While, higher level learning requires case studies and role plays.&lt;br /&gt;
&lt;br /&gt;
Six Levels of Cognitive Domain:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Knowledge:&lt;/strong&gt; The information should be well-defined and explained to the user satisfaction. &lt;u&gt;Describe the product background and features.&lt;/u&gt; &lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;em&gt;&lt;span style=&quot;color: blue;&quot;&gt;Keywords&lt;/span&gt;: defines, describes, identifies, knows, labels, lists, matches, names, outlines, recalls, recognizes, reproduces, selects, and states.&lt;/em&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Comprehension:&lt;/strong&gt; Understanding of the application should be summarized. &lt;u&gt;Describe the interface and behavior of the product.&lt;/u&gt; &lt;br /&gt;
&lt;em&gt;&lt;span style=&quot;color: blue;&quot;&gt;Keywords&lt;/span&gt;: comprehends, converts, defends, distinguishes, estimates, explains, extends, generalizes, gives, infers, interprets, paraphrases, predicts, rewrites, summarizes, and translates.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Application:&lt;/strong&gt; Put the statement into action and relate the application with the document. &lt;u&gt;Describe the product in step-by-step process.&lt;/u&gt; &lt;br /&gt;
&lt;em&gt;&lt;span style=&quot;color: blue;&quot;&gt;Keywords&lt;/span&gt;: applies, changes, computes, constructs, demonstrates, discovers, manipulates, modifies, operates, predicts, prepares, produces, relates, shows, solves, and uses.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Analyze:&lt;/strong&gt; Scrutinize the information and verify with latest data. &lt;u&gt;Provide relevant screenshots and references.&lt;/u&gt; &lt;br /&gt;
&lt;em&gt;&lt;span style=&quot;color: blue;&quot;&gt;Keywords&lt;/span&gt;: analyzes, breaks down, compares, contrasts, diagrams, deconstructs, differentiates, discriminates, distinguishes, identifies, illustrates, infers, outlines, relates, selects, and separates. &lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Synthesis:&lt;/strong&gt; Create and predict the data. &lt;u&gt;Describe how one action affects the product usage.&lt;/u&gt; &lt;em&gt;&lt;span style=&quot;color: blue;&quot;&gt;&lt;br /&gt;
Keywords&lt;/span&gt;: categorizes, combines, compiles, composes, creates, devises, designs, explains, generates, modifies, organizes, plans, rearranges, reconstructs, relates, reorganizes, revises, rewrites, summarizes, tells, and writes.&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Evaluation:&lt;/strong&gt; Interpret and justify the information. &lt;u&gt;Proofread and verify it by SME.&lt;/u&gt; &lt;em&gt;&lt;span style=&quot;color: blue;&quot;&gt;&lt;br /&gt;
Keywords&lt;/span&gt;:&amp;nbsp;appraises, compares, concludes, contrasts, criticizes, critiques, defends, describes, discriminates, evaluates, explains, interprets, justifies, relates, summarizes, and supports.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/5685359002919927662/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/5685359002919927662' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/5685359002919927662'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/5685359002919927662'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2010/10/blooms-taxonomy-in-technical-writing.html' title='Bloom’s Taxonomy in Technical Writing'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20337691.post-1524991739878940900</id><published>2010-08-27T16:50:00.006+05:30</published><updated>2016-05-19T18:24:01.126+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tool"/><title type='text'>Microsoft Word numbered list</title><content type='html'>I am quite happy with MS Word 2010 for many reasons. Among them, I found numbered list is pretty robust than the earlier version of word. It does not break now and user need not to play tricks to bring the numbering in shape. However, I found an interesting fact of numbering format. &lt;br /&gt;
If the existing number list has bold text and the same list text are copied into other part of the document. After restarting the numbered list, the source text changes from bold text changes to normal text.&lt;br /&gt;
&lt;strong&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;TRICK&lt;/span&gt;:&lt;/strong&gt; Press &lt;strong&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;Ctrl&lt;/span&gt;+z&lt;/strong&gt;, the text returns to the previous format.</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/1524991739878940900/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/1524991739878940900' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/1524991739878940900'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/1524991739878940900'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2010/08/ms-word-numbered-list.html' title='Microsoft Word numbered list'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20337691.post-7793660856037296114</id><published>2010-06-26T17:26:00.000+05:30</published><updated>2016-05-19T18:24:15.785+05:30</updated><title type='text'>Copy and paste</title><content type='html'>In IT industry, copy (CTRL+C) and paste (CTRL+V) action is the major action. Someone might have truly said that if &quot;C&quot; and &quot;V&quot; buttons are removed from the computer keyboard, then most of our work would come into standstill. &lt;br /&gt;
Once I faced an acute problem with the copy-paste action in MS Publisher, in fact there was nothing wrong with Publisher. I was not able to copy text from other application like, notepad. Within the Publisher, text and objects could be copied pasted. Then, I looked in the clipboard; there I found everything was copied into the clipboard, but not in the actual insertion point.&lt;br /&gt;
The easy solution I found as most of the computer user that I closed Publisher and again opened it. Ahh.. now my copy-paste action works fine. This is not the solution of what I faced, but it might be one of</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/7793660856037296114/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/7793660856037296114' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/7793660856037296114'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/7793660856037296114'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2010/06/copy-paste.html' title='Copy and paste'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20337691.post-3747572384837532635</id><published>2010-05-07T09:58:00.008+05:30</published><updated>2016-05-19T18:25:17.621+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Tool"/><title type='text'>Snagit window capture</title><content type='html'>Snagit 9.1.2 window profile captures the application window. However, Java application by-passes the native operating system and shows the child window through the “swing” technology. This makes job of Snagit difficult to capture the child window or a dialog box individually.&lt;br /&gt;
I posted this problem to the Snagit support team. Let see, if Snagit&#39;s next version comes up with a solution.</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/3747572384837532635/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/3747572384837532635' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/3747572384837532635'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/3747572384837532635'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2010/05/snagit-window-capture.html' title='Snagit window capture'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-20337691.post-7771486197796736098</id><published>2010-03-02T13:23:00.006+05:30</published><updated>2016-05-19T18:25:30.718+05:30</updated><title type='text'>Simple work</title><content type='html'>The task you could do easily is said to be “simple work.” If you are asked to fill some color using a paint editor, you would do it quickly. Now, if you are asked to edit an image in the Photoshop editor, then you need some knowledge on it. First you would find many tools available, most of their usage you don’t know. You try to look for some help or training, otherwise lot of time is spend in searching and trying your hand in all of them to get your required result. At the end you would exhaust yourself; you would get fear with the work and try to avoid the task.&lt;br /&gt;
&lt;br /&gt;
The scenario would change, if you would get some overview of the product and know the purpose of the tools. This is the case of every user irrespective of their domain knowledge. Basic knowledge is required to work with product. So, here comes the “Help” that could be a tutorial, user guide, demonstration, and so on.&lt;br /&gt;
&lt;br /&gt;
I think of myself, when I first get into the product and run for help, asking my teammates for assistance. I go through the knowledge transfer session, and made a list of questions to ask the SMEs. I still find myself in a comfortable zone surrounded by peoples who could at least answer my queries. After all I am getting paid to know about my company product and give the best out of my effort.&lt;br /&gt;
&lt;br /&gt;
The user who stats from the scratch, have no knowledge of the product, would get difficulty in doing their work. In the market, there are many vendors to provide the same product; however, the price is a different factor to convince the purchase. Therefore, in the trial version if the customer (user) is not handy with the product. They would never go ahead to purchase it.</content><link rel='replies' type='application/atom+xml' href='http://technicaldocument.blogspot.com/feeds/7771486197796736098/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/20337691/7771486197796736098' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/7771486197796736098'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/20337691/posts/default/7771486197796736098'/><link rel='alternate' type='text/html' href='http://technicaldocument.blogspot.com/2010/03/simple-work.html' title='Simple work'/><author><name>Sujoy Dutta</name><uri>http://www.blogger.com/profile/13717883554821592650</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM5Bkd1kJKWgSGkvVtrFrCRJfJtB89fIDhy6GOtEy7r8dtTiRFfcSmJeEAUfuioMJ2FoC6I_ybJ30be5MdnYuuWgdWF8sSiu7cv-UC-xy1Fb0Wk6qFj3DNkjgwbeyJHQ/s1600/*'/></author><thr:total>0</thr:total></entry></feed>