<?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>dreadfullyposh.com &#187; Web</title>
	<atom:link href="http://dreadfullyposh.com/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://dreadfullyposh.com</link>
	<description>life. death. and social networking.</description>
	<lastBuildDate>Mon, 19 Mar 2012 16:52:18 +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>Easing Some .htaccess Pain</title>
		<link>http://dreadfullyposh.com/2011/11/easing-some-htaccess-pain/</link>
		<comments>http://dreadfullyposh.com/2011/11/easing-some-htaccess-pain/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 16:44:49 +0000</pubDate>
		<dc:creator>j.ere.my</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[ExpressionEngine]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://dreadfullyposh.com/?p=373</guid>
		<description><![CDATA[<p>Just wanted to post a quick tip that resulted from a Tweet from <a href="http://twitter.com/necker47">Jonathan Longnecker</a> of FortySeven Media. He asked:</p>
<blockquote><p>Anyone got Dreamhost to do 301 redirects in tandem with removing #eecms index.php? Weird query string stuff happening.</p></blockquote>
<p>Well, having &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Just wanted to post a quick tip that resulted from a Tweet from <a href="http://twitter.com/necker47">Jonathan Longnecker</a> of FortySeven Media. He asked:</p>
<blockquote><p>Anyone got Dreamhost to do 301 redirects in tandem with removing #eecms index.php? Weird query string stuff happening.</p></blockquote>
<p>Well, having a bit of experience working with Dreamhost, I responded. This problem isn&#8217;t specific to ExpressionEngine, it actually will apply to any website or application where you are using .htaccess to rewrite index.php out of the URLs. Dreamhost and many shared hosts like it is are set up in such a way that .htaccess is always a bit more painful than usual, using the query string URI protocol. (Not that .htaccess isn&#8217;t painful to begin with.)</p>
<p>A typical .htaccess file on one of these hosts would look like this:</p>
<pre>RewriteEngine On
RewriteCond $1 !\.(gif|jpe?g|png)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [QSA]</pre>
<p>That works out fine until you want to add some 301 redirects into the mix. If you add a standard redirect like:</p>
<pre>
Redirect 301 /oldpath /newpath
</pre>
<p>You&#8217;ll find that instead of redirecting to www.domain.com/newpath, it ends up going to www.domain.com/newpath/?/oldpath, which isn&#8217;t good at all.</p>
<p>The key to fixing this is making sure that your index.php removal rule excludes your 301 redirects.</p>
<p>Just add this line after the <em>RewriteEngine On</em> line:</p>
<pre>
# put all your redirects inside the parentheses, separated by |s
RewriteCond $1 !^(old|old1|old2) [NC]
</pre>
<p>Hopefully that&#8217;s helpful to someone out there. Thanks to Jonathan for asking a question that I could actually answer.</p>
]]></content:encoded>
			<wfw:commentRss>http://dreadfullyposh.com/2011/11/easing-some-htaccess-pain/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Book Review: Building Websites with ExpressionEngine 2</title>
		<link>http://dreadfullyposh.com/2010/11/book-review-building-websites-with-expressionengine-2/</link>
		<comments>http://dreadfullyposh.com/2010/11/book-review-building-websites-with-expressionengine-2/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 00:44:01 +0000</pubDate>
		<dc:creator>j.ere.my</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://dreadfullyposh.com/?p=357</guid>
		<description><![CDATA[<p>I recently read through <a href="http://link.packtpub.com/htz97C" target="_blank"><em>Building Websites with ExpressionEngine 2</em></a>, by Leonard Murphy.</p>
<p>As one of the first books out to cover the relatively recently released ExpressionEngine 2, I was eager to get my hands on it. I’ve found before &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I recently read through <a href="http://link.packtpub.com/htz97C" target="_blank"><em>Building Websites with ExpressionEngine 2</em></a>, by Leonard Murphy.</p>
<p>As one of the first books out to cover the relatively recently released ExpressionEngine 2, I was eager to get my hands on it. I’ve found before that reading through books, such as <a href="http://twitter.com/boyink" target="_blank">Michael Boyink</a>’s, <em><a href="http://www.train-ee.com/courseware/books/detail/building-an-expressionengine-2-site-small-business/" target="_blank">Building an ExpressionEngine 2 Site for Small Business</a></em>, has been instrumental in developing a set of standards to use as I develop sites in ExpressionEngine 2.</p>
<p>In case you aren’t familiar with the product, <a href="http://expressionengine.com" target="_blank">ExpressionEngine</a> 2, released in July of this year, is the latest release of EllisLab’s flagship content management system. The tool is extremely powerful, and is a top choice of web designers and developers for site-building projects that might otherwise resort the such CMSs as WordPress, Drupal, Joomla and the like. While ExpressionEngine isn’t free, and many of it’s top addons are commercial as well, they come with professional support, which more than makes up for the initial cost outset when you run into a bind along the way. ExpressionEngine allows you to work with your content in an entirely different way than other content management systems, completely separating it from the design, and this has led to a very active and dedicated fan-base.</p>
<p>With the power and flexibility of a complex and mature tool, such as ExpressionEngine, comes the challenge of working efficiently. In a wide-open playing field, one must set his or her own rules and standards, so that it’s easy to go back to a site you worked on several months ago and still know how it works. This has been the topic of sessions at the EECI conferences, such <a href="http://eeinsider.com/blog/eeci-2010-leevi-grahams-slides-and-assets/" target="_blank">this one by Leevi Graham</a>.</p>
<p>It’s in this area also, that I’ve found books such as <em>Building Websites with ExpressionEngine 2</em> immensely helpful. Murphy’s new book is a good choice for the beginning ExpressionEngine user. It covers all the basics for a user who needs a little hand-holding. I appreciate that it also goes beyond the basics, with a chapter about implementing ExpressionEngine’s powerful membership features, both for control panel administration, and front-end site membership.</p>
<p>As any developer familiar with ExpressionEngine will tell you, one of the greatest features of the tool is its ability to be extended through add-ons. There’s a huge library of them available at Devot:ee, the ExpressionEngine community site, and it becomes a vital part of the development workflow to find appropriate add-ons for a given project. The end of the book includes an overview of several popular ExpressionEngine add-ons, which is fantastic. It’s extremely important to get a firm grasp of the available add-ons before really digging into ExpressionEngine.</p>
<p>While this book certainly isn’t the one for you if you’re already a seasoned ExpressionEngine user, I think any new user will find its contents valuable as they begin using the tool.</p>
]]></content:encoded>
			<wfw:commentRss>http://dreadfullyposh.com/2010/11/book-review-building-websites-with-expressionengine-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Introducing MojoAddons</title>
		<link>http://dreadfullyposh.com/2010/07/introducing-mojoaddons/</link>
		<comments>http://dreadfullyposh.com/2010/07/introducing-mojoaddons/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 22:45:40 +0000</pubDate>
		<dc:creator>j.ere.my</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://dreadfullyposh.com/?p=339</guid>
		<description><![CDATA[Get your mojo back.]]></description>
			<content:encoded><![CDATA[<p>This week an exciting thing happened. MojoMotor, the brand new content management system from EllisLab, makers of ExpressionEngine, was released.</p>
<p>I had been testing MojoMotor along with several other developers in the beta program and got a head start into working with the code. As a result <a href="http://twitter.com/zackkitzmiller" target="_blank">Zack Kitzmiller</a> and I set off on a path to build several much-needed addons for the new CMS. Along the way, we also built a really cool little site to show them off and sell them, as well as help to sell third-party addons from other developers. In the future we&#8217;ll also be adding third-party packaged themes for MojoMotor users.</p>
<p>So, with that, I&#8217;m happy to introduce <a href="http://mojoaddons.com" target="_blank">MojoAddons.com</a>.</p>
<p>If you&#8217;re trying out MojoAddons and using it for a project, I think you&#8217;ll find our addons are a great fit for making MojoMotor just a bit more powerful.</p>
]]></content:encoded>
			<wfw:commentRss>http://dreadfullyposh.com/2010/07/introducing-mojoaddons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New URL Shortener</title>
		<link>http://dreadfullyposh.com/2010/03/new-url-shortener/</link>
		<comments>http://dreadfullyposh.com/2010/03/new-url-shortener/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 00:48:47 +0000</pubDate>
		<dc:creator>j.ere.my</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://dreadfullyposh.com/?p=276</guid>
		<description><![CDATA[<p>So, I&#8217;ve just updated my WordPress plugin to use my own homebrewed URL shortener, http://dpsh.me, when Tweeting about my new blog posts. How exciting!</p>
<p>It was a pretty quick little project to build the shortener a few weeks ago, and &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve just updated my WordPress plugin to use my own homebrewed URL shortener, http://dpsh.me, when Tweeting about my new blog posts. How exciting!</p>
<p>It was a pretty quick little project to build the shortener a few weeks ago, and updating WordPress to use it was really easy too. I really should post the code somewhere.</p>
<p>Now, if Tweetie would just hurry up and release an update to the Mac client that includes custom shorteners like the iPhone client does.</p>
]]></content:encoded>
			<wfw:commentRss>http://dreadfullyposh.com/2010/03/new-url-shortener/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Fuel Podcast &#8211; Coming Soon</title>
		<link>http://dreadfullyposh.com/2009/11/the-fuel-podcast-coming-soon/</link>
		<comments>http://dreadfullyposh.com/2009/11/the-fuel-podcast-coming-soon/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 02:34:48 +0000</pubDate>
		<dc:creator>j.ere.my</dc:creator>
				<category><![CDATA[Me]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://dreadfullyposh.com/?p=265</guid>
		<description><![CDATA[<p>I&#8217;ve teamed up once again with the illustrious <a href="http://twitter.com/jamierumbelow" target="_blank">Jamie Rumbelow</a> to make something new, fun and totally nerdy.</p>
<p>We&#8217;re currently working on a new podcast called The Fuel Podcast, specifically focused on the <a href="http://codeigniter.com" target="_blank">CodeIgniter</a> community, but covering a broad array &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve teamed up once again with the illustrious <a href="http://twitter.com/jamierumbelow" target="_blank">Jamie Rumbelow</a> to make something new, fun and totally nerdy.</p>
<p>We&#8217;re currently working on a new podcast called The Fuel Podcast, specifically focused on the <a href="http://codeigniter.com" target="_blank">CodeIgniter</a> community, but covering a broad array of web development topics that CodeIgniter and non-CodeIgniter developers all will be interested in.</p>
<p>We recorded our first episode last week, and Jamie&#8217;s currently working fervently to get our site up and running, so we can open The Fuel Podcast up to the world.</p>
<p>I&#8217;ll update when we&#8217;ve got something to show for our labors. It&#8217;ll certainly be an entertaining experience for all who chose to listen. Our sarcastic, slightly competitive and general nerdy humor will keep you on your toes while you hear us comment on the latest and greatest on the Web.</p>
]]></content:encoded>
			<wfw:commentRss>http://dreadfullyposh.com/2009/11/the-fuel-podcast-coming-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hashtags, Client-Server jQuery using AJAX and a Tight Deadline</title>
		<link>http://dreadfullyposh.com/2009/10/hashtags-client-server-jquery-using-ajax-and-a-tight-deadlines/</link>
		<comments>http://dreadfullyposh.com/2009/10/hashtags-client-server-jquery-using-ajax-and-a-tight-deadlines/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 00:50:44 +0000</pubDate>
		<dc:creator>j.ere.my</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://dreadfullyposh.com/?p=261</guid>
		<description><![CDATA[<p>Well, doesn&#8217;t that sound quite weird?</p>
<p>If you follow my <a href="http://twitter.com/dreadfullyposh" target="_blank">Tweets</a> at all, you&#8217;ve probably read that in late November, I&#8217;ll be traveling to the U.K. to join the illustrious <a href="http://twitter.com/jamierumbelow" target="_blank">Jamie Rumbelow</a>, prince of PHP, at his first<a href="http://www.cambridgegeekday.com" target="_blank"> Cambridge </a>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Well, doesn&#8217;t that sound quite weird?</p>
<p>If you follow my <a href="http://twitter.com/dreadfullyposh" target="_blank">Tweets</a> at all, you&#8217;ve probably read that in late November, I&#8217;ll be traveling to the U.K. to join the illustrious <a href="http://twitter.com/jamierumbelow" target="_blank">Jamie Rumbelow</a>, prince of PHP, at his first<a href="http://www.cambridgegeekday.com" target="_blank"> Cambridge Geek Day</a> conference.</p>
<p>You may also know, that I&#8217;ve built a basic prototype of an application called <a href="http://hashtag.it" target="_blank">hashtag.it</a>, which seeks to become a single source for meta information about hashtags used on Twitter.</p>
<p>One thing I&#8217;ve noticed at conferences is that session or conference hashtags are not standardized. Well, duh. That&#8217;s the beauty of the hashtag, it&#8217;s a completely community-driven piece of meta data. That&#8217;s all fine and good, but with the growing number of Twitter users, relevance is being lost. The goal of hashtag.it is to increase the relevance of Tweets to users by publicizing information about hashtags that users are using.</p>
<p>In a bit of a publicity stunt, I&#8217;ve offered to build an application for Cambridge Geek Day that helps attendees to use hashtags to make their Tweets during the conference more useful to other attendees and others interested in the event.</p>
<p>So, I&#8217;m building Cambridge Geek Day Connect. Basically, it&#8217;s an application that maintains a small cache of Tweets that contain specific hashtags that can be configured on the fly.</p>
<p>On the client side, jQuery is used to poll the caching server. As I&#8217;ve begun to build out the application, I&#8217;ve had to wonder what will happen with approximately 300 attendees fire up Connect, and requests begin to hit my server at a rapid clip. Will it crash? I hope not. At the same time, I wondered, what if a new hashtag comes into use after the event starts, and I want to make sure all the conference attendees have access to it?</p>
<p>The result, is a bit of a client-server setup. It&#8217;s nothing monumental, really. Configuration information is simply passed as part of each of the API&#8217;s response to the client. Configuration changes can be made to speed up or slow down the refresh of data from the client or update the hashtag filter options in the clients menu.</p>
<p>I&#8217;m sure it&#8217;s been done before. But I still must say, it&#8217;s pretty cool to see these configuration changes take place, being pushed out from the server to the clients.</p>
]]></content:encoded>
			<wfw:commentRss>http://dreadfullyposh.com/2009/10/hashtags-client-server-jquery-using-ajax-and-a-tight-deadlines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another Hashtag.it Update</title>
		<link>http://dreadfullyposh.com/2009/08/another-hashtag-it-update/</link>
		<comments>http://dreadfullyposh.com/2009/08/another-hashtag-it-update/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 19:30:56 +0000</pubDate>
		<dc:creator>j.ere.my</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[hashtagit]]></category>
		<category><![CDATA[hashtags]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://dreadfullyposh.com/?p=242</guid>
		<description><![CDATA[<p>Just another quick update about <a href="http://hashtag.it">Hashtag.it</a>.</p>
<p>I&#8217;ve now added the feed of <a href="http://www.whatthetrend.com">What the Trend</a> into Hashtag.it. Any hashtags that are found on the What the Trend site with a definition will be automatically imported into Hashtag.it. </p>
<p>Hopefully this &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Just another quick update about <a href="http://hashtag.it">Hashtag.it</a>.</p>
<p>I&#8217;ve now added the feed of <a href="http://www.whatthetrend.com">What the Trend</a> into Hashtag.it. Any hashtags that are found on the What the Trend site with a definition will be automatically imported into Hashtag.it. </p>
<p>Hopefully this will help jumpstart usage of the site by prepopulating it with some data.</p>
<p>Also, in the process of adding that functionality, we had a bit of a flub. We lost all the data that was loaded prior to last week. Luckily, it was only about 40 tags.</p>
<p>So, if you had previously added any hashtags to Hashtag.it, please add them again, and continue to add them going forward to help build up a collective database of hashtag definitions.</p>
<p>All for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://dreadfullyposh.com/2009/08/another-hashtag-it-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hashtag.it</title>
		<link>http://dreadfullyposh.com/2009/08/hashtag-it/</link>
		<comments>http://dreadfullyposh.com/2009/08/hashtag-it/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 03:33:30 +0000</pubDate>
		<dc:creator>j.ere.my</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[hashtags]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://dreadfullyposh.com/?p=239</guid>
		<description><![CDATA[<p>If you aren&#8217;t a nerd or don&#8217;t know use <a href="http://twitter.com">Twitter</a>, this post may make no sense to you. Fair warning.</p>
<p>A few months ago I quickly built a web site on a whim to store people&#8217;s definitions of <a href="http://en.wikipedia.org/wiki/Hashtag#Hash_tags">hashtags</a>&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>If you aren&#8217;t a nerd or don&#8217;t know use <a href="http://twitter.com">Twitter</a>, this post may make no sense to you. Fair warning.</p>
<p>A few months ago I quickly built a web site on a whim to store people&#8217;s definitions of <a href="http://en.wikipedia.org/wiki/Hashtag#Hash_tags">hashtags</a> from Twitter. The idea came from the huge number of hashtags I see flying by on my Twitter feed everyday. Many are common ones, but many are not. I found myself trying to figure out what they meant, and consequently, I thought maybe it&#8217;d be a good idea to try and capture the intent of each hashtag in a database somewhere.</p>
<p>So in a matter of hours I had a fully ajaxified and gracefully-degrading simple site that did just that. It&#8217;s called <a href="http://hashtag.it">hashtag.it</a>. (And let me tell you, getting a .it domain was a pain.)</p>
<p>It&#8217;s been up and running for a few months, and now I&#8217;m hoping to focus a little more of my attention to it once again.</p>
<p>Tonight I implemented my first major change to the code.</p>
<p>One of the major problems with launching a site of this nature is that it doesn&#8217;t really become useful until it&#8217;s full of data, and paradoxically, it doesn&#8217;t get full of data until people use it. What to do.. what to do?</p>
<p>Well, just last week Twitter updated their homepage, and as I diddled around with it I noticed that the trending hashtags listed on their homepage had definitions, which I later found out were sourced by a site called <a href="http://www.whatthetrend.com">What the Trend</a>. My heart sunk at first, thinking that maybe I&#8217;d missed the boat again in getting a cool site out the door and on the road to success. I looked around the site a little. It&#8217;s basically a site, somewhat similar to hashtag.it, except it deals exclusively with Twitter trends, be they hashtags or not.</p>
<p>Upon doing a little more digging, I found the What the Trend API. DING DING DING! I contacted the developer and found him amenable to my idea for using his API, which is great.</p>
<p>So now, all hashtags that appear on What the Trend will be directly imported into hashtag.it.</p>
<p>I&#8217;m hoping that over the next few days and weeks a large backlog of data can be stored and hashtag.it can actually become a useful resource for Twitter users.</p>
<p>That all sounds pretty nerdy, I&#8217;m sure. But I&#8217;m excited about it, and you should be too.</p>
<p>If you&#8217;re a Twitter user, please log onto <a href="http://hashtag.it">hashtag.it</a> and help me out by adding any hashtags you use in your Tweets. Also follow <a href="http://twitter.com/hashtagit">@hashtagit</a> on Twitter to get the latest updates to the site. By adding tags, you&#8217;ll get yourself a little publicity too, as each definition links back to the URL you provide.</p>
]]></content:encoded>
			<wfw:commentRss>http://dreadfullyposh.com/2009/08/hashtag-it/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Twollow and CodeIgniter</title>
		<link>http://dreadfullyposh.com/2008/12/twollow-and-codeigniter/</link>
		<comments>http://dreadfullyposh.com/2008/12/twollow-and-codeigniter/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 19:12:13 +0000</pubDate>
		<dc:creator>j.ere.my</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.dreadfullyposh.com/blog/?p=156</guid>
		<description><![CDATA[<p>Have you twied <a href="http://www.twollow.com">Twollow</a> yet? I&#8217;m excited about this service, but I await further developments and refinements that&#8217;ll make it even better.</p>
<p>My experience so far has been pretty cool. For about a week I added CodeIgniter as a keyword, &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Have you twied <a href="http://www.twollow.com">Twollow</a> yet? I&#8217;m excited about this service, but I await further developments and refinements that&#8217;ll make it even better.</p>
<p>My experience so far has been pretty cool. For about a week I added CodeIgniter as a keyword, amongst some other nerdy web keywords. My Twitter account pretty much immediately started getting flooded with new followees.</p>
<p>It was exciting to see the number of CodeIgniter users out there, that I can now connect with. At the same time, the mass add-age of people was a bit overwhelming, and I eventually conceeded to remove many of the keywords from my Twollow settings.</p>
<p>It seems now they&#8217;ve added some new features, which I have yet to twy out, but, I hope that being able to monitor the Twittersphere for keywords will become more fun and useful without auto-follow activated.</p>
]]></content:encoded>
			<wfw:commentRss>http://dreadfullyposh.com/2008/12/twollow-and-codeigniter/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>de-friending</title>
		<link>http://dreadfullyposh.com/2008/11/de-friending/</link>
		<comments>http://dreadfullyposh.com/2008/11/de-friending/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 04:08:56 +0000</pubDate>
		<dc:creator>j.ere.my</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Social Networking]]></category>

		<guid isPermaLink="false">http://www.dreadfullyposh.com/blog/?p=152</guid>
		<description><![CDATA[<p>Saw this article on <a href="http://www.mashable.com">Mashable</a> from yesterday and had to repost a portion and the link.. definitely a good read. I&#8217;m always interested in the effects of social networking on offline life, and this is an interesting presentation of one &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Saw this article on <a href="http://www.mashable.com">Mashable</a> from yesterday and had to repost a portion and the link.. definitely a good read. I&#8217;m always interested in the effects of social networking on offline life, and this is an interesting presentation of one aspect of that collision of two worlds.</p>
<p>My favorite scenario from the article on social network de-friending stories:</p>
<blockquote><p><em>9. Don’t use my personal life as leverage in business negotiations</em></p>
<p><em>Doug Cone works hard and plays hard. After getting a little behind on a project, Doug’s colleague took advantage of their social networking friendship at work by using Doug’s posted Facebook photos of his weekend rafting adventures. In team meetings, his jealous colleague would complain, “…and you are sending pictures having fun in rivers with a bunch of girls.” Now de-friended, the colleague doesn’t seem so distracted by Doug’s weekend adventures.</em></p></blockquote>
<p>Check out the <a href="http://mashable.com/2008/11/25/social-network-defriending/">full post</a> on Mashable: <a href="http://mashable.com/2008/11/25/social-network-defriending/">12 Great Tales of De-Friending</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dreadfullyposh.com/2008/11/de-friending/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

