<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-8021527849449900875</atom:id><lastBuildDate>Sun, 01 Sep 2024 21:53:38 +0000</lastBuildDate><category>project management</category><category>software development</category><category>test driven development</category><title>Software Development</title><description></description><link>http://786notapplicable.blogspot.com/</link><managingEditor>noreply@blogger.com (na)</managingEditor><generator>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8021527849449900875.post-5225412351021460852</guid><pubDate>Sun, 22 Oct 2017 05:22:00 +0000</pubDate><atom:updated>2017-11-16T22:23:59.693-08:00</atom:updated><title>Unity C# - Troubleshooting -Beginners - Won&#39;t Work - Tips and Tricks - Broken - Error - Stack Trace</title><description>&lt;b&gt;DRAFT - Feedback please!&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;Tips and Tricks for Weird or Odd Issues in Unity or any software.&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
Ever had that issue\bug that ate so much of your time and it turned out to be the dumbest thing?&lt;br /&gt;
&lt;br /&gt;
Here are some tips suggestions:&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Come up with time limits like:&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;Spend 10 minutes just figuring it out.&lt;/li&gt;
&lt;li&gt;Spend 10 minutes researching.&lt;/li&gt;
&lt;li&gt;Spend 10 minutes reading the manual.&lt;/li&gt;
&lt;li&gt;Spend 10 minutes discussing it with someone.&lt;/li&gt;
&lt;li&gt;Rinse and repeat randomly till you find a solution or read on.&lt;/li&gt;
&lt;/ol&gt;
&lt;li&gt;Make sure you have steps to reproduce the error.&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;Write them down on PAPER\PEN.&amp;nbsp; I don&#39;t like pencils for this.&amp;nbsp; It&#39;s just smoother with a pen.&amp;nbsp; Do what you want.&lt;/li&gt;
&lt;li&gt;Yes use paper and pen.&amp;nbsp; Get out of your element.&amp;nbsp; Get away from the computer.&lt;/li&gt;
&lt;li&gt;I feel users should type this up if they found it.&lt;/li&gt;
&lt;li&gt;Try to reproduce it another way and compare.&lt;/li&gt;
&lt;/ol&gt;
&lt;li&gt;Go for a walk.&lt;/li&gt;
&lt;li&gt;Learn what the back-burner method is.&lt;/li&gt;
&lt;li&gt;Meditate.&lt;/li&gt;
&lt;li&gt;Talk to a co-worker or friend&lt;/li&gt;
&lt;li&gt;Eat good food.&lt;/li&gt;
&lt;li&gt;Go relieve yourself.&lt;/li&gt;
&lt;li&gt;Check your health.&lt;/li&gt;
&lt;li&gt;Have good posture.&lt;/li&gt;
&lt;li&gt;Remember the Originator.&lt;/li&gt;
&lt;li&gt;Restart\Reboot.&lt;/li&gt;
&lt;li&gt;Talk to the software\machine. Sometimes being harsh works sometimes kind words will help.&lt;/li&gt;
&lt;li&gt;Listen to Bob Dylan.&lt;/li&gt;
&lt;li&gt;Now a days all tools build&amp;nbsp;internal objects including Unity.&amp;nbsp; Sometimes things just don&#39;t build right.&amp;nbsp; It happens.&amp;nbsp; Deal with it.&amp;nbsp; How:&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;Recreate the object.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Deactivate and Reactivate the Object(s), make some change that will trigger a rebuild of the code.&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;This is not a first resort tool.&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;It&#39;s after you think you are going crazy.&amp;nbsp; You are not something broke in the builder and you have to redo it.&amp;nbsp; Deal with it don&#39;t moan.&lt;/li&gt;
&lt;li&gt;We have seen examples in Powerbuilder, my first.&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;li&gt;We have seen examples in MSCRM and we may be posting some links here.&amp;nbsp; Google this:&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;&quot;invalid transition of stage business process flow&quot;&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;The solution is to deactivate and activate the process&lt;/li&gt;
&lt;/ol&gt;
&lt;/ol&gt;
&lt;li&gt;Very likely to happen after system upgrades.&amp;nbsp; Some upgrades, imports, add-ons, etc. deactivate things.&amp;nbsp; like&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Unity Example: We had a weird issue.&amp;nbsp; Checking Static and Un checking fixed it.&amp;nbsp; You can see logs showing things are building.&lt;br /&gt;&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;li&gt;READ the stack trace ASCII Letter by ASCII Letter....what? Just read the stack trace very carefully if you have one.&amp;nbsp; We may provide examples where this happened that goes for any other tip.&amp;nbsp; We had one issue that had the answer in the first line of the stack trace, but because I&#39;m blind or the formatting was off or I just read over it I spent hours.&amp;nbsp; Then when I read the line I knew exactly where to go.&lt;/li&gt;
&lt;li&gt;Use a decompiler legally to read the code of a function in a stack trace.&lt;/li&gt;
&lt;li&gt;Copy and paste AND\OR don&#39;t.&amp;nbsp; We&#39;ve been bitten by a copy and paste from one application to another.&amp;nbsp; The copy paste worked but the code wast translated incorrectly.&amp;nbsp; There was a bug in one the application regarding Unicode.&amp;nbsp; I believe it displayed fine but did not copy and paste correctly.&amp;nbsp; The point try both or be cognizant of this.&amp;nbsp; This may have resulted from an IM chat where two parties had different languages set up.&lt;/li&gt;
&lt;li&gt;Lastly know in your heart of hearts that you have already found the solution.&lt;/li&gt;
&lt;/ol&gt;
</description><link>http://786notapplicable.blogspot.com/2017/10/unity-c-troubleshooting-beginners-wont.html</link><author>noreply@blogger.com (na)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8021527849449900875.post-4331278207392312515</guid><pubDate>Wed, 29 May 2013 08:47:00 +0000</pubDate><atom:updated>2013-05-29T01:56:41.821-07:00</atom:updated><title>Excel Macro - User Defined Function (UDF) - Pull single values from another Excel sheet; closed or opened...</title><description>&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;iframe bordercolor=&quot;#000000&quot; frameborder=&quot;0&quot; height=&quot;150&quot; hspace=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;http://ad.doubleclick.net/adi/N7433.148119.BLOGGEREN/B6695650.1594;sz=180x150;ord=[timestamp]?;lid=41000613802463973;pid=sku9364966;usg=AFHzDLuC0l0bnqHzNzcHZncVjePGmaMwiw;adurl=http%253A%252F%252Fwww.samsclub.com%252Fsams%252Foffice-2013-pro%252Fprod8800481.ip%253Fpid%253D_DoubleClick_Affiliates%2526ci_src%253D15781033%2526ci_sku%253Dsku9364966;pubid=565409;price=%24377.00;title=Microsoft+Office+Profe...;merc=Sam%27s+Club;imgsrc=http%3A%2F%2Fs7d2.scene7.com%2Fis%2Fimage%2Fsamsclub%2Fs7product%2F0088537045120_A.jpg;width=85;height=85&quot; vspace=&quot;0&quot; width=&quot;180&quot;&gt;&lt;/iframe&gt;&lt;iframe bordercolor=&quot;#000000&quot; frameborder=&quot;0&quot; height=&quot;150&quot; hspace=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;http://ad.doubleclick.net/adi/N7433.148119.BLOGGEREN/B6695650.1595;sz=180x150;ord=[timestamp]?;lid=41000613802463973;pid=sku2174707;usg=AFHzDLuPnwwaGL_iZ9-deqcxAdGvi7ja8g;adurl=http%253A%252F%252Fwww.samsclub.com%252Fsams%252Fmicrosoft-office-for-mac-home-and-business-2011-2-pk%252Fprod1770656.ip%253Fpid%253D_DoubleClick_Affiliates%2526ci_src%253D15781033%2526ci_sku%253Dsku2174707;pubid=565409;price=%24249.88;title=Microsoft+Office+for+M...;merc=Sam%27s+Club;imgsrc=http%3A%2F%2Fs7d2.scene7.com%2Fis%2Fimage%2Fsamsclub%2Fs7product%2F0088537020531_A.jpg;width=85;height=85&quot; vspace=&quot;0&quot; width=&quot;180&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Intro:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Our team was asked to help a gentlemen with an Excel problem.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;He was pulling a value from another excel file(source.xls) in about a 100 fields in another excel file(destination.xls) which he manually updated each month.&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;We set the intern off to research and experiment. &amp;nbsp;He learned about the Excel VBA function INDIRECT but it only worked if the file was open. &amp;nbsp;Our&amp;nbsp;requirement had no mention of the file being open or not. &amp;nbsp;So, we decided to make it work both ways. &amp;nbsp;We researched some more and found&lt;/span&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&amp;nbsp;some VBA code pasted in various blogs and forums. &amp;nbsp;All had some type of issue where it either would not compile ( probably due to character sets ) or would just not work. &amp;nbsp;So....we put together something of our own......&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: orange; font-family: Verdana, sans-serif;&quot;&gt;Donate to the developers that provided this solutions...&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;form action=&quot;https://www.paypal.com/cgi-bin/webscr&quot; method=&quot;post&quot; target=&quot;_top&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;input alt=&quot;PayPal - The safer, easier way to pay online!&quot; border=&quot;0&quot; name=&quot;submit&quot; src=&quot;https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif&quot; type=&quot;image&quot; /&gt;&amp;nbsp;&lt;img alt=&quot;&quot; border=&quot;0&quot; height=&quot;1&quot; src=&quot;https://www.paypalobjects.com/en_US/i/scr/pixel.gif&quot; width=&quot;1&quot; /&gt;&lt;/div&gt;
&lt;/form&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-weight: bold;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-weight: bold;&quot;&gt;&lt;span style=&quot;color: orange;&quot;&gt;~+~+~++~~+~+~+~+~+~++~&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;iframe bordercolor=&quot;#000000&quot; frameborder=&quot;0&quot; height=&quot;150&quot; hspace=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;http://ad.doubleclick.net/adi/N7433.148119.BLOGGEREN/B6533661.1551;sz=180x150;ord=[timestamp]?;lid=41000613802463918;pid=62140;usg=AFHzDLsDLfhf01AdWanl9Hktd3Q-X4EUkA;adurl=http%253A%252F%252Fwww.abt.com%252Fproduct%252F62140%252FApple-MD101LLA.html;pubid=565409;price=%241129.00;title=Apple+MacBook+Pro+2.5G...;merc=Abt+Electronics+%26+Appliances;imgsrc=http%3A%2F%2Fcontent.abt.com%2Fmedia%2Fimages%2Fproducts%2Fl_MD101LLA.jpg;width=110;height=62&quot; vspace=&quot;0&quot; width=&quot;180&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Code and Setup:&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;a href=&quot;http://www.eacommunications.com/iPull.zip&quot; target=&quot;_blank&quot;&gt;Download zip file&lt;/a&gt; and place files in the directories on your machine:&lt;/span&gt;&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;c:\temp\&lt;/b&gt;&lt;b&gt;source.xls&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;c:\anywhere\destination.xls&lt;/span&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;C:\temp\folder wit space\file with space.xls&lt;/span&gt;&lt;/b&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Press Alt + F11 or Tool -&amp;gt; Macros -&amp;gt; Visual Basic Editor - TODO: Add instructions for newer versions of Office.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Click on This Work Book in the Project Explorer. &amp;nbsp;You will find clean up code.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Then Click on Modules\Module1 to see the code that pull the data.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;b&gt;&lt;i&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Warning: &amp;nbsp;During testing we found some instances where the source file was left orphan requiring you to kill all EXCEL.EXE processes. &amp;nbsp;We tried to handle as many as possible. &amp;nbsp;Here is code to kill them automatically - Use with caution - Save your work! Backup, Backup, Backup! &amp;nbsp;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;
&lt;b&gt;&lt;i&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;Open up your command line ( Start + Run &amp;nbsp;OR Windows +R ) and type or paste the following code:&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;
&lt;br /&gt;
&lt;pre class=&quot;prettyprint&quot; style=&quot;background-color: #f8f8f8; border: 1px solid rgb(201, 201, 201); color: #282828; font-size: 11px; line-height: 15px; margin-left: 10px; outline: 0px; overflow: auto; padding: 5px; vertical-align: baseline;&quot;&gt;&lt;span class=&quot;pln&quot; style=&quot;background-color: transparent; border: 0px; color: black; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;taskkill &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;background-color: transparent; border: 0px; color: #666600; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;background-color: transparent; border: 0px; color: black; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;im &lt;/span&gt;&lt;span class=&quot;skimwords-unlinked&quot; style=&quot;background-color: transparent; border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;&lt;span class=&quot;pln&quot; style=&quot;background-color: transparent; border: 0px; color: black; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;excel&lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;background-color: transparent; border: 0px; color: #666600; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;background-color: transparent; border: 0px; color: black; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;exe&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;background-color: transparent; border: 0px; color: black; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt; &lt;/span&gt;&lt;span class=&quot;pun&quot; style=&quot;background-color: transparent; border: 0px; color: #666600; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;pln&quot; style=&quot;background-color: transparent; border: 0px; color: black; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline;&quot;&gt;f &lt;/span&gt;&lt;/pre&gt;
&lt;b&gt;&lt;i&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;
&lt;b&gt;&lt;i&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: orange; font-family: Verdana, sans-serif;&quot;&gt;Donate to the developers that provided this solutions...&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;form action=&quot;https://www.paypal.com/cgi-bin/webscr&quot; method=&quot;post&quot; target=&quot;_top&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;input name=&quot;cmd&quot; type=&quot;hidden&quot; value=&quot;_s-xclick&quot; /&gt;
&lt;input name=&quot;hosted_button_id&quot; type=&quot;hidden&quot; value=&quot;FKPET548RKG4J&quot; /&gt;
&lt;input alt=&quot;PayPal - The safer, easier way to pay online!&quot; border=&quot;0&quot; name=&quot;submit&quot; src=&quot;https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif&quot; type=&quot;image&quot; /&gt;
&lt;img alt=&quot;&quot; border=&quot;0&quot; height=&quot;1&quot; src=&quot;https://www.paypalobjects.com/en_US/i/scr/pixel.gif&quot; width=&quot;1&quot; /&gt;
&lt;/div&gt;
&lt;/form&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-weight: bold;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif; font-weight: bold;&quot;&gt;&lt;span style=&quot;color: orange;&quot;&gt;~+~+~++~~+~+~+~+~+~++~&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe bordercolor=&quot;#000000&quot; frameborder=&quot;0&quot; height=&quot;150&quot; hspace=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;http://ad.doubleclick.net/adi/N7433.148119.BLOGGEREN/B6695650.1592;sz=180x150;ord=[timestamp]?;lid=41000613802463973;pid=sku9364966;usg=AFHzDLuC0l0bnqHzNzcHZncVjePGmaMwiw;adurl=http%253A%252F%252Fwww.samsclub.com%252Fsams%252Foffice-2013-pro%252Fprod8800481.ip%253Fpid%253D_DoubleClick_Affiliates%2526ci_src%253D15781033%2526ci_sku%253Dsku9364966;pubid=565409;price=%24377.00;title=Microsoft+Office+Profe...;merc=Sam%27s+Club;imgsrc=http%3A%2F%2Fs7d2.scene7.com%2Fis%2Fimage%2Fsamsclub%2Fs7product%2F0088537045120_A.jpg;width=85;height=85&quot; style=&quot;font-family: Verdana, sans-serif;&quot; vspace=&quot;0&quot; width=&quot;180&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe bordercolor=&quot;#000000&quot; frameborder=&quot;0&quot; height=&quot;150&quot; hspace=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;http://ad.doubleclick.net/adi/N7433.148119.BLOGGEREN/B6695650.1593;sz=180x150;ord=[timestamp]?;lid=41000613802463973;pid=sku9364965;usg=AFHzDLuU78YAo5OoC72UwkG0QwSphgeibw;adurl=http%253A%252F%252Fwww.samsclub.com%252Fsams%252Foffice-mac-2013-hb%252Fprod8800480.ip%253Fpid%253D_DoubleClick_Affiliates%2526ci_src%253D15781033%2526ci_sku%253Dsku9364965;pubid=565409;price=%24197.00;title=Microsoft+Office+Home+...;merc=Sam%27s+Club;imgsrc=http%3A%2F%2Fs7d2.scene7.com%2Fis%2Fimage%2Fsamsclub%2Fs7product%2F0088537020531_A.jpg;width=85;height=85&quot; vspace=&quot;0&quot; width=&quot;180&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe bordercolor=&quot;#000000&quot; frameborder=&quot;0&quot; height=&quot;150&quot; hspace=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;http://ad.doubleclick.net/adi/N7433.148119.BLOGGEREN/B6533661.1549;sz=180x150;ord=[timestamp]?;lid=41000613802463918;pid=62140;usg=AFHzDLsDLfhf01AdWanl9Hktd3Q-X4EUkA;adurl=http%253A%252F%252Fwww.abt.com%252Fproduct%252F62140%252FApple-MD101LLA.html;pubid=565409;price=%241129.00;title=Apple+MacBook+Pro+2.5G...;merc=Abt+Electronics+%26+Appliances;imgsrc=http%3A%2F%2Fcontent.abt.com%2Fmedia%2Fimages%2Fproducts%2Fl_MD101LLA.jpg;width=110;height=62&quot; vspace=&quot;0&quot; width=&quot;180&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;</description><link>http://786notapplicable.blogspot.com/2013/05/excel-macro-user-defined-function-udf.html</link><author>noreply@blogger.com (na)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8021527849449900875.post-5434841642537694613</guid><pubDate>Sun, 30 Dec 2012 18:43:00 +0000</pubDate><atom:updated>2012-12-30T10:44:01.115-08:00</atom:updated><title>WordPress Broken Links</title><description>This post relates to:&lt;br /&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;WordPress&lt;/li&gt;
&lt;li&gt;Permalinks&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Broken Links - When PermaLinks in WordPress were changed.&lt;/li&gt;
&lt;li&gt;Search Engines Optimization (SEO)&amp;nbsp;- You changed your WordPress settings due to a SEO suggestion.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
In a hurry?&lt;/h3&gt;
&lt;/div&gt;
&lt;h4&gt;
Short Version:&lt;/h4&gt;
&lt;div&gt;
Add the BASE HTML element to HEAD of your HTML. &amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Learn More:&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://www.w3schools.com/tags/tag_base.asp&quot; target=&quot;_blank&quot;&gt;http://www.w3schools.com/tags/tag_base.asp&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.w3.org/TR/html-markup/base.html&quot;&gt;http://www.w3.org/TR/html-markup/base.html&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;h4&gt;
Long Version:&lt;/h4&gt;
&lt;div&gt;
Our company recently started providing Search Engine Optimization. &amp;nbsp;I was tasked with taking and existing website and convert it to WordPress. &amp;nbsp;Our goal was to utilize the WordPress architecture to optimize our customers sites in search engines.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
During the process I was asked to &lt;a href=&quot;http://codex.wordpress.org/Using_Permalinks&quot; target=&quot;_blank&quot;&gt;Change the PermLinks&lt;/a&gt; to the post name. &amp;nbsp;Well this broke my links to pages and images.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
I researched many methods that worked, but couldn&#39;t find a simple solution. &amp;nbsp;They all required going through each link and chaining them. &amp;nbsp;I had 22 pages and they had links too! &amp;nbsp;So, I thought to come up with my own solutions. &amp;nbsp;Being a programmer the first thing I thought of was too hack into the code and programmatically changing all the links, but that required either debugging to find where I needed to change code or reading through the documentations, not to mention I would have to test out multiple scenarios to make it right. &amp;nbsp;This would be just a time consuming to change each link if not more. &amp;nbsp;It would be a nice plugin to have. &amp;nbsp;Time was a big factor. &amp;nbsp;I couldn&#39;t help but think this can&#39;t be the first time this has happened to a web developer. &amp;nbsp;I recalled the BASE element from years back. &amp;nbsp;Researched it and tried it. &amp;nbsp;Worked in 10 minutes!&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
</description><link>http://786notapplicable.blogspot.com/2012/12/wordpress-broken-links.html</link><author>noreply@blogger.com (na)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8021527849449900875.post-8958299044241730824</guid><pubDate>Thu, 27 Sep 2012 08:12:00 +0000</pubDate><atom:updated>2012-09-27T01:20:12.494-07:00</atom:updated><title>Accounting Software</title><description>&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe bordercolor=&quot;#000000&quot; frameborder=&quot;0&quot; height=&quot;150&quot; hspace=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;http://ad.doubleclick.net/adi/N7433.148119.BLOGGEREN/B6535994.1280;sz=180x150;ord=[timestamp]?;lid=41000000005217789;pid=23165833;usg=AFHzDLtCHw-NPdnJwM0Ud3Vkdo5GMf2jCg;adurl=http%253A%252F%252Fwww.officemax.com%252Ftechnology%252Fsoftware%252Faccounting-finance-tax-software%252Fproduct-prod3610022%253Fcm_mmc%253DPerformics-_-Technology-_-Software-_-Accounting%252C%252520Finance%252520and%252520Tax%252520Software%2526ci_src%253D14110944%2526ci_sku%253D23165833;pubid=565409;price=%24349.98;title=QuickBooks+Pro+%2B+Enhan...;merc=OfficeMax;imgsrc=http%3A%2F%2Fwww.officemax.com%2Fcatalog%2Fimages%2F397x353%2F23165833i_01.jpg;width=95;height=85&quot; vspace=&quot;0&quot; width=&quot;180&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
Quickbooks - great for Small Businesses - hire from a pool of experience users - many plugins to choose from - ability to create custom plugins.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Free Solutions - Use a database or spreadsheet - most popular solutions offer templates some sort of template for accounting - down fall new staff will have a learning curve.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
</description><link>http://786notapplicable.blogspot.com/2012/09/accounting-software.html</link><author>noreply@blogger.com (na)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8021527849449900875.post-6847787953318279451</guid><pubDate>Thu, 27 Sep 2012 08:08:00 +0000</pubDate><atom:updated>2012-09-27T01:08:21.879-07:00</atom:updated><title>Mac or PC</title><description>I help people fix computers and I often get asked the question should I get a Mac or PC. &lt;br /&gt;
&lt;br /&gt;
My most common response is stick with what you have. &amp;nbsp;Each has it&#39;s pro&#39;s and con&#39;s.&lt;br /&gt;
&lt;br /&gt;
My reason comes from my experience. &amp;nbsp;I worked with windows for 15 years I know it. &amp;nbsp;Back in January of 2012 I joined a company that furnished the software developers with Mac books. &amp;nbsp;The biggest draw back as a programmer that heavily uses a machine was re-training my brain to work like Mac users have been programmed to work. &amp;nbsp;It&#39;s beens 7 months and I still am not to the speed I was on a windows machine.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe bordercolor=&quot;#000000&quot; frameborder=&quot;0&quot; height=&quot;150&quot; hspace=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;http://ad.doubleclick.net/adi/N7433.148119.BLOGGEREN/B6533661.1017;sz=180x150;ord=[timestamp]?;lid=41000000026530730;pid=62135;usg=AFHzDLugm28rATCC-p24TNUfGZWfPfTXQQ;adurl=http%253A%252F%252Fwww.abt.com%252Fproduct%252F62135%252FApple-MD223LLA.html;pubid=565409;price=%24979.00;title=Apple+MacBook+Air+1.7G...;merc=Abt+Electronics+%26+Appliances;imgsrc=http%3A%2F%2Fcontent.abt.com%2Fmedia%2Fimages%2Fproducts%2FBDP_Images%2Fbig_MD223LLA.jpg;width=110;height=63&quot; vspace=&quot;0&quot; width=&quot;180&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe bordercolor=&quot;#000000&quot; frameborder=&quot;0&quot; height=&quot;150&quot; hspace=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;http://ad.doubleclick.net/adi/N7433.148119.BLOGGEREN/B6533661.1014;sz=180x150;ord=[timestamp]?;lid=41000000026530730;pid=62146;usg=AFHzDLs3qeCZhSuvsX4NHig9-4bGrz00dA;adurl=http%253A%252F%252Fwww.abt.com%252Fproduct%252F62146%252FApple-MD104LLA.html;pubid=565409;price=%242139.00;title=Apple+MacBook+Pro+2.6G...;merc=Abt+Electronics+%26+Appliances;imgsrc=http%3A%2F%2Fcontent.abt.com%2Fmedia%2Fimages%2Fproducts%2FBDP_Images%2Fbig_MD101LLA.jpg;width=110;height=62&quot; vspace=&quot;0&quot; width=&quot;180&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe bordercolor=&quot;#000000&quot; frameborder=&quot;0&quot; height=&quot;150&quot; hspace=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;http://ad.doubleclick.net/adi/N7433.148119.BLOGGEREN/B6533661.1015;sz=180x150;ord=[timestamp]?;lid=41000000026530730;pid=62135;usg=AFHzDLugm28rATCC-p24TNUfGZWfPfTXQQ;adurl=http%253A%252F%252Fwww.abt.com%252Fproduct%252F62135%252FApple-MD223LLA.html;pubid=565409;price=%24979.00;title=Apple+MacBook+Air+1.7G...;merc=Abt+Electronics+%26+Appliances;imgsrc=http%3A%2F%2Fcontent.abt.com%2Fmedia%2Fimages%2Fproducts%2FBDP_Images%2Fbig_MD223LLA.jpg;width=110;height=63&quot; vspace=&quot;0&quot; width=&quot;180&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe bordercolor=&quot;#000000&quot; frameborder=&quot;0&quot; height=&quot;150&quot; hspace=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;http://ad.doubleclick.net/adi/N7433.148119.BLOGGEREN/B6533661.1016;sz=180x150;ord=[timestamp]?;lid=41000000026530730;pid=62146;usg=AFHzDLs3qeCZhSuvsX4NHig9-4bGrz00dA;adurl=http%253A%252F%252Fwww.abt.com%252Fproduct%252F62146%252FApple-MD104LLA.html;pubid=565409;price=%242139.00;title=Apple+MacBook+Pro+2.6G...;merc=Abt+Electronics+%26+Appliances;imgsrc=http%3A%2F%2Fcontent.abt.com%2Fmedia%2Fimages%2Fproducts%2FBDP_Images%2Fbig_MD101LLA.jpg;width=110;height=62&quot; vspace=&quot;0&quot; width=&quot;180&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
</description><link>http://786notapplicable.blogspot.com/2012/09/mac-or-pc.html</link><author>noreply@blogger.com (na)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-8021527849449900875.post-8529439782617572683</guid><pubDate>Thu, 27 Sep 2012 05:12:00 +0000</pubDate><atom:updated>2012-09-27T00:18:08.362-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">project management</category><category domain="http://www.blogger.com/atom/ns#">software development</category><category domain="http://www.blogger.com/atom/ns#">test driven development</category><title>Project Managment</title><description>&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; color: black; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;I recently asked a successful project lead what his trick was and this is what I got:&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;font-weight: normal;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Testing is the number one priority. &amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-weight: normal;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-weight: normal;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Institute a culture and rhetoric of test driven development.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-weight: normal;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-weight: normal;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;You should change responsibilities of a lead software developer.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-weight: normal;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Leads should have the&amp;nbsp;responsibility&amp;nbsp;of creating tests (unit and integration) and communicating with quality assurance. &amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Tests should be created before code is written by the developer. &amp;nbsp;This will have unintended consequences such as forcing the developer and\or lead to change code to match the others.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Should ensure tests are created by an&amp;nbsp;individual&amp;nbsp;that would have knowledge of new features (their units and unit integrations). &amp;nbsp;They should be seasoned (by project) enough to have knowledge of identifying regression testing for quality assurance.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;This would unintentionally cause leads who merge code to be more cognizant in their code review. &amp;nbsp;Their tests will need to compile and any&amp;nbsp;hiccups that quality assurance has will be handled by the lead.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Ideally the Lead would not work on tickets. &amp;nbsp;The work created by this methodology replaces a QA Engineer and should increase the salary of Leads. &amp;nbsp;It also promotes pair programming.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;The&amp;nbsp;assumption&amp;nbsp;here is Leads do not handle&amp;nbsp;managerial&amp;nbsp;responsibilities.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;Like the picture below suggests a leads job should be to make sure no bug passes to production.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;
&lt;br /&gt;
&lt;div style=&quot;font-family: arial; font-size: small;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: arial; font-size: small;&quot;&gt;
&lt;iframe bordercolor=&quot;#000000&quot; frameborder=&quot;0&quot; height=&quot;200&quot; hspace=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;http://ad.doubleclick.net/adi/N7433.148119.BLOGGEREN/B6675536.524;sz=200x200;ord=[timestamp]?;lid=41000000028007181;pid=UBM9780470643204;usg=AFHzDLvGojsILZtehwxsTC2rtR35ujxkjQ;adurl=http%253A%252F%252Fwww.cdsbooksdvds.com%252Fproduct.jhtm%253Fsku%253DUBM9780470643204;pubid=565409;imgsrc=http%3A%2F%2Fc377007.r7.cf1.rackcdn.com%2F9780470643204.jpg;width=159;height=200&quot; vspace=&quot;0&quot; width=&quot;200&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; color: black; font-family: arial; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; color: black; font-family: arial; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;
&lt;a href=&quot;http://gan.doubleclick.net/gan_click?lid=41000000028007181&amp;amp;pid=UBM9780470643204&amp;amp;adurl=http%3A%2F%2Fwww.cdsbooksdvds.com%2Fproduct.jhtm%3Fsku%3DUBM9780470643204&amp;amp;usg=AFHzDLvGojsILZtehwxsTC2rtR35ujxkjQ&amp;amp;pubid=565409&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Professional Test Driven Development with C# By Bender, James/ McWherter, Jeff&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; color: black; font-family: arial; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;
&lt;br /&gt;
Suggested Reading:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.codinghorror.com/blog/2006/05/the-ten-commandments-of-egoless-programming.html&quot; target=&quot;_blank&quot;&gt;Egoless Programming&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://gan.doubleclick.net/gan_click?lid=41000000028007181&amp;amp;pid=UBM9781934356623&amp;amp;adurl=http%3A%2F%2Fwww.cdsbooksdvds.com%2Fproduct.jhtm%3Fsku%3DUBM9781934356623&amp;amp;usg=AFHzDLvGNMDgqQltKuHZQ3fBZCoQDahm8g&amp;amp;pubid=565409&quot; rel=&quot;nofollow&quot;&gt;Test Driven Development for Embedded C By Grenning, James W. (Google Affiliate Ad)&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://gan.doubleclick.net/gan_click?lid=41000000028007181&amp;amp;pid=UBM9781934356586&amp;amp;adurl=http%3A%2F%2Fwww.cdsbooksdvds.com%2Fproduct.jhtm%3Fsku%3DUBM9781934356586&amp;amp;usg=AFHzDLu9x8NBUTyzhS1tN4IrtndKJpWaRA&amp;amp;pubid=565409&quot; rel=&quot;nofollow&quot;&gt;The Agile Samurai By Rasmusson, Jonathan (Google Affiliate Ad)&lt;/a&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
</description><link>http://786notapplicable.blogspot.com/2012/09/thoughts-on-responsibilities-of-lead.html</link><author>noreply@blogger.com (na)</author><thr:total>0</thr:total></item></channel></rss>