<?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>Tech I Share &#187; Wordpress</title>
	<atom:link href="http://www.techishare.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techishare.com</link>
	<description>Your daily resource to useful softwares, freebies, software guides, Firefox, Linux, tips and tricks, reviews and latest happenings in technology.</description>
	<lastBuildDate>Sat, 15 Jun 2013 13:24:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Change or Increase the Database Import File Size Limit in phpMyAdmin (WampServer)</title>
		<link>http://www.techishare.com/wordpress/change-increase-database-limit-phpmyadmin-wamp/</link>
		<comments>http://www.techishare.com/wordpress/change-increase-database-limit-phpmyadmin-wamp/#comments</comments>
		<pubDate>Sat, 23 Jun 2012 17:13:44 +0000</pubDate>
		<dc:creator>Samuel</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[increase]]></category>
		<category><![CDATA[limit]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[wamp]]></category>

		<guid isPermaLink="false">http://www.techishare.com/?p=5562</guid>
		<description><![CDATA[<p>Many bloggers and developers who create PHP applications rely on web development platforms like WAMPServer or XAMPP to create, test and debug applications before releasing them publicly. Testing web applications locally (on our computer) is very important because it gives us a chance to rectify [...]</p><p>The post <a href="http://www.techishare.com/wordpress/change-increase-database-limit-phpmyadmin-wamp/">Change or Increase the Database Import File Size Limit in phpMyAdmin (WampServer)</a> appeared first on <a href="http://www.techishare.com">Tech I Share</a>.</p>]]></description>
				<content:encoded><![CDATA[<a class="entry-thumb" href="http://www.techishare.com/wordpress/change-increase-database-limit-phpmyadmin-wamp/" title="Permalink to Change or Increase the Database Import File Size Limit in phpMyAdmin (WampServer)" ></a><p style="text-align: justify;">Many bloggers and developers who create PHP applications rely on web development platforms like WAMPServer or XAMPP to create, test and debug applications before releasing them publicly. Testing web applications locally (on our computer) is very important because it gives us a chance to rectify problems before others point it, especially your boss or an end-user.</p>
<p style="text-align: justify;">After a recent OS reinstall I was installing wordpress locally using WampServer and I was in a phase where I have to import my existing database. My database is around 10 MB, but when I went to import it using phpMyAdmin (a module of WampServer) there I found that upload/import file size limit was set to 2 MB. But, here I want to import a 10 MB database, so, I started to look for workarounds and started with the php.ini file that is found in WampServer (C:\wamp\bin\php\php5.3.13\php.ini). I remember that previously I fixed this issue by changing few values in that php.ini file. But, this time the changes I made are not being reflected and the file size limit was stuck at 2 MB only.</p>
<p style="text-align: justify;">I don&#8217;t know what mistake I was doing, so I started to search again for possible solutions and this time I found an interesting thing. I found another php.ini, that is located inside apache folder (C:\wamp\bin\apache\apache2.2.22\php.ini). So, may be phpMyAdmin is making use of this php.ini file rather than the file that is located insider php folder. So, I opened this php.ini configuration file located in apache folder and selected this line:</p>
<blockquote><p>upload_max_filesize = 2M</p></blockquote>
<p style="text-align: justify;">and changed it to this :</p>
<blockquote><p>upload_max_filesize = 20M</p></blockquote>
<p style="text-align: justify;">Now, I <strong>restarted All Services of WampServer</strong> by clicking the systray icon and then tried to import the database file. But, this time even though the limit was changed, it didn&#8217;t changed according to the value given. We gave 20M as the limit but it showed me the limit as 8M. So, I went back and opened the php.ini configuration file found in apache folder and then selected this line:</p>
<blockquote><p>post_max_size = 8M</p></blockquote>
<p style="text-align: justify;">and changed it to:</p>
<blockquote><p>post_max_size = 20M</p></blockquote>
<p style="text-align: justify;">Now, the database import file size was changed to 20M and hence I was able to import my 10MB database successfully. So, if you are my situation where the size of your database is exceeding the file size limit, then change the above two lines according to your requirements i.e. change value &#8217;20&#8242; to the required value. Also, make sure that the value of post_max_size is greater than or equal to the value of upload_max_filesize, because phpMyAdmin will consider the lowest of these two values as the import file size limit.</p>
<p>The post <a href="http://www.techishare.com/wordpress/change-increase-database-limit-phpmyadmin-wamp/">Change or Increase the Database Import File Size Limit in phpMyAdmin (WampServer)</a> appeared first on <a href="http://www.techishare.com">Tech I Share</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.techishare.com/wordpress/change-increase-database-limit-phpmyadmin-wamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing Our Very First WordPress Plugin &#8211; Giveaway Helper</title>
		<link>http://www.techishare.com/wordpress/announcing-our-very-first-wordpress-plugin-giveaway-helper/</link>
		<comments>http://www.techishare.com/wordpress/announcing-our-very-first-wordpress-plugin-giveaway-helper/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 07:06:48 +0000</pubDate>
		<dc:creator>Samuel</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[emails]]></category>
		<category><![CDATA[giveaway]]></category>
		<category><![CDATA[helper]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[names]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[retrive]]></category>

		<guid isPermaLink="false">http://www.techishare.com/?p=2592</guid>
		<description><![CDATA[<p>Today is a very special day. We now officially announce the release of our very first WordPress plugin called Giveaway Helper. Well, this may not help normal PC users but this plugin is made to help those bloggers who conduct giveaways. Situations that lead to [...]</p><p>The post <a href="http://www.techishare.com/wordpress/announcing-our-very-first-wordpress-plugin-giveaway-helper/">Announcing Our Very First WordPress Plugin &#8211; Giveaway Helper</a> appeared first on <a href="http://www.techishare.com">Tech I Share</a>.</p>]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;">Today is a very special day. We now officially announce the release of our very first WordPress plugin called <a href="http://wordpress.org/extend/plugins/giveaway-helper/"><em><strong>Giveaway Helper</strong></em></a>. Well, this may not help normal PC users but this plugin is made to help those bloggers who conduct giveaways.</p>
<h3>Situations that lead to the birth of Giveaway Helper :</h3>
<p style="text-align: justify;">Usually, most of us (Bloggers) use Random.org to  select winners of a giveaway. Unfortunately, we waste a lot of time in  copy-pasting Email addresses or Names of the participants into  Random.org. When number of participants are less, then copy-pasting  their Emails or Names into Random.org is not a big task. But when there  are hundreds of participants and copy-pasting each Email Address or  Name into Random.org is a tedious process.</p>
<p style="text-align: justify;">Apart from the tiresome copy-pasting issue, sometimes there will be multiple entries of same person. Without noticing that, we may wrongly allow multiple entries of same person into drawing, which gives that particular user more chance to win over other participants and the giveaway isn&#8217;t fair anymore.</p>
<p style="text-align: justify;">So, we have to be very careful in selecting the winners of giveaways. Sometimes small mistakes may lead to disasters. Even though we take a lot of care, mistakes do happen depending on the situation we are in while selecting winners. This is why <a href="http://wordpress.org/extend/plugins/giveaway-helper/">Giveaway Helper</a> is created. To take your burden down, so that you can concentrate more on what you are best at.</p>
<div class="wp-caption aligncenter" style="width: 610px"><img title="Giveaway Helper interface" src="http://i278.photobucket.com/albums/kk112/takerraj_photos/giveawayhelper2.png" alt="" width="600" height="274" /><p class="wp-caption-text">Giveaway Helper interface</p></div>
<h3>Features of Giveaway Helper :</h3>
<p style="text-align: justify;">I&#8217;ve personal experience with these giveaways and I know the problems my fellow bloggers are facing. So, Giveaway Helper is created in such a way that it cuts down those tedious tasks and allow the blogger to select winners in a fair way without putting much effort. So, here are the features of Giveaway Helper :</p>
<ol>
<li>It cuts down multiple entries into single entry (based on Emails used to comment).</li>
<li>It allows you to filter-out unnecessary entries (using emails), such as those entries &#8220;Thanks for the giveaway. But don&#8217;t Count me in!&#8221; etc etc. <a href="http://wordpress.org/extend/plugins/giveaway-helper/">Giveaway Helper</a> allows you to remove such kind of entries.</li>
<li>You can either retrieve Email Addresses or Names of the participants.</li>
<li>A nice Select All (to copy all entries at a time using Ctrl+C) button and a Link to List Randomizer will make your task simpler.</li>
</ol>
<h3>How to use?</h3>
<p>Detailed instructions on how to download and install it on wordpress are available <a href="http://www.techishare.com/giveaway-helper-a-wordpress-plugin-for-those-who-giveaway/">here</a>.</p>
<h3>What&#8217;s in for future?</h3>
<p style="text-align: justify;">Right now it has all basic capabilities of making your job simpler. In future, I&#8217;ll add more functionality like blacklisting users who cheat using different Email ID&#8217;s etc and if you think that this plugin didn&#8217;t met your problem (related to giveaway winners selection) then kindly mention them in comments and I&#8217;ll make sure that your problem will be solved.</p>
<blockquote><p>I may not be a big help to others. But let me help those who are a big help to others.</p></blockquote>
<p>The post <a href="http://www.techishare.com/wordpress/announcing-our-very-first-wordpress-plugin-giveaway-helper/">Announcing Our Very First WordPress Plugin &#8211; Giveaway Helper</a> appeared first on <a href="http://www.techishare.com">Tech I Share</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.techishare.com/wordpress/announcing-our-very-first-wordpress-plugin-giveaway-helper/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Ultimate freebie for Web designers and WordPress bloggers</title>
		<link>http://www.techishare.com/free-offers/ultimate-freebie-for-web-designers-and-wordpress-owners/</link>
		<comments>http://www.techishare.com/free-offers/ultimate-freebie-for-web-designers-and-wordpress-owners/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 05:55:49 +0000</pubDate>
		<dc:creator>Samuel</dc:creator>
				<category><![CDATA[Free Offers]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[beautiful]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[premium]]></category>
		<category><![CDATA[social icons set]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[tumblr and posterous]]></category>

		<guid isPermaLink="false">http://www.techishare.com/blog/2009/11/09/ultimate-freebie-for-web-designers-and-wordpress-owners/</guid>
		<description><![CDATA[<p>A massive giveaway from Tutorial9.net. Starting from today, Tutorial9 is giving away lots of freebies (Actually they are paid products) to everyone under the name &#8220;The Ultimate Resource Package for Web Designers&#8221;. This give away will continue for 1 week. The Ultimate Resource Package consists [...]</p><p>The post <a href="http://www.techishare.com/free-offers/ultimate-freebie-for-web-designers-and-wordpress-owners/">Ultimate freebie for Web designers and WordPress bloggers</a> appeared first on <a href="http://www.techishare.com">Tech I Share</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><img class="alignright" title="Tutorial 9" src="http://i278.photobucket.com/albums/kk112/takerraj_photos/tutorial9OriginalResolution.jpg" alt="" width="296" height="243" /></p>
<p>A massive giveaway from <a href="http://www.tutorial9.net">Tutorial9.net</a>. Starting from today, Tutorial9 is giving away lots of freebies (Actually they are paid products) to everyone under the name <strong>&#8220;The Ultimate Resource Package for Web Designers&#8221;. </strong>This give away will continue for 1 week. The Ultimate Resource Package consists the following :</p>
<ul>
<li>4 Free Premium WordPress themes.</li>
<li>Vectors</li>
<li>3 Premium Tumblr and Posterous themes</li>
<li>Free beautiful PSD&#8217;s for you.</li>
<li>22 Icon packs including Social Networking icons and many more.</li>
</ul>
<p>This ultimate package is available only for 1 week, starting today. All you have to do is subscribe to <span class="removed_link" title="http://www.tutorial9.net/news/you-dont-want-to-miss-monday-ultimate-resource-package-for-web-designers/">Tutorial9</span>, that&#8217;s it. Just subscribe and the download link to the Ultimate Resource Package will be made available to you through email. <em>Thanks Tutorial9!</em></p>
<p>The post <a href="http://www.techishare.com/free-offers/ultimate-freebie-for-web-designers-and-wordpress-owners/">Ultimate freebie for Web designers and WordPress bloggers</a> appeared first on <a href="http://www.techishare.com">Tech I Share</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.techishare.com/free-offers/ultimate-freebie-for-web-designers-and-wordpress-owners/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dreamhost Apps improved!</title>
		<link>http://www.techishare.com/blogger/dreamhost-apps-improved/</link>
		<comments>http://www.techishare.com/blogger/dreamhost-apps-improved/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 14:16:31 +0000</pubDate>
		<dc:creator>Samuel</dc:creator>
				<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[DreamHost]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://www.techishare.com/blog/?p=497</guid>
		<description><![CDATA[<p>Dreamhost Apps is a free hosting for web applications (Content Management Systems) provided by Dreamhost. For more information about Dreamhost Apps, see my review about Dreamhost Apps here. I wrote that review on June I think, 3 months have passed by and Dreamhost Apps has [...]</p><p>The post <a href="http://www.techishare.com/blogger/dreamhost-apps-improved/">Dreamhost Apps improved!</a> appeared first on <a href="http://www.techishare.com">Tech I Share</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://dreamhostapps.com">Dreamhost Apps</a> is a free hosting for web applications (Content Management Systems) provided by Dreamhost. For more information about Dreamhost Apps, see my review about Dreamhost Apps <a href="http://www.techishare.com/blog/2009/06/16/dreamhost-apps-strings-attached/">here</a>.</p>
<p>I wrote that review on June I think, 3 months have passed by and Dreamhost Apps has improved a lot than I expected. At the time of my review there are actually no good themes, no plugins. But now, they have some of the best themes such as Copyblogger theme by <a href="http://pearsonified.com/">Chris Pearson.</a> Also, Dreamhost has added some very useful plugins like Re-Captcha, WP-Shortstat, Extended comment Options, Trackback validator and more.</p>
<p>But there are some drawbacks with Dreamhost apps, as I mentioned in my <a href="http://www.techishare.com/blog/2009/06/16/dreamhost-apps-strings-attached/">review</a>. I would like to remind you about them again for the sake of people who are not aware of Dreamhost Apps.</p>
<p><img class="aligncenter" title="Dreamhost" src="http://i278.photobucket.com/albums/kk112/takerraj_photos/dreamhostapps.png" alt="" width="550" height="106" /></p>
<blockquote><p>No writable file permissions, implies</p>
<ul>
<li>No ads. No money.</li>
<li>Cannot edit themes, plugins.</li>
<li>Cannot add new plugins as you like.</li>
<li>No FTP access etc.</li>
</ul>
</blockquote>
<p><em>I don´t care about money, I love blogging.</em></p>
<p>If you are that kind of person, then Dreamhost Apps is for you. Just pay for domain every year (about $10) or use a free sub-domain, <em>yourdomain.dreamhosters.com</em> that´s it. Right now, Dreamhost apps is still in trial beta period. Anyone can signup for free. I am sure that they´ll improve Dreamhost Apps a lot. After the beta period they´ll be accepting new invites only through invitation code. This is the best time for you to get Dreamhost apps account now, Use it or leave it, it´s your wish, because getting it for free will be easy, rather than begging someone for an invitation code later. Join <a href="http://dreamhostapps.com">Dreamhost Apps</a> now.</p>
<p>The post <a href="http://www.techishare.com/blogger/dreamhost-apps-improved/">Dreamhost Apps improved!</a> appeared first on <a href="http://www.techishare.com">Tech I Share</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.techishare.com/blogger/dreamhost-apps-improved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bloggers &#8211; Upgrade and protect your blog now</title>
		<link>http://www.techishare.com/security/bloggers-upgrade-and-protect-your-blog-now/</link>
		<comments>http://www.techishare.com/security/bloggers-upgrade-and-protect-your-blog-now/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 13:21:51 +0000</pubDate>
		<dc:creator>Samuel</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[attack]]></category>
		<category><![CDATA[down]]></category>
		<category><![CDATA[hacked]]></category>
		<category><![CDATA[worm]]></category>

		<guid isPermaLink="false">http://www.techishare.com/blog/2009/09/07/bloggers-upgrade-and-protect-your-blog-now/</guid>
		<description><![CDATA[<p>This warning is just for WordPress bloggers. There is a worm which is hacking and cracking all the wordpress blogs which are not running the latest version (2.8.4). Here is what WordPress has to speak about Right now there is a worm making its way [...]</p><p>The post <a href="http://www.techishare.com/security/bloggers-upgrade-and-protect-your-blog-now/">Bloggers &#8211; Upgrade and protect your blog now</a> appeared first on <a href="http://www.techishare.com">Tech I Share</a>.</p>]]></description>
				<content:encoded><![CDATA[<a class="entry-thumb" href="http://www.techishare.com/security/bloggers-upgrade-and-protect-your-blog-now/" title="Permalink to Bloggers &#8211; Upgrade and protect your blog now" ></a><p>This warning is just for WordPress bloggers. There is a worm which is hacking and cracking all the wordpress blogs which are not running the latest version (2.8.4). Here is what WordPress has to speak about</p>
<blockquote><p>Right now there is a worm making its way around old, unpatched versions of WordPress. This particular worm, like many before it, is clever: it registers a user, uses a security bug (fixed earlier in the year) to allow evaluated code to be executed through the permalink structure, makes itself an admin, then uses JavaScript to hide itself when you look at users page, attempts to clean up after itself, then goes quiet so you never notice while it inserts hidden spam and malware into your old posts.</p></blockquote>
<p>Recently <span class="removed_link" title="http://www.smashingmagazine.com/2009/09/04/smashing-goes-down-on-september-2nd-what-happened/">Smashing Magazine</span>, one of largest web designing resource went down and here is what they say,</p>
<blockquote><p>We don&#8217;t yet know how <em>exactly</em> this attack was done. Very likely, an outdated WordPress plug-in or old script allowed it to happen. We also don&#8217;t know what the main purpose of the attack was.</p></blockquote>
<p>I think Smashing Magazine is one of the victim of this worm. WordPress says that the latest version that is WordPress 2.8.4 is immune to the worm. So, it&#8217;s high time for you to upgrade to the latest wordpress engine and protect your blog from this worm if you are running older version of WordPress.</p>
<p><strong>Download :</strong> <a href="http://wordpress.org/download/">WordPress 2.8.4</a></p>
<p>[<a href="http://wordpress.org/development/2009/09/keep-wordpress-secure/">WordPress</a>, <span class="removed_link" title="http://www.smashingmagazine.com/2009/09/04/smashing-goes-down-on-september-2nd-what-happened/">Smashing Magazine</span>]</p>
<p>The post <a href="http://www.techishare.com/security/bloggers-upgrade-and-protect-your-blog-now/">Bloggers &#8211; Upgrade and protect your blog now</a> appeared first on <a href="http://www.techishare.com">Tech I Share</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.techishare.com/security/bloggers-upgrade-and-protect-your-blog-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.3 update recommended</title>
		<link>http://www.techishare.com/wordpress/wordpress-2-8-3-update-recommended/</link>
		<comments>http://www.techishare.com/wordpress/wordpress-2-8-3-update-recommended/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 14:51:23 +0000</pubDate>
		<dc:creator>Samuel</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wordpress 2.8.3]]></category>

		<guid isPermaLink="false">http://www.techishare.com/blog/2009/08/04/wordpress-2-8-3-update-recommended/</guid>
		<description><![CDATA[<p>WordPress 2.8.3 is released. The developers say that it is a security release and they strongly recommend to update all the previous versions to this version. Everyone knows that the transition to WordPress 2.8 is not smooth and at the same time it had lot [...]</p><p>The post <a href="http://www.techishare.com/wordpress/wordpress-2-8-3-update-recommended/">WordPress 2.8.3 update recommended</a> appeared first on <a href="http://www.techishare.com">Tech I Share</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>WordPress 2.8.3 is released. The developers say that it is a security release and they strongly recommend to update all the previous versions to this version. Everyone knows that the transition to WordPress 2.8 is not smooth and at the same time it had lot of bugs such as pingback and trackback problems. So, everyone who are using wordpress 2.8.1 or 2.8.2 update your wordpress and secure it today.</p>
<p>Two ways to update your wordpress installation :</p>
<p style="text-align: center;">1. If you have automatic upgrade option then use it.<br />
<img class="aligncenter double-border" title="wordpress 2.8.3" src="http://i278.photobucket.com/albums/kk112/takerraj_photos/wordpress283.jpg" alt="" width="416" height="119" /><br />
2. Else, download wordpress 2.8.3 from <a href="http://wordpress.org/download/">here</a>. Backup your posts, comments and everything using the option <em>Tools&gt;Export</em>. Upload wordpress 2.8.3 to your database using FTP. Install wordpress and import your settings using <em>Tools&gt;Import</em> option.</p>
<p>Check out the release notes of WordPress 2.8.3 <a href="http://wordpress.org/development/2009/08/wordpress-2-8-3-security-release/">here</a>.</p>
<p>The post <a href="http://www.techishare.com/wordpress/wordpress-2-8-3-update-recommended/">WordPress 2.8.3 update recommended</a> appeared first on <a href="http://www.techishare.com">Tech I Share</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.techishare.com/wordpress/wordpress-2-8-3-update-recommended/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fatal Error &#8211; WordPress memory exhausted [Google XML sitemaps
generator]</title>
		<link>http://www.techishare.com/wordpress/fatal-error-wordpress-memory-exhausted-google-xml-sitemaps-generator/</link>
		<comments>http://www.techishare.com/wordpress/fatal-error-wordpress-memory-exhausted-google-xml-sitemaps-generator/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 09:41:53 +0000</pubDate>
		<dc:creator>Samuel</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[exhausted]]></category>
		<category><![CDATA[fatal]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.techishare.com/blog/2009/07/02/fatal-error-wordpress-memory-exhausted-google-xml-sitemaps-generator/</guid>
		<description><![CDATA[<p>Recently I have upgraded to wordpress 2.8. From then onwards I had problems with Google XML sitemaps generator plugin. This plugin is the most popular and must wordpress plugin without which it&#8217;s impossible to top Google search results. Here is the problem that I came [...]</p><p>The post <a href="http://www.techishare.com/wordpress/fatal-error-wordpress-memory-exhausted-google-xml-sitemaps-generator/">Fatal Error &#8211; WordPress memory exhausted [Google XML sitemaps
generator]</a> appeared first on <a href="http://www.techishare.com">Tech I Share</a>.</p>]]></description>
				<content:encoded><![CDATA[<a class="entry-thumb" href="http://www.techishare.com/wordpress/fatal-error-wordpress-memory-exhausted-google-xml-sitemaps-generator/" title="Permalink to Fatal Error &#8211; WordPress memory exhausted [Google XML sitemaps
generator]" ></a><p>Recently I have upgraded to wordpress 2.8. From then onwards I had problems with Google XML sitemaps generator plugin. This plugin is the most popular and must wordpress plugin without which it&#8217;s impossible to top Google search results. Here is the problem that I came across when I tried to rebuild the sitemap manually.</p>
<blockquote><p><em>Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 541 bytes) in /home/pcaddons/public_html/wp-includes/link-template.php on line 113</em></p></blockquote>
<p>When I go to XML sitemap plugin configuration page I found these lines</p>
<blockquote><p><em># The last run didn&#8217;t finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more<br />
# The last known memory usage of the script was 14.75MB, the limit of your <a href="http://www.astahost.com/Problem-Wordpress-Xisto-t20615.html#">server</a> is 128M.<br />
# The last known execution time of the script was 0.02 seconds, the limit of your server is 120 seconds.<br />
# The script stopped around post number 36 (+/- 100)</em></p></blockquote>
<p>I never faced this problem in wordpress 2.7. Also I&#8217;m not that much familiar with wordpress. So I was stuck in between and looked here and there on google but only in vain. So I tried to solve it manually and to my surprise I solved it. May be you came here to find a solution to a similar problem and you came to the right place.</p>
<p>I use Global translator plugin to reach millions of people around the globe. Global Translator plugin has an option of integrating sitemap. If you select that, then the posts that are translated by Global translator plugin are added to sitemap. Don&#8217;t know why? but Global translator plugin is the culprit in my case. At that time Global translator was not compatible with wordpress 2.8. But an update is released which says it to be compatible with wordpress 2.8. But the problem is not solved with that new plugin too. There is some compatibility issue going on in between Global translator and Google XML sitemap plugin. To rebuild your sitemap successfully, <strong>you should not use sitemap integration option in Global translator</strong>. This should solve your problem. Hope the developers fix this issue soon! Alternatively, you can checkout what WordPress people say about this (<a href="http://wordpress.org/support/topic/279132?replies=5">http://wordpress.org/support/topic/279132?replies=5</a>).</p>
<p>The post <a href="http://www.techishare.com/wordpress/fatal-error-wordpress-memory-exhausted-google-xml-sitemaps-generator/">Fatal Error &#8211; WordPress memory exhausted [Google XML sitemaps
generator]</a> appeared first on <a href="http://www.techishare.com">Tech I Share</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.techishare.com/wordpress/fatal-error-wordpress-memory-exhausted-google-xml-sitemaps-generator/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>5 Easy Steps to Embed Google Custom Search into WordPress</title>
		<link>http://www.techishare.com/wordpress/5-easy-steps-to-embed-google-custom-search-into-wordpress/</link>
		<comments>http://www.techishare.com/wordpress/5-easy-steps-to-embed-google-custom-search-into-wordpress/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 16:23:22 +0000</pubDate>
		<dc:creator>Samuel</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.techishare.com/blog/2009/06/23/5-easy-steps-to-embed-google-custom-search-into-wordpress/</guid>
		<description><![CDATA[<p>WordPress is most popular blogging platform and Google is most popular search engine. Both are exceptionally good. There is no doubt in it. But the problem arise when WordPress want to do the work of Google and vice versa. So let us keep things in [...]</p><p>The post <a href="http://www.techishare.com/wordpress/5-easy-steps-to-embed-google-custom-search-into-wordpress/">5 Easy Steps to Embed Google Custom Search into WordPress</a> appeared first on <a href="http://www.techishare.com">Tech I Share</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>WordPress is most popular blogging platform and Google is most popular search engine. Both are exceptionally good. There is no doubt in it. But the problem arise when WordPress want to do the work of Google and vice versa. So let us keep things in order and let us make Google do its work and so as with wordpress. In a few minutes you are going to see how to implement Google custom search into your wordpress blog. Before we start let me discuss why we have to shift from WordPress search to Google search.</p>
<p>&#160;</p>
<p><span style="font-size: small"><em><span style="font-size: small"><font size="3">Why Google?</font></span></em></span></p>
<ul>
<li>Google&#8217;s search algorithm is the best and till now no one defeated it. </li>
<li>The results are quick and very accurate. Where as wordpress search is slow and search results are not very accurate as Google. </li>
<li><span style="font-size: x-small"><span style="font-size: x-small"><font size="2"><strong>$$$ Money money money $$$ : </strong>By integrating Adsense into Google custom search you can boost your income.</font></span></span> </li>
</ul>
<p><span style="font-size: small"><em><span style="font-size: small"><font size="3">Step-by-step guide to add Google Custom Search into your WordPress template :</font></span></em></span></p>
<ol>
<li><span style="font-size: x-small"><span style="font-size: x-small"><font size="2">Create account at Google Custom Search. After creating the account login to it and select <strong>Get code</strong> under <strong>Control Panel</strong>. </font></span></span></li>
<li><span style="font-size: x-small"><span style="font-size: x-small"><font size="2">Select the second option, <strong>Host results on my website using an iframe. </strong>Specify the URL as below </font></span><a href="http://example.com/search/"><span style="font-size: x-small"><font size="2">http://example.com/search/</font></span></a><span style="font-size: x-small"><font size="2">. Also specify the space where you want to place your Adsense ads.</font></span> <img class="alignnone" title="CSE1" alt="" src="http://i278.photobucket.com/albums/kk112/takerraj_photos/cse1.jpg" width="450" height="222" /> </span></li>
<li><span style="font-size: x-small"><span style="font-size: x-small"><font size="2">You can see two codes, one for <strong>search box</strong> and other for <strong>search results</strong>. Copy the search box code and place it anywhere you like (Preferably in sidebar or navbar).</font></span> <img class="alignnone" title="cse2" alt="" src="http://i278.photobucket.com/albums/kk112/takerraj_photos/cse2.jpg" width="450" height="382" /></span> </li>
<li><span style="font-size: x-small"><span style="font-size: x-small"><font size="2">Now create a page with name <strong>Search</strong> and make sure the permalink is same as the above, i.e. </font></span><a href="http://example.com/search/"><span style="font-size: x-small"><font size="2">http://example.com/search/</font></span></a></span> </li>
<li>With Notepad create a file with name <strong>search.php </strong>and paste the following code in it. </li>
</ol>
<blockquote><p>&lt;?php get_header(); ?&gt;</p>
<p><em>Your search results code goes here</em></p>
<p>&lt;?php get_footer(); ?&gt;</p>
</blockquote>
<ol>Replace &#8220;Your search results code goes here&#8221; with the actual code. That&#8217;s it. Now do a sample search to test whether everything is fine or not.</ol>
<ol></ol>
<p><em><span style="font-size: small"><span style="font-size: small"><font size="3">Styling search results page :</font></span></span></em></p>
<p><span style="font-size: x-small"><span style="font-size: x-small"><font size="2">1. <strong>Aligning search template to the center of the page :</strong></font></span></span></p>
<p><span style="font-size: x-small"><span style="font-size: x-small"><font size="2">Here is a Sample <strong>search results</strong> code :</font></span></span></p>
<blockquote><p><span style="font-size: x-small"><font size="2">&lt;div id=&quot;cse-search-results&quot;&gt;&lt;/div&gt;         <br />&lt;script type=&quot;text/javascript&quot;&gt;          <br />var googleSearchIframeName = &quot;cse-search-results&quot;;          <br />var googleSearchFormName = &quot;cse-search-box&quot;;          <br />var googleSearchFrameWidth = 600;          <br />var googleSearchDom = &quot;www.google.com&quot;;          <br />var googleSearchPath = &quot;/cse&quot;;          <br />&lt;/script&gt;          <br />&lt;script type=&quot;text/javascript&quot; src=&quot;</font></span><span class="removed_link" title="http://www.google.com/afsonline/show_afs_search.js&quot;"><span style="font-size: x-small"><font size="2">http://www.google.com/afsonline/show_afs_search.js&quot;</font></span></span><span style="font-size: x-small"><font size="2">&gt;&lt;/script&gt;</font></span></p>
</blockquote>
<p><span style="font-size: x-small"><span style="font-size: x-small"><font size="2">To align the search results at center of the page just replace <strong>&lt;div id=&quot;cse-search-results&quot;&gt;</strong> with <strong>&lt;div id=&quot;cse-search-results&quot; align=&quot;center&quot; &gt;.</strong></font></span></span></p>
<p><span style="font-size: x-small"><span style="font-size: x-small"><font size="2">2.<strong> Add space between header and search results :</strong></font></span></span></p>
<p><span style="font-size: x-small"><span style="font-size: x-small"><font size="2">If you saw the test search results, you can observe that the search results are touching the header and they look ugly. Make it look professional by adding &lt;br&gt; at the first of the code and &lt;/br&gt; at last. See below :</font></span></span></p>
<blockquote><p>&lt;?php get_header(); ?&gt;</p>
<p>&lt;br&gt;&lt;div id=&quot;cse-search-results&quot; align=&quot;center&quot; &gt;&lt;/div&gt;     <br />&lt;script type=&quot;text/javascript&quot;&gt;      <br />var googleSearchIframeName = &quot;cse-search-results&quot;;      <br />var googleSearchFormName = &quot;cse-search-box&quot;;      <br />var googleSearchFrameWidth = 600;      <br />var googleSearchDom = &quot;www.google.com&quot;;      <br />var googleSearchPath = &quot;/cse&quot;;      <br />&lt;/script&gt;      <br />&lt;script type=&quot;text/javascript&quot; src=&quot;<span class="removed_link" title="http://www.google.com/afsonline/show_afs_search.js&quot;">http://www.google.com/afsonline/show_afs_search.js&quot;</span>&gt;&lt;/script&gt;&lt;/br&gt;</p>
<p>&lt;?php get_footer(); ?&gt;</p>
</blockquote>
<p>3. <strong>Adding search form at the top of the search results :</strong></p>
<p>By adding search form at the top of the search results page your visitors can search more without going back. form just add the search box code above the search results code.</p>
<blockquote><p>&lt;?php get_header(); ?&gt;</p>
<p>&lt;br&gt;<strong>search box code goes here</strong></p>
<p>&lt;div id=&quot;cse-search-results&quot; align=&quot;center&quot; &gt;&lt;/div&gt;     <br />&lt;script type=&quot;text/javascript&quot;&gt;      <br />var googleSearchIframeName = &quot;cse-search-results&quot;;      <br />var googleSearchFormName = &quot;cse-search-box&quot;;      <br />var googleSearchFrameWidth = 600;      <br />var googleSearchDom = &quot;www.google.com&quot;;      <br />var googleSearchPath = &quot;/cse&quot;;      <br />&lt;/script&gt;      <br />&lt;script type=&quot;text/javascript&quot; src=&quot;<span class="removed_link" title="http://www.google.com/afsonline/show_afs_search.js&quot;">http://www.google.com/afsonline/show_afs_search.js&quot;</span>&gt;&lt;/script&gt;&lt;/br&gt;</p>
<p>&lt;?php get_footer(); ?&gt;</p>
</blockquote>
<p>You can also add <em>align=&#8221;center&#8221;</em> inside div (&lt;div align=&quot;center&quot;&gt;) of the search box code also to align search box along with search results in the middle.</p>
<p>This is the method I followed to integrate Google into WordPress. You can take look on how it works by doing a sample search. If you have difficulties in following the above tutorial let me know, I&#8217;ll try to clarify the doubt.</p>
<p><strong>P.S : </strong>The codes above are only sample ones</p>
<p>. They are just for reference to show how it should look like. Don&#8217;t directly copy and paste them in your blog. They won&#8217;t work. Please use your Google Custom Search Engine codes.</p>
<p>The post <a href="http://www.techishare.com/wordpress/5-easy-steps-to-embed-google-custom-search-into-wordpress/">5 Easy Steps to Embed Google Custom Search into WordPress</a> appeared first on <a href="http://www.techishare.com">Tech I Share</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.techishare.com/wordpress/5-easy-steps-to-embed-google-custom-search-into-wordpress/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>DreamHost Apps &#8211; Strings attached</title>
		<link>http://www.techishare.com/wordpress/dreamhost-apps-strings-attached/</link>
		<comments>http://www.techishare.com/wordpress/dreamhost-apps-strings-attached/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 06:55:11 +0000</pubDate>
		<dc:creator>Samuel</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[DreamHost]]></category>

		<guid isPermaLink="false">http://www.techishare.com/blog/?p=171</guid>
		<description><![CDATA[<p>I always loved Dreamhost, don&#8217;t know why? but I just love them. Definitely Dreamhost is different from other hosts. Dreamhost people are very generous, they started Dreamhost Apps to encourage bloogers who can&#8217;t afford web hosting, like me. The first thing that impressed me is [...]</p><p>The post <a href="http://www.techishare.com/wordpress/dreamhost-apps-strings-attached/">DreamHost Apps &#8211; Strings attached</a> appeared first on <a href="http://www.techishare.com">Tech I Share</a>.</p>]]></description>
				<content:encoded><![CDATA[<div class="zemanta-img zemanta-action-dragged" style="margin: 1em; display: block;">
<div class="wp-caption alignright" style="width: 167px"><a href="http://en.wikipedia.org/wiki/Image:Dreamhost_logo.svg"><img title="DreamHost" src="http://upload.wikimedia.org/wikipedia/en/thumb/8/88/Dreamhost_logo.svg/261px-Dreamhost_logo.svg.png" alt="DreamHost" width="157" height="157" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
</div>
<p>I always loved Dreamhost, don&#8217;t know why? but I just love them. Definitely Dreamhost is different from other hosts. Dreamhost people are very generous, they started <a href="http://www.dreamhostapps.com/">Dreamhost Apps</a> to encourage bloogers who can&#8217;t afford web hosting, like me. The first thing that impressed me is</p>
<blockquote><p><span style="font-family: Comic Sans MS; color: #00cccc;"><big><big><big><strong>Unlimited Bandwidth!</strong></big></big></big></span></p>
<p><span style="font-family: Comic Sans MS; color: #ffcc33;"><big><big><big><strong>Unlimited Diskspace!</strong></big></big></big></span></p></blockquote>
<p>History teaches us that <em>those webhosts which gave unlimited free services will become a history! </em>These free webhosts abruptly shut down their services because they fail at meeting the requirements of customers, less support staff which leads to poor service etc. Unable to handle the expenses, such free webhosts disappear in a night. But DreamHost Apps is completely different. DreamHost company is reputed company and why they want to give free unlimited hosting! Are they running into trouble? Let us see how DreamHost Apps differ from the usual web hosting plan.</p>
<p><strong><big>Strings attached -</big></strong></p>
<p><strong><big></big></strong><big><small>So here are some points that are to be noted before you go with DreamHost Apps<br />
</small></big></p>
<ol>
<li><big><small>At DreamHost Apps we have to select an application such as WordPress or drupal and then sign up. DreamHost will install that application for us and give us the username and password in order to administer that blog. </small></big></li>
<li><big><small>You won&#8217;t be given any FTP accounts. You will be given a blog and that&#8217;s it. </small></big></li>
<li><big><small>You can&#8217;t change themes as you wish, you have to select from the themes that are made available by DreamHost (Only 2 or 3 themes are good out of 46 themes or so).<br />
</small></big></li>
<li><big><small>You can modify templates (But modifications are limited).</small></big></li>
<li><big><small>If you already have a blog then you can&#8217;t import them to Dreamhost Apps.<br />
</small></big></li>
</ol>
<p><big><small>DreamHost Apps doesn&#8217;t not give much freedom but gives you lightening fast hosting and it&#8217;s up to you to go with DreamHost Apps or not . At last the old proverb holds true  :<br />
</small></big></p>
<blockquote><p><strong><big><big><small><em>You get what you pay for</em></small></big></big></strong></p></blockquote>
<p>The post <a href="http://www.techishare.com/wordpress/dreamhost-apps-strings-attached/">DreamHost Apps &#8211; Strings attached</a> appeared first on <a href="http://www.techishare.com">Tech I Share</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.techishare.com/wordpress/dreamhost-apps-strings-attached/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Goodbye Adbrite!</title>
		<link>http://www.techishare.com/blogger/goodbye-adbrite/</link>
		<comments>http://www.techishare.com/blogger/goodbye-adbrite/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 06:56:01 +0000</pubDate>
		<dc:creator>Samuel</dc:creator>
				<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[AdBrite]]></category>
		<category><![CDATA[blogging tips]]></category>

		<guid isPermaLink="false">http://www.techishare.com/blog/?p=152</guid>
		<description><![CDATA[<p>Adbrite is the worst advertising company I have ever seen. I first started a blog and then upgraded that blog into a full fledged site. I have been using Adbrite for around 4 months. From the day I have shifted this blog I never seriously [...]</p><p>The post <a href="http://www.techishare.com/blogger/goodbye-adbrite/">Goodbye Adbrite!</a> appeared first on <a href="http://www.techishare.com">Tech I Share</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Adbrite is the worst advertising company I have ever seen. I first started a blog and then upgraded that blog into a full fledged site. I have been using Adbrite for around 4 months. From the day I have shifted this blog I never seriously worried about my old blog. I just pasted some ads there and that&#8217;s it. I didn&#8217;t bother about it for 2 to 3 months.</p>
<p>Recently I went to my old blog to see how is it doing, whether it is receiving traffic or not. When I saw the ads on my blog I got very angry. Not even a single ad is related to my blog. My blog deals with computer related stuff and the ads put Adbrite is no way related to the content. I advise everyone not to go to Adbrite. Here are some ads that Adbrite published on my site.</p>
<p><strong>Ad 1 :</strong></p>
<p><img class="alignnone" title="Worst adbrite" src="http://i278.photobucket.com/albums/kk112/takerraj_photos/Adbriteworst.jpg" alt="" width="314" height="236" /></p>
<p>Many of the ads they publish on my blog are of this kind and they are very irrelevant and are  scary indeed. These kind of ads drive the traffic away and disturb your visitors.</p>
<p><strong>Ad 2 :</strong></p>
<p><img class="alignnone" title="Worst adbrite" src="http://i278.photobucket.com/albums/kk112/takerraj_photos/Adbriteworst1.jpg" alt="" width="286" height="249" /><br />
The other ad they show is this. Adbrite wont show any other ad apart from above two. They do no good to visitors and infact they drive away your visitor. Another point here is that Adbrite CTR rate is very low. In four months I&#8217;ve made only $2 or so, even there are several hundred clicks. Adbrite does no good to you and your visitor. Just throw them a side. <strong>Sayonara Adbrite!</strong></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/e30ba2e1-3a9c-4d93-8c78-ed05952f5829/"><img class="zemanta-pixie-img" style="float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=e30ba2e1-3a9c-4d93-8c78-ed05952f5829" alt="Reblog this post [with Zemanta]" /></a></div>
<p>The post <a href="http://www.techishare.com/blogger/goodbye-adbrite/">Goodbye Adbrite!</a> appeared first on <a href="http://www.techishare.com">Tech I Share</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.techishare.com/blogger/goodbye-adbrite/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

 Served from: www.techishare.com @ 2013-06-19 03:56:23 by W3 Total Cache -->