<?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>ClipperSoft - mySimpleAds Ad Management</title>
	<atom:link href="http://www.clippersoft.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clippersoft.net</link>
	<description>mySimpleAds - Simple Ad Management</description>
	<lastBuildDate>Fri, 18 May 2012 13:53:26 +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>mySimpleAds 1.91 (Spring Flowers) Updated</title>
		<link>http://www.clippersoft.net/mysimpleads-1-91-spring-flowers-updated/</link>
		<comments>http://www.clippersoft.net/mysimpleads-1-91-spring-flowers-updated/#comments</comments>
		<pubDate>Fri, 18 May 2012 13:53:26 +0000</pubDate>
		<dc:creator>clippersoft</dc:creator>
				<category><![CDATA[Latest News]]></category>

		<guid isPermaLink="false">http://www.clippersoft.net/?p=264</guid>
		<description><![CDATA[Version 1.91 builds on our 1.90 release by tracking which ads in a group your visitors have not seen yet, and displaying them to keep them as least duplicated as possible. Also added database file caching for an even faster system. Checkout the latest changelog. We hope to have made mySimpleAds even easier and more [...]]]></description>
			<content:encoded><![CDATA[<p>Version 1.91 builds on our 1.90 release by tracking which ads in a group your visitors have not seen yet, and displaying them to keep them as least duplicated as possible.  Also added database file caching for an even faster system. Checkout the latest <a href="http://www.clippersoft.net/mysimpleads-v1-91r201205128-update-changelog/">changelog</a>. We hope to have made mySimpleAds even easier and more powerful to work with! Registered users can <a href="http://www.clippersoft.net/help-desk/faq/">grab it</a> at your leisure! If you&#8217;re not registered, now&#8217;s the perfect time to <a href="http://store.esellerate.net/s.asp?s=STR9757098845&#038;Cmd=BUY&#038;SKURefnum=SKU88170214925">Buy and Download mySimpleAds now</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clippersoft.net/mysimpleads-1-91-spring-flowers-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mySimpleAds v1.91r20120518 Update Changelog</title>
		<link>http://www.clippersoft.net/mysimpleads-v1-91r201205128-update-changelog/</link>
		<comments>http://www.clippersoft.net/mysimpleads-v1-91r201205128-update-changelog/#comments</comments>
		<pubDate>Fri, 18 May 2012 13:50:53 +0000</pubDate>
		<dc:creator>clippersoft</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[mySimpleAds News]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[mysimpleads]]></category>

		<guid isPermaLink="false">http://www.clippersoft.net/?p=265</guid>
		<description><![CDATA[The latest version of ClipperSoft&#8217;s Ad Management solution, mySimpleAds, is now available for download from eSellerate. This is a revision to version 1.91. If you are not experiencing any issues, you do not need to update. To update this revision, simply copy over the files to your server. If you run into any issues, just [...]]]></description>
			<content:encoded><![CDATA[<p>The latest version of ClipperSoft&#8217;s Ad Management solution, mySimpleAds, is now available for download from eSellerate.</p>
<p>This is a revision to version 1.91.  If you are not experiencing any issues, you do not need to update.  To update this revision, simply copy over the files to your server.  If you run into any issues, just let us know by putting in a ticket at the <a href="http://www.clippersoft.net/help-desk/">help desk</a>.</p>
<p>To download the latest version, check out how to on the <a href="http://www.clippersoft.net/help-desk/faq/">ClipperSoft FAQ Page</a>.</p>
<p>Changelog:<br />
1.91 -> 1.91r20120518<br />
* Fix Ajax code didn&#8217;t update all impressions for all the times images were shown<br />
* Fix cache being broken when single ad in group<br />
+ Ajax code has been rewritten &#8211; now includes optional image fade<br />
+ Cache for groups rewritten to make even less DB calls</p>
<p>Thanks again for being part of the ClipperSoft community. If you have any support related questions with the upgrade, please put in a help desk ticket.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clippersoft.net/mysimpleads-v1-91r201205128-update-changelog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Redis on Windows with ServiceStack</title>
		<link>http://www.clippersoft.net/using-redis-on-windows-with-servicestack/</link>
		<comments>http://www.clippersoft.net/using-redis-on-windows-with-servicestack/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 20:04:13 +0000</pubDate>
		<dc:creator>clippersoft</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.clippersoft.net/?p=257</guid>
		<description><![CDATA[While Redis is well supported on *nix platforms, its not so much on Windows.&#160; As I plan on utilizing .net and SQL server, I need to use something that works in Windows.&#160; I tried using Couchbase&#8217;s version of memcached, but never got it working properly through ServiceStack&#8217;s memcached add-on.&#160; Plus, the install seemed very heavy [...]]]></description>
			<content:encoded><![CDATA[<p>While Redis is well supported on *nix platforms, its not so much on Windows.&#160; As I plan on utilizing .net and SQL server, I need to use something that works in Windows.&#160; I tried using Couchbase&#8217;s version of memcached, but never got it working properly through ServiceStack&#8217;s memcached add-on.&#160; Plus, the install seemed very heavy for my currently simple needs to cache some data during user login. </p>
<p>So, I hit Google to find a Redis on Windows solution. I first came across this one&#8230;<br />
  <br /><a href="https://github.com/dmajkic/redis/downloads">https://github.com/dmajkic/redis/downloads</a></p>
<p>&#8230;which is nice, but is not service based.&#160; I wanted something that will run as a Windows service and came across this fork&#8230;</p>
<p><a href="https://github.com/rgl/redis">https://github.com/rgl/redis</a></p>
<p>&#8230;which installs the redis port as a Windows service. </p>
<p>Now in my asp.net mvc site, in the ServiceStack App_Start in the container, I can register it as the Cache client&#8230; </p>
<p><code>container.Register<IRedisClientsManager>(c => new PooledRedisClientManager("localhost:6379"));<br />
container.Register<ICacheClient>(c => (ICacheClient)c.Resolve<IRedisClientsManager>());</code></p>
<p>Now in my base controller, I specified&#8230; </p>
<p><code>public ICacheClient CacheClient { get; set; }<br />
protected override void OnAuthorization(AuthorizationContext filterContext) {<br />
using (CacheClient) {<br />
	string cacheAccountKey = IdUtils.CreateUrn<AccountModel>(SessionKey + "account");<br />
	AccountModel account = CacheClient.Get<AccountModel>(cacheAccountKey);<br />
	// ...<br />
}</code></p>
<p>&#8230;which now goes against the Redis server. </p>
<p>I don&#8217;t know how stable it is yet, and whether I would consider this for a production site, but given the few Windows options, I might not have a lot of choices.&#160; Thanks to <a href="http://www.servicestack.net/" title="ServiceStack">ServiceStack</a>, <a href="http://redis.io/" title="Redis">Redis</a>, and the folks who helped port it to Windows to at least get me this far <img src='http://www.clippersoft.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clippersoft.net/using-redis-on-windows-with-servicestack/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>mySimpleAds 1.91 (Spring Flowers) Changelog</title>
		<link>http://www.clippersoft.net/mysimpleads-1-91-spring-flowers-changelog/</link>
		<comments>http://www.clippersoft.net/mysimpleads-1-91-spring-flowers-changelog/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 11:01:33 +0000</pubDate>
		<dc:creator>clippersoft</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[mySimpleAds News]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[mysimpleads]]></category>

		<guid isPermaLink="false">http://www.clippersoft.net/?p=255</guid>
		<description><![CDATA[The latest version of ClipperSoft&#8217;s Ad Management solution, mySimpleAds, is now available for download from eSellerate. This version adds some customer requested features to make mySimpleAds even easier! If you have features you would like to see, please let us know! To download the latest version, check out how to on the ClipperSoft FAQ Page. [...]]]></description>
			<content:encoded><![CDATA[<p>The latest version of ClipperSoft&#8217;s Ad Management solution, mySimpleAds, is now available for download from eSellerate.</p>
<p>This version adds some customer requested features to make mySimpleAds even easier! If you have features you would like to see, please let us know!</p>
<p>To download the latest version, check out how to on the <a href="http://www.clippersoft.net/help-desk/faq/">ClipperSoft FAQ Page</a>.</p>
<p>Changelog:<br />
1.90 -> 1.91<br />
+ Groups now keep track of the order the ads are shown to the visitor to allow for less duplication<br />
+ Added optional database caching to speed things up even more for database busy sites</p>
<p><a href="http://www.clippersoft.net/features/">Video overview</a> of the mySimpleAds latest version.</p>
<p>Thanks again for being part of the ClipperSoft community. If you have any support related questions with the upgrade, please put in a help desk ticket.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clippersoft.net/mysimpleads-1-91-spring-flowers-changelog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mySimpleAds 1.91 (Spring Flowers) Released</title>
		<link>http://www.clippersoft.net/mysimpleads-1-91-spring-flowers-released/</link>
		<comments>http://www.clippersoft.net/mysimpleads-1-91-spring-flowers-released/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 00:10:34 +0000</pubDate>
		<dc:creator>clippersoft</dc:creator>
				<category><![CDATA[Latest News]]></category>

		<guid isPermaLink="false">http://www.clippersoft.net/?p=252</guid>
		<description><![CDATA[Version 1.91 builds on our 1.90 release by tracking which ads in a group your visitors have not seen yet, and displaying them to keep them as least duplicated as possible. Also added database file caching for an even faster system. We hope to have made mySimpleAds even easier and more powerful to work with! [...]]]></description>
			<content:encoded><![CDATA[<p>Version 1.91 builds on our 1.90 release by tracking which ads in a group your visitors have not seen yet, and displaying them to keep them as least duplicated as possible.  Also added database file caching for an even faster system. We hope to have made mySimpleAds even easier and more powerful to work with! Registered users can <a href="http://www.clippersoft.net/help-desk/faq/">grab it</a> at your leisure! If you&#8217;re not registered, now&#8217;s the perfect time to <a href="http://store.esellerate.net/s.asp?s=STR9757098845&#038;Cmd=BUY&#038;SKURefnum=SKU88170214925">Buy and Download mySimpleAds now</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clippersoft.net/mysimpleads-1-91-spring-flowers-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mySimpleAds 1.90r20120208 Changelog</title>
		<link>http://www.clippersoft.net/mysimpleads-1-90r20120208-changelog/</link>
		<comments>http://www.clippersoft.net/mysimpleads-1-90r20120208-changelog/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 02:30:56 +0000</pubDate>
		<dc:creator>clippersoft</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[mySimpleAds News]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[mysimpleads]]></category>

		<guid isPermaLink="false">http://www.clippersoft.net/?p=248</guid>
		<description><![CDATA[The latest version of ClipperSoft&#8217;s Ad Management solution, mySimpleAds, is now available for download from eSellerate. This is a revision to version 1.90 and is a small bug fix update only. If you are not experiencing any issues, you do not need to update. To update this revision, simply copy over the files to your [...]]]></description>
			<content:encoded><![CDATA[<p>The latest version of ClipperSoft&#8217;s Ad Management solution, mySimpleAds, is now available for download from eSellerate.</p>
<p>This is a revision to version 1.90 and is a small bug fix update only.  If you are not experiencing any issues, you do not need to update.  To update this revision, simply copy over the files to your server.  If you run into any issues, just let us know by putting in a ticket at the <a href="http://www.clippersoft.net/help-desk/">help desk</a>.</p>
<p>To download the latest version, check out how to on the <a href="http://www.clippersoft.net/help-desk/faq/">ClipperSoft FAQ Page</a>.</p>
<p>Changelog:<br />
1.90 -> 1.90r20120208 (Bug fix updates)<br />
* Some were reporting geotargeting issues when using both cities and regions, this should fix that if you experience targeting not working when having both of those enabled<br />
* No longer count any blocked IPs against lifetime impressions</p>
<p>Thanks again for being part of the ClipperSoft community. If you have any support related questions with the upgrade, please put in a help desk ticket.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clippersoft.net/mysimpleads-1-90r20120208-changelog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mySimpleAds 1.90 (Autumnal Equinox) Updated</title>
		<link>http://www.clippersoft.net/mysimpleads-1-90-autumnal-equinox-released/</link>
		<comments>http://www.clippersoft.net/mysimpleads-1-90-autumnal-equinox-released/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 02:06:41 +0000</pubDate>
		<dc:creator>clippersoft</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[mysimpleads]]></category>

		<guid isPermaLink="false">http://www.clippersoft.net/?p=235</guid>
		<description><![CDATA[Version 1.90 builds on our 1.80 release by adding Banner Captions (like in AdWords(r)), along with the ability to set a default ad in your ad groups. We hope to have made mySimpleAds even easier and more powerful to work with! Registered users can grab it at your leisure! If you&#8217;re not registered, now&#8217;s the [...]]]></description>
			<content:encoded><![CDATA[<p>Version 1.90 builds on our 1.80 release by adding Banner Captions (like in AdWords(r)), along with the ability to set a default ad in your ad groups.  We hope to have made mySimpleAds even easier and more powerful to work with! Registered users can <a href="http://www.clippersoft.net/help-desk/faq/">grab it</a> at your leisure! If you&#8217;re not registered, now&#8217;s the perfect time to <a href="http://store.esellerate.net/s.asp?s=STR9757098845&#038;Cmd=BUY&#038;SKURefnum=SKU88170214925">Buy and Download mySimpleAds now</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clippersoft.net/mysimpleads-1-90-autumnal-equinox-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog &#8211; mySimpleAds Hosted Version On The Way</title>
		<link>http://www.clippersoft.net/blog-mysimpleads-hosted-version-on-the-way/</link>
		<comments>http://www.clippersoft.net/blog-mysimpleads-hosted-version-on-the-way/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 22:50:36 +0000</pubDate>
		<dc:creator>clippersoft</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[mySimpleAds News]]></category>
		<category><![CDATA[hosted]]></category>
		<category><![CDATA[mysimpleads]]></category>

		<guid isPermaLink="false">http://www.clippersoft.net/?p=238</guid>
		<description><![CDATA[Coming soon to a web near you, mysimpleads.com. mySimpleAds.com will be the hosted version of mySimpleAds. You&#8217;ll still enjoy the great simplicity of mySimpleAds, without then need to worry about the installation and operation side. It will also include new features, such as selling ad space, and be even easier to use. Keeping with your [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="mySimpleAds.com Hosted Ad Server" src="http://www.clippersoft.net/wp-content/uploads/2012/01/mysimpleads-lemon-logo-1-com_lower-310x58.jpg" title="mySimpleAds.com Hosted Ad Server" class="alignleft" width="310" height="58" />Coming soon to a web near you, <a href="http://mysimpleads.com" title="mySimpleAds">mysimpleads.com</a>.  mySimpleAds.com will be the hosted version of mySimpleAds.  You&#8217;ll still enjoy the great simplicity of mySimpleAds, without then need to worry about the installation and operation side.  It will also include new features, such as selling ad space, and be even easier to use.  Keeping with your theme of simplicity, the pricing will be simple per impressions.</p>
<p>Why hosted?  After speaking with numerous customers, they all want one thing, a product that lets them advertise and make money and do it in the simplest way possible.  mySimpleAds today is desgined to keep it simple, but by taking away having to deal with installation and operation of the script, we can now make it even easier.  It will also allow us to provide features, we couldn&#8217;t before, since we had to make sure the script worked on every system.  Now we can finetune it, and get the most power out of it.</p>
<p>Where is it today?  mySimpleAds.com is just in the initial programming phase.  We are working in both fronts, continued excellent support for our download version of mySimpleAds, along with development on the new mySimpleAds.com.  We are designing the hosted ad server version to be API centric, so you can expand it and use it in your own systems, or even make mobile Android or IPhone clients.  It will also have an even nicer and cleaner backend to manage all your ads easily.  You will also be able to see ad space by your ad groups through PayPal, letting you make even more money with your advertising <img src='http://www.clippersoft.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .  It will be the best of both world, letting you manage your existing ads, while selling unused ad space.  In the future, we also plan to ad a mySimpleAds marketplace to provide even more traffic to your advertising.</p>
<p>You can put your email in at <a href="http://mySimpleAds.com">mySimpleAds.com</a> and when we get close to beta, we will be sending out invites with free impressions for our beta testers.</p>
<p>If you have any thoughts on what you would like to see, please let us know.  We&#8217;re creating this for you, to make your life easier and your bank account happier <img src='http://www.clippersoft.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clippersoft.net/blog-mysimpleads-hosted-version-on-the-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mySimpleAds 1.80 (Autumnal Equinox) Updated</title>
		<link>http://www.clippersoft.net/mysimpleads-1-80-autumnal-equinox-updated/</link>
		<comments>http://www.clippersoft.net/mysimpleads-1-80-autumnal-equinox-updated/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 13:32:44 +0000</pubDate>
		<dc:creator>clippersoft</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[mysimpleads]]></category>

		<guid isPermaLink="false">http://www.clippersoft.net/?p=229</guid>
		<description><![CDATA[Version 1.80 is a major rework of the back end, front end, stats module, and other pieces. We hope to have made it even easier to work with! Registered users can grab it at your leisure! Check out the full mySimpleAds change log, and the latest update change log. If you&#8217;re not registered, now&#8217;s the [...]]]></description>
			<content:encoded><![CDATA[<p>Version 1.80 is a major rework of the back end, front end, stats module, and other pieces.  We hope to have made it even easier to work with! Registered users can <a href="http://www.clippersoft.net/help-desk/faq/">grab it</a> at your leisure!  Check out the full <a href="http://www.clippersoft.net/mysimpleads-1-80-changelog/">mySimpleAds change log</a>, and the latest <a href="http://www.clippersoft.net/mysimpleads-1-80r20110615-changelog/">update change log</a>.  If you&#8217;re not registered, now&#8217;s the perfect time to join us!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clippersoft.net/mysimpleads-1-80-autumnal-equinox-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mySimpleAds 1.80r20110615 Changelog</title>
		<link>http://www.clippersoft.net/mysimpleads-1-80r20110615-changelog/</link>
		<comments>http://www.clippersoft.net/mysimpleads-1-80r20110615-changelog/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 13:28:46 +0000</pubDate>
		<dc:creator>clippersoft</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[mySimpleAds News]]></category>

		<guid isPermaLink="false">http://www.clippersoft.net/?p=227</guid>
		<description><![CDATA[The latest version of ClipperSoft&#8217;s Ad Management solution, mySimpleAds, is now available for download from eSellerate. This is a revision to version 1.80 and is a bug fix update only. If you are not experiencing any issues, you do not need to update. To update this revision, simply copy over the files to your server. [...]]]></description>
			<content:encoded><![CDATA[<p>The latest version of ClipperSoft&#8217;s Ad Management solution, mySimpleAds, is now available for download from eSellerate.</p>
<p>This is a revision to version 1.80 and is a bug fix update only.  If you are not experiencing any issues, you do not need to update.  To update this revision, simply copy over the files to your server.  If you run into any issues, just let us know by putting in a ticket at the <a href="http://www.clippersoft.net/help-desk/">help desk</a>.</p>
<p>To download the latest version, check out how to on the <a href="http://www.clippersoft.net/help-desk/faq/">ClipperSoft FAQ Page</a>.</p>
<p>Changelog:<br />
1.80 -> 1.80r20110615 (Bug fix updates)<br />
* Workaround for banner uploads not working because of server security settings<br />
* Fix slowness in web console graph/ad table on busy sites<br />
* Support for database names with -&#8217;s<br />
* Handle ad description in xml/rss feed with non alphanumeric characters<br />
* Fix impressions limit not being counted properly in some cases<br />
* Script path in config.php now autodetected and should not need to be manually set<br />
* Fix visitor IP not being used (vs server IP) in some cases in early 1.80 release<br />
* Fix keyword function not working in early 1.80 release<br />
* Move sessions to database from file based console login sessions in early 1.80 release<br />
* Regions/Cities select using new jquery selector</p>
<p>Thanks again for being part of the ClipperSoft community. If you have any support related questions with the upgrade, please put in a help desk ticket.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clippersoft.net/mysimpleads-1-80r20110615-changelog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

