<?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>Web Development - Web Development Tutorial for Developer&#039;s, Asp.net Tutorial, PHP Development, Wordpress Integration</title>
	<atom:link href="http://www.solutions4ever.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.solutions4ever.net</link>
	<description>Web Development Solutions Provider</description>
	<lastBuildDate>Tue, 15 May 2012 16:30:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Useful plugin for the wordpress</title>
		<link>http://www.solutions4ever.net/2012/05/useful-plugin-for-the-wordpress/</link>
		<comments>http://www.solutions4ever.net/2012/05/useful-plugin-for-the-wordpress/#comments</comments>
		<pubDate>Tue, 15 May 2012 16:30:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.solutions4ever.net/?p=342</guid>
		<description><![CDATA[SQL Monitor: http://wordpress.org/extend/plugins/sqlmon/ DB Cache Reloaded: http://wordpress.org/extend/plugins/db-cache-reloaded/ WP Super Cache: http://support.hostgator.com/articles/specialized-help/technical/wordpress/wp-super-cache-plugin]]></description>
			<content:encoded><![CDATA[<p>SQL Monitor: </p>
<p>http://wordpress.org/extend/plugins/sqlmon/</p>
<p>DB Cache Reloaded: </p>
<p>http://wordpress.org/extend/plugins/db-cache-reloaded/</p>
<p>WP Super Cache:</p>
<p>http://support.hostgator.com/articles/specialized-help/technical/wordpress/wp-super-cache-plugin</p>
]]></content:encoded>
			<wfw:commentRss>http://www.solutions4ever.net/2012/05/useful-plugin-for-the-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove feed from wp_head</title>
		<link>http://www.solutions4ever.net/2012/04/remove-feed-from-wp_head/</link>
		<comments>http://www.solutions4ever.net/2012/04/remove-feed-from-wp_head/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 10:48:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.solutions4ever.net/?p=336</guid>
		<description><![CDATA[Here&#8217;s the correct code which you can put in your functions.php file: < ?php remove_action( 'wp_head', 'feed_links_extra', 3 ); // Display the links to the extra feeds such as category feeds remove_action( 'wp_head', 'feed_links', 2 ); // Display the links to the general feeds: Post and Comment Feed remove_action( 'wp_head', 'rsd_link' ); // Display the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Here&#8217;s the correct code which you can put in your functions.php file:</strong></p>
<p>< ?php<br />
remove_action( 'wp_head', 'feed_links_extra', 3 ); // Display the links to the extra feeds such as category feeds<br />
remove_action( 'wp_head', 'feed_links', 2 ); // Display the links to the general feeds: Post and Comment Feed<br />
remove_action( 'wp_head', 'rsd_link' ); // Display the link to the Really Simple Discovery service endpoint, EditURI link<br />
remove_action( 'wp_head', 'wlwmanifest_link' ); // Display the link to the Windows Live Writer manifest file.<br />
remove_action( 'wp_head', 'index_rel_link' ); // index link<br />
remove_action( 'wp_head', 'parent_post_rel_link', 10, 0 ); // prev link<br />
remove_action( 'wp_head', 'start_post_rel_link', 10, 0 ); // start link<br />
remove_action( 'wp_head', 'adjacent_posts_rel_link', 10, 0 ); // Display relational links for the posts adjacent to the current post.<br />
remove_action( 'wp_head', 'wp_generator' ); // Display the XHTML generator that is generated on the wp_head hook, WP version<br />
?></p>
]]></content:encoded>
			<wfw:commentRss>http://www.solutions4ever.net/2012/04/remove-feed-from-wp_head/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Setup a Custom App with a Custom Tab Icon using Woobox&#8217;s IFRAMEHOST</title>
		<link>http://www.solutions4ever.net/2012/01/how-to-setup-a-custom-app-with-a-custom-tab-icon-using-wooboxs-iframehost/</link>
		<comments>http://www.solutions4ever.net/2012/01/how-to-setup-a-custom-app-with-a-custom-tab-icon-using-wooboxs-iframehost/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 10:07:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Others Tutorials]]></category>

		<guid isPermaLink="false">http://www.solutions4ever.net/?p=311</guid>
		<description><![CDATA[1. Create New App Visit https://developers.facebook.com/apps and click the Create New App button. Next type an App Name (This can be anything you want, the name you are going to call your tab would be a good choice), agree to the Facebook terms and click Continue. 2. Configure your App Click the edit icon link [...]]]></description>
			<content:encoded><![CDATA[<div>
<h2>1. Create New App</h2>
<div> Visit <a target="_blank" href="https://developers.facebook.com/apps">https://developers.facebook.com/apps</a> and click the <strong>Create New App</strong> button.  Next type an App Name (This can be anything you want, the name   you are going to call your tab would be a good choice), agree to the   Facebook terms and click <strong>Continue</strong>.</p>
<div><a target="_blank" href="http://iframehost.com/img/appsetup-1.png"><img src="http://iframehost.com/img/appsetup-1.png" width="400" /></a></div>
</p></div>
</div>
<div>
<h2>2. Configure your App</h2>
<div> Click the <strong>edit icon</strong> link to upload the icon for your tab. Next, click the <strong>Page Tab</strong> section under Select how your app integrates with Facebook.</p>
<div><a target="_blank" href="http://iframehost.com/img/appsetup-2.png"><img src="http://iframehost.com/img/appsetup-2.png" width="400" /></a></div>
</p></div>
<div> Note your App ID at the top of the page.  You need this App ID to create the URLs you need to enter in the <strong>App on Facebook</strong> and <strong>Page Tab</strong> sections,</p>
<div><strong>Canvas URL</strong> &#8211; Enter <strong>http://<em>YOURAPPID</em>.iframehost.com/</strong> (Replace <em>YOURAPPID</em> with your App ID)</div>
<div><strong>Secure Canvas URL</strong> &#8211; Enter <strong>https://<em>YOURAPPID</em>.iframehost.com/</strong> (Replace <em>YOURAPPID</em> with your App ID)</div>
<div><strong>Page Tab URL</strong> &#8211; Enter <strong>http://<em>YOURAPPID</em>.iframehost.com/tab</strong> (Replace <em>YOURAPPID</em> with your App ID)</div>
<div><strong>Secure Page Tab URL</strong> &#8211; Enter <strong>https://<em>YOURAPPID</em>.iframehost.com/tab</strong> (Replace <em>YOURAPPID</em> with your App ID)</div>
<div><strong>Page Tab Name</strong> &#8211; Enter whatever you want your tab name to be</div>
<div><strong>*** Make sure your Tab URLs end in /tab ***</strong></div>
<p>    After you finish entering those 4 fields.  Click the <strong>Save Changes</strong> button. </div>
</div>
<div>
<h2>3. Install your new App to your Page</h2>
<div> Make a note of your <strong>App Secret</strong> (you will need to input it shortly).  Enter the following URL in your browser to install your new page tab app:</p>
<div><strong>http://www.facebook.com/add.php?api_key=YOURAPPID&amp;pages</strong> (Replace <em>YOURAPPID</em> with your App ID)</div>
<p>    Select the page you would like to install the tab on. </p></div>
</div>
<div>
<h2>4. Visit your Page Tab</h2>
<div> The first time you visit your page tab, you will be prompted to enter your App Secret into activate the tab.</p>
<div><a target="_blank" href="http://iframehost.com/img/appsetup-5.png"><img src="http://iframehost.com/img/appsetup-5.png" width="400" /></a></div>
</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.solutions4ever.net/2012/01/how-to-setup-a-custom-app-with-a-custom-tab-icon-using-wooboxs-iframehost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increase Size of import File in phpmyadmin</title>
		<link>http://www.solutions4ever.net/2011/05/increase-size-of-import-file-in-phpmyadmin/</link>
		<comments>http://www.solutions4ever.net/2011/05/increase-size-of-import-file-in-phpmyadmin/#comments</comments>
		<pubDate>Tue, 24 May 2011 06:26:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://www.solutions4ever.net/?p=282</guid>
		<description><![CDATA[Try these different settings in C:\wamp\bin\apache\apache2.2.8\bin\php.ini Find: post_max_size = 8M upload_max_filesize = 2M max_execution_time = 30 max_input_time = 60 memory_limit = 8M Change to: post_max_size = 750M upload_max_filesize = 750M max_execution_time = 5000 max_input_time = 5000 memory_limit = 1000M Then restart wamp to take effect]]></description>
			<content:encoded><![CDATA[<p>Try these different settings in C:\wamp\bin\apache\apache2.2.8\bin\php.ini<br />
<br/><br/><br />
<strong>Find:</strong><br />
post_max_size = 8M<br />
upload_max_filesize = 2M<br />
max_execution_time = 30<br />
max_input_time = 60<br />
memory_limit = 8M<br />
<br/><br/><br />
<strong>Change to:</strong><br />
post_max_size = 750M<br />
upload_max_filesize = 750M<br />
max_execution_time = 5000<br />
max_input_time = 5000<br />
memory_limit = 1000M<br />
<br/><br/><br />
Then restart wamp to take effect</p>
]]></content:encoded>
			<wfw:commentRss>http://www.solutions4ever.net/2011/05/increase-size-of-import-file-in-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phone number validation in contact form 7</title>
		<link>http://www.solutions4ever.net/2011/04/phone-number-validation-in-contact-form-7/</link>
		<comments>http://www.solutions4ever.net/2011/04/phone-number-validation-in-contact-form-7/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 08:15:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.solutions4ever.net/?p=277</guid>
		<description><![CDATA[If you want to validate you phone number within contact form 7 wordpress plugin. Here is the great example of that. Please follow the give steps . first, i went to the plugin folder and edited, contact-form-7/modules/text.php and created a new function (please excuse my mistakes in naming conventions). 1. i inserted this code: wpcf7_add_shortcode( [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to validate you phone number within contact form 7 wordpress plugin. Here is the great example of that. Please follow the give steps .</p>
<p>first, i went to the plugin folder and edited, contact-form-7/modules/text.php<br />
and created a new function (please excuse my mistakes in naming conventions).</p>
<p>1. i inserted this code:<br />
wpcf7_add_shortcode( &#8216;digit&#8217;, &#8216;wpcf7_text_shortcode_handler&#8217;, true );<br />
wpcf7_add_shortcode( &#8216;digit*&#8217;, &#8216;wpcf7_text_shortcode_handler&#8217;, true );</p>
<p>after this:<br />
wpcf7_add_shortcode( &#8216;email*&#8217;, &#8216;wpcf7_text_shortcode_handler&#8217;, true );</p>
<p>2. i inserted this code:<br />
if ( &#8216;digit&#8217; == $type || &#8216;digit*&#8217; == $type )<br />
$class_att .= &#8216; wpcf7-validates-as-digit&#8217;;</p>
<p>after this:<br />
if ( &#8216;text*&#8217; == $type || &#8216;email*&#8217; == $type )<br />
$class_att .= &#8216; wpcf7-validates-as-required&#8217;;</p>
<p>3. i inserted this code:<br />
add_filter( &#8216;wpcf7_validate_email*&#8217;, &#8216;wpcf7_text_validation_filter&#8217;, 10, 2 );<br />
add_filter( &#8216;wpcf7_validate_digit*&#8217;, &#8216;wpcf7_text_validation_filter&#8217;, 10, 2 );</p>
<p>after this:<br />
add_filter( &#8216;wpcf7_validate_email&#8217;, &#8216;wpcf7_text_validation_filter&#8217;, 10, 2 );</p>
<p>4. i inserted this code:<br />
if ( &#8216;digit&#8217; == $type || &#8216;digit*&#8217; == $type ) {<br />
if ( &#8221; == $_POST[$name] ) {<br />
$result['valid'] = false;<br />
$result['reason'][$name] = $wpcf7_contact_form->message( &#8216;invalid_required&#8217; );<br />
}<br />
elseif ( &#8221; != $_POST[$name] &#038;&#038; ! is_telnum( $_POST[$name] ) ) {<br />
$result['valid'] = false;<br />
$result['reason'][$name] = $wpcf7_contact_form->message( &#8216;invalid_digit&#8217; );<br />
}<br />
}</p>
<p>after this if code:<br />
if ( &#8216;email&#8217; == $type || &#8216;email*&#8217; == $type ) {<br />
if ( &#8216;email*&#8217; == $type &#038;&#038; &#8221; == $_POST[$name] ) {<br />
$result['valid'] = false;<br />
$result['reason'][$name] = $wpcf7_contact_form->message( &#8216;invalid_required&#8217; );<br />
} elseif ( &#8221; != $_POST[$name] &#038;&#038; ! is_email( $_POST[$name] ) ) {<br />
$result['valid'] = false;<br />
$result['reason'][$name] = $wpcf7_contact_form->message( &#8216;invalid_email&#8217; );<br />
}<br />
}</p>
<p>second, i went to contact-form-7/includes/functions.php to add the error message for the telephone number validation.</p>
<p>1. i inserted this code:<br />
&#8216;invalid_digit&#8217; => array(<br />
&#8216;description&#8217; => __( &#8220;There is a field that sender is needed to fill in with numbers&#8221;, &#8216;wpcf7&#8242; ),<br />
&#8216;default&#8217; => __( &#8216;Please fill the required field with numbers.&#8217;, &#8216;wpcf7&#8242; )<br />
)</p>
<p>after this code:<br />
&#8216;invalid_required&#8217; => array(<br />
&#8216;description&#8217; => __( &#8220;There is a field that sender is needed to fill in&#8221;, &#8216;wpcf7&#8242; ),<br />
&#8216;default&#8217; => __( &#8216;Please fill the required field.&#8217;, &#8216;wpcf7&#8242; )<br />
),</p>
<p>third, i went to the formatting file located at wp-includes/formatting.php and created a new function</p>
<p>function is_telnum($telnum)<br />
{<br />
$regexp = &#8216;/^[0-9\+\-]{7,}$/&#8217;;</p>
<p>if(preg_match($regexp, $telnum))<br />
return true;<br />
else<br />
return false;<br />
}</p>
<p>NOTE:<br />
in my code, i created a function wherein the input text for the telephone number will accept minimum of 7 characters (this only includes numbers and characters + and -)</p>
<p>example of valid inputs:<br />
+1234567<br />
01234567<br />
02-1234567</p>
<p>Now to use it in the contact form 7, please use this tag just<br />
Your Phone</td>
<td>[digit* text-417]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.solutions4ever.net/2011/04/phone-number-validation-in-contact-form-7/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hide/Show input box value on focus</title>
		<link>http://www.solutions4ever.net/2010/11/hideshow-input-box-value-on-focus/</link>
		<comments>http://www.solutions4ever.net/2010/11/hideshow-input-box-value-on-focus/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 11:15:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.solutions4ever.net/?p=268</guid>
		<description><![CDATA[For hiding the input box value on focus you just copy and pate the following code within you input box. onfocus=&#8221;javascript: if(this.value==&#8217;Name&#8217;) { this.value=&#8221;;}&#8221; onblur=&#8221;javascript: if(this.value==&#8221;) { this.value=&#8217;Name&#8217;; }&#8221;]]></description>
			<content:encoded><![CDATA[<p>For hiding the input box value on focus you just copy and pate the following code within you input box.</p>
<p>onfocus=&#8221;javascript: if(this.value==&#8217;Name&#8217;) { this.value=&#8221;;}&#8221;<br />
onblur=&#8221;javascript: if(this.value==&#8221;) { this.value=&#8217;Name&#8217;; }&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.solutions4ever.net/2010/11/hideshow-input-box-value-on-focus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find row index of gridview on RowCommand without CommandArgument</title>
		<link>http://www.solutions4ever.net/2010/10/find-row-index-of-gridview-on-rowcommand-without-commandargument/</link>
		<comments>http://www.solutions4ever.net/2010/10/find-row-index-of-gridview-on-rowcommand-without-commandargument/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 05:46:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.solutions4ever.net/?p=261</guid>
		<description><![CDATA[Gridview has a template field with item linkbutton delete with CommandName now when user click on linkbutton then find the rowindex on Rowcommand event of gridview using C#.net protected void grdtest1_RowCommand(object sender, GridViewCommandEventArgs e) { if (e.CommandName == &#8220;DeleteRow&#8221;) { LinkButton gv = (LinkButton)e.CommandSource; GridViewRow gvr = (GridViewRow)gv.Parent.Parent; int rownum = gvr.RowIndex; } }]]></description>
			<content:encoded><![CDATA[<p><strong>Gridview has a template field with item linkbutton delete with CommandName now when user click on linkbutton then find the rowindex on Rowcommand event of gridview using C#.net</strong></p>
<p><br/><br/></p>
<p>protected void grdtest1_RowCommand(object sender, GridViewCommandEventArgs e)<br />
{<br />
if (e.CommandName == &#8220;DeleteRow&#8221;)<br />
{<br />
LinkButton gv = (LinkButton)e.CommandSource;<br />
GridViewRow gvr = (GridViewRow)gv.Parent.Parent;<br />
int rownum = gvr.RowIndex;<br />
}<br />
} </p>
]]></content:encoded>
			<wfw:commentRss>http://www.solutions4ever.net/2010/10/find-row-index-of-gridview-on-rowcommand-without-commandargument/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replace enter key value from textbox using asp.net with c#.net and save in database</title>
		<link>http://www.solutions4ever.net/2010/10/replace-enter-key-value-from-textbox-using-asp-net-with-c-net-and-save-in-database/</link>
		<comments>http://www.solutions4ever.net/2010/10/replace-enter-key-value-from-textbox-using-asp-net-with-c-net-and-save-in-database/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 05:52:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.solutions4ever.net/?p=264</guid>
		<description><![CDATA[Problem: when I wants save multiline textbox value in database using asp.net with c#.net and show as it is its not happening &#8230;. Actually the problem is when we enter the value in textbox and press enter key. value like this this is jack web developer it save in database but when fetch value from [...]]]></description>
			<content:encoded><![CDATA[<p>Problem: when I wants save multiline textbox value in database using   asp.net with c#.net and show as it is its not happening &#8230;.<br />
Actually the problem is when we enter the value in textbox and press enter key. value like this</p>
<p>this is jack <br />
web developer</p>
<p>it save in database but when fetch value from database its showing in same line like this: this is jack web developer</p>
<p>solution: string txtvalue = mytextbox.Text.ToString().Replace(&quot;\r\n&quot;, &quot;<br />
&quot;);</p>
<p>and save it.<br />
Because enter key value is \r\n . and now it will show as u entered text</p>
]]></content:encoded>
			<wfw:commentRss>http://www.solutions4ever.net/2010/10/replace-enter-key-value-from-textbox-using-asp-net-with-c-net-and-save-in-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable smtp auth in PHPMailer</title>
		<link>http://www.solutions4ever.net/2010/09/enable-smtp-auth-in-phpmailer/</link>
		<comments>http://www.solutions4ever.net/2010/09/enable-smtp-auth-in-phpmailer/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 06:50:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Email]]></category>

		<guid isPermaLink="false">http://www.solutions4ever.net/?p=257</guid>
		<description><![CDATA[First download the PHPMailer class file form the site http://phpmailer.sourceforge.net Save it as a php-file in the same directory your own script should. Include the script in your code. require(&#8220;class.phpmailer.php&#8221;); $mail = new PHPMailer(); Example: $mail = new PHPMailer(); //Create PHPmailer class $mail->From = &#8220;youremail@yourdomain.com&#8221;; //Sender address $mail->FromName = &#8220;Name to Display &#8220;; //The name [...]]]></description>
			<content:encoded><![CDATA[<p>First download the PHPMailer class file form the site  <a href="http://phpmailer.sourceforge.net" rel="nofollow" >http://phpmailer.sourceforge.net</a><br />
Save it as a php-file in the same directory your own script should.<br />
Include the script in your code.<br />
<br/><br/></p>
<p>require(&#8220;class.phpmailer.php&#8221;);<br />
$mail = new PHPMailer();<br />
<br/><br/></p>
<p><strong>Example:</strong><br />
<br/><br/></p>
<p>$mail = new PHPMailer(); //Create PHPmailer class<br />
$mail->From = &#8220;youremail@yourdomain.com&#8221;; //Sender address<br />
$mail->FromName = &#8220;Name to Display &#8220;; //The name that you&#8217;ll see as Sender<br />
$mail->Host = &#8220;mail.youdomain.com&#8221;; //Your SMTP mail server<br />
$mail->Mailer = &#8220;smtp&#8221;; //Protocol to use<br />
$mail->AddAddress(&#8220;SendToAddress@anydomain.com&#8221;); //The address you are sending mail to<br />
$mail->Subject = &#8220;Mail Subject&#8221;; //Subject of the mail<br />
$mail->Body = &#8220;Write your mail here&#8221;; //Body of the message</p>
<p>$mail->SMTPAuth = &#8220;true&#8221;;<br />
$mail->Username = &#8220;abc@xyz&#8221;; //valid email id of the domain<br />
$mail->Password = &#8220;Pwd&#8221;; //password for abc@xyz</p>
<p>if(!$mail->Send()){ //Check for result of sending mail<br />
echo &#8220;There was an error sending the message&#8221;; //Write an error message if mail isn&#8217;t sent<br />
exit; //Exit the script without executing the rest of the code<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.solutions4ever.net/2010/09/enable-smtp-auth-in-phpmailer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Positive policy change for Kvanefjeld: Amendment to the Terms for Exploration Licenses</title>
		<link>http://www.solutions4ever.net/2010/09/positive-policy-change-for-kvanefjeld-amendment-to-the-terms-for-exploration-licenses/</link>
		<comments>http://www.solutions4ever.net/2010/09/positive-policy-change-for-kvanefjeld-amendment-to-the-terms-for-exploration-licenses/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 15:05:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Latest news]]></category>

		<guid isPermaLink="false">http://www.solutions4ever.net/?p=254</guid>
		<description><![CDATA[Key points: Greenland Government introduce an amendment to Standard Terms for Exploration Licenses in Greenland Amendments allow for, upon application approval, the inclusion of radioactive elements as exploitable minerals for the purpose of thorough evaluation and reporting GMEL has lodged its application in accordance with the new regulations Company now has a clear path for [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>  Key points:</p>
<ul>
<li>Greenland Government introduce an amendment to Standard Terms for Exploration Licenses in Greenland</li>
<li>Amendments   allow for, upon application approval, the inclusion of radioactive   elements as exploitable minerals for the purpose of thorough evaluation   and reporting</li>
<li>GMEL has lodged its application in accordance with the new regulations </li>
<li>Company   now has a clear path for the continued development of the Kvanefjeld   rare earth and uranium project through definitive feasibility study in   cooperation with Greenland Government and stakeholder groups</li>
</ul>
<div>Greenland   Minerals and Energy Ltd (&#8216;GMEL&#8217; or &#8216;the Company&#8217;, code ASX:GGG) is   pleased to advise that an amendment has been made by the Government of   Greenland to the Standard Terms for Exploration Licenses that allows for   the inclusion of radioactive elements as exploitable minerals for the   purpose of thorough evaluation and reporting. The change comes after an   ongoing&nbsp; dialogue between the Greenland government and Company   representatives.</div>
<p></p>
<div>This critical development now provides a   clear framework for the Company&#8217;s Kvanefjeld multi-element project (rare   earth elements, uranium and zinc) to proceed to development via the   completion of a definitive feasibility study (bankable) conducted in   close cooperation with the Greenland government and stakeholder groups.</div>
<p>
  &quot;Significantly,   what we believe to be the world&#8217;s most strategically important mineral   projects can now move through the next phase of development. This   confirms that the government of Greenland is committed to working with   companies to develop a strong and well-regulated minerals industry in   Greenland&quot;&nbsp; <br />
  &nbsp;<br />
  Visit <a track="on" href="http://www.ggg.gl/Investor/In-The-News.htm" shape="rect" linktype="link" target="_blank">IN THE NEWS</a> and <a track="on" shape="rect" href="http://www.ggg.gl/Investor/ASX-Announcements.htm" linktype="link" target="_blank">ASX Announcements</a> on official GMEL website.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.solutions4ever.net/2010/09/positive-policy-change-for-kvanefjeld-amendment-to-the-terms-for-exploration-licenses/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.solutions4ever.net/feed/ ) in 0.44377 seconds, on May 18th, 2012 at 10:24 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 18th, 2012 at 11:24 pm UTC -->
