<?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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Max Titov IV @ TechSplice</title>
	
	<link>http://www.blog.techsplice.com</link>
	<description>The most beautiful music of all is the music of what happens.</description>
	<pubDate>Thu, 29 Oct 2009 19:24:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<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/techsplice/Xqbb" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>SAP: Check the Passwords of Standard Users in All Clients</title>
		<link>http://feedproxy.google.com/~r/techsplice/Xqbb/~3/YKM7_MSPq24/302</link>
		<comments>http://www.blog.techsplice.com/archives/302#comments</comments>
		<pubDate>Thu, 29 Oct 2009 19:22:57 +0000</pubDate>
		<dc:creator>Max</dc:creator>
		
		<category><![CDATA[SAP/ABAP]]></category>

		<category><![CDATA[basis]]></category>

		<category><![CDATA[program]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/archives/302</guid>
		<description><![CDATA[A quick way to check the status of all the standard users in your SAP system is to run a program RSUSR003.
]]></description>
			<content:encoded><![CDATA[<p>A quick way to check the status of all the standard users in your SAP system is to run a program RSUSR003.</p>
<img src="http://feeds.feedburner.com/~r/techsplice/Xqbb/~4/YKM7_MSPq24" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/302/feed</wfw:commentRss>
		<feedburner:origLink>http://www.blog.techsplice.com/archives/302</feedburner:origLink></item>
		<item>
		<title>SAP: debugging in pop-up windows</title>
		<link>http://feedproxy.google.com/~r/techsplice/Xqbb/~3/1DejWGItXig/298</link>
		<comments>http://www.blog.techsplice.com/archives/298#comments</comments>
		<pubDate>Sat, 22 Aug 2009 01:38:17 +0000</pubDate>
		<dc:creator>Max</dc:creator>
		
		<category><![CDATA[SAP/ABAP]]></category>

		<category><![CDATA[code]]></category>

		<category><![CDATA[debugging]]></category>

		<category><![CDATA[programmer]]></category>

		<category><![CDATA[sap]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=298</guid>
		<description><![CDATA[Debugging in SAP is something that I do almost on a daily basis, most of the time I get by just by typing the /h command in the transaction window and executing the program but this is not always possible.
The scenario that I speak of occurs when you are debugging a pop-up window. When you [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span><span lang="EN-US">Debugging in SAP is something that I do almost on a daily basis, most of the time I get by just by typing the <strong>/h</strong> command in the transaction window and executing the program but this is not always possible.</span></span></p>
<p class="MsoNormal"><span><span lang="EN-US">The scenario that I speak of occurs when you are debugging a pop-up window.<span> </span>When you are working with a pop-up window there is no convenient transaction window where you can turn on the debugger.<span> </span>So what do you do?</span></span></p>
<p class="MsoNormal"><span><span lang="EN-US">Simple.</span></span></p>
<p class="MsoNormal"><span><span lang="EN-US">Create a new file; lets call it <em>debugger.txt</em> and populate the contents of the file with the following lines:</span></span></p>
<p class="MsoNormal" style="padding-left: 30px;"><span><span lang="EN-US"><span> </span><em>[Function]</em></span></span></p>
<p class="MsoNormal" style="padding-left: 30px;"><span><em><span lang="EN-US"><span> </span>Title=Debugger Session</span></em></span></p>
<p class="MsoNormal" style="padding-left: 30px;"><span><em><span lang="EN-US"><span> </span>Command=/h</span></em></span></p>
<p class="MsoNormal" style="padding-left: 30px;"><span><em><span lang="EN-US"><span> </span>Type=SystemCommand</span></em></span></p>
<p class="MsoNormal"><span><span lang="EN-US"> </span></span></p>
<p class="MsoNormal"><span><span lang="EN-US">Save the file and leave it on your desktop.</span></span></p>
<p class="MsoNormal"><span><span lang="EN-US">Now when ever you get to a pop-up window that you want to debug simply drag the <em>debugger.txt</em> file in to the window and you will activate the debugging session.</span></span></p>
<p class="MsoNormal"><span><span lang="EN-US">Happy hunting!</span></span></p>
<img src="http://feeds.feedburner.com/~r/techsplice/Xqbb/~4/1DejWGItXig" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/298/feed</wfw:commentRss>
		<feedburner:origLink>http://www.blog.techsplice.com/archives/298</feedburner:origLink></item>
		<item>
		<title>SAP - ABAP - gui - hiding selection components</title>
		<link>http://feedproxy.google.com/~r/techsplice/Xqbb/~3/Qk_atdQ5zRk/287</link>
		<comments>http://www.blog.techsplice.com/archives/287#comments</comments>
		<pubDate>Tue, 04 Aug 2009 20:52:01 +0000</pubDate>
		<dc:creator>Max</dc:creator>
		
		<category><![CDATA[SAP/ABAP]]></category>

		<category><![CDATA[abap]]></category>

		<category><![CDATA[code]]></category>

		<category><![CDATA[create]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[display]]></category>

		<category><![CDATA[hide]]></category>

		<category><![CDATA[programmer]]></category>

		<category><![CDATA[sap]]></category>

		<category><![CDATA[show]]></category>

		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=287</guid>
		<description><![CDATA[If you want to make your reports more functional you can start controling the properties of different components based on selections that are performed by the user.
For instance in this post I&#8217;ll show you a quick example of how to hide a on-screen component based on user selection.
PARAMETER:  cb_a AS CHECKBOX DEFAULT 'X'
  [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to make your reports more functional you can start controling the properties of different components based on selections that are performed by the user.</p>
<p>For instance in this post I&#8217;ll show you a quick example of how to hide a on-screen component based on user selection.</p>
<pre class="prettyprint">PARAMETER:  cb_a AS CHECKBOX DEFAULT 'X'
<strong>            </strong>USER-COMMAND batch MODIF ID ida,
            cb_bAS CHECKBOX DEFAULT 'X'
            USER-COMMAND batch MODIF ID idb.

AT SELECTION-SCREEN OUTPUT.

  LOOP AT SCREEN.
    IF screen-group1 = 'IDA' AND cb_b NE 'X'.
<strong>      </strong>screen-<strong>active </strong>= 0.
      MODIFY SCREEN.
    ENDIF.

    IF screen-group1 = 'IDB' AND cb_a NE 'X'.
      screen-active = 0.
      MODIFY SCREEN.
    ENDIF.
  ENDLOOP.</pre>
<p>This example will hide each of the check boxes depending on the selection of the other check-box.  If both are selected then both are visible, if one is un-checked then the other is hidden.</p>
<p>The active attribute controls the visibility of a particular screen component.  Explicitly: 0 = hidden, 1 = visible.</p>
<img src="http://feeds.feedburner.com/~r/techsplice/Xqbb/~4/Qk_atdQ5zRk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/287/feed</wfw:commentRss>
		<feedburner:origLink>http://www.blog.techsplice.com/archives/287</feedburner:origLink></item>
		<item>
		<title>SAP: transporting program variants</title>
		<link>http://feedproxy.google.com/~r/techsplice/Xqbb/~3/ZqJKLvY0_E8/283</link>
		<comments>http://www.blog.techsplice.com/archives/283#comments</comments>
		<pubDate>Tue, 04 Aug 2009 15:59:56 +0000</pubDate>
		<dc:creator>Max</dc:creator>
		
		<category><![CDATA[SAP/ABAP]]></category>

		<category><![CDATA[program]]></category>

		<category><![CDATA[sap]]></category>

		<category><![CDATA[transports]]></category>

		<category><![CDATA[variant]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=283</guid>
		<description><![CDATA[If you have a variant that you want to transport across the system try running program &#8216;RSTRANSP&#8217;.
]]></description>
			<content:encoded><![CDATA[<p>If you have a variant that you want to transport across the system try running program &#8216;RSTRANSP&#8217;.</p>
<img src="http://feeds.feedburner.com/~r/techsplice/Xqbb/~4/ZqJKLvY0_E8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/283/feed</wfw:commentRss>
		<feedburner:origLink>http://www.blog.techsplice.com/archives/283</feedburner:origLink></item>
		<item>
		<title>SAP: List of tables pertaining to Transport Requests</title>
		<link>http://feedproxy.google.com/~r/techsplice/Xqbb/~3/UtPQZVS76gg/280</link>
		<comments>http://www.blog.techsplice.com/archives/280#comments</comments>
		<pubDate>Tue, 04 Aug 2009 15:56:02 +0000</pubDate>
		<dc:creator>Max</dc:creator>
		
		<category><![CDATA[SAP/ABAP]]></category>

		<category><![CDATA[configuration]]></category>

		<category><![CDATA[sap]]></category>

		<category><![CDATA[setup]]></category>

		<category><![CDATA[system]]></category>

		<category><![CDATA[tables]]></category>

		<category><![CDATA[transports]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=280</guid>
		<description><![CDATA[


TABNAME
Description


E070
Change &#38; Transport System: Header of Requests/Tasks


E070A
Change &#38; Transport System: Attributes of a Request


E070C
CTS: Source/Target Client of Requests/Tasks


E070CREATE
Change &#38; Transport System: Creation Date of Request


E070CTV
Generated Table for View E070CTV


E070DEP
Change &#38; Transport System: Dependencies of Requests


E070L
CTS: Index for Assigning Numbers to Requests/Tasks


E070M
CTS: Target Package/Layer for Requests


E070TC
Help Table for E070 for Client-Specific Imports


E070USE
Use of Current Requests by [...]]]></description>
			<content:encoded><![CDATA[<table class="confluenceTable" border="0">
<tbody>
<tr>
<td class="confluenceTd"><strong>TABNAME</strong></td>
<td class="confluenceTd"><strong>Description</strong></td>
</tr>
<tr>
<td class="confluenceTd">E070</td>
<td class="confluenceTd">Change &amp; Transport System: Header of Requests/Tasks</td>
</tr>
<tr>
<td class="confluenceTd">E070A</td>
<td class="confluenceTd">Change &amp; Transport System: Attributes of a Request</td>
</tr>
<tr>
<td class="confluenceTd">E070C</td>
<td class="confluenceTd">CTS: Source/Target Client of Requests/Tasks</td>
</tr>
<tr>
<td class="confluenceTd">E070CREATE</td>
<td class="confluenceTd">Change &amp; Transport System: Creation Date of Request</td>
</tr>
<tr>
<td class="confluenceTd">E070CTV</td>
<td class="confluenceTd">Generated Table for View E070CTV</td>
</tr>
<tr>
<td class="confluenceTd">E070DEP</td>
<td class="confluenceTd">Change &amp; Transport System: Dependencies of Requests</td>
</tr>
<tr>
<td class="confluenceTd">E070L</td>
<td class="confluenceTd">CTS: Index for Assigning Numbers to Requests/Tasks</td>
</tr>
<tr>
<td class="confluenceTd">E070M</td>
<td class="confluenceTd">CTS: Target Package/Layer for Requests</td>
</tr>
<tr>
<td class="confluenceTd">E070TC</td>
<td class="confluenceTd">Help Table for E070 for Client-Specific Imports</td>
</tr>
<tr>
<td class="confluenceTd">E070USE</td>
<td class="confluenceTd">Use of Current Requests by Users</td>
</tr>
<tr>
<td class="confluenceTd">E070V</td>
<td class="confluenceTd">Generated Table for View E070V</td>
</tr>
<tr>
<td class="confluenceTd">E071</td>
<td class="confluenceTd">Change &amp; Transport System: Object Entries of Requests/Tasks</td>
</tr>
<tr>
<td class="confluenceTd">E071C</td>
<td class="confluenceTd">Change &amp; Transport System: Client-Specific Lock Flag</td>
</tr>
<tr>
<td class="confluenceTd">E071E</td>
<td class="confluenceTd">Lang. Transport: Positive List for Generic Object Selection</td>
</tr>
<tr>
<td class="confluenceTd">E071K</td>
<td class="confluenceTd">Change &amp; Transport System: Key Entries of Requests/Tasks</td>
</tr>
<tr>
<td class="confluenceTd">E071KC</td>
<td class="confluenceTd">Change &amp; Transport System: Key Entries of Requests/Tasks</td>
</tr>
<tr>
<td class="confluenceTd">E071KF</td>
<td class="confluenceTd">Change &amp; Transport System: Nametab Info. on (CHAR)Key Fields</td>
</tr>
<tr>
<td class="confluenceTd">E071KFINI</td>
<td class="confluenceTd">Change &amp; Transport System: Nametab Info. on (CHAR)Key Fields</td>
</tr>
<tr>
<td class="confluenceTd">E071K_30</td>
<td class="confluenceTd">Change &amp; Transport System: Key Entries of Requests/Tasks</td>
</tr>
<tr>
<td class="confluenceTd">E071K_KEY</td>
<td class="confluenceTd">E071K Key Fields</td>
</tr>
<tr>
<td class="confluenceTd">E071S</td>
<td class="confluenceTd">System-Specific Import Status of Objects</td>
</tr>
<tr>
<td class="confluenceTd">E071V</td>
<td class="confluenceTd">Generated Table for View E071V</td>
</tr>
<tr>
<td class="confluenceTd">E07T</td>
<td class="confluenceTd">Change &amp; Transport System: Short Texts for Requests/Tasks</td>
</tr>
<tr>
<td class="confluenceTd">E07T_OLD</td>
<td class="confluenceTd">E07T Before TRKORR Extension</td>
<td class="confluenceTd"></td>
</tr>
</tbody>
</table>
<p>Useful transport tables [listed above].</p>
<img src="http://feeds.feedburner.com/~r/techsplice/Xqbb/~4/UtPQZVS76gg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/280/feed</wfw:commentRss>
		<feedburner:origLink>http://www.blog.techsplice.com/archives/280</feedburner:origLink></item>
		<item>
		<title>THE NIKON LENS ALPHABET</title>
		<link>http://feedproxy.google.com/~r/techsplice/Xqbb/~3/bRfwTZfS1LM/274</link>
		<comments>http://www.blog.techsplice.com/archives/274#comments</comments>
		<pubDate>Sat, 04 Jul 2009 18:09:53 +0000</pubDate>
		<dc:creator>Max</dc:creator>
		
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=274</guid>
		<description><![CDATA[A great post by DtownTV
D: Stands for Distance.  These lenses take the distance between the subject and camera into account for metering.  They have a physical aperture ring which needs to be locked.
G: These lenses have the same technology as D lenses, but they do not have an aperture ring.  The G doesn&#8217;t stand for [...]]]></description>
			<content:encoded><![CDATA[<p>A great post by <a href="http://www.dtowntv.com/2008/01/the-nikon-lens-alphabet/">DtownTV</a></p>
<p><strong>D:</strong> Stands for Distance.  These lenses take the distance between the subject and camera into account for metering.  They have a physical aperture ring which needs to be locked.</p>
<p><strong>G:</strong> These lenses have the same technology as D lenses, but they do not have an aperture ring.  The G doesn&#8217;t stand for anything.  It&#8217;s just a D lens without a physical aperture ring.</p>
<p><strong>VR:</strong> Stands for Vibration Reduction.  These lenses minimize blur caused by camera shake.</p>
<p><strong>ED:</strong> Stands for Extra Low Dispersion Glass. This is the best glass Nikon makes, giving you better color, contrast, and sharpness.  ED doesn&#8217;t just mean pro, though, as it&#8217;s in many Nikon lenses.</p>
<p><strong>N:</strong> Stands for Nano Crystal Coat. This is a new type of lens element designed to reduce ghosting and flare, especially off really bright specular highlights. The 105 micro was the first lens to have this element.</p>
<p><strong>AF-S or SWM:</strong> Stands for Auto Focus Silent Wave Motor.  These lenses are quiet and fast, and the AF motors are built into these lenses.</p>
<p><strong>IF:</strong> Stand for Internal Focusing.  This is usually on higher-end lenses that have constant aperture (typically f/2.8) where the barrel doesn&#8217;t extend, and the front element doesn&#8217;t rotate.</p>
<p><strong>Aspherical:</strong> These lenses have a certain amount of wide-angle correction built in.</p>
<p><strong>DX:</strong> Stands for the DX Format. There are no FX lenses, only DX or not.  If it doesn&#8217;t say DX, it&#8217;s a full frame lens.  DX will work on FX camera, but only uses a portion of the sensor and makes it ~5MP.</p>
<div id="attachment_275" class="wp-caption aligncenter" style="width: 450px"><a href="http://www.blog.techsplice.com/wp-content/uploads/2009/07/fx_dxsm.jpg"><img class="size-full wp-image-275" title="fx_dxsm" src="http://www.blog.techsplice.com/wp-content/uploads/2009/07/fx_dxsm.jpg" alt="Lens view finder map" width="440" height="221" /></a><p class="wp-caption-text">Lens view finder map</p></div>
<img src="http://feeds.feedburner.com/~r/techsplice/Xqbb/~4/bRfwTZfS1LM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/274/feed</wfw:commentRss>
		<feedburner:origLink>http://www.blog.techsplice.com/archives/274</feedburner:origLink></item>
		<item>
		<title>SAP: Favorites and Links</title>
		<link>http://feedproxy.google.com/~r/techsplice/Xqbb/~3/XBQu_TCm_WA/270</link>
		<comments>http://www.blog.techsplice.com/archives/270#comments</comments>
		<pubDate>Mon, 29 Jun 2009 16:04:07 +0000</pubDate>
		<dc:creator>Max</dc:creator>
		
		<category><![CDATA[Everyday stuff]]></category>

		<category><![CDATA[configuration]]></category>

		<category><![CDATA[sap]]></category>

		<category><![CDATA[tables]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=270</guid>
		<description><![CDATA[All information about user set up - like favorites and links - are stored in system tables.
So if you want to take a look how the information is layed out just hit se16 and take a look at the following tables.
 SMEN_BUFFC: stores favorites informatoin
 COLUMN-UNAME will display user name
 COLUMN-REPORT will display transaction code
 [...]]]></description>
			<content:encoded><![CDATA[<p>All information about user set up - like favorites and links - are stored in system tables.</p>
<p>So if you want to take a look how the information is layed out just hit se16 and take a look at the following tables.</p>
<p style="padding-left: 30px;"><span> </span>SMEN_BUFFC: stores favorites informatoin</p>
<p style="padding-left: 60px;"><span> </span>COLUMN-UNAME will display user name</p>
<p style="padding-left: 60px;"><span> </span>COLUMN-REPORT will display transaction code</p>
<p><span> </span></p>
<p style="padding-left: 30px;"><span> </span>SMEN_BUFFI: stores user associated links</p>
<p style="padding-left: 60px;"><span> </span>COLUMN-UNAME will display user name</p>
<p style="padding-left: 60px;"><span> </span>COLUMN-URL will display the link of the address</p>
<img src="http://feeds.feedburner.com/~r/techsplice/Xqbb/~4/XBQu_TCm_WA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/270/feed</wfw:commentRss>
		<feedburner:origLink>http://www.blog.techsplice.com/archives/270</feedburner:origLink></item>
		<item>
		<title>Upgrading your Nikon firmware</title>
		<link>http://feedproxy.google.com/~r/techsplice/Xqbb/~3/hMcB7OVmz5Y/263</link>
		<comments>http://www.blog.techsplice.com/archives/263#comments</comments>
		<pubDate>Fri, 15 May 2009 02:18:28 +0000</pubDate>
		<dc:creator>Max</dc:creator>
		
		<category><![CDATA[Photography]]></category>

		<category><![CDATA[body]]></category>

		<category><![CDATA[camera]]></category>

		<category><![CDATA[firmware]]></category>

		<category><![CDATA[nikon]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=263</guid>
		<description><![CDATA[If you are a proud oowner of a Nikon camera and want to know a little more about what version of firmware is installed oon your system and ify ou need to upgrade have a look here.
]]></description>
			<content:encoded><![CDATA[<p>If you are a proud oowner of a Nikon camera and want to know a little more about what version of firmware is installed oon your system and ify ou need to upgrade have a look <a href="http://support.nikontech.com/app/answers/detail/a_id/13783">here</a>.</p>
<img src="http://feeds.feedburner.com/~r/techsplice/Xqbb/~4/hMcB7OVmz5Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/263/feed</wfw:commentRss>
		<feedburner:origLink>http://www.blog.techsplice.com/archives/263</feedburner:origLink></item>
		<item>
		<title>Free Tickets: Henry’s Photo Show 2009</title>
		<link>http://feedproxy.google.com/~r/techsplice/Xqbb/~3/qKmVfGaPdJY/257</link>
		<comments>http://www.blog.techsplice.com/archives/257#comments</comments>
		<pubDate>Thu, 14 May 2009 19:36:48 +0000</pubDate>
		<dc:creator>Max</dc:creator>
		
		<category><![CDATA[Photography]]></category>

		<category><![CDATA[digital]]></category>

		<category><![CDATA[free]]></category>

		<category><![CDATA[show]]></category>

		<category><![CDATA[tickets]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=257</guid>
		<description><![CDATA[ Find your free tickets for The Photographic, Video, &#38; Digital Imaging Show right here.  All you need to do is print it and show it at the entrance.
Have fun and enjoy!
]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-256 alignleft" title="snag-00000445" src="http://www.blog.techsplice.com/wp-content/uploads/2009/05/snag-00000445-300x92.jpg" alt="snag-00000445" width="300" height="92" /> Find your free tickets for The Photographic, Video, &amp; Digital Imaging Show right <a href="http://www.blog.techsplice.com/wp-content/uploads/2009/05/torontoshow_may09_eticket.pdf">here</a>.  All you need to do is print it and show it at the entrance.</p>
<p>Have fun and enjoy!</p>
<img src="http://feeds.feedburner.com/~r/techsplice/Xqbb/~4/qKmVfGaPdJY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/257/feed</wfw:commentRss>
		<feedburner:origLink>http://www.blog.techsplice.com/archives/257</feedburner:origLink></item>
		<item>
		<title>Thoughtful approach to photography by Andrew Kornylak</title>
		<link>http://feedproxy.google.com/~r/techsplice/Xqbb/~3/33YmMsGg21A/251</link>
		<comments>http://www.blog.techsplice.com/archives/251#comments</comments>
		<pubDate>Sat, 09 May 2009 10:10:37 +0000</pubDate>
		<dc:creator>Max</dc:creator>
		
		<category><![CDATA[Photography]]></category>

		<category><![CDATA[approach]]></category>

		<category><![CDATA[camera]]></category>

		<category><![CDATA[digital]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=251</guid>
		<description><![CDATA[A great article about a leap and following what you love.  Andrew talks about his journey in becoming a pro photographer while working as a Software Developer.
The article talks aobut taking your time and loosing your self in the moment.  I absoltuely agree with the statement &#8220;it’s not enough to just snap away wildly&#8221;; I [...]]]></description>
			<content:encoded><![CDATA[<p>A great <a href="http://www.scottkelby.com/blog/2009/archives/4525/comment-page-1#comment-150686">article</a> about a leap and following what you love.  Andrew talks about his journey in becoming a pro photographer while working as a Software Developer.</p>
<p>The article talks aobut taking your time and loosing your self in the moment.  I absoltuely agree with the statement &#8220;it’s not enough to just snap away wildly&#8221;; I find my self more often taking my time with the subjects that I shoot.</p>
<p>It&#8217;s true, it&#8217;s not what you see it&#8217;s how you see it.</p>
<img src="http://feeds.feedburner.com/~r/techsplice/Xqbb/~4/33YmMsGg21A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/251/feed</wfw:commentRss>
		<feedburner:origLink>http://www.blog.techsplice.com/archives/251</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 8.926 seconds -->
