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

<channel>
	<title>Codez Blog</title>
	<atom:link href="http://blog.codez.in/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.codez.in</link>
	<description>ideas that matter</description>
	<lastBuildDate>Thu, 22 Sep 2011 09:33:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dynamically Styling Modules and Blocks in Drupal 6</title>
		<link>http://blog.codez.in/dynamically-styling-modules-and-blocks-in-drupal-6-2/web-development/2011/09/22 </link>
		<comments>http://blog.codez.in/dynamically-styling-modules-and-blocks-in-drupal-6-2/web-development/2011/09/22 #comments</comments>
		<pubDate>Thu, 22 Sep 2011 09:31:48 +0000</pubDate>
		<dc:creator>Sandipan Bhattacharjee</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.codez.in/?p=1345</guid>
		<description><![CDATA[The default templates and themable functions contribute a good deal to the productivity on a Drupal site, and several are positioned on the page through the assignment of blocks to regions. Today we will focus mainly on how to control the formatting of a site&#8217;s various modules and blocks.
1.    Dynamically Styling Blocks:
Block [...]]]></description>
			<content:encoded><![CDATA[<p>The default templates and themable functions contribute a good deal to the productivity on a Drupal site, and several are positioned on the page through the assignment of blocks to regions. Today we will focus mainly on how to control the formatting of a site&#8217;s various modules and blocks.</p>
<p><strong>1.    Dynamically Styling Blocks:</strong></p>
<p>Block output is controlled by the block.tpl.php template. As in other areas, PHPTemplate will look to the names given to multiple template files to determine which template to display. The order of precedence used for the block template is consistent with that used elsewhere.<br />
•    you can provide a template to apply to the blocks of a specific module of a specific delta `(block-modulename-delta.tpl.php)`.<br />
•    You can also attach a template to blocks of a module by module name `(block-modulename.tpl.php)`, or to the blocks of a particular region `(block-regionname.tpl.php)`.<br />
•    If nothing is specified, the system applies the default `block.tpl.php` template.<br />
If you are not certain of the attribution of your block, that is, the name of the module that produces the block or the block&#8217;s delta, try using the Theme Developer feature of the Devel module. If you have the Devel module installed on your site, you can yield information in the form of a list of suggestions quite effortlessly<br />
•    Install the Devel module.<br />
•    Activate the Theme Developer option.<br />
•    Open your browser and go to the page where your block appears.<br />
•    Click the **Themer Info** checkbox on the bottom left of the screen, then click on the block in question.<br />
When you click on the element, a pop up will appear:</p>
<p><a href="http://blog.codez.in/wp-content/uploads/2011/09/16.jpg"><img class="aligncenter size-full wp-image-1321" src="http://blog.codez.in/wp-content/uploads/2011/09/16.jpg" alt="" width="711" height="196" /></a><br />
<strong>2.    Dynamically Styling the Forum Module:</strong><br />
The base template of the forum module is `forums.tpl.php`. There are several suggestions for both forum containers and topics:</p>
<p><a href="http://blog.codez.in/wp-content/uploads/2011/09/21.jpg"><img class="aligncenter size-full wp-image-1322" src="http://blog.codez.in/wp-content/uploads/2011/09/21.jpg" alt="" width="710" height="203" /></a></p>
<p><strong>3.    Dynamically Styling the Polls Module:</strong><br />
The Polls module is the subject to a number of default templates. There are default suggestions available for all the key templates:</p>
<p><a href="http://blog.codez.in/wp-content/uploads/2011/09/33.jpg"><img src="http://blog.codez.in/wp-content/uploads/2011/09/33-300x83.jpg" alt="" width="300" height="83" class="alignnone size-medium wp-image-1348" /></a><br />
<strong>4.    Dynamically Styling Nodes:</strong><br />
PHPTemplate provides an explicit template for nodes—`node.tpl.php`. In the absence of a more specific template, the system will apply the default `node.tpl.php` file. The table below shows the suggestions for the default system:</p>
<p><a href="http://blog.codez.in/wp-content/uploads/2011/09/41.jpg"><img class="aligncenter size-full wp-image-1324" src="http://blog.codez.in/wp-content/uploads/2011/09/41.jpg" alt="" width="727" height="220" /></a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.codez.in%2Fdynamically-styling-modules-and-blocks-in-drupal-6-2%2Fweb-development%2F2011%2F09%2F22%20&amp;linkname=Dynamically%20Styling%20Modules%20and%20Blocks%20in%20Drupal%206"><img src="http://blog.codez.in/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.codez.in/dynamically-styling-modules-and-blocks-in-drupal-6-2/web-development/2011/09/22 /feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Theme profile2 module form</title>
		<link>http://blog.codez.in/how-to-theme-profile2-module-form/web-development/2011/09/22 </link>
		<comments>http://blog.codez.in/how-to-theme-profile2-module-form/web-development/2011/09/22 #comments</comments>
		<pubDate>Thu, 22 Sep 2011 09:05:56 +0000</pubDate>
		<dc:creator>rupak</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://blog.codez.in/?p=1335</guid>
		<description><![CDATA[In drupal the form is rendered using the form rendering system, which doesn&#8217;t include template files.
To theme the profile 2 form we use “hook_theme()”.
Go through the steps:
1.	In this step copy the code in template.php of the theme or any php file and include the file in template, php used with proper theme name and form [...]]]></description>
			<content:encoded><![CDATA[<p>In drupal the form is rendered using the form rendering system, which doesn&#8217;t include template files.<br />
To theme the profile 2 form we use “hook_theme()”.<br />
Go through the steps:<br />
1.	In this step copy the code in template.php of the theme or any php file and include the file in template, php used with proper theme name and form id. Here we are using ZUK theme and &#8216;user-profile2-form&#8217; form id</p>
<div class="codesnip-container" >function zuk_theme($existing, $type, $theme, $path){<br />
return array(<br />
&#8216;user-profile2-form &#8216; =&gt; array(<br />
&#8216;render element&#8217; =&gt; &#8216;form&#8217;,<br />
&#8216;template&#8217; =&gt; &#8216;user-profile-form&#8217;,// new form template name<br />
&#8216;path&#8217; =&gt; drupal_get_path(&#8216;theme&#8217;, &#8216;zuk&#8217;) . &#8216;/templates&#8217;,<br />
//add &#8216;/templates&#8217; only if you store template files in an additional folder<br />
),<br />
);<br />
}</div>
<p>This tells the Drupal theming system that there&#8217;s a template file waiting for it in zuk/templates.</p>
<p>2.	Next we define variables to pass into that template in a “hook_preprocess_HOOK” function. You can find the structured array of the form in “$variables['form']” and assign the form elements to the variables we&#8217;d like to throw around our tpl.php file.</p>
<div class="codesnip-container" >function<br />
zuk_preprocess_user-profile2-form (&amp;$variables) {<br />
$variables['rendered'][‘first_name’] = drupal_render($variables['form']['first_name']);<br />
$variables['rendered'][‘last_name’] = drupal_render($variables['form']['last_name']);<br />
}</div>
<p>use var_dump(($variables['form']) to see all the element of the array (i.e form element)</p>
<p>3.	Create a new template file named .tpl.php in &#8216;YOURTHEME/templates&#8217;. Same as name of template mentioned in zuk_theme() function.</p>
<div class="codesnip-container" >{div id=&#8221;new-form_template&#8221;}<br />
	{?php echo $rendered[first_name]; ?}<br />
{?php echo $rendered[last_name]; ?}<br />
{/div}</div>
<p>In the above code &#8220;< >&#8221; are replaced by &#8220;{ }&#8221;<br />
Now you can see the changes in edit tab of the profile pages.</p>
<p><strong>Note: The hidden file like form_id and token must be there inside the form. Otherwise the form saves not working. </strong></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.codez.in%2Fhow-to-theme-profile2-module-form%2Fweb-development%2F2011%2F09%2F22%20&amp;linkname=How%20to%20Theme%20profile2%20module%20form"><img src="http://blog.codez.in/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.codez.in/how-to-theme-profile2-module-form/web-development/2011/09/22 /feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display your Google Calendar in Windows Calendar</title>
		<link>http://blog.codez.in/display-your-google-calendar-in-windows-calendar/web-development/2011/09/22 </link>
		<comments>http://blog.codez.in/display-your-google-calendar-in-windows-calendar/web-development/2011/09/22 #comments</comments>
		<pubDate>Thu, 22 Sep 2011 07:46:38 +0000</pubDate>
		<dc:creator>paramita</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Google Calender]]></category>

		<guid isPermaLink="false">http://blog.codez.in/?p=1327</guid>
		<description><![CDATA[Google Calendar and similar other online calendaring applications provide simple centralized systems, where online communities can maintain event calendars and community members can extract information about upcoming events. But many organizations prefer to display event calendars on their community portals, forums, or blogs. They often copy event calendar information from online calendaring applications onto their [...]]]></description>
			<content:encoded><![CDATA[<p>Google Calendar and similar other online calendaring applications provide simple centralized systems, where online communities can maintain event calendars and community members can extract information about upcoming events. But many organizations prefer to display event calendars on their community portals, forums, or blogs. They often copy event calendar information from online calendaring applications onto their Web sites, reducing the effectiveness of centrally managed events online. Google Calendar provides an integrated application program interface (API) that solves the problem.<br />
To subscribe to your Google Calendar, you’ll first need to get the iCal link to your calendar.</p>
<ul>
<li> <strong>In Google Calendar:</strong> Go to Settings \ Calendars and then click on your calendar in the list.</li>
<li>You should see a “Private Address” section:</li>
</ul>
<p><a href="http://blog.codez.in/wp-content/uploads/2011/09/17.jpg"><img class="aligncenter size-full wp-image-1328" src="http://blog.codez.in/wp-content/uploads/2011/09/17.jpg" alt="" width="331" height="80" /></a></p>
<ul>
<li>Right click on the ICAL link, and choose Copy Shortcut to copy the link to the clipboard.</li>
<li>Now open Windows Calendar, and click the Subscribe buttton on the toolbar:</li>
</ul>
<p><a href="http://blog.codez.in/wp-content/uploads/2011/09/22.jpg"><img class="aligncenter size-full wp-image-1329" src="http://blog.codez.in/wp-content/uploads/2011/09/22.jpg" alt="" width="198" height="74" /></a></p>
<ul>
<li>Paste the URL into the textbox, and hit the Next button:</li>
</ul>
<p><a href="http://blog.codez.in/wp-content/uploads/2011/09/32.jpg"><img class="aligncenter size-full wp-image-1330" src="http://blog.codez.in/wp-content/uploads/2011/09/32.jpg" alt="" width="390" height="164" /></a></p>
<ul>
<li>After what seems like far too long, you’ll see the next screen:</li>
</ul>
<p><a href="http://blog.codez.in/wp-content/uploads/2011/09/42.jpg"><img class="aligncenter size-full wp-image-1331" src="http://blog.codez.in/wp-content/uploads/2011/09/42.jpg" alt="" width="284" height="227" /></a></p>
<ul>
<li>The key thing that you’ll want to choose on this screen is the Update interval, which will keep the calendar automatically sync up.</li>
<li>That’s all there is to it. Notice the blue appointments are the ones that came from Google Calendar:</li>
</ul>
<p><a href="http://blog.codez.in/wp-content/uploads/2011/09/51.jpg"><img class="aligncenter size-full wp-image-1332" src="http://blog.codez.in/wp-content/uploads/2011/09/51.jpg" alt="" width="407" height="390" /></a></p>
<p>Excerpted from :<a href="http://www.howtogeek.com/howto/windows-vista/display-your-google-calendar-in-windows-calendar/" target="_blank"> http://www.howtogeek.com/howto/windows-vista/display-your-google-calendar-in-windows-calendar/</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.codez.in%2Fdisplay-your-google-calendar-in-windows-calendar%2Fweb-development%2F2011%2F09%2F22%20&amp;linkname=Display%20your%20Google%20Calendar%20in%20Windows%20Calendar"><img src="http://blog.codez.in/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.codez.in/display-your-google-calendar-in-windows-calendar/web-development/2011/09/22 /feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Query Optimization</title>
		<link>http://blog.codez.in/sql-query/php/2011/09/21 </link>
		<comments>http://blog.codez.in/sql-query/php/2011/09/21 #comments</comments>
		<pubDate>Wed, 21 Sep 2011 11:25:30 +0000</pubDate>
		<dc:creator>Sahel Aktar</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://blog.codez.in/f/uncategorized/2011/09/21 </guid>
		<description><![CDATA[Today we will learn a few interesting things about SQL Query Optimization.
How to get query execution time and executed query number?
Follow the code given below:
function timer()
{
$time = explode(&#8216; &#8216;, microtime());
return $time[0]+$time[1];
}
$beginning = timer();
$timer_queries += round(timer()-$beginning,6);

The sql query becomes faster if you use the actual columns names in SELECT statement instead of than &#8216;*&#8217;.
For Example: Write [...]]]></description>
			<content:encoded><![CDATA[<p>Today we will learn a few interesting things about SQL Query Optimization.</p>
<p><strong>How to get query execution time and executed query number?</strong></p>
<p>Follow the code given below:</p>
<div class="codesnip-container" >function timer()<br />
{<br />
$time = explode(&#8216; &#8216;, microtime());<br />
return $time[0]+$time[1];<br />
}<br />
$beginning = timer();<br />
$timer_queries += round(timer()-$beginning,6);</div>
<p><strong><br />
The sql query becomes faster if you use the actual columns names in SELECT statement instead of than &#8216;*&#8217;.</strong><br />
For Example: Write the query as<br />
SELECT id, first_name, last_name, age, subject FROM student_details;<br />
Instead of:<br />
SELECT * FROM student_details;<br />
<strong>HAVING clause is used to filter the rows after all the rows are selected. It is just like a filter. Do not use HAVING clause for any other purposes.</strong><br />
For Example: Write the query as<br />
SELECT subject, count(subject)<br />
FROM student_details<br />
WHERE subject != &#8216;Science&#8217;<br />
AND subject != &#8216;Maths&#8217;<br />
GROUP BY subject;<br />
Instead of:<br />
SELECT subject, count(subject)<br />
FROM student_details<br />
GROUP BY subject<br />
HAVING subject!= &#8216;Vancouver&#8217; AND subject!= &#8216;Toronto&#8217;;<br />
<strong>Sometimes you may have more than one subqueries in your main query. Try to minimize the number of subquery block in your query.</strong><br />
For Example: Write the query as<br />
SELECT name<br />
FROM employee<br />
WHERE (salary, age ) = (SELECT MAX (salary), MAX (age)<br />
FROM employee_details)<br />
AND dept = &#8216;Electronics&#8217;;<br />
Instead of:<br />
SELECT name<br />
FROM employee<br />
WHERE salary = (SELECT MAX(salary) FROM employee_details)<br />
AND age = (SELECT MAX(age) FROM employee_details)<br />
AND emp_dept = &#8216;Electronics&#8217;;<br />
<strong>Be careful while using conditions in WHERE clause.</strong><br />
For Example: Write the query as<br />
SELECT id, first_name, age FROM student_details WHERE age &gt; 10;<br />
Instead of:<br />
SELECT id, first_name, age FROM student_details WHERE age != 10;<br />
Write the query as:<br />
SELECT product_id, product_name<br />
FROM product<br />
WHERE unit_price BETWEEN MAX(unit_price) and MIN(unit_price)<br />
Instead of:<br />
SELECT product_id, product_name<br />
FROM product<br />
WHERE unit_price &gt;= MAX(unit_price)<br />
and unit_price &lt;= MIN(unit_price)</p>
<p><strong>In SQL, wildcard is provided for us with ‘%’ symbol. </strong></p>
<p>Using wildcard will definitely slow down your query especially for table that are really huge. We can optimize our query with wildcard by doing a postfix wildcard instead of pre or full wildcard.</p>
<ul>
<li> #Full wildcard</li>
<li> SELECT * FROM TABLE WHERE COLUMN LIKE &#8216;%hello%&#8217;;</li>
<li> #Postfix wildcard</li>
<li> SELECT * FROM TABLE WHERE COLUMN LIKE  &#8216;hello%&#8217;;</li>
<li> #Prefix wildcard 6	SELECT * FROM TABLE WHERE COLUMN LIKE  &#8216;%hello&#8217;;</li>
</ul>
<p><strong> count vs exist</strong></p>
<p>Some of us might use COUNT operator to determine whether a particular data exist 1.	SELECT COLUMN FROM TABLE WHERE COUNT(COLUMN) &gt; 0<br />
Similarly, this is very bad query since count will search for all record exist on the table to determine the numeric value of field ‘COLUMN’. The better alternative will be to use the EXIST operator where it will stop once it found the first record. Hence, it exist.<br />
<strong> Limit The Result</strong><br />
Another common way of optimizing your query is to minimize the number of row return. If a table have a few billion records and a search query without limitation will just break the database with a simple SQL query such as this.<br />
1	SELECT * FROM TABLE<br />
Hence, don’t be lazy and try to limit the result turn which is both efficient and can help minimize the damage of an SQL injection attack.<br />
1 SELECT * FROM TABLE WHERE 1 LIMIT 10</p>
<p><strong>In Subquery</strong><br />
Use operator EXISTS, IN and table joins appropriately in your query.<br />
a) Usually IN has the slowest performance.<br />
b) IN is efficient when most of the filter criteria is in the sub-query.<br />
c) EXISTS is efficient when most of the filter criteria is in the main query.<br />
For Example: Write the query as<br />
Select * from product p<br />
where EXISTS (select * from order_items o<br />
where o.product_id = p.product_id)<br />
Instead of:<br />
Select * from product p<br />
where product_id IN<br />
(select product_id from order_items<br />
Some of us will use a subquery within the IN operator such as this.<br />
1	SELECT * FROM TABLE WHERE COLUMN IN (SELECT COLUMN FROM TABLE)<br />
Doing this is very expensive because SQL query will evaluate the outer query first before proceed with the inner query. Instead we can use this instead.<br />
1	SELECT * FROM TABLE, (SELECT COLUMN FROM TABLE) as dummytable WHERE dummytable.COLUMN = TABLE.COLUMN;<br />
Using dummy table is better than using an IN operator to do a subquery. Alternative, an exist operator is also better.<br />
<strong>Utilize Union instead of OR</strong><br />
Indexes lose their speed advantage when using them in OR-situations in MySQL at least. Hence, this will not be useful although indexes is being applied<br />
1	SELECT * FROM TABLE WHERE COLUMN_A = &#8216;value&#8217; OR COLUMN_B = &#8216;value&#8217;<br />
On the other hand, using Union such as this will utilize Indexes.<br />
1	SELECT * FROM TABLE WHERE COLUMN_A = &#8216;value&#8217;<br />
2	UNION<br />
3	SELECT * FROM TABLE WHERE COLUMN_B = &#8216;value&#8217;<br />
Hence, run faster.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.codez.in%2Fsql-query%2Fphp%2F2011%2F09%2F21%20&amp;linkname=SQL%20Query%20Optimization"><img src="http://blog.codez.in/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.codez.in/sql-query/php/2011/09/21 /feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To create a password meter using Javascript</title>
		<link>http://blog.codez.in/to-create-a-paasword-meter-using-javascript/jquery/2011/09/21 </link>
		<comments>http://blog.codez.in/to-create-a-paasword-meter-using-javascript/jquery/2011/09/21 #comments</comments>
		<pubDate>Wed, 21 Sep 2011 07:23:45 +0000</pubDate>
		<dc:creator>rajat</dc:creator>
				<category><![CDATA[javascript & jquery]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.codez.in/?p=1278</guid>
		<description><![CDATA[We can see various type of password strength meter when we are registering on different types of websites. Here I will show you how to create a simple password strength meter using JavaScript and PHP.
There will be three steps:
1st create a html form:
{form method=&#8221;post&#8221;}
{h1}Password strength meter{/h1}
{label for=&#8221;pass&#8221;}Password{/label}
{input type=&#8221;password&#8221; name=&#8221;pass&#8221; id=&#8221;pass&#8221; onkeyup=&#8221;passwordStrength(this.value)&#8221; /} 
{label for=&#8221;passwordStrength&#8221;}Password strength{/label}
{div [...]]]></description>
			<content:encoded><![CDATA[<p>We can see various type of password strength meter when we are registering on different types of websites. Here I will show you how to create a simple password strength meter using JavaScript and PHP.</p>
<p><strong>There will be three steps:</strong></p>
<p><strong>1st create a html form:</strong></p>
<div class="codesnip-container" >{form method=&#8221;post&#8221;}<br />
{h1}Password strength meter{/h1}<br />
{label for=&#8221;pass&#8221;}Password{/label}<br />
{input type=&#8221;password&#8221; name=&#8221;pass&#8221; id=&#8221;pass&#8221; onkeyup=&#8221;passwordStrength(this.value)&#8221; /} </p>
<p>{label for=&#8221;passwordStrength&#8221;}Password strength{/label}</p>
<p>{div id=&#8221;passwordDescription&#8221;}Password not entered{/div}</p>
<p>{div id=&#8221;passwordStrength&#8221; class=&#8221;strength0&#8243;}{/div}</p>
<p>{/form}</p></div>
<p>the &#8220;< >&#8221; are replaced with &#8220;{ }&#8221; for convenience.<br />
<strong>2nd Create a style sheet which will help us to show the strength meter in different colour:</strong></p>
<div class="codesnip-container" >#passwordStrength<br />
{<br />
height:10px;<br />
display:block;<br />
float:left;<br />
}<br />
.strength0<br />
{<br />
width:250px;<br />
background:#cccccc;<br />
}<br />
.strength1<br />
{<br />
width:50px;<br />
background:#ff0000;<br />
}<br />
.strength2<br />
{<br />
width:100px;<br />
background:#ff5f5f;<br />
}</p>
<p>.strength3<br />
{<br />
width:150px;<br />
background:#56e500;<br />
}<br />
.strength4<br />
{<br />
background:#4dcd00;<br />
width:200px;<br />
}<br />
.strength5<br />
{<br />
background:#399800;<br />
width:250px;<br />
}</p></div>
<p><strong>3rd and most important step that is to create the javascript code:<br />
</strong></p>
<div class="codesnip-container" >function passwordStrength(password)<br />
{	var desc = new Array();<br />
desc[0] = &#8220;Very Weak&#8221;;<br />
desc[1] = &#8220;Weak&#8221;;<br />
desc[2] = &#8220;Better&#8221;;<br />
desc[3] = &#8220;Medium&#8221;;<br />
desc[4] = &#8220;Strong&#8221;;<br />
desc[5] = &#8220;Strongest&#8221;;<br />
var score   = 0;<br />
//if password bigger than 6 give 1 point<br />
if (password.length &gt; 6) score++;</p>
<p>//if password has both lower and uppercase characters give 1 point<br />
if ( ( password.match(/[a-z]/) ) &amp;&amp; ( password.match(/[A-Z]/) ) ) score++;</p>
<p>//if password has at least one number give 1 point<br />
if (password.match(/\d+/)) score++;</p>
<p>//if password has at least one special caracther give 1 point<br />
if ( password.match(/.[!,@,#,$,%,^,&amp;,*,?,_,~,-,(,)]/) )	score++;</p>
<p>//if password bigger than 12 give another 1 point<br />
if (password.length &gt; 12) score++;<br />
document.getElementById(&#8220;passwordDescription&#8221;).innerHTML = desc[score]; document.getElementById(&#8220;passwordStrength&#8221;).className = &#8220;strength&#8221; + score;}</p></div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.codez.in%2Fto-create-a-paasword-meter-using-javascript%2Fjquery%2F2011%2F09%2F21%20&amp;linkname=To%20create%20a%20password%20meter%20using%20Javascript"><img src="http://blog.codez.in/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.codez.in/to-create-a-paasword-meter-using-javascript/jquery/2011/09/21 /feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Value of META TAG</title>
		<link>http://blog.codez.in/value-of-meta-tag/html/2011/09/21 </link>
		<comments>http://blog.codez.in/value-of-meta-tag/html/2011/09/21 #comments</comments>
		<pubDate>Wed, 21 Sep 2011 07:12:39 +0000</pubDate>
		<dc:creator>arindam</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[meta tags]]></category>

		<guid isPermaLink="false">http://blog.codez.in/?p=1274</guid>
		<description><![CDATA[
Meta tags are HTML codes that are inserted into the header on a web page Meta tag helps Google search simpler. The word Meta means information about.  Meta tag gives information inserted into the &#8220;head&#8221; area of your web pages. Meta tags, for example, can tell a browser what &#8220;character set&#8221; to use or whether [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong><br />
</strong></em><strong>Meta tags are HTML codes that are inserted into the header on a web page Meta tag helps Google search simpler</strong>. The word Meta means<strong> information about</strong>.  Meta tag gives information inserted into the &#8220;head&#8221; area of your web pages. Meta tags, for example, can tell a browser what &#8220;character set&#8221; to use or whether a web page has self-rated itself in terms of adult content. The reason why Meta tags used to be so important was because they were relied on by search engines to build a profile of a web page.  It also helps to increase page ranking in internet in a minor way.</p>
<p>There are some rules or guidelines to put your Meta tag:</p>
<ul>
<li>Keep your list of keywords or keyword phrases down to <strong>10 &#8211; 15 unique words or phrases</strong><em><strong> </strong></em></li>
<li><strong>Separate the words or phrases</strong> using a comma (you do not need to leave a space between words separated by commas</li>
<li><strong>Do not repeat</strong> words or phrases</li>
<li> <strong>put your most important word or phrases at the beginning</strong> of your list</li>
</ul>
<p><strong><br />
For example:</strong> if you have a page of Software Testing and you write “softwaretesting” as a single word in Meta tag.  But some people may instead search for “software testing” with &#8220;software testing&#8221; in their searches being two separate words.</p>
<p>Therefore, if you write “software testing” as different word, then may be your page will be ranked better.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.codez.in%2Fvalue-of-meta-tag%2Fhtml%2F2011%2F09%2F21%20&amp;linkname=Value%20of%20META%20TAG"><img src="http://blog.codez.in/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.codez.in/value-of-meta-tag/html/2011/09/21 /feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Several great SEO tips</title>
		<link>http://blog.codez.in/several-great-seo-tips/seo/2011/09/21 </link>
		<comments>http://blog.codez.in/several-great-seo-tips/seo/2011/09/21 #comments</comments>
		<pubDate>Wed, 21 Sep 2011 05:38:21 +0000</pubDate>
		<dc:creator>Subhankar Das</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://blog.codez.in/?p=1270</guid>
		<description><![CDATA[Here are 9 of the top 52 tips on how to optimize your website for its turbo-charge rocket ride up the search engine rankings.

Be bold: Use the &#60;b&#62; &#60;/b&#62; tags around some of your keywords on each page. Do NOT use them everywhere the keyword appears. Once or twice is plenty.
Deep linking: Make sure you [...]]]></description>
			<content:encoded><![CDATA[<p>Here are 9 of the top 52 tips on how to optimize your website for its turbo-charge rocket ride up the search engine rankings.</p>
<ul>
<li><strong>Be bold:</strong> Use the &lt;b&gt; &lt;/b&gt; tags around some of your keywords on each page. Do NOT use them everywhere the keyword appears. Once or twice is plenty.</li>
<li><strong>Deep linking:</strong> Make sure you have links coming in to as many pages as possible. What does it tell a search engine when other web sites are linking to different pages on your site? That you obviously have lots of worthwhile content. What does it tell a search engine that all your links are coming in to the home page? That you have a shallow site of little value, or that your links were generated by automation rather than by the value of your site.</li>
<li><strong>Social bookmarking:</strong> Make it easy for your visitors to social bookmark your website, creating important links that the search engines value. There are plenty of free social bookmarking widgets available.</li>
<li><strong>Newsletters: </strong>Offer articles to ezine publishers that archive their ezines. The links stay live often for many years in their archives.</li>
<li><strong>First come, first served:</strong> If you must have image links in your navigation bar, include also text links. However, make sure the text links show up first in the source code, because search engine robots will follow the first link they find to any particular page. They won’t follow additional links to the same page.</li>
<li><strong>Multiple domains: </strong>If you have several topics that could each support their own website, it might be worth having multiple domains. Why? First, search engines usually list only one page per domain for any given search, and you might warrant two. Second, directories usually accept only home pages, so you can get more directory listings this way. Why not a site dedicated to gumbo pudding pops?</li>
<li><strong>Article exchanges:</strong> You’ve heard of link exchanges, useless as they generally are. Article exchanges are like link exchanges, only much more useful. You publish someone else’s article on the history of pudding pops with a link back to their site. They publish your article on the top ten pudding pop flavors in Viet Nam, with a link back to your site. You both have content. You both get high quality links. (More on high quality links in other tips.)</li>
<li><strong>Titles for links:</strong> Links can get titles, too. Not only does this help visually impaired surfers know where you are sending them, but some search engines figure this into their relevancy for a page.</li>
<li><strong>Not anchor text:</strong> Don’t overdo the anchor text. You don’t want all your inbound links looking the same, because that looks like automation – something Google frowns upon. Use your URL sometimes, your company name other times, “Gumbo Pudding Pop” occasionally, “Get gumbo pudding pops” as well, “Gumbo-flavored pudding pops” some other times, etc…..</li>
</ul>
<p>I will provide the next set of tips in my next blog.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.codez.in%2Fseveral-great-seo-tips%2Fseo%2F2011%2F09%2F21%20&amp;linkname=Several%20great%20SEO%20tips"><img src="http://blog.codez.in/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.codez.in/several-great-seo-tips/seo/2011/09/21 /feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cross-browser Compatibility</title>
		<link>http://blog.codez.in/cross-browser-compatibility/design/2011/09/20 </link>
		<comments>http://blog.codez.in/cross-browser-compatibility/design/2011/09/20 #comments</comments>
		<pubDate>Tue, 20 Sep 2011 06:19:30 +0000</pubDate>
		<dc:creator>mukund</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[cross-bowser compatibility]]></category>

		<guid isPermaLink="false">http://blog.codez.in/?p=1251</guid>
		<description><![CDATA[Cross browser compatibility is an option to test the compatibility of your web site among the oceans of other sites. There is a possibility of surfing out your web site from browser as for their wish or else lack of effectiveness in the web site. This is written for designer and developer to over come [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Cross browser compatibility</strong> is an option to test the compatibility of your web site among the oceans of other sites. There is a possibility of surfing out your web site from browser as for their wish or else lack of effectiveness in the web site. This is written for designer and developer to over come all the drawbacks of earlier testing options.<br />
Being a web designer finding place in popular browsing option like firefox, safari,chrome, internet explorer is important. Browser testing is the part and partial of designing and development process. Many tools and resources are created to help you to test competition among other web sites. Protesting against the danger of surfing out is necessary for designers, so following are some such tools and resources to help you to check your compatibility.<br />
<strong>Test Compatibility Online:</strong></p>
<p><a href="http://browsershots.org/" target="_blank">Browsershots</a></p>
<p>Browser shot is free open online web application to provide a convenient to way to web developer to test their browser’s compatibility. It makes screen shot of your web design in different operating systems and browsers.<br />
<a href="http://blog.codez.in/wp-content/uploads/2011/09/1.jpg"><img class="aligncenter size-full wp-image-1252" src="http://blog.codez.in/wp-content/uploads/2011/09/1.jpg" alt="" width="544" height="404" /></a></p>
<p><a href="http://crossbrowsertesting.com/" target="_blank">Cross browser testing</a><br />
This is a browser testing centre to check cross browser compatibility of your web site.You can also interactively test your ajax, javascipt from any where.</p>
<p><a href="http://blog.codez.in/wp-content/uploads/2011/09/2.jpg"><img class="aligncenter size-full wp-image-1253" src="http://blog.codez.in/wp-content/uploads/2011/09/2.jpg" alt="" width="544" height="404" /></a></p>
<p><a href="http://ipinfo.info/netrenderer/" target="_blank">IE netrenderer</a><br />
Netrenderer allows you to check how your web site rendered by internet explorer. This tool is suitable for web designer who works apple imac and linux. It allows you to verify web design in all popular internet explorers.</p>
<p><a href="http://blog.codez.in/wp-content/uploads/2011/09/3.jpg"><img class="aligncenter size-full wp-image-1254" src="http://blog.codez.in/wp-content/uploads/2011/09/3.jpg" alt="" width="544" height="404" /></a></p>
<p><a href="http://www.my-debugbar.com/wiki/IETester/HomePage" target="_blank">IEtester</a><br />
IEtester is a browser compatibility test for web developer. And it is a free web browser tha allows you to get rendering and javascript engine like IE9 preview, IE8, IE7, IE 6 and IE5.5 on windows 7, vista and XP.</p>
<p><a href="http://blog.codez.in/wp-content/uploads/2011/09/4.jpg"><img class="aligncenter size-full wp-image-1255" src="http://blog.codez.in/wp-content/uploads/2011/09/4.jpg" alt="" width="544" height="404" /></a></p>
<p><a href="http://www.anybrowser.com/siteviewer.html" target="_blank">Website viewer</a><br />
Web site viewer is tool where you can view your own site as other browser.It is a source for browser compatibility testing.<br />
<a href="http://fundisom.com/g5/" target="_blank">Fundisom</a><br />
Lixlpixl web development screenshot generator is comparison tool that allows you to see your site on Macintosh G5 in safari, MacIE or in mozilla.<br />
<a href="http://www.delorie.com/web/lynxview.html" target="_blank">Lynx viewer</a><br />
Lynxview allows web developer to see how their page looks. It is a text browser for World Wide Web. You can download this and run it in your own machine.<br />
<a href="https://addons.mozilla.org/en-US/firefox/addon/1419/" target="_blank">IEtab</a><br />
IEtab is a tool for web developer that allows you to see how your website in IE.<br />
<a href="http://iecapt.sourceforge.net/" target="_blank">IEcapt</a><br />
Iecapt is a small command line utility service that captures internet explorer which rendering a web page into BMP, JPEG or PNG image files. It is also available in C++ and C# version.<br />
<a href="http://blogs.sitepoint.com/2008/12/04/adobe-meermeer-will-change-the-way-you-test-web-sites/" target="_blank">Abode meermeer </a><br />
Meermeer is a wonderful testing tool projected by Abode. It lets web developer to send a code and instantly receive back the screen shot of that page by different browser.</p>
<p><a href="http://blog.codez.in/wp-content/uploads/2011/09/5.jpg"><img class="aligncenter size-full wp-image-1256" src="http://blog.codez.in/wp-content/uploads/2011/09/5.jpg" alt="" width="544" height="404" /></a></p>
<p><strong>Plugins and Tools:</strong></p>
<p><a href="http://litmus.com/" target="_blank">Litmus</a><br />
Litmus is a secret weapon for web marketer to test and track their email campaigns. So you can always put your design forward.</p>
<p><a href="http://blog.codez.in/wp-content/uploads/2011/09/6.jpg"><img class="aligncenter size-full wp-image-1257" src="http://blog.codez.in/wp-content/uploads/2011/09/6.jpg" alt="" width="544" height="404" /></a></p>
<p><a href="http://spoon.net/browsers/" target="_blank">Spoon on browsers</a><br />
The Spoon Browser lets you run all popular web browsers, including internet explorer, firefox, chrome, and opera. In this tool you can directly run these web browsers, there is no need to install it.</p>
<p><a href="http://blog.codez.in/wp-content/uploads/2011/09/7.jpg"><img class="aligncenter size-full wp-image-1258" src="http://blog.codez.in/wp-content/uploads/2011/09/7.jpg" alt="" width="544" height="404" /></a></p>
<p><a href="http://www.browsera.com/" target="_blank">Browsera</a><br />
Browsera is a testing tool, it tests and reports cross-browser layout differences and scripting errors on your site. Here instead of checking each screenshot, you will get detailed report of problem of a particular page.</p>
<p><a href="http://blog.codez.in/wp-content/uploads/2011/09/8.jpg"><img class="aligncenter size-full wp-image-1259" src="http://blog.codez.in/wp-content/uploads/2011/09/8.jpg" alt="" width="544" height="404" /></a></p>
<p><a href="http://expression.microsoft.com/en-us/dd565874.aspx" target="_blank">Expression web superpreview</a><br />
Expression web superpreview is a browser comparison tool. It lets you to view your page in a multiple browsers page simultaneously. This allows you to test your page in designing process itself.</p>
<p><a href="http://blog.codez.in/wp-content/uploads/2011/09/9.jpg"><img class="aligncenter size-full wp-image-1260" src="http://blog.codez.in/wp-content/uploads/2011/09/9.jpg" alt="" width="544" height="404" /></a></p>
<p><a href="http://michelf.com/projects/multi-safari/" target="_blank">Multi-safari</a><br />
Multisafari is a newly developed tool for web designer to test compatibility of their site. It has bundles of application inside like safari for leopard, safari tighter, safari for panther and safari for jaguar to provide various services to web developer.<br />
<a href="http://multipleies.en.softonic.com/" target="_blank">MultipleIE</a><br />
MultipleIE is gifted by softonic to web designer to test their web site in internet explorer.<br />
<a href="http://www.fileheap.com/software-sortsite-professional-download-26787.html" target="_blank">Sortsite professional</a><br />
Software professional allows web developer, owner to check standard compliance and quantity issues. It produces a report of problems after checking each page.<br />
<a href="http://www.lunascape.tv/" target="_blank">Lunascape</a><br />
Lunascape is a triple engine browser to support web developer and web designer. It provides different services like, simple refined interface, greater extensibility and flexibility, it displays side by side with the help of split tab display and lightening fast in browsing process.</p>
<p><a href="http://blog.codez.in/wp-content/uploads/2011/09/10.jpg"><img class="aligncenter size-full wp-image-1261" src="http://blog.codez.in/wp-content/uploads/2011/09/10.jpg" alt="" width="544" height="378" /></a></p>
<p><a href="http://www.cloudtesting.com/serviceCrossBrowser.php" target="_blank">Cross browser testing with clouds</a><br />
Cross browser testing offers many services for developer and tester and to website manager. Those are find issues earlier, multi browser comparison tool, no administration, reduced development times and so on…</p>
<p><strong>Premium Services:</strong><br />
<a href="https://browserlab.adobe.com/en-us/index.html" target="_blank">BrowserLab</a><br />
Broserlab is the easier and faster way for web designer to check cross browsing compatibility of their web site.</p>
<p><a href="http://blog.codez.in/wp-content/uploads/2011/09/11.jpg"><img class="aligncenter size-full wp-image-1262" src="http://blog.codez.in/wp-content/uploads/2011/09/11.jpg" alt="" width="544" height="404" /></a></p>
<p><a href="http://www.browsercam.com/Default2.aspx" target="_blank">Browsercam</a><br />
Browsercam is a bank of cross browser testing tool. It allows you to check javascript and DHTML. It provides different testing machines like browser capture, device capture, email capture, remote access.</p>
<p><a href="http://blog.codez.in/wp-content/uploads/2011/09/12.jpg"><img class="aligncenter size-full wp-image-1263" src="http://blog.codez.in/wp-content/uploads/2011/09/12.jpg" alt="" width="544" height="404" /></a></p>
<p><a href="http://www.multibrowserviewer.com/" target="_blank">Multi-browserviewer</a><br />
Multibrowserviewer is comparison tool where you can test iPhone and iPad browser along with web browser. It provides multibrowser tools like standalone mobile browsers or simulators, screenshot comparison function, screen capture image browsers and so on.</p>
<p><a href="http://blog.codez.in/wp-content/uploads/2011/09/131.jpg"><img class="aligncenter size-full wp-image-1265" src="http://blog.codez.in/wp-content/uploads/2011/09/131.jpg" alt="" width="544" height="404" /></a></p>
<p><a href="http://www.netmechanic.com/products/browser-index.shtml" target="_blank">Netmechanic</a><br />
Netmechanic is a testing tool which displays result of comparison along with browser photo. It helps to avoid display differences, catches error made by HTML editor and also provides many more other services.</p>
<p><a href="http://blog.codez.in/wp-content/uploads/2011/09/14.jpg"><img class="aligncenter size-full wp-image-1266" src="http://blog.codez.in/wp-content/uploads/2011/09/14.jpg" alt="" width="544" height="404" /></a></p>
<p><a href="http://viewlike.us/" target="_blank">Viewlike.Us!</a><br />
Viewlike is a brand new site that allows you to check your website. It is powered by Ajax and PHP so need not install anything.</p>
<p><a href="http://blog.codez.in/wp-content/uploads/2011/09/15.jpg"><img class="aligncenter size-full wp-image-1267" src="http://blog.codez.in/wp-content/uploads/2011/09/15.jpg" alt="" width="544" height="404" /></a></p>
<p><a href="http://www.url2image.com/" target="_blank">Url2image </a><br />
Url2image web server farm offers new service to help web master avoid display differences. It shows web designers how their web site looks in popular browsers.<br />
<a href="http://www.powermapper.com/products/sortsite/checks/browser-compatibility.htm" target="_blank">Sortsite</a><br />
Sortsite browser compatibility tests helps web developer to check any website for the issues like broken links, spelling errors, browser compatibility, accessibility, web standards and SEO.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.codez.in%2Fcross-browser-compatibility%2Fdesign%2F2011%2F09%2F20%20&amp;linkname=Cross-browser%20Compatibility"><img src="http://blog.codez.in/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.codez.in/cross-browser-compatibility/design/2011/09/20 /feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MY EXPERIENCE AT CODEZ</title>
		<link>http://blog.codez.in/my-experience-at-codez/writing/2011/09/20 </link>
		<comments>http://blog.codez.in/my-experience-at-codez/writing/2011/09/20 #comments</comments>
		<pubDate>Tue, 20 Sep 2011 05:24:54 +0000</pubDate>
		<dc:creator>anushua</dc:creator>
				<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://blog.codez.in/?p=1245</guid>
		<description><![CDATA[For a fresher joining an almost unfamiliar sector is kind of amusing and that’s why I felt giddy when I was first joined Codez on 25th of April 2011.I still remember my interview vividly and am still not sure how on earth Navin thought I could join the company…trust me it was disastrous.
Now let’s get [...]]]></description>
			<content:encoded><![CDATA[<p>For a fresher joining an almost unfamiliar sector is kind of amusing and that’s why I felt giddy when I was first joined Codez on 25th of April 2011.I still remember my interview vividly and am still not sure how on earth Navin thought I could join the company…trust me it was disastrous.<br />
Now let’s get back to my first day&#8230;I came to office almost exhausted, thanks to the scorching heat outside, that too at 12 noon. But all the exhaustion vanished when I met everyone; they were not only welcoming but very friendly and helpful indeed. And from then onwards my spectacular (was it too much to digest??) journey at Codez started.<br />
Many people (read my colleagues) think that am so attached to Codez because of the privilege leaves I get (just because am still a student), but there is more to it.<br />
<strong></strong></p>
<p><strong>Firstly,</strong> this is my first job and so you can understand why it means a lot to me.</p>
<p><strong>Secondly,</strong> my employers, Navin &amp; Kumud, have been REMARKABLE (not because of the leaves again). I have never known (or heard of) employers taking the pains of listening to the problems of employees but also taking inputs from employees to take business decisions. They are cool, friendly and always ready to lend a hand.<strong></strong></p>
<p><strong>Thirdly,</strong> At Codez I have learnt a lot…now I can proudly say that I know WordPress (thanks to Smarajit, Soumyajit, and yup, Navin). I have never seen people willing to help others so happily. And obviously all the trainings (that I half-slept through) helped me to know a lot of stuff…am no longer an IT-illiterate (BTW, does that word exist??).<br />
<strong></strong></p>
<p><strong>Fourthly,</strong> I got some awesome (I don’t mind if you read awful as well) friends who have been there always, either saving me or shoving me into trouble. And on this regard I should mention Kajal, she has been a sweetheart…always cracking the wackiest of jokes at the most serious points leaving me in splits and in mess, more than often.<br />
OK, I will be tagged ungrateful if I don’t mention Rahul for making this yummy Maggi (you may think how can Maggi taste different?? But trust me it does), the innumerable times I forgot to get lunch.<br />
So summing it up, I have had a fascinating journey at Codez. Though technically, this is my last week at Codez but I am looking forward to coming back ASAP (if Navin doesn’t <strong>“chuck”</strong> me out, that is) and resuming my position and obviously irritate my colleagues to death until they give me their blogs on schedule.<br />
Now I should end my boring and “somewhat flowery” blog before you guys sleep off. And yup&#8230;<strong>Happy Pujas in advance!!</strong></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.codez.in%2Fmy-experience-at-codez%2Fwriting%2F2011%2F09%2F20%20&amp;linkname=MY%20EXPERIENCE%20AT%20CODEZ"><img src="http://blog.codez.in/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.codez.in/my-experience-at-codez/writing/2011/09/20 /feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wordpress Plug-in For Showing Custom Menu Within A Post Or Page</title>
		<link>http://blog.codez.in/wordpress-plug-in-for-showing-custom-menu-within-a-post-or-page/web-development/2011/09/19 </link>
		<comments>http://blog.codez.in/wordpress-plug-in-for-showing-custom-menu-within-a-post-or-page/web-development/2011/09/19 #comments</comments>
		<pubDate>Mon, 19 Sep 2011 13:13:59 +0000</pubDate>
		<dc:creator>Soumyajit Dutta</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Plugin For Wordpress]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.codez.in/?p=1240</guid>
		<description><![CDATA[While doing a new project on Wordpress, I come across a situation which required a custom menu bar to be showed inside page content. I can’t make it hard coded because the client needs the dashboard edit page option for that page to update the content. I thought there should be a plug-in to help [...]]]></description>
			<content:encoded><![CDATA[<p>While doing a new project on Wordpress, I come across a situation which required a custom menu bar to be showed inside page content. I can’t make it hard coded because the client needs the dashboard edit page option for that page to update the content. I thought there should be a plug-in to help me with this problem. I search the plug-in section of the Wordpress site and after testing lots of option I finally found the one I need. It’s called “Show Menu Shortcode” and it’s really good.<br />
<strong></strong></p>
<p><strong>You can download the plug-in from <a href="http://wordpress.org/extend/plugins/show-menu-shortcode/" target="_blank">here</a>.</strong></p>
<p>Just install and activate “Show Menu Shortcode” plug-in in your Wordpress blog and go the Menus option and create a new custom menu and copy the new menu name. Then go to one of your page content where you want this menu to be displayed and paste the following code:</p>
<p><strong>[show-menu menu="your-custom-menu-name"]</strong></p>
<p>Update or publish the page and then go to fronted to view the page. You will see the custom menu items that you have added in your new custom menu are being displayed on that page.<br />
You can create side menu in your content with this plug-in or you can create tab menu bar with this plug-in, there are many possibilities.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.codez.in%2Fwordpress-plug-in-for-showing-custom-menu-within-a-post-or-page%2Fweb-development%2F2011%2F09%2F19%20&amp;linkname=Wordpress%20Plug-in%20For%20Showing%20Custom%20Menu%20Within%20A%20Post%20Or%20Page"><img src="http://blog.codez.in/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.codez.in/wordpress-plug-in-for-showing-custom-menu-within-a-post-or-page/web-development/2011/09/19 /feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

