<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NeoEGM.com &#187; Install</title>
	<atom:link href="https://www.neoegm.com/tag/install/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.neoegm.com</link>
	<description>Knowledge is inside</description>
	<lastBuildDate>Mon, 08 Jul 2024 05:38:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.39</generator>
	<item>
		<title>How to install a Keil uVision peripheral plugin</title>
		<link>https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/</link>
		<comments>https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/#comments</comments>
		<pubDate>Mon, 03 May 2010 02:55:40 +0000</pubDate>
		<dc:creator><![CDATA[NeoEGM]]></dc:creator>
				<category><![CDATA[Keil Plugins]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[Keil]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Step by Step]]></category>
		<category><![CDATA[uVision]]></category>

		<guid isPermaLink="false">http://www.neoegm.com/?p=1704</guid>
		<description><![CDATA[The installation of a Keil uVision plugin depends on the plugin to be installed, but it&#8217;s commonly divided in four main steps. 1- First, copy the files corresponding to the C51 directory of the Keil&#8217;s installation. Assuming you have installed the application in C:\Keil, then the destination directory would be C:\Keil\C51. Commonly, you just copy [&#8230;]<div class='yarpp-related-rss'>
<strong>
Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/hardware/8051/keil-plugins/keil-uvision-plugin-matrix-keyboard/" rel="bookmark" title="Keil uVision Plugin: Matrix Keyboard">Keil uVision Plugin: Matrix Keyboard </a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/plugins/wp-no-format/" rel="bookmark" title="WP-No-Format WordPress Plugin (Prevent HTML Code Formatting/Modification)">WP-No-Format WordPress Plugin (Prevent HTML Code Formatting/Modification) </a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/plugins/updated-qtranslate-support-for-the-google-xml-sitemaps-generator-wordpress-plugin-3-1-6-2nd-release/" rel="bookmark" title="Updated: qTranslate support for the Google (XML) Sitemaps Generator WordPress Plugin 3.1.6 (2nd Release)">Updated: qTranslate support for the Google (XML) Sitemaps Generator WordPress Plugin 3.1.6 (2nd Release) </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.neoegm.com/tech/hardware/8051/keil-plugins/keil-uvision-plugin-matrix-keyboard/"><img src="http://www.neoegm.com/wp-content/uploads/2010/05/MatrixKeyboard_Keyboard_Multiple.png" alt="" title="MatrixKeyboard_Keyboard_Multiple" width="184" height="256" class="aligncenter size-full wp-image-1695" /></a></p>
<p>The installation of a Keil uVision plugin depends on the plugin to be installed, but it&#8217;s commonly divided in four main steps.</p>
<p><span id="more-1704"></span></p>
<p>1- First, copy the files corresponding to the <strong>C51</strong> directory of the Keil&#8217;s installation.</p>
<p>Assuming you have installed the application in C:\Keil, then the destination directory would be <strong>C:\Keil\C51</strong>.</p>
<p>Commonly, you just copy there the plugin DLL.</p>
<p>2- Copy the additional files to be used to the <strong>UV3</strong> or <strong>UV4</strong> directory, depending on whether you are using uVision 3 o uVision 4.</p>
<p>These use to be additional files used by the plugin. This should have been indicated by the plugin developer for each particular plugin.</p>
<p>3- Copy the needed files to each project directory. These are commonly project specific configuration files, like the ones specifying the used pins.</p>
<p>4- Configure the project in order to use the plugin.</p>
<p>In uVision, go to Project->Options for Target, and then to the Debug tab.</p>
<p>There, we edit the field &#8220;Parameter&#8221; which is next to &#8220;Dialog DLL&#8221;&#8230;</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2010/05/Keil_Config_Debug.png" rel="lightbox[1704]"><img src="http://www.neoegm.com/wp-content/uploads/2010/05/Keil_Config_Debug-300x225.png" alt="" title="Keil_Config_Debug" width="300" height="225" class="aligncenter size-medium wp-image-1707" /></a></p>
<p>We add the following to the back of the text string:</p>
<p>-d<strong>PluginName</strong></p>
<p>For example, in the case we wanted to use the <a href="http://www.neoegm.com/tech/hardware/8051/keil-plugins/keil-uvision-plugin-matrix-keyboard/">Matrix Keyboard plugin</a>, we would write, just as in the image:</p>
<p>-d<strong>MatrixKeyboard</strong></p>
<p>That&#8217;s all, we&#8217;re ready to start the debugging mode and run our project.<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/" title="keil plugin">keil plugin</a></li>
<li><a href="https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/" title="keil uvision 4">keil uvision 4</a></li>
<li><a href="https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/" title="keil uvision3">keil uvision3</a></li>
<li><a href="https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/" title="how to install KEIL uvision3">how to install KEIL uvision3</a></li>
<li><a href="https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/" title="keil peripherals">keil peripherals</a></li>
<li><a href="https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/" title="keil peripheral">keil peripheral</a></li>
<li><a href="https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/" title="peripheral plug in">peripheral plug in</a></li>
<li><a href="https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/" title="How to install keil uvision 4">How to install keil uvision 4</a></li>
<li><a href="https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/" title="como instalar el keil">como instalar el keil</a></li>
<li><a href="https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/" title="Keil peripheral dll">Keil peripheral dll</a></li>
</ul>
<div class='yarpp-related-rss'>
<strong><p>Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/hardware/8051/keil-plugins/keil-uvision-plugin-matrix-keyboard/" rel="bookmark" title="Keil uVision Plugin: Matrix Keyboard">Keil uVision Plugin: Matrix Keyboard </a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/plugins/wp-no-format/" rel="bookmark" title="WP-No-Format WordPress Plugin (Prevent HTML Code Formatting/Modification)">WP-No-Format WordPress Plugin (Prevent HTML Code Formatting/Modification) </a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/plugins/updated-qtranslate-support-for-the-google-xml-sitemaps-generator-wordpress-plugin-3-1-6-2nd-release/" rel="bookmark" title="Updated: qTranslate support for the Google (XML) Sitemaps Generator WordPress Plugin 3.1.6 (2nd Release)">Updated: qTranslate support for the Google (XML) Sitemaps Generator WordPress Plugin 3.1.6 (2nd Release) </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide WordPress Visual Editor Tab 1.01</title>
		<link>https://www.neoegm.com/tech/wordpress/hide-wordpress-visual-editor-tab-1-01/</link>
		<comments>https://www.neoegm.com/tech/wordpress/hide-wordpress-visual-editor-tab-1-01/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 20:01:25 +0000</pubDate>
		<dc:creator><![CDATA[NeoEGM]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Break]]></category>
		<category><![CDATA[Client-side]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Delete]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Easy]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[GNU GPL]]></category>
		<category><![CDATA[GreaseMonkey]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[New]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Post]]></category>
		<category><![CDATA[qTranslate]]></category>
		<category><![CDATA[Remove]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[Tab]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[Users]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[Visual Editor]]></category>
		<category><![CDATA[WYSIWYG]]></category>

		<guid isPermaLink="false">http://www.neoegm.com/?p=1275</guid>
		<description><![CDATA[Hide WordPress Visual Editor Tab has been updated to the 1.01 version to make it also work when creating new posts and pages. In the previous (1.0) version, it just worked while editing already created posts and pages. To download the latest version, please visit the original Hide WordPress Visual Editor Tab post. Go to [&#8230;]<div class='yarpp-related-rss'>
<strong>
Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/wordpress/how-to-remove-the-visual-tab-from-the-wordpress-post-page-editor/" rel="bookmark" title="How to remove the &#8220;Visual&#8221; tab from the WordPress post/page editor">How to remove the &#8220;Visual&#8221; tab from the WordPress post/page editor </a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/plugins/wp-no-format/" rel="bookmark" title="WP-No-Format WordPress Plugin (Prevent HTML Code Formatting/Modification)">WP-No-Format WordPress Plugin (Prevent HTML Code Formatting/Modification) </a></li>
<li><a href="https://www.neoegm.com/tech/firefox/scripts/move-facebook-events-box-to-top-updated-to-version-1-1/" rel="bookmark" title="Move Facebook Events Box to Top updated to version 1.1">Move Facebook Events Box to Top updated to version 1.1 </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p><strong><em>Hide WordPress Visual Editor Tab</em></strong> has been updated to the 1.01 version to make it also work when creating new posts and pages. In the previous (1.0) version, it just worked while editing already created posts and pages.</p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Remove_Visual_Tab_Removed.png" alt="Remove_Visual_Tab_Removed" title="Remove_Visual_Tab_Removed" width="499" height="208" class="aligncenter size-full wp-image-1178" /></p>
<p>To download the latest version, please visit the <a href="http://www.neoegm.com/tech/wordpress/how-to-remove-the-visual-tab-from-the-wordpress-post-page-editor/">original Hide WordPress Visual Editor Tab post</a>.</p>
<div align="center">
<p class="download"><a href="http://www.neoegm.com/tech/wordpress/how-to-remove-the-visual-tab-from-the-wordpress-post-page-editor/">Go to original post</a></p>
</div>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="https://www.neoegm.com/tech/wordpress/hide-wordpress-visual-editor-tab-1-01/" title="wordpress hide visual editor">wordpress hide visual editor</a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/hide-wordpress-visual-editor-tab-1-01/" title="quitar editor visual wordpress">quitar editor visual wordpress</a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/hide-wordpress-visual-editor-tab-1-01/" title="wordpress remove visual editor tab">wordpress remove visual editor tab</a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/hide-wordpress-visual-editor-tab-1-01/" title="hide wordpress editor">hide wordpress editor</a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/hide-wordpress-visual-editor-tab-1-01/" title="video freeware">video freeware</a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/hide-wordpress-visual-editor-tab-1-01/" title="hide visual editor">hide visual editor</a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/hide-wordpress-visual-editor-tab-1-01/" title="wordpress hide visual editor tab">wordpress hide visual editor tab</a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/hide-wordpress-visual-editor-tab-1-01/" title="visual hide">visual hide</a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/hide-wordpress-visual-editor-tab-1-01/" title="doores1">doores1</a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/hide-wordpress-visual-editor-tab-1-01/" title="que hide visual">que hide visual</a></li>
</ul>
<div class='yarpp-related-rss'>
<strong><p>Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/wordpress/how-to-remove-the-visual-tab-from-the-wordpress-post-page-editor/" rel="bookmark" title="How to remove the &#8220;Visual&#8221; tab from the WordPress post/page editor">How to remove the &#8220;Visual&#8221; tab from the WordPress post/page editor </a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/plugins/wp-no-format/" rel="bookmark" title="WP-No-Format WordPress Plugin (Prevent HTML Code Formatting/Modification)">WP-No-Format WordPress Plugin (Prevent HTML Code Formatting/Modification) </a></li>
<li><a href="https://www.neoegm.com/tech/firefox/scripts/move-facebook-events-box-to-top-updated-to-version-1-1/" rel="bookmark" title="Move Facebook Events Box to Top updated to version 1.1">Move Facebook Events Box to Top updated to version 1.1 </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>https://www.neoegm.com/tech/wordpress/hide-wordpress-visual-editor-tab-1-01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove the &#8220;Visual&#8221; tab from the WordPress post/page editor</title>
		<link>https://www.neoegm.com/tech/wordpress/how-to-remove-the-visual-tab-from-the-wordpress-post-page-editor/</link>
		<comments>https://www.neoegm.com/tech/wordpress/how-to-remove-the-visual-tab-from-the-wordpress-post-page-editor/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 20:58:28 +0000</pubDate>
		<dc:creator><![CDATA[NeoEGM]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Break]]></category>
		<category><![CDATA[Client-side]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Delete]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Easy]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[GNU GPL]]></category>
		<category><![CDATA[GreaseMonkey]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Post]]></category>
		<category><![CDATA[qTranslate]]></category>
		<category><![CDATA[Remove]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[Tab]]></category>
		<category><![CDATA[Users]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[Visual Editor]]></category>
		<category><![CDATA[WYSIWYG]]></category>

		<guid isPermaLink="false">http://www.neoegm.com/?p=1173</guid>
		<description><![CDATA[There are lots of people (like me) who just use the HTML mode of the WordPress Editor&#8230; Sometimes, you cannot just disable the WYSIWYG editor (in my case, I cannot do it because I use the qTranslate plugin to enable the creation of posts in different languages)&#8230; For this people, having the Visual editor tab, [&#8230;]<div class='yarpp-related-rss'>
<strong>
Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/wordpress/hide-wordpress-visual-editor-tab-1-01/" rel="bookmark" title="Hide WordPress Visual Editor Tab 1.01">Hide WordPress Visual Editor Tab 1.01 </a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/plugins/wp-no-format/" rel="bookmark" title="WP-No-Format WordPress Plugin (Prevent HTML Code Formatting/Modification)">WP-No-Format WordPress Plugin (Prevent HTML Code Formatting/Modification) </a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/how-to-fix-the-you-do-not-have-sufficient-permissions-to-access-this-page-message-in-wordpress/" rel="bookmark" title="How to fix the &#8220;You do not have sufficient permissions to access this page&#8221; message in WordPress">How to fix the &#8220;You do not have sufficient permissions to access this page&#8221; message in WordPress </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>There are lots of people (like me) who just use the HTML mode of the WordPress Editor&#8230; Sometimes, you cannot just disable the WYSIWYG editor (in my case, I cannot do it because I use the <a href="http://www.qianqin.de/qtranslate/">qTranslate plugin</a> to enable the creation of posts in different languages)&#8230; For this people, having the Visual editor tab, might be a very big problem&#8230;</p>
<p>Lets say you&#8217;re writing a post in the HTML tab&#8230;</p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Remove_Visual_Tab_HTML.png" alt="Remove_Visual_Tab_HTML" title="Remove_Visual_Tab_HTML" width="499" height="207" class="aligncenter size-full wp-image-1176" /></p>
<p>And you click by mistake the Visual tab&#8230;</p>
<p><span id="more-1173"></span></p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Remove_Visual_Tab_Visual.png" alt="Remove_Visual_Tab_Visual" title="Remove_Visual_Tab_Visual" width="500" height="207" class="aligncenter size-full wp-image-1175" /></p>
<p>When you go back to the HTML mode, you&#8217;ll see, probably with a bit of anger, that all your code has just been broken&#8230;</p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Remove_Visual_Tab_HTML_Broken.png" alt="Remove_Visual_Tab_HTML_Broken" title="Remove_Visual_Tab_HTML_Broken" width="499" height="218" class="aligncenter size-full wp-image-1177" /></p>
<p>So what&#8217;s the solution to prevent this problem from happening again? Well, what better than just removing the tab?</p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Remove_Visual_Tab_Removed.png" alt="Remove_Visual_Tab_Removed" title="Remove_Visual_Tab_Removed" width="499" height="208" class="aligncenter size-full wp-image-1178" /></p>
<p>I&#8217;ve made a script to do this&#8230; I didn&#8217;t make it a WordPress plugin for two reasons: first, to avoid making the server work more without reason for things you can easily do on the client side, and second, to allow without problems the different users of your blog to choose the writing method they prefer (may be some users do use the visual editor)&#8230;</p>
<p><br/><br />
<a href="http://www.firefox.com/"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Firefox_small.png" alt="Firefox_small" title="Firefox_small" width="69" height="69" class="alignleft size-full wp-image-880" /></a> This script needs <a href="http://www.firefox.com/">Firefox</a> and the <a href="https://addons.mozilla.org/firefox/addon/748">GreaseMonkey</a> add-on (I really recommend installing it since it gives you the ability to run this kind of &#8220;web site customizing scripts&#8221;)&#8230;</p>
<p><br/><br />
First of all, assuming you have Firefox installed, you have to install the GreaseMonkey add-on (click &#8220;Add to Firefox&#8221; in the following link):</p>
<div align="center">
<p class="download"><a href="https://addons.mozilla.org/firefox/addon/748">GreaseMonkey Firefox Extension</a></p>
</div>
<p><br/><br />
Then, once it is installed and running (you must restart Firefox when asked for), there will be a colored monkey face in the status bar (if it is gray, you must enable the engine by clicking on it):</p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/08/GreaseMonkey_On.png" alt="GreaseMonkey_On" title="GreaseMonkey_On" width="227" height="22" class="aligncenter size-full wp-image-882" /></p>
<p>After that, you are finally prepared to install the script&#8230;</p>
<p><br/><br />
<a href="http://www.gnu.org/licenses/gpl-3.0.txt"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/gplv3-127x511.png" alt="GNU GPL v3" title="GNU GPL v3" width="127" height="51" class="aligncenter size-full wp-image-251" /></a> <span class="aligncenter">As usual, Hide WordPress Visual Editor Tab is licensed under the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GNU GPL v3</a> (attached)&#8230;</span></p>
<p><br/><br />
Now, finally, the link&#8230;</p>
<div align="center">
<p class="download"><a href="http://download.neoegm.com/software/hide-wordpress-visual-editor-tab/hide-wordpress-visual-editor-tab-1.01.user.js">Hide WordPress Visual Editor Tab 1.01</a></p>
</div>
<p><strong>Update:</strong> new version 1.01 which makes it also work when creating new posts and pages (it just worked when editing).<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="https://www.neoegm.com/tech/wordpress/how-to-remove-the-visual-tab-from-the-wordpress-post-page-editor/" title="wordpress remove visual tab">wordpress remove visual tab</a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/how-to-remove-the-visual-tab-from-the-wordpress-post-page-editor/" title="wordpress disable visual tab">wordpress disable visual tab</a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/how-to-remove-the-visual-tab-from-the-wordpress-post-page-editor/" title="remove visual tab wordpress">remove visual tab wordpress</a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/how-to-remove-the-visual-tab-from-the-wordpress-post-page-editor/" title="disable visual tab wordpress">disable visual tab wordpress</a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/how-to-remove-the-visual-tab-from-the-wordpress-post-page-editor/" title="remove html tab wordpress">remove html tab wordpress</a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/how-to-remove-the-visual-tab-from-the-wordpress-post-page-editor/" title="eliminar hoja en visual">eliminar hoja en visual</a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/how-to-remove-the-visual-tab-from-the-wordpress-post-page-editor/" title="wordpress remove visual editor">wordpress remove visual editor</a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/how-to-remove-the-visual-tab-from-the-wordpress-post-page-editor/" title="wordpress remove HTML tab">wordpress remove HTML tab</a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/how-to-remove-the-visual-tab-from-the-wordpress-post-page-editor/" title="access music on server from a client">access music on server from a client</a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/how-to-remove-the-visual-tab-from-the-wordpress-post-page-editor/" title="wordpress hide html tab">wordpress hide html tab</a></li>
</ul>
<div class='yarpp-related-rss'>
<strong><p>Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/wordpress/hide-wordpress-visual-editor-tab-1-01/" rel="bookmark" title="Hide WordPress Visual Editor Tab 1.01">Hide WordPress Visual Editor Tab 1.01 </a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/plugins/wp-no-format/" rel="bookmark" title="WP-No-Format WordPress Plugin (Prevent HTML Code Formatting/Modification)">WP-No-Format WordPress Plugin (Prevent HTML Code Formatting/Modification) </a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/how-to-fix-the-you-do-not-have-sufficient-permissions-to-access-this-page-message-in-wordpress/" rel="bookmark" title="How to fix the &#8220;You do not have sufficient permissions to access this page&#8221; message in WordPress">How to fix the &#8220;You do not have sufficient permissions to access this page&#8221; message in WordPress </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>https://www.neoegm.com/tech/wordpress/how-to-remove-the-visual-tab-from-the-wordpress-post-page-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
