<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>kosertech</title>
	
	<link>http://www.kosertech.com</link>
	<description>Software, Hacks and other nonsense</description>
	<lastBuildDate>Wed, 05 May 2010 17:59:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Kosertech" /><feedburner:info uri="kosertech" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Migrating image links in WordPress database</title>
		<link>http://feedproxy.google.com/~r/Kosertech/~3/E0A8fMAAq9I/</link>
		<comments>http://www.kosertech.com/tools/migrating-image-links-in-wordpress-database/#comments</comments>
		<pubDate>Wed, 05 May 2010 17:59:50 +0000</pubDate>
		<dc:creator>vkoser</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.kosertech.com/?p=474</guid>
		<description><![CDATA[I have been wanting to migrate the blog from kosertech.com/blog to the root of my domain at kosertech.com.  When I first installed wordpress it wasn&#8217;t something I thought I could build out a whole site with and I didn&#8217;t think it was really mature enough to rely on.  I had visions of building out a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-475" title="uhoh" src="http://www.kosertech.com/wp-content/uploads/2010/05/tumblr_l1l5rn7WTQ1qz9qooo1_500.jpg" alt="" width="500" height="462" /></p>
<p>I have been wanting to migrate the blog from kosertech.com/blog to the root of my domain at kosertech.com.  When I first installed wordpress it wasn&#8217;t something I thought I could build out a whole site with and I didn&#8217;t think it was really mature enough to rely on.  I had visions of building out a static site in the root of my domain and then leveraging wordpress for ongoing updates.</p>
<p>I think wordpress has come a long way since I originally installed it so I made the move over the last couple of days.  The only issue that was a little tricky to resolve was that all my uploaded images in old posts pointed to the old directory kosertech.com/blog/wp-content/uploads which is a problem as I wanted to do away with that directory since I was migrating everything from inside the blog directory up one level.</p>
<p>I did some digging in the wordpress database and determined that the post content is in the wp_posts table in the post_content column.  The basic job to do is find all occurences of &#8220;http://www.kosertech.com/blog/&#8221; and replace them with &#8220;http://www.kosertech.com/&#8221;.  I did some digging and found the REPLACE command that is basically like a string replace from most programming languages.  You supply it the source text (in this case the post_content database column), the text to replace and the replacement text and it goes to work.</p>
<p>You can wrap this all up into the following query replacing my urls with your own and run this directly against MySQL via command line client or through a utility such as <a title="phpMyAdmin" href="http://www.phpmyadmin.net/home_page/index.php" target="_blank">phpMyAdmin</a>.</p>
<blockquote><p>UPDATE wp_posts SET post_content =</p>
<p>REPLACE( post_content, &#8216;http://www.kosertech.com/blog/&#8217; , &#8216;http://www.kosertech.com/&#8217;);</p></blockquote>
<p>That query should return the number of rows that we&#8217;re updated.  I recommend copying your wp_posts table to a temporary copy and trying the updated on the copy first, and as always backup your database prior to trying any of these things.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/H67ZoBkB1Sb4pLMVQ5TclSKB0Kg/0/da"><img src="http://feedads.g.doubleclick.net/~a/H67ZoBkB1Sb4pLMVQ5TclSKB0Kg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/H67ZoBkB1Sb4pLMVQ5TclSKB0Kg/1/da"><img src="http://feedads.g.doubleclick.net/~a/H67ZoBkB1Sb4pLMVQ5TclSKB0Kg/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.kosertech.com/tools/migrating-image-links-in-wordpress-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kosertech.com/tools/migrating-image-links-in-wordpress-database/</feedburner:origLink></item>
		<item>
		<title>What’s the dealio, yo? (or, why write FOSS)</title>
		<link>http://feedproxy.google.com/~r/Kosertech/~3/V2TOI1DRYWE/</link>
		<comments>http://www.kosertech.com/musings/whats-the-dealio-yo-or-why-write-foss/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 19:01:27 +0000</pubDate>
		<dc:creator>vkoser</dc:creator>
				<category><![CDATA[Musings]]></category>

		<guid isPermaLink="false">http://www.kosertech.com/blog/?p=469</guid>
		<description><![CDATA[If the post title is lost on you I recommend you stop reading this, go watch Zoolander then come back and read this.  Much like viewers of Zoolander either seem to love it or want their 2 hours back, open source  software seems to be viewed in two ways, there are the authors that love [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 5px;" src="http://www.kosertech.com/wp-content/uploads/2010/03/18491_HANSEL.jpg" alt="" width="330" height="405" /></p>
<p>If the post title is lost on you I recommend you stop reading this, go watch <a href="http://www.imdb.com/title/tt0196229/">Zoolander</a> then come back and read this.  Much like viewers of Zoolander either seem to love it or want their 2 hours back, open source  software seems to be viewed in two ways, there are the authors that love contributing and being a part of it and there are those software developers that don&#8217;t seem to see why anyone would want to contribute to something for free.</p>
<p>I&#8217;m certainly from the school of like on both.  I think Zoolander is an amazing comedy that gets funnier every single time I watch it (I&#8217;ve seen it over 10 times at this point).  I also love writing and contributing to open source software.</p>
<p>I think people generally get started contributing to open source in similar ways.  The software you want is either not available or expensive or you need to extend something that already exists and is open source.  I got started writing free open source software (FOSS) when I wanted a twitter app for my windows mobile phone.  This was ages ago when there weren&#8217;t many third party apps especially for mobile and the timeline was restricted to 20 requests per hour.  The great thing is I got to write it exactly how I wanted it.  I got quite a bit of feedback from users, some great and some frustrating.  The nice thing about it being free software though is there&#8217;s no motivation to please everyone and if someone wants to have a particular feature added in you can certainly branch the source and add it in your own copy or contribute it back to the original copy.  This is true of most open source projects.</p>
<p>I get asked pretty often what I get out of it.  There are certainly good and bad sides of writing and contributing to open source.  I think your exposed to more of the bad if you write and distribute a piece of open source software for end users than if you are contributing to a larger project.  Lets break down some of the advantages.</p>
<p>Great Stuff:</p>
<ul>
<li>You learn a lot about your desired platform (remember you chose to work on this, free will!)</li>
<li>You get an chance to have your source commented on and learn to improve it</li>
<li>You can save someone else time who has to do the same thing (make your code reusable!)</li>
<li>By reducing others time doing the same tasks the result is everyone has more time for new ideas/software</li>
<li>Self satisfaction that you created something you can use and that other people value</li>
<li>Increased organizational skills, you become a master of saving yourself time</li>
<li>You&#8217;ll make new friends with common interests that are brilliant and push you to improve yourself</li>
</ul>
<p>There are tons of positives beyond this list, but there is also a darker side to open source software that can drive you crazy as a developer.  Lets take a look at some of the downsides.</p>
<p>Suckie stuff:</p>
<ul>
<li>You get a lot of feedback like this -&gt; &#8220;This thing sucks&#8221; and that&#8217;s it, no details or comments on how to improve or fix whatever issues caused the problem.  This is one of the most frustrating things for me as an open source developer</li>
<li>You&#8217;ll invest a decent amount of time developing things for little or no financial return</li>
<li>You have to spend extra time documenting and hardening your software since it&#8217;s for mass use</li>
<li>If your blazing new ground you might have trouble getting help</li>
<li>You&#8217;re probably your own support staff</li>
</ul>
<p>If you&#8217;re not currently contributing to an open source project I can&#8217;t recommend it enough.  If you&#8217;re using open source software and don&#8217;t think you have it in you to start something from scratch see if you can contribute to an existing project, there&#8217;s always bugs waiting for developers to fix them.  Don&#8217;t be afraid to modify an existing open source project for yourself either if you want a new feature it&#8217;s pretty likely that others do too.</p>
<blockquote><p>&#8220;For Serious.&#8221;</p>
<p><em> &#8211;Darek Zoolander</em></p></blockquote>

<p><a href="http://feedads.g.doubleclick.net/~a/LOPx__vkSGwj_9KBokzLr4CJ3hc/0/da"><img src="http://feedads.g.doubleclick.net/~a/LOPx__vkSGwj_9KBokzLr4CJ3hc/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/LOPx__vkSGwj_9KBokzLr4CJ3hc/1/da"><img src="http://feedads.g.doubleclick.net/~a/LOPx__vkSGwj_9KBokzLr4CJ3hc/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.kosertech.com/musings/whats-the-dealio-yo-or-why-write-foss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kosertech.com/musings/whats-the-dealio-yo-or-why-write-foss/</feedburner:origLink></item>
		<item>
		<title>PlainNote Progresses</title>
		<link>http://feedproxy.google.com/~r/Kosertech/~3/WN8D3VI6_SI/</link>
		<comments>http://www.kosertech.com/iphone/plainnote-progresses/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 21:06:39 +0000</pubDate>
		<dc:creator>vkoser</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.kosertech.com/blog/?p=467</guid>
		<description><![CDATA[Work on PlainNote is continuing. Eventually it will hopefully turn into the PlainNote ecosystem. I&#8217;m currently working on a sync library to sync up with a server that doesn&#8217;t exist yet. The server side is going to get some help from @funkatron. We have been collaborating on a google doc for the API. Notable Items [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.kosertech.com/wp-content/uploads/2010/03/201003041553.jpg" height="336" width="433" border="1" hspace="4" vspace="4" alt="201003041553" /><br />
<BR><br />
Work on PlainNote is continuing.  Eventually it will hopefully turn into the PlainNote ecosystem.  I&#8217;m currently working on a sync library to sync up with a server that doesn&#8217;t exist yet.  The server side is going to get some help from <a href="http://twitter.com/funkatron">@funkatron</a>.  We have been collaborating on a google doc for the API.<br />
<BR><br />
Notable Items about the API</p>
<p style="text-indent:15pt;">
<UL><br />
<LI> Try to be RESTful, but don&#8217;t get stupid about it<br />
<LI> JSON is much better than XML, so only support JSON initially<br />
<LI> This needs to be open and hostable by others, so don&#8217;t use closed-source tech to power it<br />
<LI> If we&#8217;re worried about security at all, we should probably run this over SSL, since we&#8217;re sending account identifiers. That does make the backend stuff a little more complex, but doable. I wouldn&#8217;t worry about it at first.<br />
</UL></p>
<p>
Current Methods include</p>
<ul>
<li>login</li>
<li>all (get all notes from the server)</li>
<li>list (get an abbreviated list of notes from the server)</li>
<li>one (get one note from the server)</li>
<li>update (update a single note on the server)</li>
<li>updatemany (update several notes on the server &lt;future&gt;)</li>
<li>delete (delete a note from the server)</li>
</ul>
<p>
In the interest of being open I thought I&#8217;d get some information out there on what we&#8217;re working on.  The ultimate hope would be to have the ability to view and edit notes across any device as well as the web and have it all play nice together.  There are a lot of timing issues to think about as far as updates on multiple devices without sync.  For simplicities sake I think our current direction is going to be take the latest edit as master and not try to merge.<br />
<BR><BR><br />
Good things to come shortly&#8230;. (like the below WebOS version of PlainNote)<br />
<BR><br />
<img src="http://www.kosertech.com/wp-content/uploads/2010/03/201003041602.jpg" height="544" width="369" border="1" hspace="4" vspace="4" alt="201003041602" /></p>

<p><a href="http://feedads.g.doubleclick.net/~a/17kJaZRgoSLwfehLN7Z3oY_wba4/0/da"><img src="http://feedads.g.doubleclick.net/~a/17kJaZRgoSLwfehLN7Z3oY_wba4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/17kJaZRgoSLwfehLN7Z3oY_wba4/1/da"><img src="http://feedads.g.doubleclick.net/~a/17kJaZRgoSLwfehLN7Z3oY_wba4/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.kosertech.com/iphone/plainnote-progresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kosertech.com/iphone/plainnote-progresses/</feedburner:origLink></item>
		<item>
		<title>PlainNote updates and instaPaperLib Rocking updates!</title>
		<link>http://feedproxy.google.com/~r/Kosertech/~3/KiybDHKRtN4/</link>
		<comments>http://www.kosertech.com/iphone/plainnote-updates-and-instapaperlib-rocking-updates/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 22:59:45 +0000</pubDate>
		<dc:creator>vkoser</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.kosertech.com/blog/?p=464</guid>
		<description><![CDATA[I&#8217;ve been doing some more work on PlainNote and added several fixes and features over the past week.  There is now protection code in case you exit the app while editing via the home button or get a call or sms and exit to deal with those your note will be autosaved. I also changed [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 5px;" src="http://www.kosertech.com/wp-content/uploads/2010/02/103167-050-1e9c6e9d.jpg" alt="" width="400" height="396" /></p>
<p>I&#8217;ve been doing some more work on <a href="http://plainnote.kosertech.com">PlainNote</a> and added several fixes and features over the past week.  There is now protection code in case you exit the app while editing via the home button or get a call or sms and exit to deal with those your note will be autosaved.</p>
<p>I also changed the mail button on the note detail screen to an action button which now shows two actions.  The original action of &#8220;mail&#8221; to mail your note and a new action of instapaper which will send your note to <a href="http://instapaper.com">instapaper.com</a>.  This is a fast way to get your note online and you can pick it up via their website or in your rss feed if you subscribe to your own instapaper feed.</p>
<p>While creating the code in PlainNote for posting to instapaper I created it as a stand alone library so it could be included in other applications and have open sourced it.  The code is available at <a href="http://github.com/vkoser/instaPaperLib">github here</a>.  It&#8217;s pretty easy to use and you basically instantiate the library and then call one call to send it all to instapaper and you get a Yes or No back indicating if it went alright.</p>
<pre>instaPaperLib *IPLib = [[instaPaperLib alloc] init];
BOOL response = [IPLib postToInstapaperWithUserName:@"username"
                                        andPassword:@"password"
                                            andBody:@"sample text snippit"
                                             andURL:@"http://www.somesiteurl.com"
                                           andTitle:@"Your post title"];</pre>
<p>The new binary for <a href="http://plainnote.kosertech.com">PlainNote</a> was also submitted to Apple this afternoon and hopefully it won&#8217;t be more than a day or so until the app is updated with these new features on the AppStore.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/H_PAh-JyezmlDUzSesaFlk344Xk/0/da"><img src="http://feedads.g.doubleclick.net/~a/H_PAh-JyezmlDUzSesaFlk344Xk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/H_PAh-JyezmlDUzSesaFlk344Xk/1/da"><img src="http://feedads.g.doubleclick.net/~a/H_PAh-JyezmlDUzSesaFlk344Xk/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.kosertech.com/iphone/plainnote-updates-and-instapaperlib-rocking-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kosertech.com/iphone/plainnote-updates-and-instapaperlib-rocking-updates/</feedburner:origLink></item>
		<item>
		<title>AppStore: Rejected</title>
		<link>http://feedproxy.google.com/~r/Kosertech/~3/xdrZc6BaACw/</link>
		<comments>http://www.kosertech.com/uncategorized/appstore-rejected/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 14:17:19 +0000</pubDate>
		<dc:creator>vkoser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kosertech.com/blog/?p=462</guid>
		<description><![CDATA[Posted PlainNote for review two days ago and got the rejection notice last night.  I used an action button to spawn the mail view and this was against user interface guidelines. Just a quick swap to a text label and resubmitted it.  For future reference if your trying to do something that isn&#8217;t an action [...]]]></description>
			<content:encoded><![CDATA[<p>Posted PlainNote for review two days ago and got the rejection notice last night.  I used an action button to spawn the mail view and this was against<a href="https://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/MobileHIG"> user interface guidelines.</a></p>
<p>Just a quick swap to a text label and resubmitted it.  For future reference if your trying to do something that isn&#8217;t an action button don&#8217;t use this:</p>
<p><img height="48" style="margin: 5px" width="86" alt="" src="http://www.kosertech.com/wp-content/uploads/2010/02/Screen-shot-2010-02-12-at-Feb-12-2010-9.11.23-AM.png" /></p>
<p>use this:</p>
<p><img height="59" style="margin: 5px" width="78" alt="" src="http://www.kosertech.com/wp-content/uploads/2010/02/Screen-shot-2010-02-12-at-Feb-12-2010-9.11.08-AM.png" /></p>
<p>Or map a custom image to your button which is also possible.  Hopefully in a couple more days it will be available.  I&#8217;m encouraged by how fast it got reviewed though that was only about 48 hours vs my previous submissions taking over two weeks.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/x2szyL9_bNWDOz8QrffmR5IXSBI/0/da"><img src="http://feedads.g.doubleclick.net/~a/x2szyL9_bNWDOz8QrffmR5IXSBI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/x2szyL9_bNWDOz8QrffmR5IXSBI/1/da"><img src="http://feedads.g.doubleclick.net/~a/x2szyL9_bNWDOz8QrffmR5IXSBI/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.kosertech.com/uncategorized/appstore-rejected/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kosertech.com/uncategorized/appstore-rejected/</feedburner:origLink></item>
		<item>
		<title>Exciting things</title>
		<link>http://feedproxy.google.com/~r/Kosertech/~3/GKkPMKuPeWE/</link>
		<comments>http://www.kosertech.com/uncategorized/exciting-things/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 01:27:47 +0000</pubDate>
		<dc:creator>vkoser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kosertech.com/blog/?p=459</guid>
		<description><![CDATA[The Lowdown I&#8217;ve been working for a few weeks on a pretty basic note pad application for the iPhone.  It&#8217;s called PlainNote.  It&#8217;s got a basic set of functions and should be as usable as the built in note pad that comes with the iPhone.  Initially the functionality will be very basic and allow for [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The Lowdown</strong></p>
<p>I&#8217;ve been working for a few weeks on a pretty basic note pad application for the iPhone.  It&#8217;s called PlainNote.  It&#8217;s got a basic set of functions and should be as usable as the built in note pad that comes with the iPhone.  Initially the functionality will be very basic and allow for standard notepad use.  In the future I plan to expand it with online syncing, change the storage method from plist to a database, perhaps some basic themes (probably just reverse white text on black).</p>
</p>
<p><strong>Initial Features:</strong></p>
<ul>
<li>Create / Update / Delete notes</li>
<li>Sort by date so newest notes are always at the top</li>
<li>In App mailing of notes</li>
</ul>
<p><strong>Vision</strong></p>
<p>I had a goal in mind when I started PlainNote of learning to code something that used a UITableView and to write it in Objective-c.  I&#8217;ve always had the intentions of releasing the source for PlainNote so that other people could see how I accomplished certain tasks such as storing dates in a plist, sorting an array by date, in app mail etc&#8230;</p>
<p>The app store reviews should be interesting on this one since it is just another note pad.  Hopefully people will get that it is an open source project so other budding developers can see how to accomplish things in Objective-c but I don&#8217;t have high hopes for that.  The reviews seem to be a pretty mixed bag on applications.</p>
<p>I submitted it to the AppStore on 2/9/2010 so lets see how long it takes to get there.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/JqjkVsEZ5dDhn2c0OEQ-K96S5fY/0/da"><img src="http://feedads.g.doubleclick.net/~a/JqjkVsEZ5dDhn2c0OEQ-K96S5fY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/JqjkVsEZ5dDhn2c0OEQ-K96S5fY/1/da"><img src="http://feedads.g.doubleclick.net/~a/JqjkVsEZ5dDhn2c0OEQ-K96S5fY/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.kosertech.com/uncategorized/exciting-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kosertech.com/uncategorized/exciting-things/</feedburner:origLink></item>
		<item>
		<title>Facebook advertiser privacy nightmare</title>
		<link>http://feedproxy.google.com/~r/Kosertech/~3/Gs_bZvAhyf0/</link>
		<comments>http://www.kosertech.com/tips/facebook-advertiser-privacy-nightmare/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 13:45:58 +0000</pubDate>
		<dc:creator>vkoser</dc:creator>
				<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.kosertech.com/blog/?p=454</guid>
		<description><![CDATA[Facebook has chosen to allow 3rd party advertisers to use of your uploaded pictures without permission as a default.  Basically this means that your face/avatar may show up in a singles ad on your friends pages.  It would have been nice if Facebook set the default to &#8220;no one&#8221; but they have chosen to enable [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://facebook.com" target="_blank">Facebook</a> has chosen to allow 3rd party advertisers to use of your uploaded pictures without permission as a default.  Basically this means that your face/avatar may show up in a singles ad on your friends pages.  It would have been nice if Facebook set the default to &#8220;no one&#8221; but they have chosen to enable this use of your photos by 3rd parties by default.</p>
<p>Managing your privacy on Facebook is a confusing difficult process and something you would do well to take a look at.  There is a good <a href="http://mashable.com/2009/04/28/facebook-privacy-settings/" target="_blank">write up at mashable on this subject.</a></p>
<p>You can disable the advertisers use of your photos by logging into facebook and selecting Settings -&gt; Privacy, then choose  News feed and Wall.  There are two tabs there select the Facebook Ads tab and select &#8220;no one&#8221; and click save.  Your photos will now not be shown in 3rd party ads.</p>
<p><a href="http://www.kosertech.com/wp-content/uploads/2009/07/Picture-2.png" target="_blank"><img class="alignnone size-medium wp-image-455" title="Picture 2" src="http://www.kosertech.com/wp-content/uploads/2009/07/Picture-2-300x163.png" alt="Picture 2" width="300" height="163" /></a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/VEnC1LwCZOvC7v6dJxCJ6_Cp1A0/0/da"><img src="http://feedads.g.doubleclick.net/~a/VEnC1LwCZOvC7v6dJxCJ6_Cp1A0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/VEnC1LwCZOvC7v6dJxCJ6_Cp1A0/1/da"><img src="http://feedads.g.doubleclick.net/~a/VEnC1LwCZOvC7v6dJxCJ6_Cp1A0/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.kosertech.com/tips/facebook-advertiser-privacy-nightmare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kosertech.com/tips/facebook-advertiser-privacy-nightmare/</feedburner:origLink></item>
		<item>
		<title>MyWebClip mini review and AppStore rating idiocy</title>
		<link>http://feedproxy.google.com/~r/Kosertech/~3/sSDbLGaP-s0/</link>
		<comments>http://www.kosertech.com/iphone/mywebclip-mini-review-and-appstore-rating-idiocy/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 01:35:13 +0000</pubDate>
		<dc:creator>vkoser</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.kosertech.com/blog/?p=449</guid>
		<description><![CDATA[One of my favorite iPhone applications is MyWebClip from forYou inc.  It&#8217;s a bookmarklet aggregator as well as a quick dial application.  It&#8217;s a very nice way to link to frequently used web applications and I find it a lot easier having them all categorized in one place without having to dig through my screens [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-thumbnail wp-image-451 alignleft" style="margin: 5px;" title="Picture 8" src="http://www.kosertech.com/wp-content/uploads/2009/07/Picture-81-150x150.png" alt="Picture 8" width="150" height="150" />One of my favorite iPhone applications is <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=312028646&amp;mt=8" target="_blank">MyWebClip</a> from forYou inc.  It&#8217;s a bookmarklet aggregator as well as a quick dial application.  It&#8217;s a very nice way to link to frequently used web applications and I find it a lot easier having them all categorized in one place without having to dig through my screens for a specific icon.  It&#8217;s nice knowing all web applications are in one place.  I find it fast and very well written to act just like another screen of icons on your iPhone.  It gives me quick access to my home automation whic his web based, full screen weather maps from weather underground, google reader etc&#8230;  You manage it just like the regular iPhone application icons by touching and hold to bring up the X to delete items and you can add items by URL or by browsing and then adding like a bookmark to create an icon.  I have very few applications I use multiple times a day and this is one that I wouldn&#8217;t want to live without.</p>
<p>I got an upgrade today that had a few nice new features:</p>
<ul>
<li>browse with google mobile proxy</li>
<li>shake for full screen view</li>
<li>numerous bug fixes</li>
</ul>
<p>While I haven&#8217;t had much trouble with any bugs or crashes it&#8217;s nice to see them keeping up with some updates.  I was happy to get the update but I was disappointed to see a 17+ rating on this application when I installed it.  I would guess this is due to the application being able to access the web from inside of it but this is no different than safari which ships with every iPhone.  Should we restrict iTouch and iPhones to anyone over 17 due to them shipping with Safari?  There have been countless articles about the idiotic and inconsistent ratings of the AppStore but this is the first one I had personally experienced vs just reading about it so I thought it was worth a mention.  This application should be rated general for everyone and I feel like it got a bum rap with an adult rating.</p>
<p><a href="http://www.kosertech.com/wp-content/uploads/2009/07/Picture-7.png" target="_blank"><img class="alignnone size-medium wp-image-452" title="Picture 7" src="http://www.kosertech.com/wp-content/uploads/2009/07/Picture-7-300x208.png" alt="Picture 7" width="300" height="208" /></a></p>

<p><a href="http://feedads.g.doubleclick.net/~a/yt7JT6RNSe_ciSLLdT5lNkAPbKs/0/da"><img src="http://feedads.g.doubleclick.net/~a/yt7JT6RNSe_ciSLLdT5lNkAPbKs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/yt7JT6RNSe_ciSLLdT5lNkAPbKs/1/da"><img src="http://feedads.g.doubleclick.net/~a/yt7JT6RNSe_ciSLLdT5lNkAPbKs/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.kosertech.com/iphone/mywebclip-mini-review-and-appstore-rating-idiocy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.kosertech.com/iphone/mywebclip-mini-review-and-appstore-rating-idiocy/</feedburner:origLink></item>
		<item>
		<title>Griffin Clarifi iPhone Scratch Warning</title>
		<link>http://feedproxy.google.com/~r/Kosertech/~3/M-axAYfqAJ0/</link>
		<comments>http://www.kosertech.com/iphone/griffin-clarifi-iphone-scratch-warning/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 00:52:38 +0000</pubDate>
		<dc:creator>vkoser</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.kosertech.com/blog/?p=441</guid>
		<description><![CDATA[I love my Griffin Clarifi, I&#8217;ve got about 8 iPhone cases and it&#8217;s by far my favorite one but I&#8217;ve recently acquired an inCase Power Slider so I removed my Clarifi for the first time in several months to put my iPhone into the Power Slider and I was disappointed to see that the Clarifi [...]]]></description>
			<content:encoded><![CDATA[<p>I love my <a href="http://www.griffintechnology.com/products/clarifi#" target="_blank">Griffin Clarifi,</a> I&#8217;ve got about 8 iPhone cases and it&#8217;s by far my favorite one but I&#8217;ve recently acquired an inCase Power Slider so I removed my Clarifi for the first time in several months to put my iPhone into the Power Slider and I was disappointed to see that the Clarifi and given my iPhone a nice set of scratches.</p>
<p><a href="http://www.kosertech.com/wp-content/uploads/2009/07/clarifi.jpg" target="_blank"><img class="alignnone size-medium wp-image-442" title="clarifi" src="http://www.kosertech.com/wp-content/uploads/2009/07/clarifi-300x200.jpg" alt="clarifi" width="300" height="200" /></a></p>
<p>You can see to the left of the lens in this picture (click for a bigger size) that the macro lens on the Clarifi sliding back and forth has put a nice set of scratches on my iPhone.  I&#8217;m sure that the Clarifi on a clean phone is fine and doesn&#8217;t lead to scratches but after a bit of time in and out of your pocket/purse your phone picks up some dust.  Since there is nothing between the sliding lens and the phone dust builds up in there and the sliding action plus the dust creates an ideal environment for scratches.  I&#8217;d like to see a future iteration of the Clarifi put a plastic shield between the sliding lens and the phone body to prevent the lens from sliding on the phone body.</p>
<p>Below is a picture of the inside of the case where you can see the sliding lens back exposed to the phone body.  As you move the lens back and forth that slides on or very near your iPhone body and small dust or dirt particles between it and your phone will create the scratches.  As I said above a thin layer of plastic and push the lens out slightly further from the phone would solve this.</p>
<p><a href="http://www.kosertech.com/wp-content/uploads/2009/07/Picture-4.png" target="_blank"><img class="alignnone size-medium wp-image-443" title="Picture 4" src="http://www.kosertech.com/wp-content/uploads/2009/07/Picture-4-300x184.png" alt="Picture 4" width="300" height="184" /></a></p>
<p>At any rate I still love my Clarifi and have and will continue to recommend it to many people with this one caveat.</p>
<p>UPDATE:</p>
<p>I got a response from Griffin via twitter which was a bit disappointing.  My other 8 cases haven&#8217;t scratched my phone after using them for a few months.  Anyway, I just wanted to include it here for reference sake.</p>
<p><img class="alignnone size-full wp-image-447" title="clarifiresponse" src="http://www.kosertech.com/wp-content/uploads/2009/07/clarifiresponse.jpg" alt="clarifiresponse" width="414" height="143" /></p>

<p><a href="http://feedads.g.doubleclick.net/~a/S2x3cMChFqBRvwQE6fNVQt16zUQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/S2x3cMChFqBRvwQE6fNVQt16zUQ/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/S2x3cMChFqBRvwQE6fNVQt16zUQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/S2x3cMChFqBRvwQE6fNVQt16zUQ/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.kosertech.com/iphone/griffin-clarifi-iphone-scratch-warning/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.kosertech.com/iphone/griffin-clarifi-iphone-scratch-warning/</feedburner:origLink></item>
		<item>
		<title>TTYtter group support library</title>
		<link>http://feedproxy.google.com/~r/Kosertech/~3/m49Mmk-7u2Y/</link>
		<comments>http://www.kosertech.com/tools/ttytter-group-support-library/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 02:45:12 +0000</pubDate>
		<dc:creator>vkoser</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[TTYtter]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.kosertech.com/blog/?p=435</guid>
		<description><![CDATA[As referenced in my previous post I&#8217;m a pretty big fan of TTYtter.  I won&#8217;t go into it&#8217;s advantages here you can find that information in my previous post.  I follow quite a few people so one of the first things I did when I started using TTYtter was to write a group add on [...]]]></description>
			<content:encoded><![CDATA[<p>As referenced in my <a href="http://www.kosertech.com/?p=425" target="_blank">previous post</a> I&#8217;m a pretty big fan of <a href="http://www.floodgap.com/software/ttytter/" target="_blank">TTYtter</a>.  I won&#8217;t go into it&#8217;s advantages here you can find that information in my previous post.  I follow quite a few people so one of the first things I did when I started using TTYtter was to write a group add on library for it.  The previous post and the TTYtter site have good information on how to enable these libraries and also how to write them.  This library is pretty good size and performs quite a few operations that I thought would be a good example for someone else looking to extend TTYtter for their own use.</p>
<p>Operations:</p>
<ol>
<li>Custom commands for handling groups</li>
<li>Bookmark of tweet id for place tracking what already was evaluated</li>
<li>Filtering based on dynamic lists of users</li>
<li>Add users to groups from inside TTYtter</li>
<li>Remove users from groups inside TTYtter</li>
<li>Add users to multiple groups</li>
</ol>
<p>The easiest way to get started is to install this and get it going.  Download the library from svn and modify the one configuration item at the top of the library to set the group file storage path.  Reference the library from your .ttytterc file or use the library command line switch.</p>
<p>Once loaded you might want to have a look at the command set supported out of the library, there is built in help accessible from within TTYtter</p>
<pre>/grouphelp
Group commands are as follows.

/group [groupname]
display stored tweets from group

/groups
list the current groups on the filesystem

/grouplist [groupname]
list the members of group [groupname]

/groupadd [groupname] [username]
add [username] to group [groupname]

/groupdel [groupname] [username]
delete [username] from group [groupname]</pre>
<p>At this point you can add some users to a group via something like the following command which adds myself to a group called coders.</p>
<p>TTYtter&gt; /groupadd coders vkoser<br />
User vkoser added to group coders<br />
TTYtter&gt;</p>
<p>Once you have some groups built up it&#8217;s really easy to view them in TTYtter by using the /group coders command to list the last 20 tweets from that group.  That&#8217;s reasonable if your activly using TTYtter but it&#8217;s much more useful to use something like <a href="http://www.gnu.org/software/screen/" target="_blank">GNU Screen</a> to view multiple groups and assign one screen section per group.  I typically set mine up with split windows and a large scrollback buffer configuration which lets me scroll back through pages of information.</p>
<p>I hope someone can get some value out of this as a learning tool and possibly expand it for your own use.  It&#8217;s not overly error proof as an add on for my own use but it works pretty well.  If anyone would like to submit changes or enhancements to the library just send them over to me or contact me on twitter and I&#8217;ll see about getting them migrated into the library.</p>
<p>The current release can be gotten here [<a href="http://kosertech.com/code/TTYtterGroups.pl" target="_blank">TTYtterGroups.pl</a>] from the svn repository.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/wKhshi6wvNg6QLZ9HME1uDkODNM/0/da"><img src="http://feedads.g.doubleclick.net/~a/wKhshi6wvNg6QLZ9HME1uDkODNM/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/wKhshi6wvNg6QLZ9HME1uDkODNM/1/da"><img src="http://feedads.g.doubleclick.net/~a/wKhshi6wvNg6QLZ9HME1uDkODNM/1/di" border="0" ismap="true"></img></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.kosertech.com/tools/ttytter-group-support-library/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.kosertech.com/tools/ttytter-group-support-library/</feedburner:origLink></item>
	</channel>
</rss>
