<?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>GimmeSoda &#187; WordPress</title>
	<atom:link href="http://www.gimmesoda.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gimmesoda.com</link>
	<description>The Blog of a Programmer</description>
	<lastBuildDate>Sun, 29 Jan 2012 10:26:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>DreamHost WordPress Backup</title>
		<link>http://www.gimmesoda.com/dreamhost-backup/</link>
		<comments>http://www.gimmesoda.com/dreamhost-backup/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 08:29:33 +0000</pubDate>
		<dc:creator>JuanJose</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.gimmesoda.com/?p=281</guid>
		<description><![CDATA[Okay, so it&#8217;s a bad plugin name but it does what it says, pretty much.
This plugin creates a copy of your wp-content folder (excluding any backups made by this plugin) and creates an archive, that archive is then uploaded to the DreamHost backup server. A backup of your sql database can also be  [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, so it&#8217;s a bad plugin name but it does what it says, pretty much.</p>
<p>This plugin creates a copy of your wp-content folder (excluding any backups made by this plugin) and creates an archive, that archive is then uploaded to the DreamHost backup server. A backup of your sql database can also be created and uploaded for you. As per the DreamHost style I went ahead and made this as simple as possible with 1 click backups for each option.</p>
<p>Just enter your backup username and password and click on backup. You can grab a copy of the plugin from <a href='http://www.gimmesoda.com/wp-content/uploads/2010/04/wp-dh-backup.zip'>here</a>, I&#8217;ll be submitting it to the WP Plugin Directory soon.</p>
<p>JJ</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gimmesoda.com/dreamhost-backup/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>NextGEN Gallery – Feature Addition – Import Zip From URL</title>
		<link>http://www.gimmesoda.com/nextgen-gallery-feature-addition-import-zip-from-url/</link>
		<comments>http://www.gimmesoda.com/nextgen-gallery-feature-addition-import-zip-from-url/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 06:06:14 +0000</pubDate>
		<dc:creator>JuanJose</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.gimmesoda.com/?p=204</guid>
		<description><![CDATA[So I work with the NextGEN Gallery plugin pretty often for various websites and one of the things we constantly find ourselves doing is downloading zip files of content, then uploading them to the system in order to import them. From time to time I would run into a max upload size problem which  [...]]]></description>
			<content:encoded><![CDATA[<p>So I work with the NextGEN Gallery plugin pretty often for various websites and one of the things we constantly find ourselves doing is downloading zip files of content, then uploading them to the system in order to import them. From time to time I would run into a max upload size problem which meant uploading outside the usual interface or doing things in portions.</p>
<p>I decided I needed to get around this problem so I went ahead and made what turned out to be a pretty simple modification of the NextGEN Gallery plugin. Here&#8217;s what I did:</p>
<ol>
<li>I modified admin/functions.php and added a function:<br />
import_zipfile_from_url($galleryID)</li>
<li>I modified admin/addgallery.php in various spots</li>
</ol>
<p>The first modification is easiest, I just took the code from the import_zipfile function and modified it so that rather then expecting the file from the $_FILES variable I used curl to grab the zip file from the URL, save it to the /tmp directory with a random name, then followed the process from the original function. Easy!</p>
<p>The only other modification that was needed was the admin form for adding a gallery. The file that handles that is admin/addgallery.php and after taking a look at it I found it really wasn&#8217;t a complex form at all. I did the following:</p>
<ol>
<li>I modified the &lt;ul&gt; with the id &#8220;tabs&#8221; adding the following pointing the link to the following: &lt;a href=&#8221;#zipimport&#8221;&gt;</li>
<li>Then I added a div with the actual form with the id &#8220;zipimport&#8221; &#8211; it takes in the url for the zip file and the gallery selection</li>
<li>Finally I added another POST variable check: $_POST['zipimport'] which executes the new function which was added to functions.php</li>
</ol>
<p>Test it out, as long as PHP was compiled with cURL this should work pretty smoothly. You can grab a copy of the files I modified from here:</p>
<p><a href="http://files.gimmesoda.com/nextgen/nextgen_gallery_mod.zip">http://files.gimmesoda.com/nextgen/nextgen_gallery_mod.zip</a></p>
<p>Let me know if you have any questions!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gimmesoda.com/nextgen-gallery-feature-addition-import-zip-from-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress pclziputilpathreduction Fix</title>
		<link>http://www.gimmesoda.com/pclziputilpathreduction-fix/</link>
		<comments>http://www.gimmesoda.com/pclziputilpathreduction-fix/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 12:50:19 +0000</pubDate>
		<dc:creator>JuanJose</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.gimmesoda.com/?p=132</guid>
		<description><![CDATA[Getting an error like this one?
Fatal error: Cannot redeclare pclziputilpathreduction()
Chances are you&#8217;ve got the Automatic WP Upgrade plugin enabled. Although this really was a wonderful plugin and it was highly useful to many of us it is no longer needed. WP has an update capability built in  [...]]]></description>
			<content:encoded><![CDATA[<p>Getting an error like this one?</p>
<blockquote><p>Fatal error: Cannot redeclare pclziputilpathreduction()</p></blockquote>
<p>Chances are you&#8217;ve got the Automatic WP Upgrade plugin enabled. Although this really was a wonderful plugin and it was highly useful to many of us it is no longer needed. WP has an update capability built in now.</p>
<p>Also, it causes the above error to show up when you attempt to install or update plugins automatically! Go disable it, really, it&#8217;s no longer needed and interferes with the awesome new install/update capability in WP.</p>
<p>Hope this helps!</p>
<p>-JJ</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gimmesoda.com/pclziputilpathreduction-fix/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Got WordPress? If you don’t, you should!</title>
		<link>http://www.gimmesoda.com/got-wordpress-if-you-dont-you-should/</link>
		<comments>http://www.gimmesoda.com/got-wordpress-if-you-dont-you-should/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 02:25:03 +0000</pubDate>
		<dc:creator>JuanJose</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.gimmesoda.com/?p=43</guid>
		<description><![CDATA[WordPress is one of the most beautiful chunks of software I&#8217;ve ever had the  pleasure of playing, working, and generally having a lot of fun with. This  software is quickly learned by most technically challenged people and can  actually help out those people who just want to publish information and  [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress is one of the most beautiful chunks of software I&#8217;ve ever had the  pleasure of playing, working, and generally having a lot of fun with. This  software is quickly learned by most technically challenged people and can  actually help out those people who just want to publish information and get  their name out there.</p>
<p>With a combination of WordPress and websites like  digg, technorati, and stumbleupon, a blog or website which might not get the  best traffic response can grow (with some work) to hundreds, even thousands, or more visitors a  day. Like all things, it does require dedication and some knowledge about your  topic or topics.</p>
<p>So for those people willing to dedicate some of their  time writing about whatever they may be passionate about, wordpress is a  wonderful way to just start writing. For those who are interested but don&#8217;t want  to spend the time to install and setup the various features of the software,  feel free to let me know and I will do the WordPress setup and install for you, for a small fee.</p>
<p>Email me at: jgalvez@blackfalconsolutions.com<br />
Or leave me a comment to this post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gimmesoda.com/got-wordpress-if-you-dont-you-should/feed/</wfw:commentRss>
		<slash:comments>0</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.gimmesoda.com @ 2012-02-10 08:11:12 -->
