<?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>Fresh News - Blog Design, Wordpress, Blogger, and Web Development &#187; plugin</title>
	<atom:link href="http://www.news.magznetwork.com/category/plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://www.news.magznetwork.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 11 Sep 2010 02:06:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Lessons Learned From Maintaining a WordPress Plug-In</title>
		<link>http://www.news.magznetwork.com/lessons-learned-from-maintaining-a-wordpress-plug-in.html</link>
		<comments>http://www.news.magznetwork.com/lessons-learned-from-maintaining-a-wordpress-plug-in.html#comments</comments>
		<pubDate>Sat, 31 Jul 2010 00:04:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Object]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.news.magznetwork.com/lessons-learned-from-maintaining-a-wordpress-plug-in.html</guid>
		<description><![CDATA[     Recently I released a WordPress plugin for Google Analytics that adds a tracking code and dozens of various pieces of meta data to blogs. Since the release of version 4, I&#8217;ve updated it 6 times, to the point where it&#8217;s now at version 4.0.6. In this article I would like to share with you my experiences in maintaining this and other WordPress plug-ins and common good practices that I&#8217;ve distilled from that work]]></description>
		<wfw:commentRss>http://www.news.magznetwork.com/lessons-learned-from-maintaining-a-wordpress-plug-in.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin Review: WordPress Advanced Ticket System</title>
		<link>http://www.news.magznetwork.com/plugin-review-wordpress-advanced-ticket-system.html</link>
		<comments>http://www.news.magznetwork.com/plugin-review-wordpress-advanced-ticket-system.html#comments</comments>
		<pubDate>Sat, 30 Jan 2010 05:28:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Object]]></category>
		<category><![CDATA[User Reviews]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[tickets]]></category>

		<guid isPermaLink="false">http://www.news.magznetwork.com/plugin-review-wordpress-advanced-ticket-system.html</guid>
		<description><![CDATA[ The other day, I had asked plugin developers to dish out their wish list for the plugin repository. Olivier published a comment recommending a plugin called WATS or WordPress Advanced Ticketing System as a way of handling support on your own website. After installation, users need to visit the Wats Options page within the Settings menu to configure the plugin]]></description>
		<wfw:commentRss>http://www.news.magznetwork.com/plugin-review-wordpress-advanced-ticket-system.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Site Wide Changes on Your WordPress Blog</title>
		<link>http://www.news.magznetwork.com/making-site-wide-changes-on-your-wordpress-blog.html</link>
		<comments>http://www.news.magznetwork.com/making-site-wide-changes-on-your-wordpress-blog.html#comments</comments>
		<pubDate>Fri, 22 Jan 2010 20:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Object]]></category>
		<category><![CDATA[Plugin Review]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[editing]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.news.magznetwork.com/making-site-wide-changes-on-your-wordpress-blog.html</guid>
		<description><![CDATA[ Last week I wrote up a post to review the Real-Time Find and Replace Plugin and the comments on that story about other methods to make site wide changes permanent sent me in search of another way to search and replace information in my SQL database. Now I consider myself pretty decent at geeky things but directly editing and messing with my siteâ€™s SQL database does not top my list of things to do.  Neither does manually going through nearly 1,000 postings to make changes. What I found was a terrific plug-in that lets me perform a few different functions to make corrections or change info throughout my site]]></description>
		<wfw:commentRss>http://www.news.magznetwork.com/making-site-wide-changes-on-your-wordpress-blog.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress trick: Disable plugin stylesheet</title>
		<link>http://www.news.magznetwork.com/wordpress-trick-disable-plugin-stylesheet.html</link>
		<comments>http://www.news.magznetwork.com/wordpress-trick-disable-plugin-stylesheet.html#comments</comments>
		<pubDate>Mon, 10 Aug 2009 07:06:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Object]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hook]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[stylesheet]]></category>

		<guid isPermaLink="false">http://www.news.magznetwork.com/wordpress-trick-disable-plugin-stylesheet.html</guid>
		<description><![CDATA[ The first thing to do is to open the plugin file and find the code which include a plugin-specific stylesheet in the blog header. This function is called wp_enqueue_style() . For example, in case of the useful wp-pagenavi plugin, the code to find is: wp_enqueue_style('wp-pagenavi', get_stylesheet_directory_uri().'/pagenavi-css.css', false, '2.50', 'all'); What we need to find is the handle ]]></description>
		<wfw:commentRss>http://www.news.magznetwork.com/wordpress-trick-disable-plugin-stylesheet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should you use a Mobile WordPress Plugin?</title>
		<link>http://www.news.magznetwork.com/should-you-use-a-mobile-wordpress-plugin.html</link>
		<comments>http://www.news.magznetwork.com/should-you-use-a-mobile-wordpress-plugin.html#comments</comments>
		<pubDate>Fri, 12 Jun 2009 13:42:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Object]]></category>
		<category><![CDATA[WordPress Mobile]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[brainstorming]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[WLTC Community]]></category>
		<category><![CDATA[WordPress 2.8]]></category>
		<category><![CDATA[WordPress Antivirus]]></category>
		<category><![CDATA[WordPress Security]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://www.news.magznetwork.com/should-you-use-a-mobile-wordpress-plugin.html</guid>
		<description><![CDATA[ Twitter ized answer? Abso-freakin-lutely! Take a look at the following graph]]></description>
		<wfw:commentRss>http://www.news.magznetwork.com/should-you-use-a-mobile-wordpress-plugin.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin Review: Improved Plugin Installation</title>
		<link>http://www.news.magznetwork.com/plugin-review-improved-plugin-installation.html</link>
		<comments>http://www.news.magznetwork.com/plugin-review-improved-plugin-installation.html#comments</comments>
		<pubDate>Sun, 01 Mar 2009 17:15:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Object]]></category>
		<category><![CDATA[Plugin Review]]></category>
		<category><![CDATA[Weekly Plugin Review]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://www.news.magznetwork.com/plugin-review-improved-plugin-installation.html</guid>
		<description><![CDATA[ One thing I&#8217;ve loved about WordPress 2.7.x is the ability to install plugins directly from the WordPress Plugin Repository. You don&#8217;t need to visit the individual site and instead just search for the plugin you want and then download, install and activate it]]></description>
		<wfw:commentRss>http://www.news.magznetwork.com/plugin-review-improved-plugin-installation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are You Ready To Shopp?</title>
		<link>http://www.news.magznetwork.com/are-you-ready-to-shopp.html</link>
		<comments>http://www.news.magznetwork.com/are-you-ready-to-shopp.html#comments</comments>
		<pubDate>Sat, 17 Jan 2009 05:53:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Object]]></category>
		<category><![CDATA[WordPress Weekly]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[shopp]]></category>
		<category><![CDATA[wpweekly]]></category>
		<category><![CDATA[Weekly Plugin Review]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[wp ecommerce]]></category>

		<guid isPermaLink="false">http://www.news.magznetwork.com/are-you-ready-to-shopp.html</guid>
		<description><![CDATA[ It&#8217;s not often that we feature plugins or themes that you have to pay for but when the product is fully compliant with the GPL, things are gravy! In this special episode of WordPress Weekly, we talk e-commerce with Jonathan Davis who is the developer of the Shopp E-Commerce plugin for WordPress. Jonathan gives us the low down on what his plugin has to offer. What is also interesting is his business model]]></description>
		<wfw:commentRss>http://www.news.magznetwork.com/are-you-ready-to-shopp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://recordings.talkshoe.com/TC-34224/TS-182323.mp3" length="26743222" type="audio/mpeg" />
		</item>
		<item>
		<title>Introducing Tweetbacks Plugin for Wordpress</title>
		<link>http://www.news.magznetwork.com/introducing-tweetbacks-plugin-for-wordpress.html</link>
		<comments>http://www.news.magznetwork.com/introducing-tweetbacks-plugin-for-wordpress.html#comments</comments>
		<pubDate>Fri, 09 Jan 2009 11:42:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Developer's Toolbox]]></category>
		<category><![CDATA[Object]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.news.magznetwork.com/?p=551</guid>
		<description><![CDATA[ Just yesterday we introduced Twitter Avatars In Comments plugin for Wordpress that enables bloggers to have both Twitter and Gravatar avatars in blog comments. We are certainly not going to turn Smashing Magazine into a repository of Twitter plugins for Wordpress, but we are confident that it does make sense to introduce another plugin that enables another kind of Twitter integration in blogs. This is why this post releases the Twittbacks WordPress Plugin that was developed and released especially for Smashing Magazine &#8212; this plugin imports tweets about your posts as comments]]></description>
		<wfw:commentRss>http://www.news.magznetwork.com/introducing-tweetbacks-plugin-for-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
