<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Considered Opinion</title>
	<atom:link href="http://dentonstudios.com/wp/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://dentonstudios.com/wp</link>
	<description>... things that come to mind</description>
	<lastBuildDate>Tue, 29 Jun 2010 17:35:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>build a string in excel vba and paste to cell range</title>
		<link>http://dentonstudios.com/wp/?p=55</link>
		<comments>http://dentonstudios.com/wp/?p=55#comments</comments>
		<pubDate>Tue, 29 Jun 2010 17:35:29 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[vba]]></category>

		<guid isPermaLink="false">http://dentonstudios.com/wp/?p=55</guid>
		<description><![CDATA[excel vba paste a string into a cell range]]></description>
			<content:encoded><![CDATA[<p>In cases where a cell range is looped through to create a filtered version , or re-ordered content.</p>
<p>I used to assign the string value to a textbox in a hidden form, then copy/paste that to a cell to get a result that spanned multiple cells and didn&#8217;t just all dump into one cell.</p>
<p>instead I now do this using the Form datatobject</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">thisString = OUT_HEADER + thisString</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Dim DataObj As New MSForms.DataObject</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">DataObj.SetText thisString</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">DataObj.PutInClipboard</div>
<pre>
            thisString = OUT_HEADER + thisString

            Dim DataObj As New MSForms.DataObject

            DataObj.SetText thisString

            DataObj.PutInClipboard
<pre><span style="color: #0000ff;">then paste it somewhere</span></pre>
<pre>            Range("A1").Select
            Sheets(startSheet).Paste</pre>
<pre>esentially the same thing simplified and without an actual form</pre>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://dentonstudios.com/wp/?feed=rss2&amp;p=55</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting past email settings in DNN5+ with a google apps mail account</title>
		<link>http://dentonstudios.com/wp/?p=51</link>
		<comments>http://dentonstudios.com/wp/?p=51#comments</comments>
		<pubDate>Wed, 16 Jun 2010 03:20:46 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DNN5]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google apps]]></category>
		<category><![CDATA[issues]]></category>
		<category><![CDATA[smtp]]></category>

		<guid isPermaLink="false">http://dentonstudios.com/wp/?p=51</guid>
		<description><![CDATA[google apps domain settings for smtp and DNN setup can be tricky.]]></description>
			<content:encoded><![CDATA[<p>DNN Just installed 5+ using the web installer from MS. Was stuck on the mail settings and I use a gmail smtp.</p>
<p>So the correct way to get around it was to enter smtp.gmail.com:587  <a title="gmail article on settings" href="http://mail.google.com/support/bin/answer.py?hl=en&amp;answer=13287" target="_blank">http://mail.google.com/support/bin/answer.py?hl=en&amp;answer=13287</a></p>
<p>I tried no port  with SSL checked and appended :465 with SSL checked so :587 with SSL checked and the whole email account address.</p>
<p>That at least gets me on to the next steps.</p>
]]></content:encoded>
			<wfw:commentRss>http://dentonstudios.com/wp/?feed=rss2&amp;p=51</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>False rumors could teach you lots</title>
		<link>http://dentonstudios.com/wp/?p=45</link>
		<comments>http://dentonstudios.com/wp/?p=45#comments</comments>
		<pubDate>Fri, 20 Nov 2009 23:40:51 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://dentonstudios.com/wp/?p=45</guid>
		<description><![CDATA[an idea for testing someone else's secret keeping ability]]></description>
			<content:encoded><![CDATA[<p>Here is an idea.</p>
<p>What if you didn&#8217;t trust someone to keep a secret?</p>
<p>Just tell them something totally false about someone else.</p>
<p>Then sit back and wait to hear back from the person you spread the rumor about.</p>
<p>When you do. Explain how you were just testing the other person&#8217;s discretion.</p>
<p>Oh&#8230;</p>
<p>I guess that won&#8217;t work either. Then no one will ever trust what you say.</p>
<p>Somehow things  always makes so much more sense when you wake up from a dream.</p>
]]></content:encoded>
			<wfw:commentRss>http://dentonstudios.com/wp/?feed=rss2&amp;p=45</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I dreamed I was a Pundit</title>
		<link>http://dentonstudios.com/wp/?p=43</link>
		<comments>http://dentonstudios.com/wp/?p=43#comments</comments>
		<pubDate>Fri, 20 Nov 2009 23:32:09 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[opinion]]></category>

		<guid isPermaLink="false">http://dentonstudios.com/wp/?p=43</guid>
		<description><![CDATA[Being a pundit seems like a deal too good to be true, hire me...]]></description>
			<content:encoded><![CDATA[<p>I woke up from this incredible dream.</p>
<p>They started calling me up, and started to pay me to go on TV. People  wanted to know what I think about things. They even <strong>cared</strong> about what I said.</p>
<p>It was amazing. I was making thousands of dollars a day, just for having the opinions I have.  Just have an opinion, and all of a sudden you are in the money. Doesn&#8217;t matter if you know what you are talking about. Just having media attention makes your opinion worth something.</p>
<p>Like I said, it was a dream.</p>
<p><strong>BUT</strong> it made me wonder&#8230;</p>
<p>How do people get to be pundits?</p>
<p>I already know how to have my opinion, so call me up and hire me.</p>
<p>I am waiting.</p>
]]></content:encoded>
			<wfw:commentRss>http://dentonstudios.com/wp/?feed=rss2&amp;p=43</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista Folder Views Frustration (solution)</title>
		<link>http://dentonstudios.com/wp/?p=40</link>
		<comments>http://dentonstudios.com/wp/?p=40#comments</comments>
		<pubDate>Fri, 20 Nov 2009 19:54:40 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dentonstudios.com/wp/?p=40</guid>
		<description><![CDATA[solve vista folder views not sticking]]></description>
			<content:encoded><![CDATA[<p>After wasting literally hours, changing folder views again and again and again,  in Windows Vista.</p>
<p>Views never seem to adhere to your preferences,  as they had in XP.</p>
<p>If you are used to applying a specific view, such as details,  in explorer, you have to be frustrated by it not working as you expect.<br />
I came across this great explanation, which actually does clarify the problem and solve the issue.</p>
<p><a href="http://www.computerperformance.co.uk/vista/vista_explorer_layout.htm"> from http://www.computerperformance.co.uk</a></p>
<p>&#8230; and then you can get back to you can work again</p>
]]></content:encoded>
			<wfw:commentRss>http://dentonstudios.com/wp/?feed=rss2&amp;p=40</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The green-ness of getting to sleep</title>
		<link>http://dentonstudios.com/wp/?p=38</link>
		<comments>http://dentonstudios.com/wp/?p=38#comments</comments>
		<pubDate>Thu, 12 Nov 2009 21:36:54 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dentonstudios.com/wp/?p=38</guid>
		<description><![CDATA[eco, green, sleep]]></description>
			<content:encoded><![CDATA[<p>Not quite sure what the impact is, but I have noticed that the way lots people get there kids to take a nap or go to sleep,is to drive them around in the car.<br />
I wonder what the cumulative energy consumption is for getting kids to sleep.<br />
Plus taking them to school everyday. No one can walk.</p>
<p>I would imagine that no one even thinks of this, it just happens.</p>
]]></content:encoded>
			<wfw:commentRss>http://dentonstudios.com/wp/?feed=rss2&amp;p=38</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AT&amp;T network solution</title>
		<link>http://dentonstudios.com/wp/?p=34</link>
		<comments>http://dentonstudios.com/wp/?p=34#comments</comments>
		<pubDate>Fri, 09 Oct 2009 14:59:58 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[opinion]]></category>

		<guid isPermaLink="false">http://dentonstudios.com/wp/?p=34</guid>
		<description><![CDATA[If the 3% of users using 40% had options, many would not stay on AT&#038;T's network at all. Problem solved.]]></description>
			<content:encoded><![CDATA[<p>Recently I have read articles discussing the dilemma AT&#038;T faces with their cell phone network. Supposedly 3% of their users, are consuming 40% of their network capacity.<br />
My first inclination is to see them preparing to raise data cost plans to something tiered.<br />
They obviously have huge problems with smartphones, such as the iPhone.<br />
BUT who caused the problem?<br />
They literally forced fed everyone purchasing an iPhone a data plan.<br />
They gouged an extra 30+ dollars out of every person wanting the technology.<br />
Try to buy an iPhone without a data plan. You can&#8217;t.<br />
So they roped a whole group into HAVING to pay for data, then they are surprised that they actually USE it?<br />
If data was never an included, forced, feature, many of these people would have  perhaps fallen back to wifi networks for access.</p>
<p>Apple and AT&#038;T regularly portray themselves as concerned about a good customer experience. Yet, their devices uselessly roam cities daily. The desire to lock in revenue subscriptions, and forced data plans has partially caused the problem. The next complaint will be that since no one can make a phone call, text messaging is choking the network.</p>
<p>The cause of the problem is a policy which generated use to justify the cost being charged.<br />
The solution is non-exclusivity. If AT&#038;T can&#8217;t handle the network mess they created, allow competition to handle the details.<br />
If the 3% of users using 40% had options, many would not stay on AT&#038;T&#8217;s network at all. Problem solved.<br />
Quit the blame shifting AT&#038;T</p>
]]></content:encoded>
			<wfw:commentRss>http://dentonstudios.com/wp/?feed=rss2&amp;p=34</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network unavailable BUT is&#8230;</title>
		<link>http://dentonstudios.com/wp/?p=13</link>
		<comments>http://dentonstudios.com/wp/?p=13#comments</comments>
		<pubDate>Sat, 03 Oct 2009 17:18:34 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Symantec]]></category>

		<guid isPermaLink="false">http://dentonstudios.com/wp/?p=13</guid>
		<description><![CDATA[If your Symantec subscribtion  expired and you tried to remove it you will have a networking  problem.]]></description>
			<content:encoded><![CDATA[<p>After uninstalling Symantec 360  network connectivity is no longer possible.</p>
<p>However I was able to connect via a virtual machine to the network and internet which was running inside this machine.</p>
<p>The ultimate cause of this was that the Symantec uninstall via the windows add remove programs process fails and leaves crap lying around.</p>
<p>If your Symantec subscribtion  expired and you tried to remove it you will have a networking  problem.</p>
<p>Download the removal tool and it cleans everything up.<br />
<a href="http://service1.symantec.com/support/norton360.nsf/docid/2006112909122875">Symantec Removal Tool</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dentonstudios.com/wp/?feed=rss2&amp;p=13</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SOBI2 Joomla and https image problem.</title>
		<link>http://dentonstudios.com/wp/?p=7</link>
		<comments>http://dentonstudios.com/wp/?p=7#comments</comments>
		<pubDate>Fri, 25 Sep 2009 19:10:07 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://dentonstudios.com/wp/?p=7</guid>
		<description><![CDATA[SOBI, Joomla, https, images]]></description>
			<content:encoded><![CDATA[<p>Installed Joomla with SOBI as a directory module available at</p>
<p><a title="http://www.sigsiu.net/" href="http://www.sigsiu.net/" target="_blank">http://www.sigsiu.net/</a></p>
<ol>
<li>on the menu  select Components</li>
<li>Sobi2&gt;General Configuration</li>
<li>Entries &amp; Categories Configuration</li>
</ol>
<p>You can try to change the config key &#8220;use_mos_conf_livesite&#8221; in the section &#8220;compat&#8221; in registry editor.</p>
<p>I changed that value from 0 to 1 and it worked.</p>
<p>I found help here:<br />
<a href="http://www.sigsiu.net/forum/index.php/topic,12818.0/highlight,https.html">Article referencing this</a> at www.sigsiu.net</p>
<p><span style="color: #303030; font-family: Verdana,Helvetica,sans-serif; font-size: 13px; line-height: 16px;"><br />
</span></p>
<p><span style="color: #303030; font-family: Verdana,Helvetica,sans-serif; font-size: 13px; line-height: 16px;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://dentonstudios.com/wp/?feed=rss2&amp;p=7</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open url in specific Browser</title>
		<link>http://dentonstudios.com/wp/?p=4</link>
		<comments>http://dentonstudios.com/wp/?p=4#comments</comments>
		<pubDate>Tue, 08 Sep 2009 19:50:17 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://localhost/wp/?p=4</guid>
		<description><![CDATA[You may have run across sites that require you to use a specific browser to run correctly.
For example Netflix offers instant streaming movies, but you have to use internet explorer. If you forget, you are prompted to open it instead. If you use a different default browser you likely have to go through the hassle [...]]]></description>
			<content:encoded><![CDATA[<p>You may have run across sites that require you to use a specific browser to run correctly.</p>
<p>For example Netflix offers instant streaming movies, but you have to use internet explorer. If you forget, you are prompted to open it instead. If you use a different default browser you likely have to go through the hassle of closing and reopening the site in a different browser.</p>
<p>Why not just create a shortcut which does that for you?</p>
<p>Right click your desktop.</p>
<p>Create new shortcut and type the following in the ‘location of the item’ (or substitute wherever you have ie installed)</p>
<p>Make sure to include a space between the browser application executable and the site name.</p>
<p>&#8220;C:\Program Files\Internet Explorer\iexplore.exe&#8221; http://www.netflix.com/</p>
<p>create shortcut</p>
<p>finish shortcut</p>
<p>This will work for other browsers as well, just substitute the browser application location in front of the site address you want to open.</p>
]]></content:encoded>
			<wfw:commentRss>http://dentonstudios.com/wp/?feed=rss2&amp;p=4</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
