<?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>Debra D&#039;s Blog &#187; Debra Dalgleish</title>
	<atom:link href="http://debradalgleish.com/blog/author/Debra/feed/" rel="self" type="application/rss+xml" />
	<link>http://debradalgleish.com/blog</link>
	<description>Behind the Scenes with an Excel consultant and website owner</description>
	<lastBuildDate>Sat, 21 Aug 2010 17:57:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Access Database is Read Only</title>
		<link>http://debradalgleish.com/blog/2010/08/08/access-database-is-read-only/</link>
		<comments>http://debradalgleish.com/blog/2010/08/08/access-database-is-read-only/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 02:30:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Computer tips]]></category>
		<category><![CDATA[Microsoft Office Tips]]></category>

		<guid isPermaLink="false">http://debradalgleish.com/blog/2010/08/08/access-database-is-read-only/</guid>
		<description><![CDATA[When I tried to open one of my main Access databases today, I got the alarming message, &#8220;The database &#8216;MyData&#8217; is read-only. You won&#8217;t be able to save changes made to data or object definitions in this database.&#8221; I closed &#8230; <a href="http://debradalgleish.com/blog/2010/08/08/access-database-is-read-only/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When I tried to open one of my main Access databases today, I got the alarming message, &#8220;The database &#8216;MyData&#8217; is read-only. You won&#8217;t be able to save changes made to data or object definitions in this database.&#8221;</p>
<p><a href="http://debradalgleish.com/blog/wp-content/uploads/2010/08/readonly01.png"><img style="display: inline; border: 0px;" title="readonly01" src="http://debradalgleish.com/blog/wp-content/uploads/2010/08/readonly01_thumb.png" border="0" alt="readonly01" width="404" height="94" /></a></p>
<p>I closed it, and tried to open it again, making sure that I hadn&#8217;t accidentally selected the Read Only option.</p>
<p>A Google search turned up some dire warnings that this could be a sign of corruption, so I created a new database, imported everything, and all seemed well.</p>
<p>So, I renamed the old version, and gave the the new version the same name as the previous one, so my shortcuts and connections would work. And the problem was back.</p>
<p>I looked for errant ldb files, that were mistakenly telling the database someone else had it open. There was nothing.</p>
<p>Then it dawned on me &#8212; connections. I had an Excel file open that queried the database, so maybe that was the problem. I closed it, re-opened the database, and it worked fine. If I tried to open the database when the Excel file was open, the database was read only.</p>
<h3>Fix the Connection</h3>
<p>Well, I don&#8217;t have the two files open simultaneously too often, but I wanted to have that option available. So, I checked the connection strings for the queries and found that they included this setting:</p>
<p><strong>Mode=Share Deny Write</strong></p>
<p>I changed the setting to</p>
<p><strong>Mode=Read</strong></p>
<p>and the files now live in harmony (so far).</p>
<h3>Where Are the Connection Strings?</h3>
<p>To find the connection strings in Excel 2007:</p>
<ol>
<li>Click the Data tab on the Ribbon, and then click Connections.</li>
<li>On the Workbook Connections dialog box, click a connection name in the list</li>
<li>Click the Properties button, to open the Connection Properties dialog box.</li>
<li>Click the Definition tab, and edit the Connection String. The strings that I edited were for Provider=Microsoft.ACE.OLEDB.12.0 &#8212; the Mode setting might not appear in other types of connections.</li>
</ol>
<h3>Why Share This?</h3>
<p>This information is probably of no interest to you, unless you landed here in a Google search for &#8220;You won&#8217;t be able to save changes made to data or object definitions in this database&#8221;. But, one day in the future, I might encounter this error again, and maybe I&#8217;ll find my own solution when I do a Google search.</p>
<p>Don&#8217;t laugh &#8212; it&#8217;s happened to me before!</p>
<p>___________</p>
]]></content:encoded>
			<wfw:commentRss>http://debradalgleish.com/blog/2010/08/08/access-database-is-read-only/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google Search Cheat Sheet</title>
		<link>http://debradalgleish.com/blog/2010/08/02/google-search-cheat-sheet/</link>
		<comments>http://debradalgleish.com/blog/2010/08/02/google-search-cheat-sheet/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 17:06:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Computer tips]]></category>

		<guid isPermaLink="false">http://debradalgleish.com/blog/2010/08/02/google-search-cheat-sheet/</guid>
		<description><![CDATA[Did you know that there&#8217;s a Google search cheat sheet? Even though I spend several hours a week searching for things in Google (all of them business-related and highly intellectual), this was the first I&#8217;d heard about a cheat sheet. &#8230; <a href="http://debradalgleish.com/blog/2010/08/02/google-search-cheat-sheet/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Did you know that there&#8217;s a <a title="Google search cheat sheet" href="http://www.google.com/help/cheatsheet.html" target="_blank">Google search cheat sheet</a>? </p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="googlecheat01" border="0" alt="googlecheat01" src="http://debradalgleish.com/blog/wp-content/uploads/2010/08/googlecheat01.png" width="392" height="240" /> </p>
<p>Even though I spend several hours a week searching for things in Google (all of them business-related and highly intellectual), this was the first I&#8217;d heard about a cheat sheet. There are a few new (to me) tricks that should be helpful in future searches. </p>
<h2>Special Operators</h2>
<p>For example, you can use the <strong>~</strong> operator to find synonyms. If you search for &quot;spreadsheet&quot;, a Wikipedia article on spreadsheets is at the top of the search results (after the sponsored links).</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="googlecheat02" border="0" alt="googlecheat02" src="http://debradalgleish.com/blog/wp-content/uploads/2010/08/googlecheat021.png" width="363" height="265" /></p>
<p>Add the <strong>~</strong> operator, and Excel is at the top of the list, with no sponsored links.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="googlecheat03" border="0" alt="googlecheat03" src="http://debradalgleish.com/blog/wp-content/uploads/2010/08/googlecheat031.png" width="395" height="246" />&#160;</p>
<h2>The Google Calculator</h2>
<p>There&#8217;s a built-in Google calculator, and did you know that you can type <strong>% of</strong> as an operator? That&#8217;s handy, and news to me!</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="googlecheat04" border="0" alt="googlecheat04" src="http://debradalgleish.com/blog/wp-content/uploads/2010/08/googlecheat041.png" width="255" height="140" /> </p>
<h2>What&#8217;s New to You?</h2>
<p>Did you know all of the items on the Google Cheat Sheet, or are some of them new to you?</p>
<p>___________</p>
]]></content:encoded>
			<wfw:commentRss>http://debradalgleish.com/blog/2010/08/02/google-search-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Captions to a YouTube Video</title>
		<link>http://debradalgleish.com/blog/2010/07/06/add-captions-to-a-youtube-video/</link>
		<comments>http://debradalgleish.com/blog/2010/07/06/add-captions-to-a-youtube-video/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 13:32:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Excel training]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://debradalgleish.com/blog/2010/07/06/add-captions-to-a-youtube-video/</guid>
		<description><![CDATA[I&#8217;m taking an online CSS course at SitePoint, and the instructions include some YouTube video tutorials. Yesterday&#8217;s video included captions, and so I did some poking around, to see how they were added. To add the captions, you need a &#8230; <a href="http://debradalgleish.com/blog/2010/07/06/add-captions-to-a-youtube-video/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m taking an online CSS course at SitePoint, and the instructions include some YouTube video tutorials. Yesterday&#8217;s video included captions, and so I did some poking around, to see how they were added.</p>
<p>To add the captions, you need a specially formatted file, with text, or text and time points. You can create this file yourself, or get some help from YouTube.</p>
<h3>Request a Machine Transcript</h3>
<p>For newer video, the transcripts are automatically created after you upload the video. You can skip this section, and go to the Download the Transcript section, below.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="YouTubeCaptions08" border="0" alt="YouTubeCaptions08" src="http://debradalgleish.com/blog/wp-content/uploads/2010/07/YouTubeCaptions081.png" width="298" height="168" /></p>
<p>For older videos, you can request a machine transcript of the audio track. </p>
<ul>
<li>Log in to YouTube, and view one of the videos that you&#8217;ve uploaded. </li>
<li>Above the video, click Captions and Subtitles, to see the options for adding captions or a transcript.</li>
</ul>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="YouTubeCaptions00" border="0" alt="YouTubeCaptions00" src="http://debradalgleish.com/blog/wp-content/uploads/2010/07/YouTubeCaptions00.png" width="400" height="159" /> </p>
<ul>
<li> Click the button for Request Processing (English only). </li>
<li>Then, wander off and do something else for a day or two, while the transcript is prepared.</li>
</ul>
<p>&#160;<img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="YouTubeCaptions07" border="0" alt="YouTubeCaptions07" src="http://debradalgleish.com/blog/wp-content/uploads/2010/07/YouTubeCaptions071.png" width="309" height="264" /> </p>
<h3>Download the Transcript File</h3>
<p>The message says it will take a few days to prepare the transcript, but I checked less than 24 hours later, and my transcript was ready.</p>
<ul>
<li>Click the Download button, and save the file (in sbv format) to your computer.</li>
</ul>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="YouTubeCaptions01" border="0" alt="YouTubeCaptions01" src="http://debradalgleish.com/blog/wp-content/uploads/2010/07/YouTubeCaptions01.png" width="394" height="226" /> </p>
<h3>Revise the Transcript File</h3>
<p>I opened the file in Notepad++, to see what it looked like. Some of the transcript looked fine, like line 20 shown below. Other text, like line 23, weren&#8217;t so good. Sure, some of the video might be a bit boring, but none of it is gross!</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="YouTubeCaptions02" border="0" alt="YouTubeCaptions02" src="http://debradalgleish.com/blog/wp-content/uploads/2010/07/YouTubeCaptions02.png" width="394" height="134" /> </p>
<p>So, I listened to the video, while making some corrections to the transcript. For example, line 23 was changed to, &quot;When you see the warning, click Enable Macros.&quot;</p>
<p>Then I saved and closed the transcript file.</p>
<h3>Upload the Transcript File</h3>
<p>To upload the revised transcript file:</p>
<ul>
<li>Log in to YouTube, go to the video page, and click the Captions and Subtitles tab.</li>
<li>Click Browse, and select the transcript file.</li>
<li>Select a Type &#8212; either Caption File or Transcript File. The file that YouTube created for me had both times and text, so I selected Caption File.</li>
</ul>
<blockquote><p>For the Type option, YouTube describes the difference between a caption file and a transcript file:</p>
<ul>
<li>A &quot;caption file&quot; contains both the text and information about when each line of text should be displayed.</li>
<li>A &quot;transcript file&quot; on the other hand just contains the text of what was said in the video. If the video&#8217;s in English, YouTube can use speech processing algorithms to determine when the words in a transcript should be displayed.</li>
</ul>
</blockquote>
<ul>
<li>Add a file name (optional), then click Upload File</li>
</ul>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="YouTubeCaptions03" border="0" alt="YouTubeCaptions03" src="http://debradalgleish.com/blog/wp-content/uploads/2010/07/YouTubeCaptions03.png" width="334" height="313" /></p>
<h3>See the Captions</h3>
<p>On the video, click the Play button, and the captions start rolling.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="YouTubeCaptions05" border="0" alt="YouTubeCaptions05" src="http://debradalgleish.com/blog/wp-content/uploads/2010/07/YouTubeCaptions05.png" width="386" height="197" /></p>
<p>There&#8217;s a Transcript button that you can click, to see the entire transcript. It&#8217;s interactive, so you can click on a line, and go to that point in the video.</p>
<p>&#160;<a href="http://debradalgleish.com/blog/wp-content/uploads/2010/07/YouTubeCaptions06.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="YouTubeCaptions06" border="0" alt="YouTubeCaptions06" src="http://debradalgleish.com/blog/wp-content/uploads/2010/07/YouTubeCaptions06_thumb.png" width="402" height="229" /></a>&#160; </p>
<h3>Pros and Cons</h3>
<p>There were many things to correct in the transcript file, but it was much easier to use that file, with the times added, than to create a transcript from scratch. Also, there was some entertainment value in seeing how my tutorial was translated.</p>
<p>The captions block the bottom 1/2&quot; or so of the screen, and that might cover some of the tutorial material. However, for anyone with English as a second language, or a hearing impairment, the captions will probably be a useful addition to the video.</p>
<h3>The Transcribed Video</h3>
<p>Here&#8217;s the video, so you can see the results for yourself. If you can&#8217;t see the captions in this embedded video, you can go to the <a title="YouTube page" href="http://www.youtube.com/watch?v=7JjkV1CX11g">YouTube page</a>. </p>
<p>What do you think of the captions? Is it something you&#8217;d add to your own videos?</p>
<p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:b4a3001e-fad7-45e7-9358-f149f6e65f3a" class="wlWriterEditableSmartContent">
<div><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/7JjkV1CX11g&amp;hl=en_US&amp;fs=1?rel=0&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1&amp;hl=en"></param><embed src="http://www.youtube.com/v/7JjkV1CX11g&amp;hl=en_US&amp;fs=1?rel=0&amp;color1=0x234900&amp;color2=0x4e9e00&amp;border=1&amp;hl=en" type="application/x-shockwave-flash" width="425" height="355"></embed></object></div>
</div>
<p>______</p>
]]></content:encoded>
			<wfw:commentRss>http://debradalgleish.com/blog/2010/07/06/add-captions-to-a-youtube-video/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Grading Your Website</title>
		<link>http://debradalgleish.com/blog/2010/06/30/grading-your-website/</link>
		<comments>http://debradalgleish.com/blog/2010/06/30/grading-your-website/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 15:14:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Excel blog]]></category>

		<guid isPermaLink="false">http://debradalgleish.com/blog/2010/06/30/grading-your-website/</guid>
		<description><![CDATA[It&#8217;s the end of the school year &#8212; the perfect time to grade your website. Today I tried the free analysis tool, Website Grader, to see how well Contextures would do. It&#8217;s easy to do &#8212; just fill in the &#8230; <a href="http://debradalgleish.com/blog/2010/06/30/grading-your-website/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="Website Grader" href="http://websitegrader.com/"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 10px; display: inline; border-top: 0px; border-right: 0px" title="website-grader-logo-small" border="0" alt="website-grader-logo-small" align="right" src="http://debradalgleish.com/blog/wp-content/uploads/2010/06/websitegraderlogosmall.png" width="214" height="88" /></a>It&#8217;s the end of the school year &#8212; the perfect time to grade your website. Today I tried the free analysis tool, <a title="Website Grader" href="http://websitegrader.com/">Website Grader</a>, to see how well <a title="Contextures" href="http://www.contextures.com">Contextures</a> would do.</p>
<p>It&#8217;s easy to do &#8212; just fill in the website address and your email, then click the Generate Report button. There&#8217;s also an option to enter the website address for competitor sites, so you can compare your results with theirs. I picked a couple of other Excel sites, so I could see where Contextures stood in comparison.</p>
<p>A couple of minutes later, the results were shown, and Contextures scored 96.8 &#8212; pretty good, with room for improvement.</p>
<h3>Website Content</h3>
<p>Website Grader was impressed that I had a blog, and posted there recently. It told me how many Google index pages are on my site (156), and said, &quot;Generally, the more pages your site has within the Google cache, the better.&quot; So, I&#8217;d better add a few more!</p>
<p>The readability score surprised me &#8212; College Undergraduate. I try to avoid five-dollar words, and describe things as simply as possible, but if you read my website, you&#8217;re obviously pretty smart.</p>
<p>There&#8217;s a link to a <a title="Blog Grader" href="http://blog.grader.com/">Blog Grader</a> too, if you want to try that.</p>
<h3>Website Optimization</h3>
<p>The report warned me that my Page Title was too long &#8212; by 1 character, so I&#8217;ve fixed that. It also recommended that I get the font tags out of the page. I&#8217;m starting an online CSS course next week, so I&#8217;ll improve things after that.</p>
<h3>Website Promotion</h3>
<p>The report even gives you a Twitter Grade, if there&#8217;s an account tied to the website. I was surprised to get 91.36, since I only have a few followers, and don&#8217;t tweet very often.</p>
<h3>Monthly Reports</h3>
<p>I signed up for the free monthly report, so I&#8217;ll see if the minor changes that I made had any effect. They&#8217;re also promoting a paid service, but it starts at $250/month, so I&#8217;ll pass on that.</p>
<h3>What&#8217;s Your Grade?</h3>
<p>Have you graded your website? Did you agree with the outcome? Please share your results in the comments.</p>
<p>__________</p>
]]></content:encoded>
			<wfw:commentRss>http://debradalgleish.com/blog/2010/06/30/grading-your-website/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>You Have to Sleep Eventually</title>
		<link>http://debradalgleish.com/blog/2010/06/28/you-have-to-sleep-eventually/</link>
		<comments>http://debradalgleish.com/blog/2010/06/28/you-have-to-sleep-eventually/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 04:11:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Computer tips]]></category>

		<guid isPermaLink="false">http://debradalgleish.com/blog/2010/06/28/you-have-to-sleep-eventually/</guid>
		<description><![CDATA[When you&#8217;re self-employed, you can set your own hours, and sometimes those hours can run into the wee hours of the morning. After staring at the computer screen all day and most of the night, your eyes might be tired, &#8230; <a href="http://debradalgleish.com/blog/2010/06/28/you-have-to-sleep-eventually/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When you&#8217;re self-employed, you can set your own hours, and sometimes those hours can run into the wee hours of the morning. After staring at the computer screen all day and most of the night, your eyes might be tired, but the rest of you is strangely wide awake.</p>
<p>If you want to make it easier to fall asleep at night, adjusting the brightness of your computer monitor might help. I downloaded a free program, <a title="f.lux" href="http://www.stereopsis.com/flux/">f.lux</a>,&#160; that changes the colour of your monitor, based on the time of day, and the type of lighting that you have.</p>
<p><a title="f.lux" href="http://www.stereopsis.com/flux/"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="flux01" border="0" alt="flux01" src="http://debradalgleish.com/blog/wp-content/uploads/2010/06/flux01.png" width="380" height="87" /></a></p>
<h3>Adjust the Settings</h3>
<p>You can set your location by zip code or longitude and latitude, and it helps you find those settings, if you don&#8217;t have them memorized.</p>
<p><a href="http://debradalgleish.com/blog/wp-content/uploads/2010/06/flux03.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="flux03" border="0" alt="flux03" src="http://debradalgleish.com/blog/wp-content/uploads/2010/06/flux03_thumb.png" width="358" height="147" /></a></p>
<p>You can also adjust the daytime and night settings, to control the monitor colour changes.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="flux02" border="0" alt="flux02" src="http://debradalgleish.com/blog/wp-content/uploads/2010/06/flux02.png" width="344" height="229" />&#160; </p>
<h3>Turn It Off</h3>
<p>There&#8217;s an option to disable the colour change for an hour, if you want to work on something colour-sensitive, or if you have to stay awake to finish the project that&#8217;s due tomorrow morning. </p>
<p>Be careful though &#8212; when I temporarily turned f.lux off, I was almost blinded by the monitor light. </p>
<h3>Does f.lux Help?</h3>
<p>Will the late night colour softening help me get to sleep? Maybe. At least it makes it easier to look at the screen in the evening, so that&#8217;s a good thing. And I am starting to feel a bit drowsy….&#160; </p>
]]></content:encoded>
			<wfw:commentRss>http://debradalgleish.com/blog/2010/06/28/you-have-to-sleep-eventually/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Fresh New WordPress 3.0 Look</title>
		<link>http://debradalgleish.com/blog/2010/06/18/a-fresh-new-wordpress-3-0-look/</link>
		<comments>http://debradalgleish.com/blog/2010/06/18/a-fresh-new-wordpress-3-0-look/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 17:28:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Excel blog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://debradalgleish.com/blog/2010/06/18/a-fresh-new-wordpress-3-0-look/</guid>
		<description><![CDATA[Emboldened by yesterday&#8217;s success in installing the WordPress 3.0 upgrade, I decided to install their new default theme &#8212; Twenty Ten. It&#8217;s optimized for all the new WordPress 3.0 features, so it will give me a chance to try some &#8230; <a href="http://debradalgleish.com/blog/2010/06/18/a-fresh-new-wordpress-3-0-look/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Emboldened by yesterday&#8217;s success in installing the WordPress 3.0 upgrade, I decided to install their new default theme &#8212; Twenty Ten. It&#8217;s optimized for all the new WordPress 3.0 features, so it will give me a chance to try some of them.</p>
<p>There&#8217;s a header picture option with the Twenty Ten theme, so this blog has a bit of colour now. Exciting, I know!</p>
<p>I&#8217;ve added a Recent Comments list in the right sidebar, and a list of categories, to make it easier to find things.</p>
<p>If you&#8217;re reading this in your RSS feed, you can wander over to the blog, and see what you think.</p>
<p>I like the clean look of the theme, and nice big font, and it&#8217;s easy to change the column settings and layout.</p>
<p>So far, so good.</p>
<p>___________</p>
]]></content:encoded>
			<wfw:commentRss>http://debradalgleish.com/blog/2010/06/18/a-fresh-new-wordpress-3-0-look/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Testing the WordPress 3.0 Upgrade</title>
		<link>http://debradalgleish.com/blog/2010/06/17/testing-the-wordpress-3-0-upgrade/</link>
		<comments>http://debradalgleish.com/blog/2010/06/17/testing-the-wordpress-3-0-upgrade/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 19:43:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Excel blog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://debradalgleish.com/blog/2010/06/17/testing-the-wordpress-3-0-upgrade/</guid>
		<description><![CDATA[An advantage to having multiple blogs is that you can test things on a smaller blog, before installing them on your main blog. For example, WordPress 3.0 was released today, so I decided to test it on this blog first. &#8230; <a href="http://debradalgleish.com/blog/2010/06/17/testing-the-wordpress-3-0-upgrade/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>An advantage to having multiple blogs is that you can test things on a smaller blog, before installing them on your main blog.</p>
<p>For example, WordPress 3.0 was released today, so I decided to test it on this blog first. </p>
<h3>Backup First</h3>
<p>Before installing the upgrade, I did an export of the blog&#8217;s data, from the WordPress dashboard. It would be smart to do a full database backup too, but I felt like living on the edge.</p>
<h3>Find the Upgrade Button</h3>
<p>For previous upgrades, I&#8217;ve seen a notice near the top of the dashboard, advising me that a new version of WordPress is available. There wasn&#8217;t anything visible when I logged in to WordPress, and I found the Upgrade option under the Tools menu in the dashboard&#8217;s sidebar.</p>
<p><a href="http://debradalgleish.com/blog/wp-content/uploads/2010/06/wp03a.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="wp03a" border="0" alt="wp03a" src="http://debradalgleish.com/blog/wp-content/uploads/2010/06/wp03a_thumb.png" width="226" height="186" /></a></p>
<h3>Automatic Upgrade</h3>
<p>You can download all the files and manually install the upgrade, but I opted to click the Upgrade Automatically button.</p>
<p><a href="http://debradalgleish.com/blog/wp-content/uploads/2010/06/wp03b.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="wp03b" border="0" alt="wp03b" src="http://debradalgleish.com/blog/wp-content/uploads/2010/06/wp03b_thumb.png" width="244" height="159" /></a></p>
<p>Everything went smoothly, and only took a few seconds.</p>
<h3>New Features in WordPress 3.0</h3>
<p>You can read about the <a title="new WordPress 3.0 features" href="http://codex.wordpress.org/Version_3.0">new WordPress 3.0 features</a> on the WordPress site.</p>
<p>The new feature that I noticed immediately is the Updates option under the Dashboard menu in the sidebar.</p>
<p>It was highlighted with a 1 symbol, and showed that my Theme had an update available. It&#8217;s handy to have everything in one screen, instead of individual lists.</p>
<p>So, I updated the theme, and even remembered to re-install the Google Analytics tracking code in the footer!</p>
<p>  <a href="http://debradalgleish.com/blog/wp-content/uploads/2010/06/wp03c.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="wp03c" border="0" alt="wp03c" src="http://debradalgleish.com/blog/wp-content/uploads/2010/06/wp03c_thumb.png" width="244" height="156" /></a>&#160;
</p>
<h3>Will You Upgrade?</h3>
<p>I&#8217;ll wait a day or two before installing WordPress 3.0 on any other blog, just to be sure everything REALLY went smoothly.</p>
<p>How about you? Will you upgrade to WordPress 3.0, or stick with your current version for a while?</p>
<p>___________</p>
]]></content:encoded>
			<wfw:commentRss>http://debradalgleish.com/blog/2010/06/17/testing-the-wordpress-3-0-upgrade/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Problems Deleting an Outlook Folder</title>
		<link>http://debradalgleish.com/blog/2010/05/26/problems-deleting-an-outlook-folder/</link>
		<comments>http://debradalgleish.com/blog/2010/05/26/problems-deleting-an-outlook-folder/#comments</comments>
		<pubDate>Wed, 26 May 2010 15:06:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Microsoft Office Tips]]></category>

		<guid isPermaLink="false">http://debradalgleish.com/blog/2010/05/26/problems-deleting-an-outlook-folder/</guid>
		<description><![CDATA[I&#8217;ve had some strange problems with Outlook for the past couple of weeks complains about things not being closed properly usually crashes the first time I try to print a message crashed when I tried to select a couple of &#8230; <a href="http://debradalgleish.com/blog/2010/05/26/problems-deleting-an-outlook-folder/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had some strange problems with Outlook for the past couple of weeks</p>
<ul>
<li>complains about things not being closed properly</li>
<li>usually crashes the first time I try to print a message</li>
<li>crashed when I tried to select a couple of messages (it&#8217;s challenging to delete a message when you can&#8217;t click on it!)</li>
<li>very slow opening and closing</li>
</ul>
<p>Probably the Outlook file was getting pretty big, so I deleted a bunch of messages, and compacted the Personal Folder. The Outlook.pst file was reduced to about half its previous size, but some of the problems persist.</p>
<h2>How To Delete an Outlook Subfolder</h2>
<p>Today I wanted to delete a subfolder that I don&#8217;t need, and even though the folder is empty, an Outlook showed a message said the folder was full, and couldn&#8217;t be deleted. Or maybe I didn&#8217;t have the correct permissions, and should check with the Administrator. Well, I&#8217;m the Administrator, and have permission to do whatever I want! </p>
<p>Google showed me how to get rid of that folder though. </p>
<ul>
<li>Press the Ctrl key while opening Outlook, and confirm that you want to open in Safe mode.</li>
<li>Then, while you&#8217;re in Safe mode, select the folder and delete it.</li>
</ul>
<p>If you&#8217;ve run into a similar problem, I hope this works for you too.</p>
<p>__________</p>
]]></content:encoded>
			<wfw:commentRss>http://debradalgleish.com/blog/2010/05/26/problems-deleting-an-outlook-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taking an Online JavaScript Course</title>
		<link>http://debradalgleish.com/blog/2010/04/21/taking-an-online-javascript-course/</link>
		<comments>http://debradalgleish.com/blog/2010/04/21/taking-an-online-javascript-course/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 18:28:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Excel training]]></category>

		<guid isPermaLink="false">http://debradalgleish.com/blog/2010/04/21/taking-an-online-javascript-course/</guid>
		<description><![CDATA[Learn JavaScript for $9.95! That sounded like a pretty good deal to me, since most online courses an much more expensive than that. When I got the JavaScript Live Course email from SitePoint.com, I followed the link to see what &#8230; <a href="http://debradalgleish.com/blog/2010/04/21/taking-an-online-javascript-course/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Learn JavaScript for $9.95! That sounded like a pretty good deal to me, since most online courses an much more expensive than that.</p>
<p>When I got the <a title="JavaScript Course" href="http://www.sitepoint.com/launch/b02853/">JavaScript Live Course</a> email from SitePoint.com, I followed the link to see what the course was about. There was a video with the course leader describing the content and delivery, and a link to see the course outline.</p>
<p>In the 3-week course there are 4 online sessions per week, with a live Q&amp;A session each Friday. There&#8217;s also a private online discussion forum where you can get help with the practical exercises.</p>
<p>So, I signed up. Maybe I&#8217;ll learn a few things about JavaScript that I can use in my business. What&#8217;s really of interest to me though, is seeing how someone runs an online technical course. How will everything work? Will they hit any snags? What will the customer experience be like? What materials and training methods work best?</p>
<p>The answers to those questions are certainly worth much more than $9.95, and might help me plan an online course of my own.</p>
<p>Are you signing up? If you are, let me know, and we can sit in the back row of the class, or work on homework assignments together.</p>
<p>_________</p>
]]></content:encoded>
			<wfw:commentRss>http://debradalgleish.com/blog/2010/04/21/taking-an-online-javascript-course/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Printing a Web Page</title>
		<link>http://debradalgleish.com/blog/2010/04/20/printing-a-web-page/</link>
		<comments>http://debradalgleish.com/blog/2010/04/20/printing-a-web-page/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 16:04:00 +0000</pubDate>
		<dc:creator>Debra Dalgleish</dc:creator>
				<category><![CDATA[Computer tips]]></category>
		<category><![CDATA[Excel Consulting]]></category>

		<guid isPermaLink="false">http://debradalgleish.com/blog/2010/04/20/printing-a-web-page/</guid>
		<description><![CDATA[You might find something online that you want to print, such as instructions for doing something in Excel, or a tasty looking recipe. Usually that page has a bunch of stuff that you don&#8217;t want to print, like ads and &#8230; <a href="http://debradalgleish.com/blog/2010/04/20/printing-a-web-page/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>You might find something online that you want to print, such as instructions for doing something in Excel, or a tasty looking recipe.</p>
<p>Usually that page has a bunch of stuff that you don&#8217;t want to print, like ads and header and footers.</p>
<p>A while ago I <a title="discovered Print What You Like" href="http://blog.contextures.com/archives/2008/09/19/print-what-you-like-and-decipher-mysteries/">discovered Print What You Like</a>, where you can enter a URL, then clean up that page for printing. However, I could never find that page when I needed it, so I rarely used it.</p>
<p>Today I found <a title="The Printliminator" href="http://css-tricks.com/examples/ThePrintliminator/">The Printliminator</a>, a similar utility, which runs from a bookmarklet. Just drag the bookmarklet to your Bookmarks toolbar, then click it when you want to clean up a page.</p>
<p>Highlight a section, then click to remove it, or press Alt and click, to remove everything except the selected section.</p>
<p>There&#8217;s also a set of buttons, including one to remove all graphics, and a button to Undo the last step.</p>
<p><a href="http://debradalgleish.com/blog/wp-content/uploads/2010/04/printliminator.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="printliminator" border="0" alt="printliminator" src="http://debradalgleish.com/blog/wp-content/uploads/2010/04/printliminator_thumb.png" width="185" height="206" /></a>&#160;</p>
<p>When I went back to find the Print What You Like page today, I saw that it has a bookmarklet too. Maybe it&#8217;s new, or I missed that the last time that I looked.</p>
<p>Anyway, I hope you find this useful, and I wish they&#8217;d invent a cleanup tool for email too. Then I could crop off those long paragraphs that warn me about saving the environment by not printing. </p>
<p>____________</p>
]]></content:encoded>
			<wfw:commentRss>http://debradalgleish.com/blog/2010/04/20/printing-a-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
