<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title type="text">kilic.net</title>
<id>http://weblog.kilic.net/</id>
<link rel="alternate" type="application/xhtml+xml" href="http://weblog.kilic.net/" />
<link rel="self" type="application/atom+xml" href="http://weblog.kilic.net/atom.xml"/>
<author>

<name>Serdar Kiliç</name>

<email>serdar@kilic.net</email>
</author>
<rights>Creative Commons Attribution 2.5</rights>
<generator uri="http://www.sixapart.com/movabletype/" version="5.02">Movable Type</generator>
<icon>http://weblog.kilic.net/favicon.ico</icon>
<updated>2012-04-24T11:43:31Z</updated>

<entry>
<title type="text">Windows Live Writer</title>
<summary type="text">This is a test post from Windows Live writer....</summary>
<content type="html"><![CDATA[<p>This is a test post from Windows Live writer.</p>]]></content>
<category term="/" scheme="http://weblog.kilic.net/previously/" label="" />
<id>http://weblog.kilic.net/previously/2012/04/24/windows_live_writer</id>
<link rel="alternate" href="http://weblog.kilic.net/previously/2012/04/24/windows_live_writer" type="application/xhtml+xml" hreflang="en" />
<published>2012-04-24T11:43:29Z</published>
<updated>2012-04-24T11:43:31Z</updated>
</entry>

<entry>
<title type="text">Rails on Ubuntu</title>
<summary type="text">I've finally got my home Ubuntu server running Rails on Passgenger + Apache2. After several attempts at getting this going there were some modifications that I needed to have made in the production.rb file for it to work. Those lines...</summary>
<content type="html"><![CDATA[<p>I've finally got my home Ubuntu server running Rails on Passgenger + Apache2. After several attempts at getting this going there were some modifications that I needed to have made in the production.rb file for it to work. Those lines that needed to be changed are:</p>
<blockquote>
  <p>config.serve_static_assets = true</p>

  <p>config.assets.compile = true</p>
</blockquote>
<p>Both lines are set to false for a default installation. This post serves more as a reminder for myself when deploying Rails app.</p>
]]></content>
<category term="/" scheme="http://weblog.kilic.net/previously/" label="" />
<id>http://weblog.kilic.net/previously/2012/04/18/rails_on_ubuntu</id>
<link rel="alternate" href="http://weblog.kilic.net/previously/2012/04/18/rails_on_ubuntu" type="application/xhtml+xml" hreflang="en" />
<published>2012-04-18T12:10:39Z</published>
<updated>2012-04-18T12:17:25Z</updated>
</entry>

<entry>
<title type="text">MS DTC - Enabling Network Access</title>
<summary type="text">Here's a little note if you run into MS DTC problems outside of your development environment. For a recent project I was using the TransactionScope method to wrap multiple operations around, pretty standard piece of code and all worked in...</summary>
<content type="html"><![CDATA[Here's a little note if you run into MS DTC problems outside of your development environment. For a recent project I was using the <a href="http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx">TransactionScope</a> method to wrap multiple operations around, pretty standard piece of code and all worked in the dev environment flawlessly.<br />
If like most people you're development environment consists of both SQL Server and IIS on the same machine you're likely not going to run into any issues with the transaction controller. However, once you split out the database and the application to separate servers you'll start getting some nifty error messages like "network access for Distributed Transaction Manage (MSDTC) has been disabled" etc.<br />
<br />
Turns out that if you are using transactions from within your .NET code not only do you need to ensure that the MSDTC service is actually running you need to make sure that it is running on both the <b>client</b> (i.e. application server) and also the <b>database server</b>!<br />
Depending on what server OS you are running checking getting to the settings page changes slightly, but it's basically via Component Services, and you right click on My Computer and select the MS DTC tab. Microsoft support has details on doing so for <a href="http://support.microsoft.com/kb/817064">Windows Server 2003</a>.
]]></content>
<category term="/" scheme="http://weblog.kilic.net/previously/" label="" />
<id>http://weblog.kilic.net/previously/2012/04/17/ms_dtc_-_enabling_network_access</id>
<link rel="alternate" href="http://weblog.kilic.net/previously/2012/04/17/ms_dtc_-_enabling_network_access" type="application/xhtml+xml" hreflang="en" />
<published>2012-04-16T13:04:52Z</published>
<updated>2012-04-16T13:04:57Z</updated>
</entry>

<entry>
<title type="text">Ideal Notebook</title>
<summary type="text">Having had my eyes on a portable Windows machine for a while I thought I'd spec up what I would want in such a machine. Here's my shortlist: 13 inch screen, with a resolution of 1600 x 900 or greater...</summary>
<content type="html"><![CDATA[Having had my eyes on a portable Windows machine for a while I thought I'd spec up what I would want in such a machine. Here's my shortlist:

<ol>
  <li>13 inch screen, with a resolution of 1600 x 900 or greater</li>

  <li>8gb RAM</li>

  <li>256gb SSD</li>

  <li>Backlit keyboard display</li>

  <li>USB 3.0 and Bluetooth 4.0</li>

  <li>Core i7 processor</li>
</ol>
<p>There is one that fits the bill, the sexy looking <a href="http://www.sony.com.au/product/vpcz227gg">Sony VAIO Z</a>, but at price of around $4,000 it's a little steep. The next closest that I've found are the <a href="http://www.samsung.com/au/consumer/pc-peripherals/notebook-pc/thin-light/NP900X3A-A03AU?pid=au_notebookpctype_keyvisual1_np900x3a-a03au_20111226">Samsung Series 9</a> (albeit with a 1366 x 768 resolution screen) and the Asus Zenbook UX31E (albeit with only 4gb of RAM) notebook. Both of these machines are around the $2,000 price point which is considerably less than the Sony.</p>
<p>Know of any notebooks that fit the criteria above? Drop me an <a href="mailto:skilic@gmail.com">email</a>.</p>
]]></content>
<category term="/" scheme="http://weblog.kilic.net/previously/" label="" />
<id>http://weblog.kilic.net/previously/2012/03/31/ideal_notebook</id>
<link rel="alternate" href="http://weblog.kilic.net/previously/2012/03/31/ideal_notebook" type="application/xhtml+xml" hreflang="en" />
<published>2012-03-31T09:54:30Z</published>
<updated>2012-03-31T09:55:33Z</updated>
</entry>

<entry>
<title type="text">Seth</title>
<summary type="text">Via Seth's blog: Can I see your body of work?Are you leaving behind an easily found trail of accomplishment? Few people are interested in your resume any more. Plenty are interested in what you've done. The second thing you'll need...</summary>
<content type="html"><![CDATA[Via <a href="http://sethgodin.typepad.com/seths_blog/2012/02/can-i-see-your-body-of-work.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+typepad%2Fsethsmainblog+%28Seth%27s+Blog%29">Seth's blog</a>:<br />
<blockquote>
  <p><strong>Can I see your body of work?</strong></p>Are you leaving behind an easily found trail of accomplishment?<br />
  Few people are interested in your resume any more. Plenty are interested in what you've done.<br />
  The second thing you'll need to do is regularly note what you produce in a log or find some other way to keep track.<br />
  The first thing is more difficult: If the work you do isn't worth collating and highlighting, you probably need to be doing better work.
</blockquote>
]]></content>
<category term="/" scheme="http://weblog.kilic.net/previously/" label="" />
<id>http://weblog.kilic.net/previously/2012/02/04/seth</id>
<link rel="alternate" href="http://weblog.kilic.net/previously/2012/02/04/seth" type="application/xhtml+xml" hreflang="en" />
<published>2012-02-04T10:43:29Z</published>
<updated>2012-02-04T10:43:35Z</updated>
</entry>

<entry>
<title type="text">Openness</title>
<summary type="text">The openness and transparency of "uptime" being reported by 37 Signals is exemplary. It reminded my about the series of blog posts from Ryan Carson on the sale of their product, Dropsend....</summary>
<content type="html"><![CDATA[<p>The openness and transparency of "<a href="http://37signals.com/svn/posts/3067-lets-get-honest-about-uptime">uptime</a>" being reported by 37 Signals is exemplary. It reminded my about the series of blog posts from Ryan Carson on the sale of their product, <a href="http://www.barenakedapp.com/">Dropsend</a>.</p>
]]></content>
<category term="/" scheme="http://weblog.kilic.net/previously/" label="" />
<id>http://weblog.kilic.net/previously/2012/01/03/openness</id>
<link rel="alternate" href="http://weblog.kilic.net/previously/2012/01/03/openness" type="application/xhtml+xml" hreflang="en" />
<published>2012-01-03T11:13:40Z</published>
<updated>2012-01-03T11:13:46Z</updated>
</entry>

<entry>
<title type="text">GoDaddy and SOPA</title>
<summary type="text">You would have by now read about SOPA and how it is set to destroy the very Internet we use and rely upon every day (excuse the dramatics). All of my non .com.au domains were managed through GoDaddy, they were...</summary>
<content type="html"><![CDATA[<p>You would have by now read about SOPA and how it is set to destroy the very Internet we use and rely upon every day (excuse the dramatics). All of my non .com.au domains were managed through GoDaddy, they were easy and cheap.</p>
<p>However, I've never been a big fan of them, especially when it comes to the suggestive advertising and Mr. Parson's <a href="http://www.awf.org/content/headline/detail/4526">wildlife trips</a> to Africa. Them supporting SOPA was the last straw.</p>
<p>I've started to move my domains over to <a href="https://www.hover.com/">Hover</a>, the whole transfer process is easy (other than GoDaddy trying it's best to make it not so) and hope to be rid of GoDaddy in the near future.</p>
]]></content>
<category term="/" scheme="http://weblog.kilic.net/previously/" label="" />
<id>http://weblog.kilic.net/previously/2012/01/01/godaddy_and_sopa</id>
<link rel="alternate" href="http://weblog.kilic.net/previously/2012/01/01/godaddy_and_sopa" type="application/xhtml+xml" hreflang="en" />
<published>2012-01-01T07:47:22Z</published>
<updated>2012-01-01T07:47:22Z</updated>
</entry>

<entry>
<title type="text">Movie reviews with hReview</title>
<summary type="text">Having taken a few days off from work it's given me some time to watch some movies, rather than list the movies in an unordered list there exists a better, more semantic method, to markup reviews using the hReview microformat....</summary>
<content type="html"><![CDATA[<p>Having taken a few days off from work it's given me some time to watch some movies, rather than list the movies in an unordered list there exists a better, more semantic method, to markup reviews using the hReview microformat. Here's one of the latest movies I've seen marked up with <a href="http://microformats.org/wiki/hreview">hReview</a>:</p>

<div class="hreview">
 <span class="reviewer vcard">
  <span class="fn">Serdar Kilic</span>, 
  <abbr class="dtreviewed" title="20111231">December 31st, 2011</abbr>
 </span>
 <div class="item">
  <a lang="en" class="url fn" href="http://www.imdb.com/title/tt1360767/">
  A Dangerous Man
  </a>
 </div>
<abbr class="rating" title="3">★★★☆☆</abbr>
 <div class="description"><p>
 Your typical action packed Steven Seagal movie. One for the fans.
 </p></div>
</div>

<p>p.s. Did you know that Steven Seagal also has a running TV Series named Lawman, and that for the last 20 years he's also been a Deputy Sheriff which is what his TV show is based upon? What a badass!<br />
</p>]]></content>
<category term="/microformats" scheme="http://weblog.kilic.net/previously/" label="Microformats" />
<id>http://weblog.kilic.net/previously/2011/12/31/movie_reviews_with_hreview</id>
<link rel="alternate" href="http://weblog.kilic.net/previously/2011/12/31/movie_reviews_with_hreview" type="application/xhtml+xml" hreflang="en" />
<published>2011-12-31T03:10:49Z</published>
<updated>2011-12-31T03:34:54Z</updated>
</entry>

<entry>
<title type="text">Telstra modem and Android Devices</title>
<summary type="text">We recently moved our home Internet to Telstra and with that received a new ADSL modem that also features a Wireless-N router. The setup was quick and simple and we were up and running in no time. After a few...</summary>
<content type="html"><![CDATA[<p>We recently moved our home Internet to Telstra and with that received a new ADSL modem that also features a Wireless-N router. The setup was quick and simple and we were up and running in no time.</p>

<p>After a few weeks though we started to have intermittent dropouts which resulted in the modem needing to be reconnected. After a bit of investigation and trial and error I fixed the wireless channel to CH13 rather than it being set automatically.</p>

<p>The only issue we had was with the multitude of Android devices we and our visiting friends have. None of which were able to connect to the wireless network anymore stating that the SSID was not in range. Reverting this back to automatic (this time it chose CH6) and the devices were able to connect again.</p>]]></content>
<category term="/" scheme="http://weblog.kilic.net/previously/" label="" />
<id>http://weblog.kilic.net/previously/2011/12/31/telstra_modem_and_android_devices</id>
<link rel="alternate" href="http://weblog.kilic.net/previously/2011/12/31/telstra_modem_and_android_devices" type="application/xhtml+xml" hreflang="en" />
<published>2011-12-31T01:45:29Z</published>
<updated>2011-12-31T01:54:09Z</updated>
</entry>

<entry>
<title type="text">Robert Gupta</title>
<summary type="text">I have a thing for classical music, and when I say thing I mean by today's hip-hop, rap, pop genre's that I often have in my ear, I'm willing to listen to a few notes from the classics. I came...</summary>
<content type="html"><![CDATA[I have a thing for classical music, and when I say <i>thing</i> I mean by today's hip-hop, rap, pop genre's that I often have in my ear, I'm willing to listen to a few notes from the classics.<br />
I came across this video from TED talks (awesome, awesome stuff there) of <a href="http://www.youtube.com/watch?v=lLGhrEHOjfs">Robert Gupta</a> and Joshua Roman playing Passacaglia, great inspiring music ensues.<br />
Also worth the time is Robert's talk on <a href="http://www.youtube.com/watch?v=C_SBGTJgBGo&amp;feature=relmfu">Nathaniel Ayers</a>, whom the movie <a href="http://en.wikipedia.org/wiki/The_Soloist">The Soloist</a> is based on.
]]></content>
<category term="/" scheme="http://weblog.kilic.net/previously/" label="" />
<id>http://weblog.kilic.net/previously/2011/12/10/robert_gupta</id>
<link rel="alternate" href="http://weblog.kilic.net/previously/2011/12/10/robert_gupta" type="application/xhtml+xml" hreflang="en" />
<published>2011-12-10T00:45:19Z</published>
<updated>2011-12-10T00:45:21Z</updated>
</entry>

<entry>
<title type="text">Styling search fields</title>
<summary type="text">I ran into a small niggling issue whilst building a new site for a friend. Turns out Safari (and webkit based browsers like Chrome) prevent you from styling input boxes with type set to search. Semantically this is the correct...</summary>
<content type="html"><![CDATA[I ran into a small niggling issue whilst building a new site for a friend. Turns out Safari (and webkit based browsers like Chrome) prevent you from styling input boxes with type set to search.<br />
Semantically this is the correct attribute to apply as it matches the function, however, and for whatever reason, they've decided against being able to style the element sans a few properties.<br />
An article on <a href="http://css-tricks.com/7261-webkit-html5-search-inputs/">CSS Tricks</a> shows the limited styles that can be applied.
]]></content>
<category term="/" scheme="http://weblog.kilic.net/previously/" label="" />
<id>http://weblog.kilic.net/previously/2011/11/28/styling_search_fields</id>
<link rel="alternate" href="http://weblog.kilic.net/previously/2011/11/28/styling_search_fields" type="application/xhtml+xml" hreflang="en" />
<published>2011-11-27T21:05:12Z</published>
<updated>2011-11-27T21:05:12Z</updated>
</entry>

<entry>
<title type="text">Single Vendor</title>
<summary type="text">After switching to an Android handset for almost two years I've transitioned back to the land of Apple. As with the whole Mac vs Windows debate both iOS and Android have their pros and cons. I enjoyed my time with...</summary>
<content type="html"><![CDATA[After switching to an Android handset for almost two years I've transitioned back to the land of Apple. As with the whole Mac vs Windows debate both iOS and Android have their pros and cons. I enjoyed my time with the more geeky, developer friendly Android OS but in the end I have work that needs to be done.<br />
Some of the problems that I encountered in the two years using the Nexus One, and these were more specific to the hardware rather than the software, made me decide to switch to an iPhone and also to Apple as my "preferred vendor". I won't elaborate on the issues here but just to say that this isn't a swipe at Android or the handset I was using, the Google Nexus One.<br />
Yes I believe Android is more open, and I'm using that term loosely. By "open" I'm talking about having less restrictions on what I can do from both a hardware and software perspective and not who owns the source code. For now I'm happy to work within the confines of the Apple ecosystem. Everything just works when you go with the same vendor, vertical integration if I may. For example I'm now using iWork instead of Google Docs, iTunes instead of Google Music (the older non-geo restricted version of the player), and, iPhoto over Picasa.<br />
My content is synced to the plethora of devices that I own so my content is accessible as much as possible, but only on Apple devices. Dropbox also fills some of this void.<br />
Once you start crossing borders you run into small niggling issues, e.g. I wasn't able to sync my contacts to both iCloud and Google. Little pestering issues like this help make the decision to a single vendor stack .<br />
I'm hoping that in the end that this will fare out well and I haven't locked myself into some corner. It also means that I need to keep up to date with the Apple products to ensure my content isn't locked out by later versions.
]]></content>
<category term="/" scheme="http://weblog.kilic.net/previously/" label="" />
<id>http://weblog.kilic.net/previously/2011/11/20/single_vendor</id>
<link rel="alternate" href="http://weblog.kilic.net/previously/2011/11/20/single_vendor" type="application/xhtml+xml" hreflang="en" />
<published>2011-11-19T23:26:37Z</published>
<updated>2011-11-19T23:27:18Z</updated>
</entry>

<entry>
<title type="text">Rediscovery</title>
<summary type="text">(After the initial version of this post was swallowed somewhere between Ecto and MovableType I'm reposting a more condensed version of what I previously wrote). I'm going through a rediscovery phase of Old Skoolers, listed below. It's great to see...</summary>
<content type="html"><![CDATA[(After the initial version of this post was swallowed somewhere between Ecto and MovableType I'm reposting a more condensed version of what I previously wrote).<br />
I'm going through a rediscovery phase of Old Skoolers, listed below. It's great to see they've continued to blog throughout the years

<ul>
  <li><a href="http://www.katiaandkyliemac.com/">Katia and Kylie Mac</a> (<a href="http://itunes.apple.com/podcast/katia-kyliemac-original-version/id183818925">iTunes Podcast</a>)</li>

  <li><a href="http://www.hanselman.com/blog/ScottHanselmans2009UltimateDeveloperAndPowerUsersToolListForWindows.aspx">Scott Hanselman</a></li>

  <li><a href="http://molly.com/">Molly.com</a></li>

  <li><a href="http://blog.curry.com/">Adam Curry</a></li>
</ul>
<p>Katia and Kylie Mac to whose podcast I've resubscribed to are hilarious and always remind me of my time in Paris.</p>
<p>Adam Curry ran one of the earliest podcasts that I could remember, called The Daily Source Code. It ran for around 40mins (good length) and I always looked forward to the weekly episodes.</p>
<p>Scott Hanselman's tools page was the go to site after paving any of my Windows boxes.</p>
<p>Molly.com was one of the first sites I got my Web Standards fix from, great to see her back writing some more.</p><br />
]]></content>
<category term="/weblogs" scheme="http://weblog.kilic.net/previously/" label="Weblogs" />
<id>http://weblog.kilic.net/previously/2011/09/18/rediscovery</id>
<link rel="alternate" href="http://weblog.kilic.net/previously/2011/09/18/rediscovery" type="application/xhtml+xml" hreflang="en" />
<published>2011-09-18T09:16:34Z</published>
<updated>2011-09-18T06:33:19Z</updated>
</entry>

<entry>
<title type="text">On Blogging</title>
<summary type="text">Kudos to those bloggers who have followed through and have updated their blogs for Project 52. Here's some snippets that I've collected over the last few weeks: Tim Bray has a good writeup for bloggers over at his OnGoing weblog....</summary>
<content type="html"><![CDATA[<p>Kudos to those bloggers who have followed through and have updated their blogs for <a href="http://project52.info/entries/">Project 52</a>. Here's some snippets that I've collected over the last few weeks:</p>
<ul>
  <li><a href="http://www.tbray.org/ongoing/When/201x/2011/03/07/BNotes">Tim Bray</a> has a good writeup for bloggers over at his OnGoing weblog.<br /></li>

  <li>Adam Curry plays with an <a href="http://blog.curry.com/stories/2011/03/18/rsstoblog.html">rssToBlog</a> feature with the OPML Editor</li>

  <li>and, <a href="http://inessential.com/2011/03/17/more_on_baked_blogs">Brent Simmons</a> with <a href="http://scripting.com/stories/2011/03/17/jsonifiedRss.html">Dave Winer</a> discuss "baked blogs"</li>
</ul>
]]></content>
<category term="/" scheme="http://weblog.kilic.net/previously/" label="" />
<id>http://weblog.kilic.net/previously/2011/04/02/on_blogging</id>
<link rel="alternate" href="http://weblog.kilic.net/previously/2011/04/02/on_blogging" type="application/xhtml+xml" hreflang="en" />
<published>2011-04-02T03:43:34Z</published>
<updated>2011-04-02T03:43:47Z</updated>
</entry>

<entry>
<title type="text">iPad</title>
<summary type="text">I was lucky enough to have been gifted an iPad just recently. For one thing, it was good timing, as my impulsive nature would have led me to go out to buy an iPad 2 when it launches next week....</summary>
<content type="html"><![CDATA[<p>I was lucky enough to have been gifted an iPad just recently. For one thing, it was good timing, as my impulsive nature would have led me to go out to buy an iPad 2 when it launches next week. For the main purpose of just trying out specific iPad apps what I have is more than enough (I have the 16GB WiFi version). I'm still more inclined to take my Galaxy Tab with me to work as it's the much more portable option - but it'll be interesting to see if that will change.</p>
<p>I'm looking forward to trying out some of the iOS/iPad only applications such as <a href="http://chalk.37signals.com">Chalk</a> from <a href="http://37signals.com/">37 Signals</a> and <a href="http://reederapp.com/ipad/">Reeder</a>.</p>
]]></content>
<category term="/" scheme="http://weblog.kilic.net/previously/" label="" />
<id>http://weblog.kilic.net/previously/2011/02/25/ipad</id>
<link rel="alternate" href="http://weblog.kilic.net/previously/2011/02/25/ipad" type="application/xhtml+xml" hreflang="en" />
<published>2011-02-25T11:10:11Z</published>
<updated>2011-02-25T11:10:27Z</updated>
</entry>

</feed>
