<?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/" version="2.0">

<channel>
	<title>foKuspoint words</title>
	
	<link>http://www.fokuspoint.com/w</link>
	<description>photography for the discerning eye</description>
	<lastBuildDate>Sun, 25 Oct 2009 00:56:23 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/FokuspointWords" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>NTFS on Your Mac</title>
		<link>http://www.fokuspoint.com/w/2009/10/ntfs-on-your-mac/</link>
		<comments>http://www.fokuspoint.com/w/2009/10/ntfs-on-your-mac/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 16:42:35 +0000</pubDate>
		<dc:creator>Sabine</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[File Systems]]></category>

		<guid isPermaLink="false">http://www.fokuspoint.com/w/?p=27</guid>
		<description><![CDATA[Even if your are using a Mac, chances are that ones in a while you might need to be able to write to a NTFS formatted disk. Why? You might switch from Windows and have external, NTFS formatted drives you want to share with your Mac, you might need it for your work, you may [...]]]></description>
			<content:encoded><![CDATA[<p>Even if your are using a Mac, chances are that ones in a while you might need to be able to write to a NTFS formatted disk. Why? You might switch from Windows and have external, NTFS formatted drives you want to share with your Mac, you might need it for your work, you may want to share NTFS partitions on your machine, etc.</p>
<p>Why not use the lowest denominator FAT32? Well, it is an old standard which is supported by every OS out there, but it has its limitations. If you need to write large files, video comes to mind or backup archives, you are out of luck with files beyond 4GB. True, most people may not have files that large. And I&#8217;m not saying you cannot use FAT32 if you wish to do so. <em>If</em> I have to use a Windows file system I prefer NTFS, since it allows me to write large files to it, which once in a while I need to do.</p>
<p>On your Mac you can read NTFS drives, but you won&#8217;t be able to write to them. That&#8217;s where the <a href="http://www.ntfs-3g.org/" target="_blank">NTFS-3G</a> driver comes into play. It is an open source driver that comes in Linux and Mac flavors (<a href="http://macntfs-3g.blogspot.com/" target="_blank">NTFS-3G for Mac</a>).</p>
<p>I installed the latest stable driver, which is now called standard build. It brings all the dependencies it needs with it, so it is very easy. I installed and used it under Leopard. After the installation it was suggested that I reboot, which I did. It might work without rebooting though. Now you will have two new admin panels in the System Preferences screen (under Other: NTFS-3G and MacFUSE). I never made any changes there. When you use the Disk Utility you will see that you now have an option to format a drive with NTFS. I tried it on an external drive and it worked perfectly fine. The drive could be used under Windows  without problems.</p>
<p>If you don&#8217;t trust open source products you can also buy a product named Paragon NTFS for Mac® OS X at the Paragon website. I never tried it, so I cannot say if it is better or not.</p>
<p>There is one thing: if your drive was not unmounted the proper way (happens after a crash for example) you will see a complaint and the suggestion to use Windows to mount and unmount it before using it. This is of course somewhat of a pain, and maybe not even be possible. I usually opt to just go ahead and mount it anyways. I never had any issues or lost data because of it. Your experience may be different, so do what you think is the right thing to do at <strong>your own risk</strong>.</p>
<p>I never mounted a partition that contained the Windows C drive in read/write mode. Better be careful here.</p>
<p>All this worked under Leopard. At the moment I don&#8217;t have any NTFS drives sitting around so I cannot test how well this will work with Snow Leopard. If you have any experience, please add a comment.</p>
<p>Edit: I bought a NTFS formatted 1.5TB Seagate Extreme drive today (was much cheaper than the MAC counterpart). Before I re-formatted the drive I tested if I can write to it, and it worked like a charm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fokuspoint.com/w/2009/10/ntfs-on-your-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Writes .htaccess File in Account Root Instead of Website Root</title>
		<link>http://www.fokuspoint.com/w/2009/08/wp-writes-htaccess-file-in-account-root-instead-of-website-root/</link>
		<comments>http://www.fokuspoint.com/w/2009/08/wp-writes-htaccess-file-in-account-root-instead-of-website-root/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 06:35:33 +0000</pubDate>
		<dc:creator>Sabine</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.fokuspoint.com/w/?p=23</guid>
		<description><![CDATA[Today I noticed a strange WordPress behavior. Not on this instance but on a client site that was about to be pushed live.
The client site is hosted on a webserver where PHP is used in FastCGI mode. This means the PHP scripts run with user rights, which seems to contribute to the problem described below. [...]]]></description>
			<content:encoded><![CDATA[<p>Today I noticed a strange WordPress behavior. Not on this instance but on a client site that was about to be pushed live.</p>
<p>The client site is hosted on a webserver where PHP is used in FastCGI mode. This means the PHP scripts run with user rights, which seems to contribute to the problem described below. I could not repeat the same behavior with a Linux setup where PHP runs as an Apache module. In this case PHP scripts run under the apache user which is an unprivileged user that simply cannot write files into the account root.</p>
<p>In order to get the client&#8217;s site ready for prime time I changed the URL settings in the &#8216;General Settings&#8217; section. I hit submit and Bang! 500 error. Nothing worked. Not WordPress, not non WordPress parts of the site.</p>
<p>It turned out that WordPress wrote the .htaccess file into the account root and not the website root. I could repeat this behavior on the same setup and also on a test setup on my work PC. On this Windows machine I have a XAMPP setup and WordPress wrote the .htaccess file directly into c:\.</p>
<p>I do not really understand why WordPress rewrites the .htaccess over and over in the first place. But I&#8217;m sure there is a good reason for this. I just didn&#8217;t find it yet.</p>
<p>I filed a bug report at core.trac.wordpress.org. The ticket number is <a href="http://core.trac.wordpress.org/ticket/10609" target="_blank">10609</a>. It looks like other folks have experienced <a href="http://josephscott.org/archives/2009/07/mamp-start-page-error/" target="_blank">similar issues</a>.</p>
<p>If you experienced something similar, head over to Trac and add your comment. This is something that needs to be fixed.</p>
<p><strong>Update:</strong></p>
<p>I was doing some tests and the problem seems to be in the function get_home_path() in wp-admin/includes/file.php</p>
<p>In line 73: $pos = strpos($_SERVER [ "SCRIPT_FILENAME" ], $wp_path_rel_to_home);</p>
<p>the code tries to get the position of a string in a filename. On a Windows XAMPP system this looks like:</p>
<p>$pos = strpos(&#8221;C:/websites/SITE/wp-admin/options.php&#8221;,&#8221;http://SITE.com&#8221;);</p>
<p>$pos will be empty in that case. The resulting $home_path will be empty also, resulting in $home_path = &#8216;/&#8217;;  (code: $home_path = trailingslashit( $home_path );)</p>
<p>Now WordPress will write the .htaccess file into the account root, if it has permission to do so. On a Windows system this is very likely C:\</p>
<p>On a Linux system only the root user can write into the root directory, so the server, no matter if it runs PHP as the apache user or the account owner, will in most cases not be able to write anything into root. On some VPS  like setups however, the user can write into his/her own account root, and here WordPress can, if PHP runs in CGI mode, write the file into the account root.</p>
<p>Now I wonder why the WordPress developers don&#8217;t just use $_SERVER[ "SCRIPT_NAME" ] instead of $wp_path_rel_to_home?</p>
<p>The result would look like this:<br />
$pos = strpos(&#8221;C:/websites/SITE/wp-admin/options.php&#8221;,&#8221;/wp-admin/options.php&#8221;);</p>
<p>and would actually return a $pos that could be used to generate the correct path for WordPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fokuspoint.com/w/2009/08/wp-writes-htaccess-file-in-account-root-instead-of-website-root/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KDE 4.3 Rleased – It Is Fantastic</title>
		<link>http://www.fokuspoint.com/w/2009/08/kde-4-3-rleased-it-is-fantastic/</link>
		<comments>http://www.fokuspoint.com/w/2009/08/kde-4-3-rleased-it-is-fantastic/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 03:53:38 +0000</pubDate>
		<dc:creator>Sabine</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[KDE]]></category>

		<guid isPermaLink="false">http://www.fokuspoint.com/w/?p=20</guid>
		<description><![CDATA[On August 4 the KDE communtiy announced the release of KDE 4.3, aka &#8220;Caizen&#8221;. Beside numerous bug fixes it also brings new features which makes the KDE 4 desktop environment more complete. Over 10,000 bugs have been fixed and around 2,000 features have been added. Kudos to the developers.
After KDE 4.1 was released I switched [...]]]></description>
			<content:encoded><![CDATA[<p>On August 4 the KDE communtiy announced the release of KDE 4.3, aka &#8220;Caizen&#8221;. Beside numerous bug fixes it also brings new features which makes the KDE 4 desktop environment more complete. Over 10,000 bugs have been fixed and around 2,000 features have been added. Kudos to the developers.</p>
<p>After KDE 4.1 was released I switched over from my beloved KDE 3.5. It was a rough relationship at first. Then version 4.2 came along and I saw light again. Much improved functionality and stability. This morning I installed KDE 4.3. Everything looks a bit more refined. I will need to use it a bit longer to test new features. The upgrade via Yast (I use OpenSUSE 11.1)  worked well.</p>
<p>Check out the video below to learn about the features.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="390" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/hIsigZW3agI" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="390" src="http://blip.tv/play/hIsigZW3agI" allowfullscreen="true"></embed></object></p>
<p>Get your OpenSUSE KDE repositories here: <a href="http://en.opensuse.org/KDE4" target="_blank">http://en.opensuse.org/KDE4</a> and learn more about this release at the <a href="http://kde.org/announcements/4.3/index.php" target="_blank">KDE website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fokuspoint.com/w/2009/08/kde-4-3-rleased-it-is-fantastic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vote for WordPress 2.9 Media Features</title>
		<link>http://www.fokuspoint.com/w/2009/07/vote-for-wordpress-2-9-media-features/</link>
		<comments>http://www.fokuspoint.com/w/2009/07/vote-for-wordpress-2-9-media-features/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 23:39:50 +0000</pubDate>
		<dc:creator>Sabine</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.fokuspoint.com/w/?p=19</guid>
		<description><![CDATA[If you are a WordPress user you can make your opinion count. The first poll is up and you can vote for you favorite media feature. Don&#8217;t miss it. Click here to vote.
]]></description>
			<content:encoded><![CDATA[<p>If you are a WordPress user you can make your opinion count. The first poll is up and you can vote for you favorite media feature. Don&#8217;t miss it. <a href="http://wordpress.org/development/2009/07/vote-for-2-9-media-features/">Click here</a> to vote.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fokuspoint.com/w/2009/07/vote-for-wordpress-2-9-media-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Missing Exif Data to Your Photos</title>
		<link>http://www.fokuspoint.com/w/2009/01/adding-missing-exif-data-to-your-photos/</link>
		<comments>http://www.fokuspoint.com/w/2009/01/adding-missing-exif-data-to-your-photos/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 19:52:40 +0000</pubDate>
		<dc:creator>Sabine</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.fokuspoint.com/w/?p=13</guid>
		<description><![CDATA[If you use legacy lenses you will notice that some of the values are missing in the exif data. Focal length being one of them. You can add some of these with the help of the exiftools [1]. The program is probably available through your distributions repositories.
Examples
To add the focal length go to the folder [...]]]></description>
			<content:encoded><![CDATA[<p>If you use legacy lenses you will notice that some of the values are missing in the exif data. Focal length being one of them. You can add some of these with the help of the exiftools [1]. The program is probably available through your distributions repositories.</p>
<h3>Examples</h3>
<p>To add the focal length go to the folder of your image and then type:<br />
<code>exiftool -FocalLength='50.0mm' blue.jpg</code><br />
This will add a focal length of 50 mm to your jpg file. In this case the file was the <a href="http://www.fokuspoint.com/index.php?showimage=541">blue bottle</a>. Replace blue.jpg with the filename of your image.</p>
<p>Unfortunately the aperture cannot be written with this tool.</p>
<p>To write all the options of exiftool into a text file do the following:<br />
<code>exiftool &gt; ~/exiftool.txt</code><br />
This will write the help content which includes the options and examples into a text file in your home directory.</p>
<p>To list all the exif data of your image (you need to be in the folder of your image, or you have to type the path):<br />
<code>exiftool list ‐EXIF:All blue.jpg</code></p>
<p>There is more you can do, just read the exiftool help. It is all command line stuff though, but that&#8217;s a good thing, isn&#8217;t it?</p>
<h3>Resources</h3>
<p>[1] Exiftools <a href="http://www.sno.phy.queensu.ca/~phil/exiftool/" target="_blank">www.sno.phy.queensu.ca/~phil/exiftool</a><br />
It also comes in a Windows and Mac flavor.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fokuspoint.com/w/2009/01/adding-missing-exif-data-to-your-photos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improving the Look of WinXP</title>
		<link>http://www.fokuspoint.com/w/2009/01/improving-the-look-of-winxp/</link>
		<comments>http://www.fokuspoint.com/w/2009/01/improving-the-look-of-winxp/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 19:26:47 +0000</pubDate>
		<dc:creator>Sabine</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.fokuspoint.com/w/?p=11</guid>
		<description><![CDATA[Not sure about you but I&#8217;m getting quite tired of the WinXP look and am not in the business to upgrade to Vista. Yet, I want my PC to look better, not so clunky. Especially since I now run my meanwhile ancient laptop on Windows again.
Look Ma, New Clothes
One thing I love about Linux is [...]]]></description>
			<content:encoded><![CDATA[<p>Not sure about you but I&#8217;m getting quite tired of the WinXP look and am not in the business to upgrade to Vista. Yet, I want my PC to look better, not so clunky. Especially since I now run my meanwhile ancient laptop on Windows again.</p>
<h3>Look Ma, New Clothes</h3>
<p>One thing I love about Linux is the ease and freedom with which I can change the look and feel. You might think big deal, who cares. Well, I want to have the option to look at a desktop environment that I select, not someone else. And let&#8217;s face it, the XP look is ugly. I never liked it.</p>
<p>You can of course buy programs like Blinds (or whatever the name is). I tried it a couple years ago and I had the feeling that it wasn&#8217;t all that stable. You could buy an extra pack from MS, which is not available anymore. They want you to upgrade. You also can download a certain dll file (patched uxtheme.dll)  which will overwrite the original and allow you to change themes at will.</p>
<h3>Royalty</h3>
<p>A nice theme for windows, which is close to the Luna look, is Royale [1]. It is an official theme and can be used without any extra work. Just install and select it in your theme selector.</p>
<p>How to select: Right click in an empty area of your desktop, select Properties and go to the Theme tab and select the theme Royale. After clicking Apply or OK you are all set.</p>
<p>The theme seems to run stable. I use it at work and also on my laptop. No issues at all.</p>
<h3>Oh &#8211; Those Drab Folders</h3>
<p>If you ever worked on a MAC you probably are familiar with the option to select different colors for your folders. Similar to the categories in Outlook 2007 (no idea if this was available in Office 2003). Marking folders with colors can be really helpful, especially if you have many of them. iColorFolder comes to the rescue [2].</p>
<p>After you downloaded and installed iColorFolder you right click on the folder you want to color code and you will see a new menu item: Color Label (see image below).</p>
<p><img class="alignnone size-full wp-image-12" style="border: 2px solid #000000;" title="iColorFolder - Select the color for your folder" src="http://www.fokuspoint.com/w/wp-content/uploads/2009/01/icolorfolder.jpg" alt="iColorFolder" width="363" height="297" /></p>
<p>In addition you can also install extra skins [2]. You can either select one of the options during the time of installation or later on by running the skin selector (Start -&gt; All Programs -&gt; iColorFolder -&gt; Skin Selector).</p>
<p>Although not a total change in look and feel, you have at least some customization, a more refined look if you will.</p>
<p>Why did I re-install windows on my old laptop? The only reason was the quality, or lack thereof, of the graphic card driver. This laptop uses an older Intel chip for its graphics. Rather low end. Under Linux there is no decent driver that will work with it anymore. Yes, there are two versions of a driver, but only the older one will work with this laptop  resulting in banding galore. So I decided to try Windows again and I must say the graphics display is much better. Still not great, but much less banding. My guess is that the old linux driver cannot display 32bit colors although it says it does. I do not have these issues on my main machine which runs Linux. Graphics are great (using an ATI card there).</p>
<h3>Resources</h3>
<p>[1] <a href="http://www.softpedia.com/get/Desktop-Enhancements/Themes/Royale-Theme-for-WinXP.shtml" target="_blank">Royale Theme for XP</a><br />
[2] <a href="http://icolorfolder.sourceforge.net/" target="_blank">iColorFolder</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fokuspoint.com/w/2009/01/improving-the-look-of-winxp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JPG Magazine To Close Down</title>
		<link>http://www.fokuspoint.com/w/2009/01/jpg-magazine-to-close-down/</link>
		<comments>http://www.fokuspoint.com/w/2009/01/jpg-magazine-to-close-down/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 15:57:24 +0000</pubDate>
		<dc:creator>Sabine</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.fokuspoint.com/w/2009/01/jpg-magazine-to-close-down/</guid>
		<description><![CDATA[Last night I read on the New York Times Blog that JP Magazine will shut down. It was also announced on JPG Magazin&#8217;s ownblog. That is indeed very sad news.
JPG Magazine is/was my favorite photo magazine.
Read the articles here 8020 Media to Shut Down and here JPG Magazine Says Goodbye.
]]></description>
			<content:encoded><![CDATA[<p>Last night I read on the New York Times Blog that JP Magazine will shut down. It was also announced on JPG Magazin&#8217;s ownblog. That is indeed very sad news.</p>
<p>JPG Magazine is/was my favorite photo magazine.</p>
<p>Read the articles here <a href="http://bits.blogs.nytimes.com/2009/01/01/8020-media-to-shut-down/" target="_blank">8020 Media to Shut Down</a> and here <a href="http://jpgmag.com/blog/2009/01/jpg_magazine_says_goodbye.html">JPG Magazine Says Goodbye</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fokuspoint.com/w/2009/01/jpg-magazine-to-close-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>100 Photography Tips in 100 Days</title>
		<link>http://www.fokuspoint.com/w/2008/12/100-photography-tips-in-100-days/</link>
		<comments>http://www.fokuspoint.com/w/2008/12/100-photography-tips-in-100-days/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 18:01:26 +0000</pubDate>
		<dc:creator>Sabine</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.fokuspoint.com/w/?p=9</guid>
		<description><![CDATA[Adorama [1] offers a a series of phototips to the interested photographer. By now it has 3 parts. The first part [2] took place in the last quarter of 2007, the second part [3] in the 2nd quarter of 2008, and part 3 [4] started in the last quarter of 2008 and is still going [...]]]></description>
			<content:encoded><![CDATA[<p>Adorama [1] offers a a series of phototips to the interested photographer. By now it has 3 parts. The first part [2] took place in the last quarter of 2007, the second part [3] in the 2nd quarter of 2008, and part 3 [4] started in the last quarter of 2008 and is still going on at the time of this writing.</p>
<h3>Part I</h3>
<p>The tips in the first part are centered around making photos. They cover things like composition, camera location, exposure and shutter speed, how to make most out of your camera and lenses, reading histograms and more. The individual tips are short and easy to read. I&#8217;d say they give the reader a good starting point for taking pictures.</p>
<h3>Part II</h3>
<p>Part II takes a slightly different approach. It groups the tips into topics. One topic per week. It covers topics like low light, sport and action, functions of digital cameras, printing, work flow and more. The individual articles cover a lot of ground and should provide some information for every one.</p>
<h3>Part III</h3>
<p>Just like part II, part III is grouped into weekly topics. At the time of this writing the series is still in progress, we are at day 86. This time around there is a bit more emphasis on the digital darkroom, some articles about creativity and a fair bit amount of buying advice. My favorite in this group of tips is the topic &#8220;Creative camera motion techniques.&#8221; I&#8217;m not too keen about the buying advice pieces. Since these tips come from a camera store it is understandable and not surprising that they are included, especially since the series started before the holiday season.</p>
<h3>Summary</h3>
<p>This series of tips will provide the beginning or not so experienced photographer with some good starting points on how to improve the skill of creating photographs. The articles are short and easy to read and provide a base where one if interested can dig deeper.</p>
<p>For the advanced photographer many of the articles are probably not thorough enough. But this group doesn&#8217;t seem to be the target for this anyway.</p>
<h3>Resources</h3>
<p>[1] Adorama Camera &#8211; <a href="http://www.adorama.com/" target="_blank">http://www.adorama.com</a><br />
[2] <a href="http://www.adorama.com/Catalog.tpl?op=academy_new&amp;article=100in100" target="_blank">100 Photography Tips in 100 Days &#8211; Part I</a><br />
[3] <a href="http://www.adorama.com/Catalog.tpl?op=academy_new&amp;article=100in100_II" target="_blank">100 Photography Tips in 100 Days &#8211; Part II</a><br />
[4] <a href="http://www.adorama.com/catalog.tpl?article=100in100_III&amp;op=academy_new" target="_blank">100 Photography Tips in 100 Days &#8211; Part III</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fokuspoint.com/w/2008/12/100-photography-tips-in-100-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sjmk|dot|net moved to foKuspoint</title>
		<link>http://www.fokuspoint.com/w/2008/11/sjmkdotnet-moved-to-fokuspoint/</link>
		<comments>http://www.fokuspoint.com/w/2008/11/sjmkdotnet-moved-to-fokuspoint/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 22:49:10 +0000</pubDate>
		<dc:creator>Sabine</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.fokuspoint.com/w/?p=14</guid>
		<description><![CDATA[In an attempt to tighten things up I moved some content from my former site sjmk&#124;dot&#124;net to my foKuspoint site and then closed sjmk&#124;dot&#124;net.
]]></description>
			<content:encoded><![CDATA[<p>In an attempt to tighten things up I moved some content from my former site sjmk|dot|net to my foKuspoint site and then closed sjmk|dot|net.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fokuspoint.com/w/2008/11/sjmkdotnet-moved-to-fokuspoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SUSE 10 and RTL8180 Wlan Cards</title>
		<link>http://www.fokuspoint.com/w/2005/12/suse-10-and-rtl8180-wlan-cards/</link>
		<comments>http://www.fokuspoint.com/w/2005/12/suse-10-and-rtl8180-wlan-cards/#comments</comments>
		<pubDate>Thu, 15 Dec 2005 21:53:15 +0000</pubDate>
		<dc:creator>Sabine</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.fokuspoint.com/w/?p=5</guid>
		<description><![CDATA[A couple of days ago I wrote that there is a driver for RTL8180 based wlan cards available. With SUSE 10 it&#8217;s already build into the kernel. Yay! I learned about this through the SUSE Laptop mailing list. Read on.
How To Get Started
First I uninstalled ndiswrapper so I could start from scratch. You might want [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of days ago I wrote that there is a driver for RTL8180 based wlan cards available. With SUSE 10 it&#8217;s already build into the kernel. Yay! I learned about this through the SUSE Laptop mailing list. Read on.</p>
<h3>How To Get Started</h3>
<p>First I uninstalled ndiswrapper so I could start from scratch. You might want to do the same should you have it installed (or Linuxant, or&#8230;). I also deleted my wlan0 entry from my network settings via Yast.</p>
<p>In order to have your card correctly recognized you will need to update the package hwinfo. You&#8217;ll find it under [1]. After you installed it, plug your card in and start the network device tool in Yast to set up your card. When the screen is ready for you you should be able to see your wlan card associated with the RTL driver r8180.</p>
<p>Now go ahead and set up your network. Decide if you want DHCP or not. Then under detailed settings -&gt; advanced -&gt; hardware details set your card to pcmcia (given it is a pcmcia card, mine is). Under the detailed settings -&gt; advanced -&gt; detailed settings set the device activation to hot plug, and check user controlled.</p>
<p>The next screen (after clicking next) allows you to set the ESSID for your wireless access point, and your authentication. For testing purposes you might want to start without any encryption. Click next and your network will be set up.</p>
<h3>The Last Finishing Steps</h3>
<p>With some luck you are all set now. In my case that wasn&#8217;t the case. The card was recognized and set up, but a network connection could not be established. Maybe I should have restarted my laptop, but I didn&#8217;t. Instead I added the following line to the file /etc/modfile.local.conf:</p>
<p>alias wlan0 r8180</p>
<p>My network connection could now be established. I could ping machines in my network, but couldn&#8217;t get beyond. It turned out that the wlan interface didn&#8217;t get the name servers. In order to fix this I added the following lines to my /etc/sysconfig/network/ifcfg-wlan-bus-pcmcia file:</p>
<p>DHCLIENT_SET_DEFAULT_ROUTE=&#8217;yes&#8217;<br />
DHCLIENT_MODIFY_RESOLV_CONF=&#8217;yes&#8217;<br />
DHCLIENT_PRIMARY_DEVICE=&#8217;yes&#8217;</p>
<p>These lines make sure that your wlan interface gets a default gateway and nameservers. Restarting the wlan connection by plugging the card out and in again should get you going now.</p>
<h3>Resources</h3>
<p>[1] <a href="ftp://ftp.suse.com/pub/people/jg/wlan/" target="_blank">hwinfo package</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fokuspoint.com/w/2005/12/suse-10-and-rtl8180-wlan-cards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 2.170 seconds. --><!-- Cached page generated by WP-Super-Cache on 2009-11-12 00:33:23 -->
