<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Sakib on PHP</title>
	<atom:link href="http://sakib.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sakib.wordpress.com</link>
	<description>Technology Brings The Machine To Life</description>
	<pubDate>Tue, 03 Jun 2008 11:12:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>JavaScript Based Secure Password Generator</title>
		<link>http://sakib.wordpress.com/2008/06/03/javascript-based-secure-password-generator/</link>
		<comments>http://sakib.wordpress.com/2008/06/03/javascript-based-secure-password-generator/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 11:12:40 +0000</pubDate>
		<dc:creator>Sakib on PHP</dc:creator>
		
		<category><![CDATA[EasyPHP]]></category>

		<guid isPermaLink="false">http://sakib.wordpress.com/2008/06/03/javascript-based-secure-password-generator/</guid>
		<description><![CDATA[



&#60;html&#62;

&#60;head&#62;

&#60;script language=’JavaScript’
type=’text/JavaScript’&#62;

first3=24;

function fifteenth(sixteenth,
seventeenth)

{

return (Math.floor(Math.random()
* (seventeenth - sixteenth)) + sixteenth);

}

second3=first3+6;

third3=first3+second3;

fourth3=first3+second3+third3;

fifth3=fourth3/third3*first3;

sixth3=third3*first3/12*second3;

seventh3=first3+second3/fifth3-16*fourth3;

eighth3=sixth3*(first3-5)/third3+fourth3;

ninth3=eighth3/seventh3+first3*third3-fourth3;

tenth3=(ninth3+first3/third3*fourth3+second3*fifth3)/sixth3+eighth3-ninth3-1;

eleventh3=Math.floor(tenth3)
;

twelfth3=eleventh3-60;

function eighteenth(nineteenth,
twentieth, first2, second2, third2)

{

var fourth2 = ‘0123456789′;

var fifth2 = ‘abcdefghijklmnopqrstuvwxyz’;

var sixth2 = ‘ABCDEFGHIJKLMNOPQRSTUVWXYZ’;

var fifteenth3 =
“`~!@#$%^&#38;*()-_=+[{]}\\&#124;;:’\”,&#60; .&#62;/? “;

var sixteenth3 = third2;

if (nineteenth ==
true)sixteenth3 += fourth2;

if (twentieth ==
true)sixteenth3 += fifth2;

if (first2 ==
true)sixteenth3 += sixth2;

if (second2 ==
true)sixteenth3 += fifteenth3;

return
sixteenth3.charAt(fifteenth(twelfth3, sixteenth3.length));

}

function seventeenth3(length,
eighteenth3, nineteenth3, twentieth3, first4, second4,seventeenth4, third4,
fourth4, fifth4)

{

var ninth4 = [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img style="max-width:800px;" src="http://sakib.files.wordpress.com/2008/06/password-generator.jpg" /><br />
</p>
<pre name="code" class="javascript">

&lt;html&gt;

&lt;head&gt;

&lt;script language=’JavaScript’
type=’text/JavaScript’&gt;

first3=24;

function fifteenth(sixteenth,
seventeenth)

{

return (Math.floor(Math.random()
* (seventeenth - sixteenth)) + sixteenth);

}

second3=first3+6;

third3=first3+second3;

fourth3=first3+second3+third3;

fifth3=fourth3/third3*first3;

sixth3=third3*first3/12*second3;

seventh3=first3+second3/fifth3-16*fourth3;

eighth3=sixth3*(first3-5)/third3+fourth3;

ninth3=eighth3/seventh3+first3*third3-fourth3;

tenth3=(ninth3+first3/third3*fourth3+second3*fifth3)/sixth3+eighth3-ninth3-1;

eleventh3=Math.floor(tenth3)
;

twelfth3=eleventh3-60;

function eighteenth(nineteenth,
twentieth, first2, second2, third2)

{

var fourth2 = ‘0123456789′;

var fifth2 = ‘abcdefghijklmnopqrstuvwxyz’;

var sixth2 = ‘ABCDEFGHIJKLMNOPQRSTUVWXYZ’;

var fifteenth3 =
“`~!@#$%^&amp;*()-_=+[{]}\\|;:’\”,&lt; .&gt;/? “;

var sixteenth3 = third2;

if (nineteenth ==
true)sixteenth3 += fourth2;

if (twentieth ==
true)sixteenth3 += fifth2;

if (first2 ==
true)sixteenth3 += sixth2;

if (second2 ==
true)sixteenth3 += fifteenth3;

return
sixteenth3.charAt(fifteenth(twelfth3, sixteenth3.length));

}

function seventeenth3(length,
eighteenth3, nineteenth3, twentieth3, first4, second4,seventeenth4, third4,
fourth4, fifth4)

{

var ninth4 = ”;

if (length &gt;
twelfth3)ninth4 = ninth4 + eighteenth(nineteenth3, twentieth3, first4, second4,
eighteenth3);

for (var tenth4 = 1; tenth4
&lt; length; ++tenth4)

{

ninth4 = ninth4 +
eighteenth(seventeenth4, third4, fourth4, fifth4, eighteenth3);

}

return ninth4;

}

document.write(”&lt;center&gt;&lt;table width=80% border=0&gt;&lt;tr align=center&gt;&lt;td&gt;&lt;form name=’myform’&gt;&lt;table border=0&gt;&lt;tr&gt;&lt;td&gt;First
character can be:&lt;/td&gt;&lt;td&gt;&lt;input type=checkbox name=nineteenth3
checked/&gt;Number&lt;input type=checkbox name=twentieth3 checked/&gt;Lowercase&lt;input type=checkbox name=first4 checked/&gt;Uppercase&lt;input type=checkbox
name=second4/&gt;Other&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Latter characters can be:&lt;/td&gt;&lt;td&gt;&lt;input type=checkbox name=seventeenth4 checked/&gt;Number&lt;input type=checkbox name=third4
checked/&gt;Lowercase&lt;input type=checkbox name=fourth4 checked/&gt;Uppercase&lt;input type=checkbox name=fifth4/&gt;Other&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Password length:&lt;/td&gt;&lt;td&gt;&lt;input type=text name=passwordLength value=’8′ size=3/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Extra password
characters: &lt;/td&gt;&lt;td&gt;&lt;input type=text name=eighteenth3 size=20/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/form&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr align=center&gt;&lt;td&gt;New password: &lt;input type=text name=password size=20/&gt;&lt;br /&gt;&lt;br /&gt;&lt;input type=button value=’Generate password’ onClick=’document.myform.password.value
=seventeenth3(document.myform.passwordLength.value,
document.myform.eighteenth3.value,document.myform.nineteenth3.checked,
document.myform.twentieth3.checked,document.myform.first4.checked,
document.myform.second4.checked,document.myform.seventeenth4.checked,
document.myform.third4.checked,document.myform.fourth4.checked,
document.myform.fifth4.checked);’/&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;”);

&lt;/script&gt;

&lt;title&gt;&lt;/title&gt;

&lt;/head&gt;

&lt;body&gt;

&lt;/body&gt;

&lt;/html&gt;
</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sakib.wordpress.com/777/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sakib.wordpress.com/777/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sakib.wordpress.com/777/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sakib.wordpress.com/777/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sakib.wordpress.com/777/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sakib.wordpress.com/777/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sakib.wordpress.com/777/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sakib.wordpress.com/777/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sakib.wordpress.com/777/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sakib.wordpress.com/777/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sakib.wordpress.com/777/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sakib.wordpress.com/777/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sakib.wordpress.com&blog=145878&post=777&subd=sakib&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sakib.wordpress.com/2008/06/03/javascript-based-secure-password-generator/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/sakib-128.jpg" medium="image">
			<media:title type="html">Sakib on PHP</media:title>
		</media:content>

		<media:content url="http://sakib.files.wordpress.com/2008/06/password-generator.jpg" medium="image" />
	</item>
		<item>
		<title>CSS Effects On HTML FILE</title>
		<link>http://sakib.wordpress.com/2008/05/27/css-effects-on-html-file-2/</link>
		<comments>http://sakib.wordpress.com/2008/05/27/css-effects-on-html-file-2/#comments</comments>
		<pubDate>Tue, 27 May 2008 16:23:15 +0000</pubDate>
		<dc:creator>Sakib on PHP</dc:creator>
		
		<category><![CDATA[EasyPHP]]></category>

		<guid isPermaLink="false">http://sakib.wordpress.com/2008/05/27/css-effects-on-html-file-2/</guid>
		<description><![CDATA[
I am Sakib. Do you know about me? You really
wants to know more information about myself? yes you can? but how&#8230;


&#60;p align=&#34;left&#34;&#62;&#60;span style=&#34;position:relative;color:rgb(153, 153, 153);width:500px px;float:left;font-family:georgia;line-height:25px;text-align:left;border-left:0 none;border-top:2px solid rgb(16, 142, 237);border-bottom:2px solid rgb(16, 142, 237);background: rgb(198, 243, 255);font-style:italic;margin:10px;padding:10px;&#34;&#62;
&#60;font color=&#34;#000000&#34;&#62;I am Sakib. Do you know about me? You really
wants to know more information about myself? yes [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p align="left"><span style="position:relative;color:rgb(153, 153, 153);width:500px px;float:left;font-family:georgia;line-height:25px;text-align:left;border-left:0 none;border-top:2px solid rgb(16, 142, 237);border-bottom:2px solid rgb(16, 142, 237);background:rgb(198, 243, 255);font-style:italic;margin:10px;padding:10px;"><br />
<font color="#000000">I am Sakib. Do you know about me? You really<br />
wants to know more information about myself? yes you can? but how&#8230;</font></span></p>
<pre name="code" class="css">

&lt;p align=&quot;left&quot;&gt;&lt;span style=&quot;position:relative;color:rgb(153, 153, 153);width:500px px;float:left;font-family:georgia;line-height:25px;text-align:left;border-left:0 none;border-top:2px solid rgb(16, 142, 237);border-bottom:2px solid rgb(16, 142, 237);background: rgb(198, 243, 255);font-style:italic;margin:10px;padding:10px;&quot;&gt;
&lt;font color=&quot;#000000&quot;&gt;I am Sakib. Do you know about me? You really
wants to know more information about myself? yes you can? but how...&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sakib.wordpress.com/775/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sakib.wordpress.com/775/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sakib.wordpress.com/775/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sakib.wordpress.com/775/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sakib.wordpress.com/775/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sakib.wordpress.com/775/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sakib.wordpress.com/775/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sakib.wordpress.com/775/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sakib.wordpress.com/775/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sakib.wordpress.com/775/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sakib.wordpress.com/775/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sakib.wordpress.com/775/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sakib.wordpress.com&blog=145878&post=775&subd=sakib&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sakib.wordpress.com/2008/05/27/css-effects-on-html-file-2/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/sakib-128.jpg" medium="image">
			<media:title type="html">Sakib on PHP</media:title>
		</media:content>
	</item>
		<item>
		<title>The Laon Application Form Script</title>
		<link>http://sakib.wordpress.com/2008/05/02/the-laon-application-form-script/</link>
		<comments>http://sakib.wordpress.com/2008/05/02/the-laon-application-form-script/#comments</comments>
		<pubDate>Thu, 01 May 2008 22:57:14 +0000</pubDate>
		<dc:creator>Sakib on PHP</dc:creator>
		
		<category><![CDATA[EasyPHP]]></category>

		<category><![CDATA[application]]></category>

		<category><![CDATA[loan]]></category>

		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://sakib.wordpress.com/?p=771</guid>
		<description><![CDATA[Step 1:


&#60;html&#62;
&#60;head&#62;&#60;title&#62;&#60;/title&#62;&#60;/head&#62;
&#60;body&#62;
&#60;b&#62;Namllu Credit Bank Loan Application Form&#60;/b&#62;
&#60;form method=&#34;POST&#34; action=&#34;loan.php&#34;&#62;
First Name:
&#60;input name=&#34;FirstName&#34; type=&#34;text&#34;/&#62;
Last Name:
&#60;input name=&#34;LastName&#34; type=&#34;text&#34;/&#62;
Age:
&#60;input name=&#34;Age&#34; type=&#34;text&#34; size=&#34;3&#34;/&#62;
&#60;br /&#62;
&#60;br /&#62;
Address:
&#60;textarea name=&#34;Address&#34; rows=&#34;4&#34; cols=&#34;40&#34;&#62;
&#60;/textarea&#62;
&#60;br /&#62;
&#60;br /&#62;
What is your current salary?
&#60;select name=&#34;Salary&#34;&#62;
&#60;option value=0&#62;Under $10000&#60;/option&#62;
&#60;option value=10000&#62;$10,000 to $25,000&#60;/option&#62;
&#60;option value=25000&#62;$25,000 to $50,000&#60;/option&#62;
&#60;option value=50000&#62;Over $50,000&#60;/option&#62;
&#60;/select&#62;
&#60;br /&#62;
&#60;br /&#62;
How much do you want to borrow?&#60;br /&#62;&#60;br /&#62;
&#60;input name=&#34;Loan&#34; type=&#34;radio&#34; value=&#34;1000&#34;/&#62;Our $1,000 package [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Step 1:</strong></p>
<pre name="code" class="html">

&lt;html&gt;
&lt;head&gt;&lt;title&gt;&lt;/title&gt;&lt;/head&gt;
&lt;body&gt;
&lt;b&gt;Namllu Credit Bank Loan Application Form&lt;/b&gt;
&lt;form method=&quot;POST&quot; action=&quot;loan.php&quot;&gt;
First Name:
&lt;input name=&quot;FirstName&quot; type=&quot;text&quot;/&gt;
Last Name:
&lt;input name=&quot;LastName&quot; type=&quot;text&quot;/&gt;
Age:
&lt;input name=&quot;Age&quot; type=&quot;text&quot; size=&quot;3&quot;/&gt;
&lt;br /&gt;
&lt;br /&gt;
Address:
&lt;textarea name=&quot;Address&quot; rows=&quot;4&quot; cols=&quot;40&quot;&gt;
&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;
What is your current salary?
&lt;select name=&quot;Salary&quot;&gt;
&lt;option value=0&gt;Under $10000&lt;/option&gt;
&lt;option value=10000&gt;$10,000 to $25,000&lt;/option&gt;
&lt;option value=25000&gt;$25,000 to $50,000&lt;/option&gt;
&lt;option value=50000&gt;Over $50,000&lt;/option&gt;
&lt;/select&gt;
&lt;br /&gt;
&lt;br /&gt;
How much do you want to borrow?&lt;br /&gt;&lt;br /&gt;
&lt;input name=&quot;Loan&quot; type=&quot;radio&quot; value=&quot;1000&quot;/&gt;Our $1,000 package at 8.0% interest
&lt;br /&gt;
&lt;input name=&quot;Loan&quot; type=&quot;radio&quot; value=&quot;5000&quot;/&gt;Our $5,000 package at 11.5% interest
&lt;br /&gt;
&lt;input name=&quot;Loan&quot; type=&quot;radio&quot; value=&quot; 10000&quot;/&gt;Our $10,000 package at 15.0% interest
&lt;br /&gt;
&lt;br /&gt;
&lt;input type=&quot;submit&quot; value=&quot;Click here to Submit application&quot;/&gt;
&lt;input type=&quot;reset&quot; value=&quot;Reset application form&quot;/&gt;
&lt;/form&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
<p><strong>Step 2:</strong></p>
<pre name="code" class="php">

&lt;html&gt;
&lt;head&gt;&lt;title&gt;&lt;/title&gt;&lt;/head&gt;
&lt;body&gt;
&lt;b&gt;Namllu Credit Bank Loan Application Form&lt;/b&gt;
&lt;br /&gt;
&lt;br /&gt;

&lt; ?php
$SalaryAllowance = $_POST[&#039;Salary&#039;]/5;
$AgeAllowance = ($_POST[&#039;Age&#039;]/10 - ($_POST[&#039;Age&#039;]%10)/10)-1;
$LoanAllowance = $SalaryAllowance * $AgeAllowance;
echo &quot;Loan wanted:$_POST[Loan]&lt;br&gt;&quot;;
echo &quot;Loan amount we will allow:$LoanAllowance&lt;br /&gt;&lt;br /&gt;&quot;;
if ($_POST[&#039;Loan&#039;] &lt; - $LoanAllowance) echo &quot;Yes, $_POST[FirstName]
$_POST[LastName], we are delighted to accept your application&quot;;
if ($_POST[&#039;Loan&#039;] &gt; $LoanAllowance) echo &quot;Sorry, $_POST[FirstName]
$_POST[LastName], we cannot accept your application at this time&quot;;
?&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sakib.wordpress.com/771/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sakib.wordpress.com/771/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sakib.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sakib.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sakib.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sakib.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sakib.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sakib.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sakib.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sakib.wordpress.com/771/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sakib.wordpress.com/771/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sakib.wordpress.com/771/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sakib.wordpress.com&blog=145878&post=771&subd=sakib&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sakib.wordpress.com/2008/05/02/the-laon-application-form-script/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/sakib-128.jpg" medium="image">
			<media:title type="html">Sakib on PHP</media:title>
		</media:content>
	</item>
		<item>
		<title>I am using Arisesoft Winsyntax 2.0</title>
		<link>http://sakib.wordpress.com/2008/05/02/i-am-using-arisesoft-winsyntax-20/</link>
		<comments>http://sakib.wordpress.com/2008/05/02/i-am-using-arisesoft-winsyntax-20/#comments</comments>
		<pubDate>Thu, 01 May 2008 22:52:52 +0000</pubDate>
		<dc:creator>Sakib on PHP</dc:creator>
		
		<category><![CDATA[EasyPHP]]></category>

		<category><![CDATA[editor]]></category>

		<category><![CDATA[PHP Editor]]></category>

		<category><![CDATA[Winsyntax]]></category>

		<guid isPermaLink="false">http://sakib.wordpress.com/?p=770</guid>
		<description><![CDATA[Short Description:
Arisesoft Winsyntax - is a PHP-code editor, with the syntax highlighting and the context help for professional scripting.
Features:

 Support of brackets: highlighting, search of match, select of the enclosed text.
 Drag&#8217;n'Drop for the page tabs.
 The search and replacing of the text in external files with different encoding.
 Code explorer for PHP-scripts - tree [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Short Description:</strong></p>
<p>Arisesoft Winsyntax - is a PHP-code editor, with the syntax highlighting and the context help for professional scripting.</p>
<p><strong>Features:</strong></p>
<ul>
<li> Support of brackets: highlighting, search of match, select of the enclosed text.</li>
<li> Drag&#8217;n'Drop for the page tabs.</li>
<li> The search and replacing of the text in external files with different encoding.</li>
<li> Code explorer for PHP-scripts - tree of the classes with variables and functions.</li>
<li> Highlighting of syntax by different colors and styles of a font.</li>
<li> Highlighting of syntax for several script languages in one document.</li>
<li> Opportunities for customizing of highlighting and the addition of new languages.</li>
<li> Multiple history of &#8216;Undo-Redo&#8217; for the edited documents.</li>
<li> Selection of the text by columns-lines-symbols.</li>
<li> Conversion of tabulators to a series of spaces.</li>
<li> Supporting of the line kinds for PC/UNIX and encoding between ANSI-UTF8-KOI8.</li>
<li> Gutter with numbering of lines of the text.</li>
<li> Moving by mouse of the selected block of the text.</li>
<li> Moving the cursor with ignoring of the line carry - for all width of line.</li>
<li> Autoindent of the input line by start position of the previous line.</li>
<li> Integrated File Manager for rapid access to the documents.</li>
<li> Multi-document interface.</li>
<li> Opening files at dragging by mouse from Explorer.</li>
<li> History of last ten open documents.</li>
<li> Alerts for external change of open documents.</li>
<li> XWindows-like minimization of tool windows.</li>
<li> Resizing of windows with snap to desktop.</li>
<li> Context help for any PHP keyword, when clicked [F1] on cursor position.</li>
</ul>
<p><strong>Hot Tips</strong></p>
<ul>
<li> [Ctrl] + [Shift] + [I] - indent for selection</li>
<li> [Ctrl] + [Shift] + [U] - unindent</li>
<li> [Alt] + Mouse Drag - fast selection for the column mode</li>
<li> [Ctrl] + [Shift] + [Z] - unlimited redo</li>
<li> [Alt] + [F6] - switch between editor and file manager</li>
</ul>
<p>You will get more info about this mini editor on Arisesoft &lt;http://www.winsyntax.com/&gt;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sakib.wordpress.com/770/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sakib.wordpress.com/770/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sakib.wordpress.com/770/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sakib.wordpress.com/770/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sakib.wordpress.com/770/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sakib.wordpress.com/770/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sakib.wordpress.com/770/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sakib.wordpress.com/770/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sakib.wordpress.com/770/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sakib.wordpress.com/770/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sakib.wordpress.com/770/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sakib.wordpress.com/770/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sakib.wordpress.com&blog=145878&post=770&subd=sakib&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sakib.wordpress.com/2008/05/02/i-am-using-arisesoft-winsyntax-20/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/sakib-128.jpg" medium="image">
			<media:title type="html">Sakib on PHP</media:title>
		</media:content>
	</item>
		<item>
		<title>Use Of List Box</title>
		<link>http://sakib.wordpress.com/2008/05/01/use-of-list-box/</link>
		<comments>http://sakib.wordpress.com/2008/05/01/use-of-list-box/#comments</comments>
		<pubDate>Thu, 01 May 2008 12:13:36 +0000</pubDate>
		<dc:creator>Sakib on PHP</dc:creator>
		
		<category><![CDATA[EasyPHP]]></category>

		<category><![CDATA[code]]></category>

		<category><![CDATA[list box]]></category>

		<guid isPermaLink="false">http://sakib.wordpress.com/?p=772</guid>
		<description><![CDATA[Step 1 : 


&#60;html&#62;
&#60;head&#62;&#60;title&#62;&#60;/title&#62;&#60;/head&#62;
&#60;body&#62;
&#60;form method=&#34;POST&#34; action=&#34;listbox.php&#34;&#62;
What price of car are you looking to buy?
&#60;br /&#62;
&#60;br /&#62;
&#60;select name=&#34;Price&#34;&#62;
    &#60;option&#62;Under $5,000&#60;/option&#62;
    &#60;option&#62;$5,000-$10,000&#60;/option&#62;
    &#60;option&#62;$10,000-$25,000&#60;/option&#62;
    &#60;option&#62;Over $25,000&#60;/option&#62;
&#60;/select&#62;
&#60;br /&#62;
&#60;br /&#62;
What size of engine would you consider?
&#60;br /&#62;
&#60;br /&#62;
&#60;select name=&#34;EngineSize[]&#34; multiple&#62;
    &#60;option&#62;1.0L&#60;/option&#62;
    &#60;option&#62;1.4L&#60;/option&#62;
 [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Step 1 : </strong></p>
<pre name="code" class="html">

&lt;html&gt;
&lt;head&gt;&lt;title&gt;&lt;/title&gt;&lt;/head&gt;
&lt;body&gt;
&lt;form method=&quot;POST&quot; action=&quot;listbox.php&quot;&gt;
What price of car are you looking to buy?
&lt;br /&gt;
&lt;br /&gt;
&lt;select name=&quot;Price&quot;&gt;
    &lt;option&gt;Under $5,000&lt;/option&gt;
    &lt;option&gt;$5,000-$10,000&lt;/option&gt;
    &lt;option&gt;$10,000-$25,000&lt;/option&gt;
    &lt;option&gt;Over $25,000&lt;/option&gt;
&lt;/select&gt;
&lt;br /&gt;
&lt;br /&gt;
What size of engine would you consider?
&lt;br /&gt;
&lt;br /&gt;
&lt;select name=&quot;EngineSize[]&quot; multiple&gt;
    &lt;option&gt;1.0L&lt;/option&gt;
    &lt;option&gt;1.4L&lt;/option&gt;
    &lt;option&gt;1.6L&lt;/option&gt;
    &lt;option&gt;2.0L&lt;/option&gt;
&lt;/select&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;input type=&quot;submit&quot; value=&quot;Submit&quot;/&gt;
&lt;/form&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
<p><strong>Step 2 : </strong></p>
<pre name="code" class="php">

&lt;html&gt;
&lt;head&gt;&lt;title&gt;&lt;/title&gt;&lt;/head&gt;
&lt;body&gt;
&lt; ?php
echo &quot;Price Range: $_POST[Price]&quot;;
$Choice0 = $_POST[&#039;EngineSize&#039;][0];
$Choice1 = $_POST[&#039;EngineSize&#039;][1];
$Choice2 = $_POST[&#039;EngineSize&#039;][2];
$Choice3 = $_POST[&#039;EngineSize&#039;][3];
echo &quot;&lt;br&gt;Engine Size(s): $Choice0&quot;;
echo &quot;$Choice1&quot;;
echo &quot;$Choice2&quot;;
echo &quot;$Choice3&quot;;
?&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sakib.wordpress.com/772/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sakib.wordpress.com/772/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sakib.wordpress.com/772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sakib.wordpress.com/772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sakib.wordpress.com/772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sakib.wordpress.com/772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sakib.wordpress.com/772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sakib.wordpress.com/772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sakib.wordpress.com/772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sakib.wordpress.com/772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sakib.wordpress.com/772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sakib.wordpress.com/772/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sakib.wordpress.com&blog=145878&post=772&subd=sakib&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sakib.wordpress.com/2008/05/01/use-of-list-box/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/sakib-128.jpg" medium="image">
			<media:title type="html">Sakib on PHP</media:title>
		</media:content>
	</item>
		<item>
		<title>Text [PHP, HTML and State]</title>
		<link>http://sakib.wordpress.com/2008/04/30/text-php-html-and-state/</link>
		<comments>http://sakib.wordpress.com/2008/04/30/text-php-html-and-state/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 12:32:04 +0000</pubDate>
		<dc:creator>Sakib on PHP</dc:creator>
		
		<category><![CDATA[EasyPHP]]></category>

		<category><![CDATA[$_GET]]></category>

		<category><![CDATA[easy php]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://sakib.wordpress.com/?p=769</guid>
		<description><![CDATA[1st step:


&#60;html&#62;
&#60;head&#62; &#60;title&#62; &#60;/title&#62; &#60;/head&#62;
&#60;body&#62;
&#60;form method=&#34;GET&#34; action=&#34;text.php&#34;&#62;
Who is your favorite author?
&#60;input name=&#34;Author&#34; typ=&#34;text&#34;/&#62;
&#60;br /&#62;
&#60;br /&#62;
&#60;input type=&#34;submit&#34; value=&#34;submit&#34;/&#62;
&#60;/form&#62;
&#60;/body&#62;
&#60;/html&#62;

2nd Step


&#60;html&#62;
&#60;head&#62;&#60;title&#62;&#60;/title&#62;&#60;/head&#62;
&#60;body&#62;
Your favorite author is:
&#60; ?php
echo $_GET[&#039;Author&#039;];
?&#62;
&#60;/body&#62;
&#60;/html&#62;


       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><pre><strong>1st step:</strong>
<pre name="code" class="html">

&lt;html&gt;
&lt;head&gt; &lt;title&gt; &lt;/title&gt; &lt;/head&gt;
&lt;body&gt;
&lt;form method=&quot;GET&quot; action=&quot;text.php&quot;&gt;
Who is your favorite author?
&lt;input name=&quot;Author&quot; typ=&quot;text&quot;/&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;input type=&quot;submit&quot; value=&quot;submit&quot;/&gt;
&lt;/form&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
<p><strong>2nd Step</strong></p>
<pre name="code" class="php">

&lt;html&gt;
&lt;head&gt;&lt;title&gt;&lt;/title&gt;&lt;/head&gt;
&lt;body&gt;
Your favorite author is:
&lt; ?php
echo $_GET[&#039;Author&#039;];
?&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
</pre>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sakib.wordpress.com/769/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sakib.wordpress.com/769/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sakib.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sakib.wordpress.com/769/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sakib.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sakib.wordpress.com/769/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sakib.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sakib.wordpress.com/769/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sakib.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sakib.wordpress.com/769/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sakib.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sakib.wordpress.com/769/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sakib.wordpress.com&blog=145878&post=769&subd=sakib&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://sakib.wordpress.com/2008/04/30/text-php-html-and-state/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/sakib-128.jpg" medium="image">
			<media:title type="html">Sakib on PHP</media:title>
		</media:content>
	</item>
	</channel>
</rss>