<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>eSyndiCat Support Forums - Blogs</title>
		<link>http://www.esyndicat.com/forum/blog.php</link>
		<language>en</language>
		<lastBuildDate>Thu, 08 Jan 2009 22:04:44 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.esyndicat.com/forum/images/misc/rss.jpg</url>
			<title>eSyndiCat Support Forums - Blogs</title>
			<link>http://www.esyndicat.com/forum/blog.php</link>
		</image>
		<item>
			<title>User-end Privileges. User can delete your own listing.</title>
			<link>http://www.esyndicat.com/forum/blog.php?b=34</link>
			<pubDate>Thu, 04 Dec 2008 08:18:30 GMT</pubDate>
			<description>Greeting all,

This is related to post : http://www.esyndicat.com/forum/about16196.html

NOTICE: Instructions for latest 2.2.06 version + apply fix...</description>
			<content:encoded><![CDATA[<div>Greeting all,<br />
<br />
This is related to post : <a href="http://www.esyndicat.com/forum/about16196.html" target="_blank">http://www.esyndicat.com/forum/about16196.html</a><br />
<br />
<font color="red">NOTICE: Instructions for latest 2.2.06 version + apply fix (move listing bug) <a href="http://www.esyndicat.com/forum/project.php?issueid=329" target="_blank">http://www.esyndicat.com/forum/project.php?issueid=329</a> </font><br />
<br />
<br />
<b>[ Open your templates/your_templates/regular-listing-display.tpl ]</b><br />
<b>[ Find code ]</b><br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 34px;
		text-align: left;
		overflow: auto">
		<code style="white-space:nowrap">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">a&nbsp;href</span><span style="color: #007700">=</span><span style="color: #DD0000">"javascript<b></b>:&nbsp;void(0);"&nbsp;</span><span style="color: #0000BB">onclick</span><span style="color: #007700">=</span><span style="color: #DD0000">"esyndicat.common.moveListing({$listing.id});"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">img&nbsp;src</span><span style="color: #007700">=</span><span style="color: #DD0000">"{$img}move_16.png"&nbsp;</span><span style="color: #0000BB">alt</span><span style="color: #007700">=</span><span style="color: #DD0000">"{$lang.move_listing}"&nbsp;</span><span style="color: #0000BB">title</span><span style="color: #007700">=</span><span style="color: #DD0000">"{$lang.move_listing}"&nbsp;</span><span style="color: #007700">/&gt;&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</code>
	</div>
</div><b>[ After add code ]</b><br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 34px;
		text-align: left;
		overflow: auto">
		<code style="white-space:nowrap">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">a&nbsp;href</span><span style="color: #007700">=</span><span style="color: #DD0000">"javascript<b></b>:&nbsp;void(0);"&nbsp;</span><span style="color: #0000BB">onclick</span><span style="color: #007700">=</span><span style="color: #DD0000">"esyndicat.common.removeListing({$listing.id},&nbsp;{$account.id});"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">img&nbsp;src</span><span style="color: #007700">=</span><span style="color: #DD0000">"{$img}report_16.png"&nbsp;</span><span style="color: #0000BB">alt</span><span style="color: #007700">=</span><span style="color: #DD0000">"{$lang.remove_listing}"&nbsp;</span><span style="color: #0000BB">title</span><span style="color: #007700">=</span><span style="color: #DD0000">"{$lang.remove_listing}"&nbsp;</span><span style="color: #007700">/&gt;&lt;/</span><span style="color: #0000BB">a</span><span style="color: #007700">&gt;&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</code>
	</div>
</div><b>[ Save change ]</b><br />
<br />
The same actions you have to do for feature-listing-display.tpl, partner-listing-display.tpl, sponsored-listing-display.tpl<br />
<br />
<br />
<b>[ Open your template/your_template/js/esyndicat.common.js ]</b><br />
<b>[ Find code ]</b><br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 498px;
		text-align: left;
		overflow: auto">
		<code style="white-space:nowrap">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">moveListing</span><span style="color: #007700">:&nbsp;function(</span><span style="color: #0000BB">id</span><span style="color: #007700">)<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;</span><span style="color: #0000BB">html&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #DD0000">''</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;</span><span style="color: #0000BB">idLink&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">id</span><span style="color: #007700">;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(!</span><span style="color: #0000BB">confirm</span><span style="color: #007700">(</span><span style="color: #0000BB">esyndicat</span><span style="color: #007700">.</span><span style="color: #0000BB">lang</span><span style="color: #007700">.</span><span style="color: #0000BB">listing_move_confirmation</span><span style="color: #007700">))<br />&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;$(</span><span style="color: #DD0000">".moveto"</span><span style="color: #007700">).</span><span style="color: #0000BB">hide</span><span style="color: #007700">().empty();<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">html&nbsp;</span><span style="color: #007700">+=&nbsp;</span><span style="color: #DD0000">'&lt;fieldset&nbsp;style="collapsible"&gt;&lt;legend&gt;&lt;span&nbsp;id="change_category_text"&gt;'</span><span style="color: #007700">+&nbsp;</span><span style="color: #0000BB">esyndicat</span><span style="color: #007700">.</span><span style="color: #0000BB">lang</span><span style="color: #007700">.</span><span style="color: #0000BB">move_listing&nbsp;</span><span style="color: #007700">+</span><span style="color: #DD0000">'&lt;/span&gt;&lt;/legend&gt;'</span><span style="color: #007700">;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">html&nbsp;</span><span style="color: #007700">+=&nbsp;</span><span style="color: #DD0000">'&lt;div&nbsp;id="tree_'</span><span style="color: #007700">+&nbsp;</span><span style="color: #0000BB">idLink&nbsp;</span><span style="color: #007700">+</span><span style="color: #DD0000">'"&nbsp;class="tree"&gt;&lt;/div&gt;'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">html&nbsp;</span><span style="color: #007700">+=&nbsp;</span><span style="color: #DD0000">'&lt;/fieldset&gt;'</span><span style="color: #007700">;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;$(</span><span style="color: #DD0000">'#moveTo_'&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #0000BB">idLink</span><span style="color: #007700">).</span><span style="color: #0000BB">append</span><span style="color: #007700">(</span><span style="color: #0000BB">html</span><span style="color: #007700">).</span><span style="color: #0000BB">show</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;</span><span style="color: #0000BB">moveTree&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">esyndicat</span><span style="color: #007700">.</span><span style="color: #0000BB">tree</span><span style="color: #007700">({<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">id</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">'tree_'&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #0000BB">idLink</span><span style="color: #007700">,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">type</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">'radio'</span><span style="color: #007700">,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">state</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">''</span><span style="color: #007700">,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">hideRoot</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">callback</span><span style="color: #007700">:&nbsp;function()<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(!</span><span style="color: #0000BB">confirm</span><span style="color: #007700">(</span><span style="color: #0000BB">esyndicat</span><span style="color: #007700">.</span><span style="color: #0000BB">lang</span><span style="color: #007700">.</span><span style="color: #0000BB">listing_fin_move_confirmation</span><span style="color: #007700">))<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;</span><span style="color: #0000BB">idCat&nbsp;</span><span style="color: #007700">=&nbsp;$(</span><span style="color: #0000BB">this</span><span style="color: #007700">).</span><span style="color: #0000BB">attr</span><span style="color: #007700">(</span><span style="color: #DD0000">'id'</span><span style="color: #007700">).</span><span style="color: #0000BB">split</span><span style="color: #007700">(</span><span style="color: #DD0000">'_'</span><span style="color: #007700">)&#91;</span><span style="color: #0000BB">2</span><span style="color: #007700">&#93;;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$.</span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #DD0000">'move-listings.php'</span><span style="color: #007700">,&nbsp;{</span><span style="color: #0000BB">action</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">'moving'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">idcat</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">idCat</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">idlink</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">idLink</span><span style="color: #007700">},&nbsp;function(</span><span style="color: #0000BB">data</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(</span><span style="color: #DD0000">'#moveTo_'&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #0000BB">idLink</span><span style="color: #007700">).</span><span style="color: #0000BB">html</span><span style="color: #007700">(</span><span style="color: #0000BB">data</span><span style="color: #007700">).</span><span style="color: #0000BB">show</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;});<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if($(</span><span style="color: #DD0000">'#tdlisting'&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #0000BB">idLink</span><span style="color: #007700">).</span><span style="color: #0000BB">attr</span><span style="color: #007700">(</span><span style="color: #DD0000">'class'</span><span style="color: #007700">)&nbsp;!=&nbsp;</span><span style="color: #DD0000">'listing&nbsp;approval'</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(</span><span style="color: #DD0000">'#tdlisting'&nbsp;</span><span style="color: #007700">+&nbsp;</span><span style="color: #0000BB">idLink</span><span style="color: #007700">).</span><span style="color: #0000BB">attr</span><span style="color: #007700">(</span><span style="color: #DD0000">'class'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'listing&nbsp;approval'</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;}<br />});&nbsp;&nbsp;&nbsp;&nbsp;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">moveTree</span><span style="color: #007700">.</span><span style="color: #0000BB">init</span><span style="color: #007700">();<br />},&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</code>
	</div>
</div><b>[ After add code </b><br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 242px;
		text-align: left;
		overflow: auto">
		<code style="white-space:nowrap">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">removeListing</span><span style="color: #007700">:&nbsp;function(</span><span style="color: #0000BB">id</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">account</span><span style="color: #007700">)<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(!</span><span style="color: #0000BB">confirm</span><span style="color: #007700">(</span><span style="color: #DD0000">'Do&nbsp;you&nbsp;really&nbsp;want&nbsp;to&nbsp;remove&nbsp;this&nbsp;listing?'</span><span style="color: #007700">))<br />&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;}<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;$.</span><span style="color: #0000BB">post</span><span style="color: #007700">(</span><span style="color: #DD0000">'remove-listings.php'</span><span style="color: #007700">,&nbsp;{</span><span style="color: #0000BB">id</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">id</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">account</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">account</span><span style="color: #007700">},&nbsp;function(</span><span style="color: #0000BB">data</span><span style="color: #007700">)<br />&nbsp;&nbsp;&nbsp;&nbsp;{<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">alert</span><span style="color: #007700">(</span><span style="color: #0000BB">data</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">window</span><span style="color: #007700">.</span><span style="color: #0000BB">location&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">window</span><span style="color: #007700">.</span><span style="color: #0000BB">location</span><span style="color: #007700">.</span><span style="color: #0000BB">href</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;});<br />}&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</code>
	</div>
</div><b>[ Save change ]</b><br />
<br />
<br />
<b>[ Create the remove-listing.php in the ROOT of directory with code ]</b><br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 498px;
		text-align: left;
		overflow: auto">
		<code style="white-space:nowrap">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">&lt;?php<br /></span><span style="color: #FF8000">//##copyright##<br /><br /></span><span style="color: #007700">if(</span><span style="color: #0000BB">preg_match</span><span style="color: #007700">(</span><span style="color: #DD0000">"/\D/"</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$_POST</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'id'</span><span style="color: #007700">&#93;)&nbsp;||&nbsp;</span><span style="color: #0000BB">preg_match</span><span style="color: #007700">(</span><span style="color: #DD0000">"/\D/"</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$_POST</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'account'</span><span style="color: #007700">&#93;))<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">header</span><span style="color: #007700">(</span><span style="color: #DD0000">"HTTP/1.1&nbsp;404&nbsp;Not&nbsp;found"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;print(</span><span style="color: #DD0000">"Powered&nbsp;By&nbsp;eSyndicat&nbsp;"</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;die();&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />}<br /><br /></span><span style="color: #0000BB">header</span><span style="color: #007700">(</span><span style="color: #DD0000">"Expires:&nbsp;Mon,&nbsp;26&nbsp;Jul&nbsp;1997&nbsp;05:00:00&nbsp;GMT"</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">header</span><span style="color: #007700">(</span><span style="color: #DD0000">"Last-Modified:&nbsp;"&nbsp;</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">gmdate</span><span style="color: #007700">(</span><span style="color: #DD0000">"D,&nbsp;d&nbsp;M&nbsp;Y&nbsp;H:i:s"</span><span style="color: #007700">)&nbsp;.&nbsp;</span><span style="color: #DD0000">"GMT"</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">header</span><span style="color: #007700">(</span><span style="color: #DD0000">"Cache-Control:&nbsp;no-store,&nbsp;no-cache,&nbsp;must-revalidate"</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">header</span><span style="color: #007700">(</span><span style="color: #DD0000">"Pragma:&nbsp;no-cache"</span><span style="color: #007700">);<br /><br />require_once(</span><span style="color: #0000BB">dirname</span><span style="color: #007700">(</span><span style="color: #0000BB">__FILE__</span><span style="color: #007700">).</span><span style="color: #0000BB">DIRECTORY_SEPARATOR</span><span style="color: #007700">.</span><span style="color: #DD0000">'includes'</span><span style="color: #007700">.</span><span style="color: #0000BB">DIRECTORY_SEPARATOR</span><span style="color: #007700">.</span><span style="color: #DD0000">'header.php'</span><span style="color: #007700">);<br />require_once(</span><span style="color: #0000BB">ESYN_CLASSES</span><span style="color: #007700">.</span><span style="color: #DD0000">'esynJSON.php'</span><span style="color: #007700">);<br /><br /></span><span style="color: #0000BB">$json&nbsp;</span><span style="color: #007700">=&nbsp;new&nbsp;</span><span style="color: #0000BB">Services_JSON</span><span style="color: #007700">();<br /><br /></span><span style="color: #0000BB">$idLink&nbsp;</span><span style="color: #007700">=&nbsp;(int)</span><span style="color: #0000BB">$_POST</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'id'</span><span style="color: #007700">&#93;;<br /></span><span style="color: #0000BB">$idAccount&nbsp;</span><span style="color: #007700">=&nbsp;(int)</span><span style="color: #0000BB">$_POST</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'account'</span><span style="color: #007700">&#93;;<br /><br /></span><span style="color: #0000BB">$idLink&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">esynSanitize</span><span style="color: #007700">::</span><span style="color: #0000BB">sql</span><span style="color: #007700">(</span><span style="color: #0000BB">$idLink</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">$idAccount&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">esynSanitize</span><span style="color: #007700">::</span><span style="color: #0000BB">sql</span><span style="color: #007700">(</span><span style="color: #0000BB">$idAccount</span><span style="color: #007700">);<br /><br /></span><span style="color: #0000BB">$esynDb</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">setTable</span><span style="color: #007700">(</span><span style="color: #DD0000">'listings'</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">$listing_exist&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$esynDb</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">row</span><span style="color: #007700">(</span><span style="color: #DD0000">"`account_id`"</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"`id`&nbsp;=&nbsp;'{$idLink}'&nbsp;AND&nbsp;`account_id`&nbsp;=&nbsp;'{$idAccount}'"</span><span style="color: #007700">);<br /><br />if(</span><span style="color: #0000BB">$listing_exist</span><span style="color: #007700">)<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$result&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$esynDb</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">delete</span><span style="color: #007700">(</span><span style="color: #DD0000">"`id`&nbsp;=&nbsp;'{$idLink}'&nbsp;AND&nbsp;`account_id`&nbsp;=&nbsp;'{$idAccount}'"</span><span style="color: #007700">);<br />}<br /><br /></span><span style="color: #0000BB">$esynDb</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">resetTable</span><span style="color: #007700">();<br /><br />if(</span><span style="color: #0000BB">$result</span><span style="color: #007700">)<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;</span><span style="color: #DD0000">"Listing&nbsp;has&nbsp;been&nbsp;deleted"</span><span style="color: #007700">;<br />}<br />else<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;echo&nbsp;</span><span style="color: #DD0000">"Error&nbsp;while&nbsp;deleting&nbsp;listing"</span><span style="color: #007700">;<br />}<br /><br /></span><span style="color: #0000BB">?&gt;</span>
</span>
</code><!-- php buffer end -->
		</code>
	</div>
</div><b>[ Save change ]</b><br />
<br />
<br />
Also I have attached the remove-listing.php and esyndicat.common.js files.</div>


<!-- attachments -->
	<div style="margin-top:10px">

		
		
		
		
			<fieldset class="fieldset">
				<legend>Attached Files</legend>
				<table cellpadding="0" cellspacing="3" border="0">
				<tr>
	<td><img class="inlineimg" src="http://www.esyndicat.com/forum/images/attach/zip.gif" alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.esyndicat.com/forum/blog_attachment.php?attachmentid=2&amp;d=1228378666">remove-listings.zip</a> (716 Bytes, 8 views)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://www.esyndicat.com/forum/images/attach/zip.gif" alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.esyndicat.com/forum/blog_attachment.php?attachmentid=3&amp;d=1228378690">esyndicat.common.zip</a> (1.2 KB, 6 views)</td>
</tr>
				</table>
			</fieldset>
		

	</div>
<!-- / attachments -->
]]></content:encoded>
			<dc:creator>Sergey Ten</dc:creator>
			<guid isPermaLink="true">http://www.esyndicat.com/forum/blog.php?b=34</guid>
		</item>
		<item>
			<title>Submit listing link in breadcrumb</title>
			<link>http://www.esyndicat.com/forum/blog.php?b=33</link>
			<pubDate>Tue, 25 Nov 2008 04:53:19 GMT</pubDate>
			<description><![CDATA[Greeting,

If you want to have link to suggest listing page in the breadcrumb you have to do the following:


*[ Open your index.php ]*
*[ Find code...]]></description>
			<content:encoded><![CDATA[<div>Greeting,<br />
<br />
If you want to have link to suggest listing page in the breadcrumb you have to do the following:<br />
<br />
<br />
<b>[ Open your index.php ]</b><br />
<b>[ Find code ]</b><br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 34px;
		text-align: left;
		overflow: auto">
		<code style="white-space:nowrap">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">$breadcrumb&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$gDirLayout</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">printBreadcrumb</span><span style="color: #007700">(</span><span style="color: #0000BB">$id</span><span style="color: #007700">,</span><span style="color: #DD0000">''</span><span style="color: #007700">,</span><span style="color: #0000BB">false</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$rootNoFollow</span><span style="color: #007700">);&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</code>
	</div>
</div><b>[ Replace with ]</b><br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 82px;
		text-align: left;
		overflow: auto">
		<code style="white-space:nowrap">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">$addToBreadcrimb</span><span style="color: #007700">&#91;</span><span style="color: #0000BB">0</span><span style="color: #007700">&#93;&#91;</span><span style="color: #DD0000">'url'</span><span style="color: #007700">&#93;&nbsp;=&nbsp;</span><span style="color: #DD0000">'suggest-listing.php?id='</span><span style="color: #007700">.</span><span style="color: #0000BB">$id</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">$addToBreadcrimb</span><span style="color: #007700">&#91;</span><span style="color: #0000BB">0</span><span style="color: #007700">&#93;&#91;</span><span style="color: #DD0000">'caption'</span><span style="color: #007700">&#93;&nbsp;=&nbsp;</span><span style="color: #DD0000">'Add&nbsp;your&nbsp;listing&nbsp;to&nbsp;this&nbsp;category'</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /></span><span style="color: #0000BB">$breadcrumb&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$gDirLayout</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">printBreadcrumb</span><span style="color: #007700">(</span><span style="color: #0000BB">$id</span><span style="color: #007700">,</span><span style="color: #0000BB">$addToBreadcrimb</span><span style="color: #007700">,</span><span style="color: #0000BB">false</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$rootNoFollow</span><span style="color: #007700">);&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</code>
	</div>
</div><b>[ Save change ]</b><br />
<br />
<br />
<b>[ Open your templates/your_template/Layout.php ]</b><br />
<b>[ Find function printBreadcrumb ]</b><br />
<b>[ Find code in the function ]</b><br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 34px;
		text-align: left;
		overflow: auto">
		<code style="white-space:nowrap">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$item</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'url'</span><span style="color: #007700">&#93;&nbsp;&amp;&amp;&nbsp;(</span><span style="color: #0000BB">$cnt&nbsp;</span><span style="color: #007700">!=&nbsp;</span><span style="color: #0000BB">$i</span><span style="color: #007700">))&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</code>
	</div>
</div><b>[ Replace with ]</b><br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 34px;
		text-align: left;
		overflow: auto">
		<code style="white-space:nowrap">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">if&nbsp;(</span><span style="color: #0000BB">$item</span><span style="color: #007700">&#91;</span><span style="color: #DD0000">'url'</span><span style="color: #007700">&#93;)&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</code>
	</div>
</div><b>[ Save change ]</b></div>

]]></content:encoded>
			<dc:creator>Sergey Ten</dc:creator>
			<guid isPermaLink="true">http://www.esyndicat.com/forum/blog.php?b=33</guid>
		</item>
		<item>
			<title><![CDATA["Please Wait" loader for suggest listing page]]></title>
			<link>http://www.esyndicat.com/forum/blog.php?b=32</link>
			<pubDate>Fri, 14 Nov 2008 10:03:00 GMT</pubDate>
			<description>Hello all,

I thought over the modification and today bearaman (http://www.esyndicat.com/forum/member.php?u=12981) has requested it. So I decided to...</description>
			<content:encoded><![CDATA[<div>Hello all,<br />
<br />
I thought over the modification and today <a href="http://www.esyndicat.com/forum/member.php?u=12981" target="_blank">bearaman</a> has requested it. So I decided to make the modification.<br />
<br />
<a href="http://sten.intellitests.com/suggest-listing.php?id=0" target="_blank">demo</a><br />
<br />
<br />
<b>[ Open your templates/your_template/css/style.css ]</b><br />
<b>[ Add this code at the end of file ]</b><br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 498px;
		text-align: left;
		overflow: auto">
		<code style="white-space:nowrap">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #FF8000">#loading-mask<br /></span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">position</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">absolute</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">left</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">top</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">width</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">100</span><span style="color: #007700">%;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">height</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">100</span><span style="color: #007700">%;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">z</span><span style="color: #007700">-</span><span style="color: #0000BB">index</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">20000</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">background</span><span style="color: #007700">-</span><span style="color: #0000BB">color</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">white</span><span style="color: #007700">;<br />}<br /></span><span style="color: #FF8000">#loading<br /></span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">position</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">absolute</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">left</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">45</span><span style="color: #007700">%;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">top</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">40</span><span style="color: #007700">%;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">padding</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">2px</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">z</span><span style="color: #007700">-</span><span style="color: #0000BB">index</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">20001</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">height</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">auto</span><span style="color: #007700">;<br />}<br /></span><span style="color: #FF8000">#loading&nbsp;img&nbsp;<br /></span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">margin</span><span style="color: #007700">-</span><span style="color: #0000BB">bottom</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">5px</span><span style="color: #007700">;<br />}<br /></span><span style="color: #FF8000">#loading&nbsp;.loading-indicator<br /></span><span style="color: #007700">{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">background</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">white</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">color</span><span style="color: #007700">:&nbsp;</span><span style="color: #FF8000">#555;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">font</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">bold&nbsp;13px&nbsp;tahoma</span><span style="color: #007700">,</span><span style="color: #0000BB">arial</span><span style="color: #007700">,</span><span style="color: #0000BB">helvetica</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">padding</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">10px</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">margin</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">text</span><span style="color: #007700">-</span><span style="color: #0000BB">align</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">center</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">height</span><span style="color: #007700">:&nbsp;</span><span style="color: #0000BB">auto</span><span style="color: #007700">;<br />}&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</code>
	</div>
</div><b>[ Save change ]</b><br />
<br />
<br />
<b>[ Open your templates/your_template/suggest-listing.tpl ]</b><br />
<b>[ Find code ]</b><br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 210px;
		text-align: left;
		overflow: auto">
		<code style="white-space:nowrap">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">{if&nbsp;</span><span style="color: #0000BB">$msg</span><span style="color: #007700">}<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">div&nbsp;id</span><span style="color: #007700">=</span><span style="color: #DD0000">"notifBox"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{if&nbsp;</span><span style="color: #0000BB">$error</span><span style="color: #007700">}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"error"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">ol</span><span style="color: #007700">&gt;{</span><span style="color: #0000BB">$msg</span><span style="color: #007700">}&lt;/</span><span style="color: #0000BB">ol</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{else}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"notification"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">ol</span><span style="color: #007700">&gt;{</span><span style="color: #0000BB">$msg</span><span style="color: #007700">}&lt;/</span><span style="color: #0000BB">ol</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">script&nbsp;type</span><span style="color: #007700">=</span><span style="color: #DD0000">"text/javascript"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">sessvars</span><span style="color: #007700">.$.</span><span style="color: #0000BB">clearMem</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&lt;/script&gt;<br /></span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{/if}<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;<br />{/if}&nbsp;<br /></span>
</code><!-- php buffer end -->
		</code>
	</div>
</div><b>[ After add code ]</b><br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 82px;
		text-align: left;
		overflow: auto">
		<code style="white-space:nowrap">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #007700">&lt;</span><span style="color: #0000BB">div&nbsp;id</span><span style="color: #007700">=</span><span style="color: #DD0000">"loading-mask"&nbsp;</span><span style="color: #0000BB">style</span><span style="color: #007700">=</span><span style="color: #DD0000">""</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&lt;</span><span style="color: #0000BB">div&nbsp;id</span><span style="color: #007700">=</span><span style="color: #DD0000">"loading"</span><span style="color: #007700">&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="color: #0000BB">div&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"loading-indicator"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">img&nbsp;src</span><span style="color: #007700">=</span><span style="color: #DD0000">"templates/{$config.tmpl}/img/pre-loader.gif"&nbsp;</span><span style="color: #0000BB">width</span><span style="color: #007700">=</span><span style="color: #DD0000">"32"&nbsp;</span><span style="color: #0000BB">height</span><span style="color: #007700">=</span><span style="color: #DD0000">"32"&nbsp;</span><span style="color: #0000BB">style</span><span style="color: #007700">=</span><span style="color: #DD0000">"margin-right:8px;"&nbsp;</span><span style="color: #0000BB">align</span><span style="color: #007700">=</span><span style="color: #DD0000">"absmiddle"</span><span style="color: #007700">/&gt;</span><span style="color: #0000BB">Loading</span><span style="color: #007700">...&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;<br />&lt;/</span><span style="color: #0000BB">div</span><span style="color: #007700">&gt;&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</code>
	</div>
</div><b>[ Save change ]</b><br />
<br />
<br />
<b>[ Open your templates/your_template/js/suggest.js ]</b><br />
<b>[ Find code ]</b><br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 322px;
		text-align: left;
		overflow: auto">
		<code style="white-space:nowrap">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB"></span><span style="color: #FF8000">/*&nbsp;Save&nbsp;button&nbsp;event&nbsp;*/<br /></span><span style="color: #007700">$(</span><span style="color: #DD0000">'#saveChanges'</span><span style="color: #007700">).</span><span style="color: #0000BB">click</span><span style="color: #007700">(function()<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">/*&nbsp;Conversion&nbsp;forms&nbsp;*/<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">fields</span><span style="color: #007700">.</span><span style="color: #0000BB">conversion</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">deepLinks</span><span style="color: #007700">.</span><span style="color: #0000BB">conversion</span><span style="color: #007700">();<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #FF8000">/*&nbsp;Saving&nbsp;the&nbsp;current&nbsp;values&nbsp;*/<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">sessvars</span><span style="color: #007700">.</span><span style="color: #0000BB">fields&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">fields</span><span style="color: #007700">.</span><span style="color: #0000BB">getLastState</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">sessvars</span><span style="color: #007700">.</span><span style="color: #0000BB">deepLinks&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">deepLinks</span><span style="color: #007700">.</span><span style="color: #0000BB">getLastState</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">sessvars</span><span style="color: #007700">.</span><span style="color: #0000BB">idPlan&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">fields</span><span style="color: #007700">.</span><span style="color: #0000BB">getIdPlan</span><span style="color: #007700">();<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">esyndicat</span><span style="color: #007700">.</span><span style="color: #0000BB">display</span><span style="color: #007700">(</span><span style="color: #DD0000">'notifBox'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'hide'</span><span style="color: #007700">);<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">esyndicat</span><span style="color: #007700">.</span><span style="color: #0000BB">display</span><span style="color: #007700">($(</span><span style="color: #0000BB">this</span><span style="color: #007700">),&nbsp;</span><span style="color: #DD0000">'hide'</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">esyndicat</span><span style="color: #007700">.</span><span style="color: #0000BB">display</span><span style="color: #007700">(</span><span style="color: #DD0000">'divSuggestButton'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'show'</span><span style="color: #007700">);<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;</span><span style="color: #0000BB">false</span><span style="color: #007700">;<br />});&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</code>
	</div>
</div><b>[ After add code ]</b><br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 98px;
		text-align: left;
		overflow: auto">
		<code style="white-space:nowrap">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">setTimeout</span><span style="color: #007700">(function()<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;$(</span><span style="color: #DD0000">'#loading'</span><span style="color: #007700">).</span><span style="color: #0000BB">remove</span><span style="color: #007700">();<br />&nbsp;&nbsp;&nbsp;&nbsp;$(</span><span style="color: #DD0000">'#loading-mask'</span><span style="color: #007700">).</span><span style="color: #0000BB">fadeOut</span><span style="color: #007700">(</span><span style="color: #0000BB">1000</span><span style="color: #007700">).</span><span style="color: #0000BB">remove</span><span style="color: #007700">();<br />},&nbsp;</span><span style="color: #0000BB">450</span><span style="color: #007700">);&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</code>
	</div>
</div><b>[ Save change ]</b><br />
<br />
<br />
Also you have to upload the &quot;pre-loader.gif&quot; file I have attached to &quot;templates/your_template/img/&quot; folder.</div>


<!-- attachments -->
	<div style="margin-top:10px">

		
		
		
			<fieldset class="fieldset">
				<legend>Attached Images</legend>
				<table cellpadding="0" cellspacing="3" border="0">
				<tr>
	<td><img class="inlineimg" src="http://www.esyndicat.com/forum/images/attach/gif.gif" alt="File Type: gif" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.esyndicat.com/forum/blog_attachment.php?attachmentid=1&amp;d=1226656968">pre-loader.gif</a> (8.6 KB, 37 views)</td>
</tr>
				</table>
				</fieldset>
		
		
			<fieldset class="fieldset">
				<legend>Attached Files</legend>
				<table cellpadding="0" cellspacing="3" border="0">
				
				</table>
			</fieldset>
		

	</div>
<!-- / attachments -->
]]></content:encoded>
			<dc:creator>Sergey Ten</dc:creator>
			<guid isPermaLink="true">http://www.esyndicat.com/forum/blog.php?b=32</guid>
		</item>
		<item>
			<title>Change the subcategories displaing</title>
			<link>http://www.esyndicat.com/forum/blog.php?b=31</link>
			<pubDate>Wed, 05 Nov 2008 04:16:51 GMT</pubDate>
			<description><![CDATA[Q: How can I lay out my sub-categories in order so that they do not wrap around but simply appear one below the other?

A:

*[ Open your...]]></description>
			<content:encoded><![CDATA[<div>Q: How can I lay out my sub-categories in order so that they do not wrap around but simply appear one below the other?<br />
<br />
A:<br />
<br />
<b>[ Open your templates/your_template/Layout.php ]</b><br />
<b>[ Find function printCategories ]</b><br />
<b>[ Find code in the function ]</b><br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 34px;
		text-align: left;
		overflow: auto">
		<code style="white-space:nowrap">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">$divid&nbsp;</span><span style="color: #007700">=&nbsp;(</span><span style="color: #0000BB">$cnt2&nbsp;</span><span style="color: #007700">&lt;&nbsp;</span><span style="color: #0000BB">$min</span><span style="color: #007700">)&nbsp;?&nbsp;</span><span style="color: #DD0000">',&nbsp;'&nbsp;</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">''</span><span style="color: #007700">;&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</code>
	</div>
</div><b>[ Replace with ]</b><br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 34px;
		text-align: left;
		overflow: auto">
		<code style="white-space:nowrap">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">$divid&nbsp;</span><span style="color: #007700">=&nbsp;(</span><span style="color: #0000BB">$cnt2&nbsp;</span><span style="color: #007700">&lt;&nbsp;</span><span style="color: #0000BB">$min</span><span style="color: #007700">)&nbsp;?&nbsp;</span><span style="color: #DD0000">'&lt;br&nbsp;/&gt;'&nbsp;</span><span style="color: #007700">:&nbsp;</span><span style="color: #DD0000">''</span><span style="color: #007700">;&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</code>
	</div>
</div><b>[ Save change ]</b></div>

]]></content:encoded>
			<dc:creator>Sergey Ten</dc:creator>
			<guid isPermaLink="true">http://www.esyndicat.com/forum/blog.php?b=31</guid>
		</item>
		<item>
			<title>How to enable debug mode</title>
			<link>http://www.esyndicat.com/forum/blog.php?b=30</link>
			<pubDate>Tue, 04 Nov 2008 04:52:57 GMT</pubDate>
			<description><![CDATA[*[ Open your includes/config.inc.php ]*
*[ Find code ]*


PHP:
---------
define("ESYN_DEBUG", 0);
---------
*[ Replace with ]*]]></description>
			<content:encoded><![CDATA[<div><b>[ Open your includes/config.inc.php ]</b><br />
<b>[ Find code ]</b><br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 34px;
		text-align: left;
		overflow: auto">
		<code style="white-space:nowrap">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">define</span><span style="color: #007700">(</span><span style="color: #DD0000">"ESYN_DEBUG"</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">);&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</code>
	</div>
</div><b>[ Replace with ]</b><br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">PHP Code:</div>
	<div class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 34px;
		text-align: left;
		overflow: auto">
		<code style="white-space:nowrap">
			<!-- php buffer start --><code><span style="color: #000000">
<span style="color: #0000BB">define</span><span style="color: #007700">(</span><span style="color: #DD0000">"ESYN_DEBUG"</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">);&nbsp;<br /></span><span style="color: #0000BB"></span>
</span>
</code><!-- php buffer end -->
		</code>
	</div>
</div><b>[ Save change ]</b></div>

]]></content:encoded>
			<dc:creator>Sergey Ten</dc:creator>
			<guid isPermaLink="true">http://www.esyndicat.com/forum/blog.php?b=30</guid>
		</item>
		<item>
			<title>Plugins System</title>
			<link>http://www.esyndicat.com/forum/blog.php?b=29</link>
			<pubDate>Thu, 16 Oct 2008 05:28:10 GMT</pubDate>
			<description>Greeting,

I have made global changes in the eSyndiCat script which related to plugins system. 

Now there is plugins folder in the root directory of...</description>
			<content:encoded><![CDATA[<div>Greeting,<br />
<br />
I have made global changes in the eSyndiCat script which related to plugins system. <br />
<br />
Now there is plugins folder in the root directory of the script. All plugins will copy to this folder and after will install via admin panel. This system of installation plugins is similar as Subrion CMS.<br />
<br />
Also I decided to include the ExtJS JavaScript library for displaying all data. Now I have added to script the ExtJS Grid component and other small widgets.<br />
<br />
Now I can only post the screenshots from my admin panel.<br />
<br />
btw. I will notify all testers via pms about updating proccess asap.<br />
<br />
<br />
Screenshots:<br />
<br />
#1 The new Manage Plugins section (clickable):<br />
<a href="http://sten.intellitests.com/screenshots/manage-plugins-page.jpg" target="_blank"> <img src="http://sten.intellitests.com/screenshots/manage-plugins-page-small.jpg" border="0" alt="" /> </a><br />
<br />
<br />
#2 News Plugin. Adding news (clickable).<br />
<a href="http://sten.intellitests.com/screenshots/add-news.jpg" target="_blank"> <img src="http://sten.intellitests.com/screenshots/add-news-small.jpg" border="0" alt="" /> </a></div>

]]></content:encoded>
			<dc:creator>Sergey Ten</dc:creator>
			<guid isPermaLink="true">http://www.esyndicat.com/forum/blog.php?b=29</guid>
		</item>
		<item>
			<title>Enduring Advantages of the .NET Framework</title>
			<link>http://www.esyndicat.com/forum/blog.php?b=28</link>
			<pubDate>Wed, 15 Oct 2008 06:21:54 GMT</pubDate>
			<description>NET 3.5 has passed the six-month mark since being officially released so this seems a good time to strip the hype away and focus on just why the...</description>
			<content:encoded><![CDATA[<div>NET 3.5 has passed the six-month mark since being officially released so this seems a good time to strip the hype away and focus on just why the Microsoft offering of Web-ready building-block applications is here to stay.  Herewith a mere handful of the strategic advantages afforded by the ever-expanding NET framework set of technologies:<br />
<br />
1.	Dramatic boosts in performance with pages enabled for output caching.  After executing a page and sending it to the requesting user, NET framework components leave the result in memory and serve the cached version when another user requests the same page (or part of it).  This reduces the communication load with the back-end database, too.<br />
<br />
2.	Leveraging a broader set of stock knowledge in programming languages.  On top of VBScript and Jscript, teams of NET framework architects like those at well-regarded HyTech Professionals (<a href="http://www.hytechpro.com" target="_blank">www.hytechpro.com</a>) in Nashua (NH) code in no less than 25 languages like C#, VB.NET, JScript.NET, and Visual Studio 2008.  This is pretty much what you’d expect for a Microsoft Certified Gold Partner that delivers over 100 applications every year on the NET framework.<br />
<br />
3.	Great administrative and project management tools over the development life cycle.  VS.NET enterprise edition helps with planning, analysis, four modeling options, three test tool classes, and productivity owing to a slew of templates.<br />
<br />
4.	Under Reporting Services 2005, default access security relies on the organization hewing to Windows Authentication mode.  For Web-facing applications and to provide reports through the company firewall, happily, one can a write a bit of .NET code under the NET framework IAuthenticationExtension security extension interface so as to override the default and deploy a third-party security manager.</div>

]]></content:encoded>
			<dc:creator>hytechpro</dc:creator>
			<guid isPermaLink="true">http://www.esyndicat.com/forum/blog.php?b=28</guid>
		</item>
		<item>
			<title>Where the J2EE Application Server Stands in the Scheme of Things</title>
			<link>http://www.esyndicat.com/forum/blog.php?b=27</link>
			<pubDate>Thu, 25 Sep 2008 07:16:34 GMT</pubDate>
			<description>As the Java web servers of old housed servlets or JSPs, so J2EE application servers are the containers for Enterprise JavaBean (EJBs) framework...</description>
			<content:encoded><![CDATA[<div>As the Java web servers of old housed servlets or JSPs, so J2EE application servers are the containers for Enterprise JavaBean (EJBs) framework components.  That is, every J2EE application server provides a range of services to EJBs and manages their lifecycle.  Understanding this architectural framework is core to working with the distributed-processing, multi-tier and Web-ready potential of the platform.<br />
<br />
The learning curve is steep but taking advantage of J2EE application servers (and other J2EE technologies) enables one to reap great benefits like having to do less custom coding and considerably quicker turnaround of more robust applications.  It pays to master the J2EE SDK for the necessary packaging and development utilities.  One also needs to pay more attention to the underlying processes, like the way a J2EE application server completely takes over the management of Entity EJBs, lest over-reliance on remote interfaces and multiple JVM’s result in a messaging overload that slows the system to a crawl.  The result?  Unhappy end-users.<br />
<br />
For the many companies out there wanting to move up from legacy client-server Oracle, Notes or Access set-up’s, it a huge comfort to know that J2EE developers like the end-to-end developers up north in Nashua’s (NH) HyTech Professionals (www.hytechpro.com) are past masters at configuring J2EE application servers.  At least, they had an abundance of success stories and completed projects, many about migrating and porting older architectures to the J2EE application server framework.</div>

]]></content:encoded>
			<dc:creator>hytechpro</dc:creator>
			<guid isPermaLink="true">http://www.esyndicat.com/forum/blog.php?b=27</guid>
		</item>
		<item>
			<title>What to Look for in a Hyper-Effective Team of J2EE Developers</title>
			<link>http://www.esyndicat.com/forum/blog.php?b=26</link>
			<pubDate>Thu, 04 Sep 2008 10:08:55 GMT</pubDate>
			<description>J2EE may be free open-source and, in the hands of the right developer, a powerful platform for multi-tier, Web-based applications.  But easy it is...</description>
			<content:encoded><![CDATA[<div>J2EE may be free open-source and, in the hands of the right developer, a powerful platform for multi-tier, Web-based applications.  But easy it is not.  Given technology that sees some new development practically every month, how do you find and screen highly effective J2EE developers?<br />
<br />
Whether hiring for an in-house IT group or looking to outsource to an independent applications provider, the first step is to have a Java Architect working for you, not just a first-line, order-taker J2EE developer.  This means broadminded thinkers who understand your business need, can conceptualize all the system components you need, and direct the J2EE developer team to ably link backend databases and servers, middleware and presentation layers.<br />
<br />
At a software house like HyTech Professionals up in Nashua (NH), J2EE developers need not dazzle the unwary client with a blizzard of acronyms.  An end-user organization gets much more comfortable learning from these quietly competent HyTech folks (<a href="http://www.hytechpro.com" target="_blank">www.hytechpro.com</a>) about their completed Java systems integration work and end-to-end implementation of mission-critical J2EE applications.<br />
<br />
For now, some parting advice: look askance at any J2EE developer still mired in pre-2005 technology like Enterprise Java Beans.  Applications built solely with EJB are so irritatingly intrusive, hard to test and force such illogical design decisions.  This is why a team of Java developers already comfortable with the Spring and Hibernate frameworks will be more likely to deliver what you want on time and under budget.</div>

]]></content:encoded>
			<dc:creator>hytechpro</dc:creator>
			<guid isPermaLink="true">http://www.esyndicat.com/forum/blog.php?b=26</guid>
		</item>
		<item>
			<title>New dropdown menu in the suggest listing page</title>
			<link>http://www.esyndicat.com/forum/blog.php?b=25</link>
			<pubDate>Wed, 13 Aug 2008 08:40:43 GMT</pubDate>
			<description>Greeting,

Today I have added new dropdown menu for selecting categories in the suggest listing page. We found the JQuery (http://jquery.com/) plugin...</description>
			<content:encoded><![CDATA[<div>Greeting,<br />
<br />
Today I have added new dropdown menu for selecting categories in the suggest listing page. We found the <a href="http://jquery.com/" target="_blank">JQuery</a> plugin <a href="http://www.givainc.com/labs/mcdropdown_jquery_plugin.htm" target="_blank">mcDropdown</a> You can test dropdown menu here :<br />
<a href="http://sten.intellitests.com/" target="_blank">http://sten.intellitests.com/</a> <br />
<br />
Of course it will be included to our next version.</div>

]]></content:encoded>
			<dc:creator>Sergey Ten</dc:creator>
			<guid isPermaLink="true">http://www.esyndicat.com/forum/blog.php?b=25</guid>
		</item>
		<item>
			<title>J2EE Server</title>
			<link>http://www.esyndicat.com/forum/blog.php?b=24</link>
			<pubDate>Tue, 12 Aug 2008 11:31:24 GMT</pubDate>
			<description>Last time, I pointed out that the continuing lack of J2EE Enterprise Architects and Business Component Developers puts a crimp on plans by Global...</description>
			<content:encoded><![CDATA[<div>Last time, I pointed out that the continuing lack of J2EE Enterprise Architects and Business Component Developers puts a crimp on plans by Global 2000 enterprises to migrate their applications to the Web.  The other huge hindrance, revealed by a Precision Marketing Group survey a couple of months back, is the complexity of transitioning from legacy client/server frameworks to Web-ready J2EE servers.<br />
<br />
Taking the survey at face value, one would have to believe that nearly 99 percent – that’s virtually everyone, folks – of these large, globe-spanning businesses are still stuck in Microsoft Access, Lotus Notes and Oracle Forms client/server tools, obviously never intended for Web applications.  Even those enterprises that already have some rudimentary Java team in-house complain they still lack the skilled developers to architect and maintain J2EE servers.  Without well-administered J2EE servers, there is just no way to attain rich internet applications like wikis, portals or CMS.<br />
<br />
Until in-house capabilities can be beefed up and true point-and-click J2EE server admin utilities become available, leading enterprises wishing to leverage the power of the Web have the option to outsource mission-critical development to system integrators or experienced and fleet-footed third-party application developers.  There’s no lack of the latter and on a trip to Nashua (NH), I chanced across HyTech Professionals (<a href="http://www.hytechpro.com" target="_blank">www.hytechpro.com</a>).  Frankly amazing how they took the challenge of rich functionality and robust performance off of a J2EE server as “part of the service” for clients in production, retail, financial services and technology startup’s.</div>

]]></content:encoded>
			<dc:creator>hytechpro</dc:creator>
			<guid isPermaLink="true">http://www.esyndicat.com/forum/blog.php?b=24</guid>
		</item>
		<item>
			<title>J2EE: Back to Basics</title>
			<link>http://www.esyndicat.com/forum/blog.php?b=23</link>
			<pubDate>Mon, 11 Aug 2008 07:12:50 GMT</pubDate>
			<description>By the very nature of their operations, large and medium-sized businesses have complex requirements.  And when the time comes to port legacy systems...</description>
			<content:encoded><![CDATA[<div>By the very nature of their operations, large and medium-sized businesses have complex requirements.  And when the time comes to port legacy systems to today’s business demands or to build entirely new functionality, IT planners in the know tend to think in terms of .NET, Oracle, SAP or Java 2 Enterprise Edition (J2EE).<br />
<br />
The great appeal of J2EE rests on its open source heritage, pretty much an anti-establishment way to get even complex enterprise applications developed without license fees or kowtowing to “Big Brother”.  Far from being scanty, the Java programming language defined basic objects, as well as the needed higher-level classes to handle security, networking, XML parsing and GUI crafting.  And to this, as most users have known since 2003, the Enterprise Edition added the ability to develop and run very large, scalable, multi-tiered and increasingly robust networked applications.<br />
<br />
One of the most enthusiastic J2EE supporters I’ve met are the folks at HyTech Professionals (<a href="http://www.hytechpro.com" target="_blank">www.hytechpro.com</a>), out in the Nashua (NH) extension of the eastern Silicon Belt.  Simply amazing, the number of J2EE systems they’ve developed for industrial, gaming, banking, insurance and e-commerce companies.</div>

]]></content:encoded>
			<dc:creator>hytechpro</dc:creator>
			<guid isPermaLink="true">http://www.esyndicat.com/forum/blog.php?b=23</guid>
		</item>
		<item>
			<title>The Spectrum of Choices for J2EE Training</title>
			<link>http://www.esyndicat.com/forum/blog.php?b=22</link>
			<pubDate>Wed, 06 Aug 2008 12:50:15 GMT</pubDate>
			<description>Even as J2EE remains at the forefront of robust, highly capable platforms for Web-based applications, there is a pressing need to fill the ranks of...</description>
			<content:encoded><![CDATA[<div>Even as J2EE remains at the forefront of robust, highly capable platforms for Web-based applications, there is a pressing need to fill the ranks of developer teams worldwide.  Just how does one gain a foothold in the field or, if already hands-on in a team, get the J2EE training to architect Java projects?<br />
<br />
There are many ways to obtain solid J2EE training.  Sun itself funds many J2EE training programs, with course tracks for Web Component Developer, Business Component Developer, Mobile Application Developer, and, for those of you with aspirations to be world-class, Enterprise Architect.  And there’s a choice to do this online, or arrange for in-house and offsite classes.  In the end, you get a nice Certified Developer credential to hang in your cube.<br />
<br />
In this era when online college education attracts hundreds of thousands of students every academic year, it should come as no surprise that online podcasts, lengthier video webinars, and complete courses on CD’s enrich the variety of J2EE training options available.  And these are affordable, from US$150 to $170 or thereabouts depending on where exchange rates are this week.  Nor are these slapdash affairs.  A typical J2EE training syllabus offering covers the range from Overview to coding JavaServer pages, learning about servlets and multi-threading, Enterprise Java pages, databases and Web Services.  Schools, training centers and Fortune 500 companies with strong in-house IT skills routinely purchase multi-user licenses.<br />
<br />
Take the time to choose the J2EE training mode that’s right for you.  And don’t fret if the course tracks stretch upwards of 6 months to a year or even more.  As the folks at HyTech  who architect middleware or entire systems all day long will tell you, Java is a difficult beast to tame.  But finally deploying that robust, multi-platform and networked system in a manufacturing setting, in retail, or in a bank bestows immense satisfaction that you’ve invested in the right sort of J2EE  training.</div>

]]></content:encoded>
			<dc:creator>hytechpro</dc:creator>
			<guid isPermaLink="true">http://www.esyndicat.com/forum/blog.php?b=22</guid>
		</item>
		<item>
			<title>JavaScript code refactoring .</title>
			<link>http://www.esyndicat.com/forum/blog.php?b=21</link>
			<pubDate>Thu, 03 Jul 2008 09:54:29 GMT</pubDate>
			<description>Greeting,

Now I am working on JavaScript code refactoring in the eSyndiCat script. For more details about code refactoring you can read here...</description>
			<content:encoded><![CDATA[<div>Greeting,<br />
<br />
Now I am working on JavaScript code refactoring in the eSyndiCat script. For more details about code refactoring you can read here <a href="http://en.wikipedia.org/wiki/Refactoring" target="_blank">http://en.wikipedia.org/wiki/Refactoring</a> . <br />
<br />
I have done the following things:<br />
<br />
#1 I have moved all javascript files from templates folder to root folder. <br />
#2 I removed all javascript code from tpls files.<br />
#3 Optimize the count link code.<br />
<br />
Now all javascript code are more structured, flexible and more stable.</div>

]]></content:encoded>
			<dc:creator>Sergey Ten</dc:creator>
			<guid isPermaLink="true">http://www.esyndicat.com/forum/blog.php?b=21</guid>
		</item>
		<item>
			<title>New features in the eSyndiCat script.</title>
			<link>http://www.esyndicat.com/forum/blog.php?b=20</link>
			<pubDate>Thu, 26 Jun 2008 05:15:15 GMT</pubDate>
			<description>Greeting,

I have decided to publish all new eSyndiCat features. I installed newest version on our test host where I would add new feature. So you...</description>
			<content:encoded><![CDATA[<div>Greeting,<br />
<br />
I have decided to publish all new eSyndiCat features. I installed newest version on our test host where I would add new feature. So you can test it before release ;)<br />
<br />
<a href="http://sten.intellitests.com/" target="_blank">http://sten.intellitests.com/</a></div>

]]></content:encoded>
			<dc:creator>Sergey Ten</dc:creator>
			<guid isPermaLink="true">http://www.esyndicat.com/forum/blog.php?b=20</guid>
		</item>
	</channel>
</rss>
