<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2475" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>Post Topic &#187; Tag: Services - Recent Posts</title>
		<link>http://posttopic.com/tags/services</link>
		<description>Open For Discussion</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Sep 2010 16:42:36 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2475</generator>
				<atom:link href="http://posttopic.com/rss/tags/services" rel="self" type="application/rss+xml" />

		<item>
			<title>Chad Smith on "Detect Mobile Browser"</title>
			<link>http://posttopic.com/topic/detect-mobile-browser#post-209</link>
			<pubDate>Mon, 30 Nov 2009 20:44:31 +0000</pubDate>
			<dc:creator>Chad Smith</dc:creator>
			<guid isPermaLink="false">209@http://posttopic.com/</guid>
			<description><![CDATA[<p>There is now a version of Detect Mobile Browser in JSP thanks to testing by Tobin Juday.
</p>]]></description>
					</item>
		<item>
			<title>Chad Smith on "Detect Mobile Browser"</title>
			<link>http://posttopic.com/topic/detect-mobile-browser#post-207</link>
			<pubDate>Thu, 26 Nov 2009 05:35:55 +0000</pubDate>
			<dc:creator>Chad Smith</dc:creator>
			<guid isPermaLink="false">207@http://posttopic.com/</guid>
			<description><![CDATA[<p>As far as I know Atlas and HandsetDetection are both services for detecting mobile browsers (I have no idea if they charge for it).  Mine are free scripts you can download and implement on your own.
</p>]]></description>
					</item>
		<item>
			<title>magicdesign on "Detect Mobile Browser"</title>
			<link>http://posttopic.com/topic/detect-mobile-browser#post-206</link>
			<pubDate>Thu, 26 Nov 2009 04:38:21 +0000</pubDate>
			<dc:creator>magicdesign</dc:creator>
			<guid isPermaLink="false">206@http://posttopic.com/</guid>
			<description><![CDATA[<p>Hi, </p>
<p>I am new to this subject, but currently reviewing the best option for our site. Can i ask what the difference is between your service and the other services out there like atlas and handsetdetection.com?
</p>]]></description>
					</item>
		<item>
			<title>Chad Smith on "Alertable - Website monitoring via Twitter"</title>
			<link>http://posttopic.com/topic/alertable-website-monitoring-via-twitter#post-180</link>
			<pubDate>Fri, 30 Oct 2009 10:47:09 +0000</pubDate>
			<dc:creator>Chad Smith</dc:creator>
			<guid isPermaLink="false">180@http://posttopic.com/</guid>
			<description><![CDATA[I launched a new service recently that monitors your website traffic and alerts you on Twitter when something goes wrong.<br />
<br />
The service is similar to other uptime monitoring services in the sense that it tells you when something bad happens, but is entirely different since it doesn't constantly poke and prod your server to see if it's still running.<br />
<br />
Instead, Alertable is powered by your visitors. When someone visits your site it sends back a signal telling Alertable, "Hey, I'm still here!"<br />
<br />
<img src="http://imagepng.com/7p.png" alt="Alertable" style="max-width:100%" /><br />
<br />
Sign up using your twitter account and add the addresses of your sites. You are given a line of HTML to place on each of your pages so Alertable can go to work.<br />
<br />
Set how often you expect each of your sites to be visited, and that's it. You will receive a direct message if that length of time passes and no one visits your site.]]></description>
					</item>
		<item>
			<title>Chad Smith on "Free Cron Jobs"</title>
			<link>http://posttopic.com/topic/free-cron-jobs#post-179</link>
			<pubDate>Fri, 30 Oct 2009 10:24:25 +0000</pubDate>
			<dc:creator>Chad Smith</dc:creator>
			<guid isPermaLink="false">179@http://posttopic.com/</guid>
			<description><![CDATA[My latest service just went into beta today. If you know what cron jobs are and have a use for them, you might want to check it out.<br />
<br />
<h3><a href="http://cronsource.com/">Cron Source</a></h3>
<br />
In the most basic sense, the service does nothing more than bring crowdsourcing to cron jobs.<br />
<br />
The way it works is simple: if your host limits or does not provide access to cron (or if they do but you hate them), sign up and enter the URLs of your cron jobs. Then, add your Cron code (a JavaScript file) to the bottom of each of your sites.<br />
<br />
Each time your cron code is loaded, your visitors will unknowingly run a cron job if one is waiting. If run time comes and no one is around, another site's visitors will run your cron job for you.<br />
<br />
Cron jobs can be scheduled to run as often as every 5 minutes. Crowdsourcing comes in to play because the cron jobs are initiated by your visitors rather than a web server.<br />
<br />
If you are interested in trying it, visit <a href="http://freecronjobs.com/">FreeCronJobs.com</a>.<br />
<br />
<img src="http://imagepng.com/7o.png" style="max-width:100%" alt="Cron Source" />]]></description>
					</item>
		<item>
			<title>Chad Smith on "Detect Mobile Browser"</title>
			<link>http://posttopic.com/topic/detect-mobile-browser#post-169</link>
			<pubDate>Thu, 08 Oct 2009 05:29:07 +0000</pubDate>
			<dc:creator>Chad Smith</dc:creator>
			<guid isPermaLink="false">169@http://posttopic.com/</guid>
			<description><![CDATA[<p>You can now <a href="http://detectmobilebrowser.com/">detect mobile browsers using mod_rewrite</a> too thanks to my craftiness.
</p>]]></description>
					</item>
		<item>
			<title>Chad Smith on "Detect Mobile Browser"</title>
			<link>http://posttopic.com/topic/detect-mobile-browser#post-162</link>
			<pubDate>Thu, 01 Oct 2009 23:26:39 +0000</pubDate>
			<dc:creator>Chad Smith</dc:creator>
			<guid isPermaLink="false">162@http://posttopic.com/</guid>
			<description><![CDATA[<p>You can now <a href="http://detectmobilebrowser.com/">detect mobile browsers in ColdFusion</a> thanks to an anonymous person who let me use their server.  Download it from Detect Mobile Browser.
</p>]]></description>
					</item>
		<item>
			<title>Chad Smith on "Search Friendly URLs"</title>
			<link>http://posttopic.com/topic/search-friendly-urls#post-149</link>
			<pubDate>Fri, 11 Sep 2009 08:57:19 +0000</pubDate>
			<dc:creator>Chad Smith</dc:creator>
			<guid isPermaLink="false">149@http://posttopic.com/</guid>
			<description><![CDATA[<a href="http://searchfriendlyurls.com/">Search Friendly URLs</a> is a free service I made to help website owners give their pages Search Friendly URLs.<br />
<br />
Enter your domain name, the ugly URLs you want to make pretty, and hit submit to have it create SEO friendly rewrites for you.<br />
<br />
The service will likely upset a lot of freelancers, because it is something good developers can do in minutes but charge outrageous rates for.  <a href="http://searchfriendlyurls.com/">Search Friendly URLs</a> allows you to do it yourself.<br />
<br />
The idea suddenly came to me the other night and took about an hour to code.<br />
<br />
<img src="http://imagepng.com/5Z.png" alt="Search Friendly URLs" style="max-width:100%" />]]></description>
					</item>
		<item>
			<title>Chad Smith on "Detect Mobile Browser"</title>
			<link>http://posttopic.com/topic/detect-mobile-browser#post-133</link>
			<pubDate>Sat, 15 Aug 2009 03:21:14 +0000</pubDate>
			<dc:creator>Chad Smith</dc:creator>
			<guid isPermaLink="false">133@http://posttopic.com/</guid>
			<description><![CDATA[<a href="http://detectmobilebrowser.com/">Detect Mobile Browser</a> is a new open source script of mine that allows you to detect mobile visitors on your website and redirect them accordingly.<br />
<br />
This is useful for people who have or would like to have a mobile version of their site, but do not know how to detect and/or redirect only the mobile users.<br />
<br />
JavaScript, PHP, and ASP versions of the script can be downloaded from the site. The script can easily be ported, so I plan to make ColdFusion, JSP, and Rails versions too once I have access to supporting servers.<br />
<br />
Also on <a href="http://detectmobilebrowser.com/">Detect Mobile Browser</a> is a unique redirection service (that can be shortened using your favorite URL shortening service) which directs regular visitors to one site and mobile visitors to another.<br />
<br />
Example: <a href="http://detectmobilebrowser.com/facebook.com/chads&#124;m.facebook.com/chads">http://detectmobilebrowser.com/facebook.com/chads,m.facebook.com/chads</a><br />
<br />
Regular visitors would be redirected to <a href="http://www.facebook.com/chads">facebook.com/chads</a> and mobile visitors would go to <a href="http://m.facebook.com/chads">m.facebook.com/chads</a>.<br />
<br />
<img src="http://imagepng.com/5v.png" alt="Detect Mobile Browser" style="max-width:100%" />]]></description>
					</item>

	</channel>
</rss>
