var fDesc=new Array(); fDesc[0] = "With Tsw php code 2008 we can create php codes. This program is very easy to use and we can make our work very fast.
When we open the program we can find the Menu Bar, two more toolbars, two windows one up and one down, six tags in the right side and three more tags in the foot of the program.
In the toolbar we can find, the file button this let us to create, open a new document, select between four different templates codes like: (HTML 4.01, PHP, Standard and XHTML 1.0), we can save to a ftp server directly from the program or print it.
In the Edit button we can select indent or outdent, insert linebreak or not and convert the text. We can handle in the search button, extended search, search and replace, goto previous, next or clear all bookmarks. We can handle the differents views, outlings, debugs let us to start a new debug, quick, run a profiler, toggle a breakpoint, remove all breakpoints and more. In the tools button we can insert a CodeSnippet, manage Codesnippet, select a color dialog, FTP server manager, Database server manager, HTML, CSS and PHP tidy, check the php syntax and more.
In the second toolbar the users can add their own buttons, this is an incredible feature and very useful too.
This program is amazing because is more simple to use than others in the market and has more options than the others too."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }