<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
	<channel>
	<title>Interspire Product Knowledge Base - Support and Technical Questions</title>
	<link>http://www.interspire.com/support/kb</link>
	<description />
	<language>en-us</language>
	<copyright>http://www.interspire.com/support/kb</copyright>
	<generator>ActiveKB NX</generator>
	<webMaster>support@interspire.com</webMaster>
	<lastBuildDate>Sat, 21 Nov 2009 04:12:59 CST</lastBuildDate>
	<ttl>20</ttl>
	<item>
		<guid>http://www.interspire.com/support/kb/questions/153/</guid>
		<title>Can I change the domain name where my product is licensed to?</title>
		<link>http://www.interspire.com/support/kb/questions/153/</link>
		<description> Yes. We allow one license key change per product. To change the domain where your product is licensed to, please login to our client area and send through a support ticket. In the ticket, please  ...</description>
		<author>Allan Shone</author>
		<pubDate>Thu, 16 Apr 2009 01:01:55 GMT</pubDate>
	</item>
	<item>
		<guid>http://www.interspire.com/support/kb/questions/164/</guid>
		<title>How do I add a button to the DevEdit toolbar?</title>
		<link>http://www.interspire.com/support/kb/questions/164/</link>
		<description>The first thing you want to do is edit the config.js file in the de folder. If you are using DevEdit NX 1.9.2.4, you&#039;ll be looking for the common.js file. On line 67, you&#039;ll see this:[&#039;Fontname&#039;,&#039; ...</description>
		<author>Eddie Machaalani</author>
		<pubDate>Tue, 30 Oct 2007 03:29:37 GMT</pubDate>
	</item>
	<item>
		<guid>http://www.interspire.com/support/kb/questions/136/</guid>
		<title>How do I check the status of a support ticket i&#039;ve submitted?</title>
		<link>http://www.interspire.com/support/kb/questions/136/</link>
		<description>The best way to view the status of an inquiry you have submitted is by finding the confirmation email that was automatically sent to you at the time you submitted it.  If you can&#039;t find this email ...</description>
		<author>Rodney Amato</author>
		<pubDate>Tue, 10 Jul 2007 08:52:59 GMT</pubDate>
	</item>
	<item>
		<guid>http://www.interspire.com/support/kb/questions/174/</guid>
		<title>How do I copy and paste in the wysiwyg in FireFox ?</title>
		<link>http://www.interspire.com/support/kb/questions/174/</link>
		<description>Step 1. 
Type in about:config into the URL bar in your FireFox browser and press enter.
Step 2. Scroll down until you see the following option in the list:
&quot;signed.applets.codebase_principal_su ...</description>
		<author>Allan Shone</author>
		<pubDate>Tue, 10 Jul 2007 06:47:24 GMT</pubDate>
	</item>
	<item>
		<guid>http://www.interspire.com/support/kb/questions/288/</guid>
		<title>I receive a PHP warning: &quot;Notice: A session had already been started - ignoring session_start()&quot;. How do I fix this?</title>
		<link>http://www.interspire.com/support/kb/questions/288/</link>
		<description>This problem occurs when your PHP.INI file has session.autostart turned on. You&#039;ll need to turn this off by:1. Editing your PHP.INI file and setting it to off -- or contacting your web hosting pro ...</description>
		<author>Allan Shone</author>
		<pubDate>Tue, 10 Jul 2007 06:46:09 GMT</pubDate>
	</item>
	<item>
		<guid>http://www.interspire.com/support/kb/questions/215/</guid>
		<title>Does DevEdit work with PHP5?</title>
		<link>http://www.interspire.com/support/kb/questions/215/</link>
		<description>Yes, DevEdit works just fine with PHP5 and doesn&#039;t require any changes
or modifications to work, it works fine straight &#039;out of the box&#039;.</description>
		<author>Eddie Machaalani</author>
		<pubDate>Mon, 26 Feb 2007 00:26:09 GMT</pubDate>
	</item>
	<item>
		<guid>http://www.interspire.com/support/kb/questions/172/</guid>
		<title>How can I add &amp;lt;script&gt; tags using the writeHTMLContent or InsertHTML function?</title>
		<link>http://www.interspire.com/support/kb/questions/172/</link>
		<description>You may want to add a &amp;lt;script&amp;gt; tag to the HTML code you want to insert, such as when inserting a &quot;module&quot; for the end user etc. The simplest way around this is to break the &#039;&amp;lt;script&amp;gt;&#039;  ...</description>
		<author>Eddie Machaalani</author>
		<pubDate>Mon, 16 Oct 2006 09:40:40 GMT</pubDate>
	</item>
	<item>
		<guid>http://www.interspire.com/support/kb/questions/80/</guid>
		<title>Can you give me advice on implementing DevEdit into my CMS system?</title>
		<link>http://www.interspire.com/support/kb/questions/80/</link>
		<description>The basic idea behind DevEdit is the ability to replace the boring and functionless HTML TextArea tag with a WYSIWYG editor which will allows you to create HTML enriched text.The basic idea of wha ...</description>
		<author>Eddie Machaalani</author>
		<pubDate>Mon, 16 Oct 2006 08:02:54 GMT</pubDate>
	</item>
	<item>
		<guid>http://www.interspire.com/support/kb/questions/79/</guid>
		<title>I want to check the amount of code that will be submitted by the editor. Is this possible?</title>
		<link>http://www.interspire.com/support/kb/questions/79/</link>
		<description>You can check how many characters will be
submitted using the following JavaScript code. This code assumes that
you&#039;ve called the SetName function on your DevEdit control, and have
given it a n ...</description>
		<author>Eddie Machaalani</author>
		<pubDate>Wed, 19 Jul 2006 06:49:34 GMT</pubDate>
	</item>
	<item>
		<guid>http://www.interspire.com/support/kb/questions/78/</guid>
		<title>How can I set the focus of the cursor position in the editor?</title>
		<link>http://www.interspire.com/support/kb/questions/78/</link>
		<description>This is quite simple, and can be accomplished
with one line of JavaScript, placed in the onLoad function of the
&amp;lt;BODY&amp;gt; tag of your web page. Here&#039;s a sample to get you started
(note that  ...</description>
		<author>Eddie Machaalani</author>
		<pubDate>Wed, 19 Jul 2006 06:49:21 GMT</pubDate>
	</item>
	<item>
		<guid>http://www.interspire.com/support/kb/questions/76/</guid>
		<title>How can I load a value from a MySQL database, edit it and then save it again?</title>
		<link>http://www.interspire.com/support/kb/questions/76/</link>
		<description>This is easy to accomplish, so let&#039;s see an example. Firstly, create a database with one table:create database myDatabase;use myDatabase;create table myTable(keyId int auto_increment,content text, ...</description>
		<author>Eddie Machaalani</author>
		<pubDate>Wed, 19 Jul 2006 06:49:06 GMT</pubDate>
	</item>
	<item>
		<guid>http://www.interspire.com/support/kb/questions/75/</guid>
		<title>How can I load the contents of a file, edit it and then save it again?</title>
		<link>http://www.interspire.com/support/kb/questions/75/</link>
		<description>You can use DevEdit to load a HTML file, edit it and then save it again quite easily. Here&#039;s
some PHP code that will load a file called content.html and show its
HTML in the DevEdit control. You ...</description>
		<author>Eddie Machaalani</author>
		<pubDate>Wed, 19 Jul 2006 06:48:50 GMT</pubDate>
	</item>
	<item>
		<guid>http://www.interspire.com/support/kb/questions/74/</guid>
		<title>How do I set the initial HTML to be displayed in the DevEdit control when it&#039;s loaded?</title>
		<link>http://www.interspire.com/support/kb/questions/74/</link>
		<description>You need to call the SetValue function of the DevEdit class, which you can do like this:&amp;lt;?phpinclude(&quot;de/class.devedit.php&quot;);$myDE = new DevEdit;SetDevEditPath(&quot;/de&quot;);$myDE-&amp;gt;SetName(&quot;myDevEd ...</description>
		<author>Eddie Machaalani</author>
		<pubDate>Wed, 19 Jul 2006 06:48:38 GMT</pubDate>
	</item>
	<item>
		<guid>http://www.interspire.com/support/kb/questions/73/</guid>
		<title>Can I grab the DevEdit control as a variable?</title>
		<link>http://www.interspire.com/support/kb/questions/73/</link>
		<description>Yes. This will allow you to capture the entire
contents of the JavaScript and HTML code that needs to be output to
show the DevEdit control. Add this function to your
de/class.devedit.php file  ...</description>
		<author>Eddie Machaalani</author>
		<pubDate>Wed, 19 Jul 2006 06:48:24 GMT</pubDate>
	</item>
	<item>
		<guid>http://www.interspire.com/support/kb/questions/77/</guid>
		<title>How can I use JavaScript to set the value of the DevEdit control?</title>
		<link>http://www.interspire.com/support/kb/questions/77/</link>
		<description>There&#039;s quite a few ways to do this, but
here&#039;s the easiest. Simply use some JavaScript to set the content of
DevEdit when a button is clicked:&amp;lt;input type=&quot;button&quot; onClick=&quot;addContent()&quot; valu ...</description>
		<author>Eddie Machaalani</author>
		<pubDate>Sun, 05 Feb 2006 15:56:56 GMT</pubDate>
	</item>
	</channel>
</rss>
