<?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>Flintston.es &#187; Nerd Stuff</title>
	<atom:link href="http://flintston.es/category/nerd-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://flintston.es</link>
	<description>Affiliate Multivitamins</description>
	<lastBuildDate>Thu, 26 May 2011 22:41:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Rogers Canada MMS APN settings for Unlocked Phones</title>
		<link>http://flintston.es/nerd-stuff/rogers-canada-mms-apn-settings-for-unlocked-phones/</link>
		<comments>http://flintston.es/nerd-stuff/rogers-canada-mms-apn-settings-for-unlocked-phones/#comments</comments>
		<pubDate>Thu, 26 May 2011 22:41:23 +0000</pubDate>
		<dc:creator>Bamm</dc:creator>
				<category><![CDATA[Nerd Stuff]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[APN]]></category>
		<category><![CDATA[Canada]]></category>
		<category><![CDATA[Cell]]></category>
		<category><![CDATA[MMS]]></category>
		<category><![CDATA[Rogers]]></category>

		<guid isPermaLink="false">http://flintston.es/?p=406</guid>
		<description><![CDATA[I had to setup my phone today for MMS, and it took forever to find the proper settings online. Just go into settings, wireless, apn settings, and add a new APN for rogers MMS. Hopefully someone else up here in Canuckistan can use this; Name: Rogers MMS APN: media.com Username: media Password: mda01 Server: 172.25.0.107 [...]]]></description>
			<content:encoded><![CDATA[<p>I had to setup my phone today for MMS, and it took forever to find the proper settings online. Just go into settings, wireless, apn settings, and add a new APN for rogers MMS.</p>
<p>Hopefully someone else up here in Canuckistan can use this;</p>
<blockquote><p>Name: Rogers MMS<br />
APN: media.com<br />
Username: media<br />
Password: mda01<br />
Server: 172.25.0.107<br />
MMSC: <a rel="nofollow" href="http://mms.gprs.rogers.com/" target="_blank">http://mms.gprs.rogers.com</a><br />
MMS Proxy: 10.128.1.69<br />
MMS Port: 80<br />
MCC :302 (should already be filled in)<br />
MNC: either 720 or 72 depending on your SIM card (should already be filled in)<br />
APN Type: mms</p></blockquote>
<p>Enjoy MMS!</p>
<img src="http://flintston.es/?ak_action=api_record_view&id=406&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://flintston.es/nerd-stuff/rogers-canada-mms-apn-settings-for-unlocked-phones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mass Deleting Posts By Date On WordPress</title>
		<link>http://flintston.es/nerd-stuff/mass-deleting-posts-by-date-on-wordpress/</link>
		<comments>http://flintston.es/nerd-stuff/mass-deleting-posts-by-date-on-wordpress/#comments</comments>
		<pubDate>Thu, 26 May 2011 21:01:13 +0000</pubDate>
		<dc:creator>Bamm</dc:creator>
				<category><![CDATA[Nerd Stuff]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://flintston.es/?p=402</guid>
		<description><![CDATA[Today I duplicated a site I have running in a certain niche. I needed to delete all the old posts from certain years, and couldn&#8217;t find a plugin to do this easily. So. I went into trusty old PHPMyAdmin and did it manually. Here&#8217;s what you need to do. 1. Login to phpmyadmin 2. Find [...]]]></description>
			<content:encoded><![CDATA[<p>Today I duplicated a site I have running in a certain niche. I needed to delete all the old posts from certain years, and couldn&#8217;t find a plugin to do this easily. So. I went into trusty old PHPMyAdmin and did it manually. Here&#8217;s what you need to do.</p>
<blockquote><p>1. Login to phpmyadmin</p>
<p>2. Find your wordpress database.</p>
<p>3. Go to the &#8216;wp_posts&#8217; table in the database.</p>
<p>4. Hit the &#8216;sql&#8217; tab in phpmyadmin, and use a variety of the following commands.</p>
<p><strong>To Delete Posts By Date:</strong></p>
<p>DELETE FROM `wp_posts` WHERE `post_date` like &#8216;%2008%&#8217;;</p>
<p><strong>To Delete Posts With Certain Content In The Body: </strong></p>
<p>DELETE FROM `wp_posts` WHERE `post_content` like &#8216;%test_content%&#8217;;</p>
<p><strong>To Delete Posts With Certain Content In The Title: </strong></p>
<p>DELETE FROM `wp_posts` WHERE `post_title` like &#8216;%test_content%&#8217;;</p></blockquote>
<p>Note that you will have to change the contents between the % and % in those sql statements to your own.</p>
<p>That&#8217;s it. Watch it delete your posts in just seconds, instead of hours and hours of work through the wordpress backend.</p>
<p>Hope this helps you out too.</p>
<img src="http://flintston.es/?ak_action=api_record_view&id=402&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://flintston.es/nerd-stuff/mass-deleting-posts-by-date-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems Migrating Prosper202 Between Two Linux Hosts?</title>
		<link>http://flintston.es/nerd-stuff/problems-migrating-prosper202-between-two-linux-hosts/</link>
		<comments>http://flintston.es/nerd-stuff/problems-migrating-prosper202-between-two-linux-hosts/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 19:05:46 +0000</pubDate>
		<dc:creator>Bamm</dc:creator>
				<category><![CDATA[Nerd Stuff]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Dump Tables]]></category>
		<category><![CDATA[Memory Limits]]></category>
		<category><![CDATA[Migrate]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[p202]]></category>
		<category><![CDATA[Prosper202]]></category>

		<guid isPermaLink="false">http://flintston.es/?p=396</guid>
		<description><![CDATA[Today I was faced with migrating my P202 installation from one host to another. As normal, I ran the mysqldump command on the old server to dump the database and scp&#8217;d it over to my new host &#8211; went to import and I got a bunch of errors like this; ERROR 1016 (HY000): Can&#8217;t open [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was faced with migrating my P202 installation from one host to another. As normal, I ran the mysqldump command on the old server to dump the database and scp&#8217;d it over to my new host &#8211; went to import and I got a bunch of errors like this;</p>
<blockquote><p><strong><em>ERROR 1016 (HY000): Can&#8217;t open file: &#8216;./202_SITENAME/202_locations_block.frm&#8217; (errno: 24)<br />
ERROR 1016 (HY000): Can&#8217;t open file: &#8216;./202_SITENAME/202_locations_block.frm&#8217; (errno: 24)<br />
ERROR 23 (HY000): Out of resources when opening file &#8216;./202_SITENAME/202_locations_block#P#p413.MYD&#8217; (Errcode: 24)</em></strong></p></blockquote>
<p>WTF?</p>
<p>I have plenty of RAM, and resources on my new box so this was a little confusing. Turns out that you need to make a couple adjustments in order to re-import the database on Linux servers. Here&#8217;s what I did to make it import properly.</p>
<p>first, you have to edit the security limits for mysql on your NEW server, especially if you have a high number of connections to databases. This is done like this;</p>
<blockquote><p><strong># nano /etc/security/limits.conf </strong></p></blockquote>
<p>and add these lines to the bottom</p>
<blockquote><p><strong>mysql   soft    nofile  24000<br />
mysql   hard    nofile  32000</strong></p></blockquote>
<p>Then, you&#8217;re going to have to edit your my.cnf, which for me on Ubuntu is done like this;</p>
<blockquote><p><strong># nano /etc/mysql/my.cnf</strong></p></blockquote>
<p>and add this line in the tuning section</p>
<blockquote><p><strong>open_files_limit        = 20000</strong></p></blockquote>
<p>Now, go back to your original server, and re-dump the database like this;</p>
<blockquote><p><strong>mysqldump -C -i &#8211;single-transaction -u root -p DATABASENAME &gt;&gt;DATABASENAME.sql</strong></p></blockquote>
<p>Then, scp the file over to your new server like this;</p>
<blockquote><p><strong>scp DATABASENAME.SQL username@hostname.com:</strong></p></blockquote>
<p>Once the file has transferred, ssh over to your new host and issue the following commands (for Ubuntu, may be different on other Linux flavors)</p>
<blockquote><p><strong>/etc/init.d/mysql stop</strong></p>
<p><strong>/etc/init.d/mysql start</strong></p>
<p><strong>mysql -u root -p </strong></p>
<p><strong>&lt;entering password&gt;</strong></p></blockquote>
<p>then, once you are inside the MySQL command line you&#8217;re going to want to select your database like this</p>
<blockquote><p><strong>&gt; use DATABASENAME;</strong></p></blockquote>
<p>then, you&#8217;re going to want to import your database from the old server</p>
<blockquote><p><strong>&gt; source DATABASENAME.SQL; </strong></p></blockquote>
<p>wait a few seconds, you shouldn&#8217;t see any errors and then you&#8217;re done. You can exit the mysql command line now;</p>
<blockquote><p><strong>&gt; exit;</strong></p></blockquote>
<p>Now you should have a perfectly working P202 installation, on your new server migrated from an old one.</p>
<p>Incase you&#8217;re wondering, no I did not go remove these settings &#8211; figured higher limits were good anyway &#8211; if they cause a problem on my server I&#8217;ll update this post for y&#8217;all.</p>
<p>Hope this helps someone else as I had to do a couple hours of searching, and testing to get all this sorted out.</p>
<img src="http://flintston.es/?ak_action=api_record_view&id=396&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://flintston.es/nerd-stuff/problems-migrating-prosper202-between-two-linux-hosts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why I switched from OpenX to Google DoubleClick for Publishers (DFP)</title>
		<link>http://flintston.es/affiliate-marketing/why-i-switched-from-openx-to-google-doubleclick-for-publishers-dfp/</link>
		<comments>http://flintston.es/affiliate-marketing/why-i-switched-from-openx-to-google-doubleclick-for-publishers-dfp/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 16:28:00 +0000</pubDate>
		<dc:creator>Bamm</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[Nerd Stuff]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Comparison]]></category>
		<category><![CDATA[DoubleClick for Publishers]]></category>
		<category><![CDATA[Google DFP]]></category>
		<category><![CDATA[OpenX]]></category>
		<category><![CDATA[OpenX Sucks]]></category>

		<guid isPermaLink="false">http://flintston.es/?p=393</guid>
		<description><![CDATA[Why would I do such a thing??! Pretty straightforward really &#8211; I’m sorry to say this about OpenX because I really did like them for a number of years. Lately, they’re just shit. Yup, completely and utterly shit. Ever since the name change to OpenX they’ve been going downhill, and I think nearly everyone in [...]]]></description>
			<content:encoded><![CDATA[<p>Why would I do such a thing??!</p>
<p>Pretty straightforward really &#8211; I’m sorry to say this about OpenX because I really did like them for a number of years. Lately, they’re just shit. Yup, completely and utterly shit.</p>
<p>Ever since the name change to OpenX they’ve been going downhill, and I think nearly everyone in the community will agree with me – including some of their very own (former) developers.</p>
<p>Riddled with vulnerabilities, slow and non-required code and other problems we’ve probably all experienced with it. Not to mention no automatic optimization of your ad zones.</p>
<p>This past week, the final straw was picked. My OpenX installation was hacked, AFTER I had applied the latest security fix to it. Talking around to buddies, this happened to a number of people as well. I couldn’t believe it. Of course, I was venting my frustrations to one of my buddies and he told me he had recently switched from <a href="http://www.openx.org/">OpenX</a> to <a href="http://www.google.com/dfp/info/sb/">Google DFP</a> for the very same reasons.</p>
<p>I hadn’t even heard of Google DFP at the time. So, I went over to their site, logged in and got started creating my placements (websites), ad units (ad zones) and my orders (advertisers).</p>
<p>All I have to say is – WOW. It’s actually pretty cool. I remember the first times I was using OpenX it was quite complicated and difficult to understand how to setup the campaigns and the advertisers and ad units. Not so with DFP, just a few minutes of clicking and I figured it out.</p>
<p>Let’s take a look at the process for Google DFP versus OpenX shall we?</p>
<p><strong>Google DFP Process:</strong></p>
<ol>
<li>Login using your existing Google or Google Applications account.</li>
<li>Click Inventory, Click Placements</li>
<li>Create a placement (eg. Sitename.com-Sidebar)</li>
<li>Click Ad Units</li>
<li>Create Ad Unit (eg. Sitename.com-Sidebar-Left-125&#215;125)</li>
<li>Click Orders</li>
<li>Click New Order and add your advertiser, save it, then upload your image or html for the ad.</li>
<li>Click Inventory</li>
<li>Click ‘Generate Tags’ and copy the code to your page.</li>
<li>Wait 10-30 Minutes for Ads to Appear. You’re Done.</li>
</ol>
<p><strong>OpenX Process:</strong></p>
<ol>
<li>Buy a Domain name for OpenX</li>
<li>Buy Server Space for OpenX</li>
<li>Create OpenX Database</li>
<li>Install OpenX</li>
<li>Setup and Configure OpenX  (<em>gfl if on windows hosting by the by</em>)</li>
<li>Secure OpenX on your server.</li>
<li>Ensure Maintanance Mode is setup for OpenX so your ads will eventually display.</li>
<li>Now you can start setting up your ads.</li>
<li>First Click Inventory, Then click Websites &amp; Zones</li>
<li>Add your website to OpenX</li>
<li>Add zones to your website</li>
<li>Now click back to Advertisers &amp; Campaigns</li>
<li>Add an Advertiser</li>
<li>Add a Campaign to your new advertiser</li>
<li>Add some banners to your advertisers campaign</li>
<li>Set the zones in which your ads will appear  in banner configuration</li>
<li>Go back to Websites and Zones</li>
<li>Find your website and Zone</li>
<li>Click on it, then go to the fourth tab ‘invocation code’</li>
<li>Generate your invocation code</li>
<li>Go and paste it into your site along with any other relevant code</li>
<li>10-60 minutes later your ads should start appearing.</li>
</ol>
<p>As you can see OpenX requires a lot more clicks, typing and setup to get your ads and advertisers into the system. Nearly double in-fact. And it’s quite possible I’ve forgotten something here.</p>
<p>With Google DFP it’s actually much easier. Far fewer clicks are required and the added benefit that you can have it fall back to traditional Adsense ads if your network or in-house ads aren’t converting. As far as I understand their documentation the fallback will happen automatically if you select Adsense fallback when creating your ads.</p>
<p>There is one kind of major gotcha that I noticed thought. Due to Adsense terms and conditions, if you have more than 3 ad units on a page no ads will display, even if it’s just fallback to Adsense. Not too big of a deal but still something to note. I had to turn off Adsense fallback for all of my ads except one on the page and then all ads were displaying.</p>
<p><strong>Bottom Line</strong> – Google DFP is quicker, easier, and probably far more secure than OpenX to use for your advertising delivery throughout your network. The only problems I’m having with it is the fact that it does sometimes crash Firefox or IE, but I haven’t had any problems with Chrome yet. I do wish they’d make a nice desktop application like they have for Adwords, but I’m sure that’s coming down the pipe.  One other thing I noticed is stats seem to take a long time to show up. As of this writing I’ve had DFP setup for two weeks and I still have no data available to create a report. I’m sure they’re still working out the last bugs in the system so this should be fixed soon.</p>
<p>Anyone else using DFP? What are your thoughts? Have you also migrated from OpenX? Let me know in the comments, I’m interested what others think of Google DFP vs OpenX.</p>
<img src="http://flintston.es/?ak_action=api_record_view&id=393&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://flintston.es/affiliate-marketing/why-i-switched-from-openx-to-google-doubleclick-for-publishers-dfp/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>The worst mistake any affiliate can (and will probably) make.</title>
		<link>http://flintston.es/news/the-worst-mistake-any-affiliate-can-and-will-probably-make/</link>
		<comments>http://flintston.es/news/the-worst-mistake-any-affiliate-can-and-will-probably-make/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 13:45:36 +0000</pubDate>
		<dc:creator>Bamm</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[Nerd Stuff]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Cocky]]></category>
		<category><![CDATA[Money]]></category>
		<category><![CDATA[Passive Income]]></category>

		<guid isPermaLink="false">http://flintston.es/?p=389</guid>
		<description><![CDATA[Get cocky. Yup. I said it. And on top of that I also admit that it happened to me. Rewind about to about 2 years ago when I first got into this industry and I kept saying ‘oh, $500 a month while I sleep would be good enough for me’ and I truly meant it [...]]]></description>
			<content:encoded><![CDATA[<p>Get cocky.</p>
<p>Yup. I said it. And on top of that I also admit that it happened to me.</p>
<p>Rewind about to about 2 years ago when I first got into this industry and I kept saying ‘oh, $500 a month while I sleep would be good enough for me’ and I truly meant it – at that time. People kept telling me once I reached that point I would want more, and of course I didn’t believe them.</p>
<p>So much I’ve learned since then.</p>
<p>Once I was up to $500 a month I wanted that to be $1000, then I wanted it to be $3000 and etc. Well eventually I did reach that point and boy was I on flying. I was so happy with myself, spending money left and right, not really working, and just generally having fun with life. It was honestly the best 6+ months of my life. Did way more things than I had in the past, met a lot of new people, travelled to a bunch places and events and so much more.</p>
<p>This all sounds well and good so what’s the problem?</p>
<p>Cockiness.</p>
<p>Once I started surpassing the amount of money I wanted to earn per month ‘while I slept’ I basically stopped working, and just partied with friends. Sure, I did a bit of work here and there but nowhere near what was required to keep things a-float.</p>
<p>This ended up with me spending all my profits and not re-investing them in any new or, already successful ventures. <strong>Huge fucking mistake.</strong></p>
<p>Classic mistake that probably everyone makes but nobody really wants to admit. We’ve all seen the warnings in forums and on IRC but I think a lot of us refuse to believe it will ‘happen to me’. Well, I’m here to tell you that it does, and probably will.</p>
<p>Let’s face it, when you aren’t making any significant money and then suddenly you’re making quite a bit of money while you sleep it’s pretty fucking fantastic. This makes it very easy to lose sight of the original goal, which for me anyway, is to make enough income passively to live and have fun without having to sit at a computer all the time.</p>
<p>This past month it’s really hit hard, with paying bills becoming troublesome etc. And, I’m basically right back to where I didn’t want to be – grinding 60-70 hours a week at the computer just to get back to where I was originally. Had I stuck with it, I’d probably still be down around 5-7 hours of work a week to attain the same financial benefit.</p>
<p>All in all, great lesson learned. I wish I wouldn’t have had to learn it this way, but overall it’s probably best I did because nothing teaches like experience. Take it from me guys (and, gals) don’t get cocky when you start profiting, and keep at it, cause surer than shit something will fail and you’ll go from making thousands, to nothing, literally overnight.</p>
<img src="http://flintston.es/?ak_action=api_record_view&id=389&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://flintston.es/news/the-worst-mistake-any-affiliate-can-and-will-probably-make/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Video: As Seen on TV &#8211; a tribute to doing it wrong</title>
		<link>http://flintston.es/affiliate-marketing/video-as-seen-on-tv-a-tribute-to-doing-it-wrong/</link>
		<comments>http://flintston.es/affiliate-marketing/video-as-seen-on-tv-a-tribute-to-doing-it-wrong/#comments</comments>
		<pubDate>Mon, 31 May 2010 04:42:06 +0000</pubDate>
		<dc:creator>Bamm</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[Nerd Stuff]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Doing it Wrong]]></category>
		<category><![CDATA[Infomercials]]></category>
		<category><![CDATA[Tribute]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://flintston.es/?p=372</guid>
		<description><![CDATA[Might be old, but was new to me and as an avid fan of infomercials (sadly, I think I recognized nearly every clip from this) this was pretty good.]]></description>
			<content:encoded><![CDATA[<p>Might be old, but was new to me and as an avid fan of infomercials (sadly, I think I recognized nearly every clip from this) this was pretty good.</p>
<div style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/08xQLGWTSag&amp;hl=en_US&amp;fs=1&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/08xQLGWTSag&amp;hl=en_US&amp;fs=1&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<img src="http://flintston.es/?ak_action=api_record_view&id=372&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://flintston.es/affiliate-marketing/video-as-seen-on-tv-a-tribute-to-doing-it-wrong/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Nerd Alert! Share Mouse &amp; Keyboard between Several PC&#8217;s with no KVM.</title>
		<link>http://flintston.es/nerd-stuff/nerd-alert-share-mouse-keyboard-between-several-pcs-with-no-kvm/</link>
		<comments>http://flintston.es/nerd-stuff/nerd-alert-share-mouse-keyboard-between-several-pcs-with-no-kvm/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 04:14:08 +0000</pubDate>
		<dc:creator>Bamm</dc:creator>
				<category><![CDATA[Nerd Stuff]]></category>
		<category><![CDATA[KVM]]></category>
		<category><![CDATA[Multiple Computers]]></category>
		<category><![CDATA[Share]]></category>
		<category><![CDATA[Synergy-Plus]]></category>

		<guid isPermaLink="false">http://flintston.es/?p=360</guid>
		<description><![CDATA[Came across this pretty badass application today. It&#8217;s called Synergy-Plus. Basically it allows you to manage multiple computers, with a single mouse and keyboard (and monitor(s)&#8230;). All this without the use of VNC software, or KVM software. So, what&#8217;s this mean? Well, if you&#8217;re like me and have a bunch of computers humming along you [...]]]></description>
			<content:encoded><![CDATA[<p>Came across this pretty badass application today. It&#8217;s called <a href="http://code.google.com/p/synergy-plus/" target="_blank">Synergy-Plus</a>.</p>
<p>Basically it allows you to manage multiple computers, with a single mouse and keyboard (and monitor(s)&#8230;). All this without the use of VNC software, or KVM software.</p>
<p>So, what&#8217;s this mean? Well, if you&#8217;re like me and have a bunch of computers humming along you may want this. For example, one computer that you may be using Traktor or Ableton Live on, one that you&#8217;re checking stats on and one that you do your work on, you can quickly and easily drag your mouse across to each of them when required.</p>
<p>No more flipping switches, or connecting over a possibly unsafe connection.</p>
<p>It&#8217;s free, opensource, and fucking awesome.</p>
<div id="attachment_361" class="wp-caption aligncenter" style="width: 538px"><a href="http://code.google.com/p/synergy-plus/"><img class="size-full wp-image-361" title="Synergy Plus" src="http://flintston.es/wp-content/uploads/2010/03/synergy-plus-frontpage.jpg" alt="" width="528" height="245" /></a><p class="wp-caption-text">Synergy Plus - Share Multiple Computers without KVM or VNC</p></div>
<p>Like I said &#8211; pretty fucking awesome, eh?</p>
<p>Here&#8217;s the feature list from their site in-case you&#8217;re curious.</p>
<ul>
<li><a name="Interesting_features">Move your mouse easily between  computers </a></li>
<li><a name="Interesting_features">Requires nothing  other than existing ethernet </a></li>
<li><a name="Interesting_features">Copy  and paste between your computers </a></li>
<li><a name="Interesting_features">No need to press any buttons (unlike KVM) </a></li>
<li><a name="Interesting_features">You can still use multiple monitors on the  same computer </a></li>
<li><a rel="nofollow" href="http://code.google.com/p/synergy-plus/wiki/UserFAQ#Q._How_do_I_lock_the_mouse_on_one_screen?">Lock the mouse</a> to one screen temporarily (useful for  games)</li>
</ul>
<p>You can <a href="http://code.google.com/p/synergy-plus/" target="_blank">grab the code here</a>, and make use of it yourself.</p>
<img src="http://flintston.es/?ak_action=api_record_view&id=360&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://flintston.es/nerd-stuff/nerd-alert-share-mouse-keyboard-between-several-pcs-with-no-kvm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tired of OpenX&#8217;s Lack Of Great Analytics, Enter Adtelligence?</title>
		<link>http://flintston.es/news/tired-of-openxs-lack-of-great-analytics-enter-adtelligence/</link>
		<comments>http://flintston.es/news/tired-of-openxs-lack-of-great-analytics-enter-adtelligence/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 10:42:57 +0000</pubDate>
		<dc:creator>Bamm</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[Nerd Stuff]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Adtelligence]]></category>
		<category><![CDATA[Adtelligenz]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[OpenX]]></category>

		<guid isPermaLink="false">http://flintston.es/?p=320</guid>
		<description><![CDATA[Got this email today from a company that is introducing a new product to help with the analytics portion of OpenX. I know a lot of us use OpenX before moving on to one of the paid ad managers, so I thought this would be kind of relevant to a lot of us. This application, [...]]]></description>
			<content:encoded><![CDATA[<p>Got this email today from a company that is introducing a new product to help with the analytics portion of OpenX. I know a lot of us use OpenX before moving on to one of the paid ad managers, so I thought this would be kind of relevant to a lot of us. This application, that appears to be free (for now) with forthcoming paid extensions. Doesn&#8217;t work with the hosted version of OpenX &#8211; only the enterprise and self-hosted version (who doesn&#8217;t self-host anyway..) so that&#8217;s something to look out for if you&#8217;re using the hosted version of OpenX. Other than that, seems like a pretty decent looking and feature-rich new application.</p>
<p>No. I wasn&#8217;t paid for this post, just got this random email from them explaining their product and to check it out &#8211; probably because OpenX has my email address or because I&#8217;m on their consultancy list with one of my other companies.</p>
<blockquote><p>I thought I’d contact you to introduce you to Adtelligence, a new analytics application which will change the way agencies, ad networks and publishers will monitor the performance of campaigns, and report information to their advertisers, and help you reinforce the value of OpenX to your clients.</p>
<p>Adtelligence sits on top of OpenX (*) and offers a level of intuitiveness, customization and convenience that are unknown in ad serving and campaign reporting&#8230; and at no cost for the product currently online.</p>
<p>(*) Adtelligence is however compatible with the OpenX Community Download and OpenX Enterprise only. We&#8217;re not able to accommodate users of the OpenX Community Hosted product.</p>
<p>At a later stage, Adtelligence will also deliver inventory optimization and yield management capabilities, helping your clients and any media agencies, large publishers and ad networks make the right decisions regarding the management of their advertising inventory. Since we&#8217;re planning to charge these future applications, we will want to discuss with you at that point a model that will let you benefit financially from the commercialization of these applications to your clients.</p>
<p>We&#8217;d love to get your views on Adtelligence, and would therefore recommend you take a look at the product demo at <a href="http://www.adtelligence.net/">www.adtelligence.net</a>. Also feel free to start using the product with your clients, if you think the product is right for them.</p>
<p>Thank you for helping us gain visibility with your clients and future OpenX users. We’d be happy to speak with you over the phone, in the event you’d like to know more about our project and company.</p></blockquote>
<p>And, here&#8217;s their video.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/TUM2Z1633Ko&amp;hl=en_US&amp;fs=1&amp;color1=0xe1600f&amp;color2=0xfebd01" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/TUM2Z1633Ko&amp;hl=en_US&amp;fs=1&amp;color1=0xe1600f&amp;color2=0xfebd01" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>If I remember I&#8217;ll post an update after I check it out and what my thoughts are on it.</p>
<p>ASW Post is still severely late, but it&#8217;s coming I swear.</p>
<img src="http://flintston.es/?ak_action=api_record_view&id=320&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://flintston.es/news/tired-of-openxs-lack-of-great-analytics-enter-adtelligence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2010 Prediction: Smart Marketers Will Use A Poken</title>
		<link>http://flintston.es/news/2010-prediction-smart-marketers-will-use-a-poken/</link>
		<comments>http://flintston.es/news/2010-prediction-smart-marketers-will-use-a-poken/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 21:04:17 +0000</pubDate>
		<dc:creator>Bamm</dc:creator>
				<category><![CDATA[Nerd Stuff]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Contact Information]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Poken]]></category>

		<guid isPermaLink="false">http://flintston.es/?p=307</guid>
		<description><![CDATA[As marketers we know how often we share information with the people we meet. For example, I personally handed out over 350 business cards alone at Affiliate Summit East in just 2 nights and quickly ran out. While it’s awesome to be handing out so many cards and getting my name out there, it does [...]]]></description>
			<content:encoded><![CDATA[<p>As marketers we know how often we share information with the people we meet. For example, I personally handed out over 350 business cards alone at <a href="http://www.affiliatesummit.com/">Affiliate Summit East</a> in just 2 nights and quickly ran out. While it’s awesome to be handing out so many cards and getting my name out there, it does come at a cost – you know that scene in the Lord of War with Nicholas Cage when he’s shooting the gun and every bullet makes a ca-ching noise, handing out business cards is similar – especially if you pay good money to have nice looking cards. Not to mention, running out of cards at a conference totally sucks.</p>
<p>But, that’s okay because there’s something new out there that makes all of this history. I found out about these things called a “<a href="http://flintston.es/links/links.php?sendto=poken">Poken</a>”. In basic terms, these things are electronic business cards. They’re a small USB device that stores all of your key information so you can quickly transmit it to others. This means no more business card printing which is great for the environment and no chance of running out of cards to hand out – of course, if you lose the device you’re kinda screwed, but how often do you lose your keys? I assume, never.</p>
<p>So, why do smart marketers need one of these? Simple, it’ll cut down on your luggage if you’re bringing 1000 cards and you can keep everything organized in one spot and quickly download it to your computer or laptop when you need to. No more rummaging through napkins, post it notes or whatever else you have peoples contact information written on. Not to mention that these <a href="../links/links.php?sendto=poken">Pokens</a> come in cool colors and styles – ranging from business professional to cutesy little ninjas and monsters.</p>
<p>So, how do they work? Just as you’d expect in today’s technology driven world – you simply walk up to anyone else with a <a href="../links/links.php?sendto=poken">Poken</a>, touch them together and you’ve transferred your contact information. Could it really get any simpler? I don’t think so.</p>
<p>Obviously it will take some time for everyone to have these, so the transition might involve some hand writing and converting information to get it on your <a href="/links/links.php?sendto=poken">Poken</a>, but in the long term I really think lots of people will start using these and it will only get better and easier as time passes.</p>
<p>I personally love this idea, and will definitely be picking one up to use at <a href="http://www.affiliatesummit.com/">Affiliate Summit West</a>, now the problem is deciding which one I want to get!</p>
<p>See you at <a href="http://www.affiliatesummit.com/">ASW 2010</a> and I’ll even let you touch my <a href="../links/links.php?sendto=poken">Poken</a> if you ask nicely!</p>
<img src="http://flintston.es/?ak_action=api_record_view&id=307&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://flintston.es/news/2010-prediction-smart-marketers-will-use-a-poken/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>For The Leet Folk. How to Set Up PHPBay with LigHTTPD Rewrites Instead Of Apache.</title>
		<link>http://flintston.es/nerd-stuff/for-the-leet-folk-how-to-set-up-phpbay-with-lighttpd-rewrites-instead-of-apache/</link>
		<comments>http://flintston.es/nerd-stuff/for-the-leet-folk-how-to-set-up-phpbay-with-lighttpd-rewrites-instead-of-apache/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 17:01:29 +0000</pubDate>
		<dc:creator>Bamm</dc:creator>
				<category><![CDATA[Nerd Stuff]]></category>
		<category><![CDATA[Lighttpd]]></category>
		<category><![CDATA[PHPBay]]></category>
		<category><![CDATA[Rewrite]]></category>

		<guid isPermaLink="false">http://flintston.es/?p=301</guid>
		<description><![CDATA[Tonight I was setting up PHPBay and noticed they don&#8217;t seem to have any instructions on their site, or in their documentation or anyone in forums (and, only 3 pages of google results for this.. so I guess nobody else runs LigHTTPD with PHPBay). So, if you happen to be like me, and prefer speed [...]]]></description>
			<content:encoded><![CDATA[<p>Tonight I was setting up <a href="http://flintston.es/links/links.php?sendto=phpbay" target="_blank">PHPBay</a> and noticed they don&#8217;t seem to have any instructions on their site, or in their documentation or anyone in forums (and, only 3 pages of google results for this.. so I guess nobody else runs LigHTTPD with PHPBay). So, if you happen to be like me, and prefer speed and simplicity to large bloated http servers this may help you out.</p>
<p>I&#8217;m not a super ninja with rewrite rules, so I had my buddy <a href="http://www.elisand.com/" target="_blank">Eli Sand</a> from <a href="http://nerdscene.com" target="_blank">nerdscene</a> give me a hand on these. Also note, depending on your configuration options these might need to be changed. The key thing to note is to convert the <strong>(.*)</strong> to<strong> ([^_])</strong> instead.</p>
<p>Here are the original Apache Rewrite rules;</p>
<blockquote><p>RewriteRule ^item-(.*)_(.*)_(.*)_(.*).html$ auction.php?title=$1&amp;item=$2&amp;country=$3&amp;ccid=$4<br />
RewriteRule ^item-(.*)_(.*)_(.*).html$ auction.php?title=$1&amp;item=$2&amp;country=$3<br />
RewriteRule ^item-(.*)_(.*).html$ auction.php?title=$1&amp;item=$2</p></blockquote>
<p>Here are the typical redirect rules for your LIGHTTPD WordPress Vhost;</p>
<blockquote><p>url.rewrite = (<br />
&#8220;^/(wp-admin|wp-includes|wp-content)/(.*)&#8221; =&gt; &#8220;$0&#8243;,<br />
&#8220;^/(.*)\.(.+)$&#8221; =&gt; &#8220;$0&#8243;,<br />
&#8220;^/(.+)/?$&#8221; =&gt; &#8220;/index.php/$1&#8243;,<br />
)</p></blockquote>
<p>And, here&#8217;s what we&#8217;ve added to make it compatible with <a href="http://flintston.es/links/links.php?sendto=phpbay" target="_blank">PHPBay</a></p>
<blockquote><p>url.rewrite = (<br />
<strong>&#8220;^/item-([^_]+)_([^_]+)_([^_]+)_([^_]+).html$&#8221; =&gt; &#8220;/auction.php?title=$1&amp;item=$2&amp;country=$3&amp;ccid=$4&#8243;,<br />
&#8220;^/item-([^_]+)_([^_]+)_([^_]+).html$&#8221; =&gt; &#8220;/auction.php?title=$1&amp;item=$2&amp;country=$3&#8243;,<br />
&#8220;^/item-([^_]+)_([^_]+).html$&#8221; =&gt; &#8220;/auction.php?title=$1&amp;item=$2&#8243;,</strong><br />
&#8220;^/(wp-admin|wp-includes|wp-content)/(.*)&#8221; =&gt; &#8220;$0&#8243;,<br />
&#8220;^/(.*)\.(.+)$&#8221; =&gt; &#8220;$0&#8243;,<br />
&#8220;^/(.+)/?$&#8221; =&gt; &#8220;/index.php/$1&#8243;,<br />
)</p></blockquote>
<p><a href="../links/links.php?sendto=phpbay" target="_blank"> </a>Pretty easy stuff really, but took a minute to wrap our heads around the conversion of the rules.</p>
<img src="http://flintston.es/?ak_action=api_record_view&id=301&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://flintston.es/nerd-stuff/for-the-leet-folk-how-to-set-up-phpbay-with-lighttpd-rewrites-instead-of-apache/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

