<?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 update 24</title>
	<atom:link href="http://www.webupdate24.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.webupdate24.com</link>
	<description>World of developers</description>
	<lastBuildDate>Mon, 12 Mar 2012 16:13:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Solution for Forbidden /phpmyadmin : You don&#8217;t have permission to access /phpmyadmin/ on this server</title>
		<link>http://www.webupdate24.com/solution-for-forbidden-phpmyadmin-you-dont-have-permission-to-access-phpmyadmin-on-this-server.html</link>
		<comments>http://www.webupdate24.com/solution-for-forbidden-phpmyadmin-you-dont-have-permission-to-access-phpmyadmin-on-this-server.html#comments</comments>
		<pubDate>Mon, 12 Mar 2012 15:11:37 +0000</pubDate>
		<dc:creator>Nusrat Sultana</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[403 Forbidden phpmyadmin]]></category>
		<category><![CDATA[phpmyadmin access denied]]></category>
		<category><![CDATA[You don't have permission to access /phpmyadmin/ on this server]]></category>

		<guid isPermaLink="false">http://www.webupdate24.com/?p=558</guid>
		<description><![CDATA[Previously i had wamp version 2.0 and there it uses phpmyadmin 3.* version . Now i need to use wamp version 2.0c and it came up with phpmyadmin 2.* versions . After installing wamp 2.0c i could not access http:// localhost/phpmyadmin and it says 403 Forbidden You don&#8217;t have permission to access /phpmyadmin/ on this [...]]]></description>
		<wfw:commentRss>http://www.webupdate24.com/solution-for-forbidden-phpmyadmin-you-dont-have-permission-to-access-phpmyadmin-on-this-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find multiple occurance of a string in a target  text</title>
		<link>http://www.webupdate24.com/how-to-find-multiple-occurance-of-a-string-in-a-target-text.html</link>
		<comments>http://www.webupdate24.com/how-to-find-multiple-occurance-of-a-string-in-a-target-text.html#comments</comments>
		<pubDate>Fri, 07 Oct 2011 12:19:05 +0000</pubDate>
		<dc:creator>iqbal</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.webupdate24.com/?p=544</guid>
		<description><![CDATA[May be  all of you know the pros and cons of  strpos() function. Why we use this function? Actually sometimes we need to track the position of a search string in a long text or a paragraph. And  so we  use it. echo strpos($targetstring,$searched_string); And it it will  always show the first occurance of the [...]]]></description>
		<wfw:commentRss>http://www.webupdate24.com/how-to-find-multiple-occurance-of-a-string-in-a-target-text.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSF 2.0 and JBoss 4.2.0 Configuration Common Problems and Solutions for Begginers</title>
		<link>http://www.webupdate24.com/jsf-2-0-and-jboss-4-2-0-configuration-common-problems-and-solutions-for-begginers.html</link>
		<comments>http://www.webupdate24.com/jsf-2-0-and-jboss-4-2-0-configuration-common-problems-and-solutions-for-begginers.html#comments</comments>
		<pubDate>Thu, 06 Oct 2011 14:25:05 +0000</pubDate>
		<dc:creator>Nusrat Sultana</dc:creator>
				<category><![CDATA[J2EE]]></category>

		<guid isPermaLink="false">http://www.webupdate24.com/?p=546</guid>
		<description><![CDATA[I almost spent 3 days in creating a new project in Java Server Faces (JFS 2.0 ) in the  JBoss AS 4.2.0 .I made some very small mistakes but atlast after 3 days of hard work i understood the problems and now able to succesfully run a JSF 2.0 project in JBoss AS 4.2 . [...]]]></description>
		<wfw:commentRss>http://www.webupdate24.com/jsf-2-0-and-jboss-4-2-0-configuration-common-problems-and-solutions-for-begginers.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure your grub after making a partition in your PC</title>
		<link>http://www.webupdate24.com/how-to-configure-your-grub-after-making-a-partition-in-your-pc.html</link>
		<comments>http://www.webupdate24.com/how-to-configure-your-grub-after-making-a-partition-in-your-pc.html#comments</comments>
		<pubDate>Fri, 23 Sep 2011 15:19:08 +0000</pubDate>
		<dc:creator>Nusrat Sultana</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[boot problem after partition]]></category>
		<category><![CDATA[grub configure]]></category>
		<category><![CDATA[ubuntu boot problem]]></category>

		<guid isPermaLink="false">http://www.webupdate24.com/?p=527</guid>
		<description><![CDATA[Sometimes you can not boot in your PC after making a partiton . And you get stuck in a black window at the boot time .This happens because after making the partition in your Hard disk the location of grub from which the OS loads may change . To solve this problem and to boot [...]]]></description>
		<wfw:commentRss>http://www.webupdate24.com/how-to-configure-your-grub-after-making-a-partition-in-your-pc.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make Windows your default boot-able OS when dual booting</title>
		<link>http://www.webupdate24.com/want-to-make-windows-your-default-bootable-os.html</link>
		<comments>http://www.webupdate24.com/want-to-make-windows-your-default-bootable-os.html#comments</comments>
		<pubDate>Fri, 23 Sep 2011 14:34:06 +0000</pubDate>
		<dc:creator>Nusrat Sultana</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[boot from Windows at start up]]></category>
		<category><![CDATA[configure Windows as default]]></category>
		<category><![CDATA[default OS setup]]></category>

		<guid isPermaLink="false">http://www.webupdate24.com/?p=521</guid>
		<description><![CDATA[After installing Ubuntu along with Windows Ubuntu becomes the default boot-able Operating System. However You can make Windows the default boot-able OS . To do this you have to follow the following Commands : Step 1 .Boot with your Ubuntu OS Step 2. Open up a terminal and write : $ cd /boot/grub Step 3. [...]]]></description>
		<wfw:commentRss>http://www.webupdate24.com/want-to-make-windows-your-default-bootable-os.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Very interesting Feature  Late Static Bindings(LSB) in php 5.3.0</title>
		<link>http://www.webupdate24.com/511.html</link>
		<comments>http://www.webupdate24.com/511.html#comments</comments>
		<pubDate>Mon, 08 Aug 2011 10:52:57 +0000</pubDate>
		<dc:creator>iqbal</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.webupdate24.com/?p=511</guid>
		<description><![CDATA[Php is now widening its scope and solving its limitation to achieve the pure OOP(Object Oriented Programmng). Now we will learn the LSB by observing the code: &#60;?php class parentclass { public static $c_name = __class__; /*this will store the name of the class in $_cname*/ function get_class_name(){ echo&#8221;This is the object of &#8220;; return [...]]]></description>
		<wfw:commentRss>http://www.webupdate24.com/511.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to keep your form with its exact layout By using the  Zend Form</title>
		<link>http://www.webupdate24.com/how-to-keep-your-form-with-its-exact-layout-by-using-the-zend-form.html</link>
		<comments>http://www.webupdate24.com/how-to-keep-your-form-with-its-exact-layout-by-using-the-zend-form.html#comments</comments>
		<pubDate>Wed, 29 Jun 2011 15:49:57 +0000</pubDate>
		<dc:creator>iqbal</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.webupdate24.com/?p=500</guid>
		<description><![CDATA[Today we will learn how to keep our layout exact like our project main design. We know that if we use Zend form we find some flexibility and advantage for using the component: 1. You can filter and validate the input field. 2. You can group the element or can make the subform. 3. And [...]]]></description>
		<wfw:commentRss>http://www.webupdate24.com/how-to-keep-your-form-with-its-exact-layout-by-using-the-zend-form.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add recaptcha in Zend Form</title>
		<link>http://www.webupdate24.com/how-to-add-recaptcha-in-zend-form.html</link>
		<comments>http://www.webupdate24.com/how-to-add-recaptcha-in-zend-form.html#comments</comments>
		<pubDate>Wed, 29 Jun 2011 12:37:41 +0000</pubDate>
		<dc:creator>iqbal</dc:creator>
				<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.webupdate24.com/?p=491</guid>
		<description><![CDATA[Its an simple way to add the recaptcha service in your web form. Zend framework reduce your development time by providing the service through its Zend_Service_ReCaptcha. Step-1: You need to signup an account for your domain name or project. Why  you should do this? Because for using the recatcha service you need two key public [...]]]></description>
		<wfw:commentRss>http://www.webupdate24.com/how-to-add-recaptcha-in-zend-form.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure File and Folder permissions for WordPress</title>
		<link>http://www.webupdate24.com/secure-file-and-folder-permissions-for-wordpress.html</link>
		<comments>http://www.webupdate24.com/secure-file-and-folder-permissions-for-wordpress.html#comments</comments>
		<pubDate>Sat, 11 Jun 2011 20:15:39 +0000</pubDate>
		<dc:creator>KAFI</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Wp-tips]]></category>
		<category><![CDATA[file and folder permission]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.webupdate24.com/?p=487</guid>
		<description><![CDATA[File and folder permissions is very important in terms of web security. In most of the cases hackers are some how manage to get the access of your server and can upload/write/ edit your script and compromise your website. Common form of security regarding this is never allow write permissions to group user and public [...]]]></description>
		<wfw:commentRss>http://www.webupdate24.com/secure-file-and-folder-permissions-for-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure your wp-admin folder in WordPress</title>
		<link>http://www.webupdate24.com/secure-your-wp-admin-folder-in-wordpress.html</link>
		<comments>http://www.webupdate24.com/secure-your-wp-admin-folder-in-wordpress.html#comments</comments>
		<pubDate>Wed, 08 Jun 2011 18:39:30 +0000</pubDate>
		<dc:creator>KAFI</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Wp-tips]]></category>
		<category><![CDATA[protecting wp-admin folder]]></category>
		<category><![CDATA[wordpress security]]></category>
		<category><![CDATA[wp security]]></category>

		<guid isPermaLink="false">http://www.webupdate24.com/?p=480</guid>
		<description><![CDATA[Sometimes you will see that your site has been compromised by hacker. You may have seen that they do it by hacking your wp-admin folder. Your site might be public but you can restrict your wp-admin folder by providing little extra security with a htaccess file. You can limit access to this folder for some [...]]]></description>
		<wfw:commentRss>http://www.webupdate24.com/secure-your-wp-admin-folder-in-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

