<?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>Tech Master Jim &#187; Tech Tips</title>
	<atom:link href="http://techmasterjim.com/category/tech-tips/feed" rel="self" type="application/rss+xml" />
	<link>http://techmasterjim.com</link>
	<description>Technical Solutions to Computer and Internet Problems</description>
	<lastBuildDate>Wed, 16 Sep 2009 23:19:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS, Cascading Style Sheet Basics – The Style Placement</title>
		<link>http://techmasterjim.com/tech-tips/css-cascading-style-sheet-basics-%e2%80%93-the-style-placement_45</link>
		<comments>http://techmasterjim.com/tech-tips/css-cascading-style-sheet-basics-%e2%80%93-the-style-placement_45#comments</comments>
		<pubDate>Tue, 01 Sep 2009 15:45:09 +0000</pubDate>
		<dc:creator>Tech_Master_Jim</dc:creator>
				<category><![CDATA[CSS Tips]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[Basics]]></category>
		<category><![CDATA[Cascading]]></category>
		<category><![CDATA[cascading style sheet]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[css file]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[html tag]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[link href]]></category>
		<category><![CDATA[link tag]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[style css]]></category>
		<category><![CDATA[style sheet]]></category>
		<category><![CDATA[style sheet basics]]></category>
		<category><![CDATA[style type]]></category>
		<category><![CDATA[stylesheet]]></category>
		<category><![CDATA[web page]]></category>

		<guid isPermaLink="false">http://techmasterjim.com/?p=45</guid>
		<description><![CDATA[Using a style sheet to define a web page is a good way to get consistency in page design from one page to another on a web site. The style can be placed in the web page directly or it can be placed in a separate file and called by a link from the web [...]]]></description>
			<content:encoded><![CDATA[<p>Using a style sheet to define a web page is a good way to get consistency in page design from one page to another on a web site. The style can be placed in the web page directly or it can be placed in a separate file and called by a link from the web page.</p>
<p style="text-align: center;"><strong>CSS Within A Page</strong></p>
<p>Using a style within a page is easy to define with the HTML tag &lt;STYLE&gt;. The type of style is “text/css”. So that tag would be &lt;STYLE type=”text/css”&gt;. Then everything after this tag would be the styles.</p>
<p style="text-align: center;"><strong>CSS Called From An External File</strong></p>
<p>Using a style sheet that is called from an external file is a good way to have consistency between pages on a web site, since the same style can be used in each page without having to define it all over again in each web page.</p>
<p>The HTML tag to accomplish this is the LINK tag &lt;LINK&gt;. It contains 3 attributes, the <em>href, rel,</em> and the <em>type</em>. The whole tag would be &lt;link href=&#8221;Style.css&#8221; rel=&#8221;stylesheet&#8221;&gt;. What comes after the href is the name of the file and location of the style sheet file. In this case the style sheet is in the same directory as the web page that is using it, so only the “Style.css” file name is necessary.</p>
<p>Examples of how this is used will be shown in the coming CSS posts …</p>
<p>By: Tech Master Jim</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://techmasterjim.com/tech-tips/php-what-is-it_35" title="PHP – What Is It? (August 28, 2009)">PHP – What Is It?</a> (0)</li>
	<li><a href="http://techmasterjim.com/tech-tips/excel-tips-%e2%80%93-destination-formatting-of-copied-data_20" title="Excel Tips – Destination Formatting Of Copied Data (August 10, 2009)">Excel Tips – Destination Formatting Of Copied Data</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://techmasterjim.com/tech-tips/css-cascading-style-sheet-basics-%e2%80%93-the-style-placement_45/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP – What Is It?</title>
		<link>http://techmasterjim.com/tech-tips/php-what-is-it_35</link>
		<comments>http://techmasterjim.com/tech-tips/php-what-is-it_35#comments</comments>
		<pubDate>Fri, 28 Aug 2009 15:11:35 +0000</pubDate>
		<dc:creator>Tech_Master_Jim</dc:creator>
				<category><![CDATA[PHP Tips]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[assistance]]></category>
		<category><![CDATA[beginning]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[dynamic HTML]]></category>
		<category><![CDATA[dynamic web pages]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[html page]]></category>
		<category><![CDATA[html pages]]></category>
		<category><![CDATA[Hypertext]]></category>
		<category><![CDATA[Jim]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[learn php]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[learning php]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[Outsourcing]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php book]]></category>
		<category><![CDATA[php code]]></category>
		<category><![CDATA[php developer]]></category>
		<category><![CDATA[php example]]></category>
		<category><![CDATA[php examples]]></category>
		<category><![CDATA[php news]]></category>
		<category><![CDATA[php outsourcing]]></category>
		<category><![CDATA[php programmer]]></category>
		<category><![CDATA[php programming]]></category>
		<category><![CDATA[php script]]></category>
		<category><![CDATA[php scripts]]></category>
		<category><![CDATA[php software]]></category>
		<category><![CDATA[php template]]></category>
		<category><![CDATA[php training]]></category>
		<category><![CDATA[php tutorial]]></category>
		<category><![CDATA[php tutorials]]></category>
		<category><![CDATA[php video]]></category>
		<category><![CDATA[php website]]></category>
		<category><![CDATA[preprocessor]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[programming php]]></category>
		<category><![CDATA[rasmus lerdorf]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[scripting language]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[software problem]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[TechMasterJim]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web page]]></category>
		<category><![CDATA[web site problem]]></category>
		<category><![CDATA[web site problems]]></category>
		<category><![CDATA[Wikipedia]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://techmasterjim.com/?p=35</guid>
		<description><![CDATA[What is PHP? If you look over the internet, you’ll see references to PHP everywhere. But it wasn’t that long ago when there were only simple HTML web pages on web sites. These pages were static and displayed exactly what was written in the HTML code.
Then Came PHP
If you’re interested in the origins of things, [...]]]></description>
			<content:encoded><![CDATA[<p>What is PHP? If you look over the internet, you’ll see references to PHP everywhere. But it wasn’t that long ago when there were only simple HTML web pages on web sites. These pages were static and displayed exactly what was written in the HTML code.</p>
<p style="text-align: center;"><strong>Then Came PHP</strong></p>
<p>If you’re interested in the origins of things, <a title="Wikipedia - PHP Scripting Language" href="http://en.wikipedia.org/wiki/PHP" target="_blank">Wikipedia</a> has an excellent article about the beginnings of PHP. Like many languages it started out to solve one person’s problem, Rasmus Lerdorf. He wanted to have his own <em><strong>P</strong>ersonal <strong>H</strong>ome <strong>P</strong>age</em> that he could easily update. Thus, was born <strong>PHP</strong>.</p>
<p style="text-align: center;"><strong>PHP Script Has Evolved</strong></p>
<p>From this early beginning, PHP scripts have evolved into a relatively complex set of commands that can perform many different functions to create dynamic web pages. In fact it’s the scripting language that the popular WordPress blogging software is based upon. All WordPress blogs are running PHP programming.</p>
<p style="text-align: center;"><strong>PHP Is Now Hypertext Preprocessor</strong></p>
<p>Now that PHP has been release into the public, the early name changed to <em>Hypertext Preprocessor</em>. What this means is that the commands in PHP preprocess information to create HTML pages before the pages are sent back to your browser. This in turn gives great flexibility to the displayed pages. One HTML page can now display a multitude of different information, and in some cases look entirely different. That’s the reason a PHP script can create dynamic HTML pages.</p>
<p style="text-align: center;"><strong>Learning PHP to PHP Outsourcing</strong></p>
<p>Whether you want to learn PHP, do PHP programming, become a PHP programmer, or just understand PHP code, the <strong><em>TechMasterJim</em></strong> blog can provide you the type of help you’re looking for. You don’t have to be a PHP developer to find valuable assistance in dealing with a PHP template.</p>
<p style="text-align: center;"><strong>PHP Training And PHP Tutorials</strong></p>
<p>From time to time there will be some PHP training, discussion of PHP software, some PHP examples of dealing with specific problems, and occasional references to a PHP book that may be of additional help.</p>
<p>To keep you up to date on what’s happening, you can subscribe to my RSS feed and receive notification of new posts and PHP news.</p>
<p>By: Tech Master Jim</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://techmasterjim.com/tech-tips/welcome-tech-master-jim_1" title="Welcome from Tech Master Jim (September 15, 2008)">Welcome from Tech Master Jim</a> (0)</li>
	<li><a href="http://techmasterjim.com/tech-tips/excel-tips-%e2%80%93-destination-formatting-of-copied-data_20" title="Excel Tips – Destination Formatting Of Copied Data (August 10, 2009)">Excel Tips – Destination Formatting Of Copied Data</a> (0)</li>
	<li><a href="http://techmasterjim.com/about" title="About (September 15, 2008)">About</a> (0)</li>
	<li><a href="http://techmasterjim.com/tech-tips/css-cascading-style-sheet-basics-%e2%80%93-the-style-placement_45" title="CSS, Cascading Style Sheet Basics – The Style Placement (September 1, 2009)">CSS, Cascading Style Sheet Basics – The Style Placement</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://techmasterjim.com/tech-tips/php-what-is-it_35/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excel Tips – Destination Formatting Of Copied Data</title>
		<link>http://techmasterjim.com/tech-tips/excel-tips-%e2%80%93-destination-formatting-of-copied-data_20</link>
		<comments>http://techmasterjim.com/tech-tips/excel-tips-%e2%80%93-destination-formatting-of-copied-data_20#comments</comments>
		<pubDate>Mon, 10 Aug 2009 18:20:09 +0000</pubDate>
		<dc:creator>Tech_Master_Jim</dc:creator>
				<category><![CDATA[Excel Tips]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[active link]]></category>
		<category><![CDATA[cells]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[Destination]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[excel spreadsheet]]></category>
		<category><![CDATA[exel tips]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[formatting]]></category>
		<category><![CDATA[Jim]]></category>
		<category><![CDATA[long wait]]></category>
		<category><![CDATA[paste]]></category>
		<category><![CDATA[spreadsheet cell]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[web page]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://techmasterjim.com/?p=20</guid>
		<description><![CDATA[Have you ever copied something from a web page and tried to put it into an Excel spreadsheet? If you’re like me, you would rather not type the information into a cell. You’d rather copy and paste it. At least that way you don’t have typos.
But what happens to the copied material when it is [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever copied something from a web page and tried to put it into an Excel spreadsheet? If you’re like me, you would rather not type the information into a cell. You’d rather copy and paste it. At least that way you don’t have typos.</p>
<p>But what happens to the copied material when it is placed into the Excel spreadsheet? You wait and wait for Excel to figure out what the format needs to be to keep it like the web page. Then, it comes out bold, in large or small type, and maybe even different colors, depending upon what it looked like on the web page. You may also get an active link you don’t want.</p>
<p>Now what do you do? Well after the long wait to see what the data looks like, you could click on the little pull down “Paste Options” box and select “Match Destination Formatting.” But that’s an extra step.</p>
<p style="text-align: center;"><strong>Avoiding The Long Wait And Reformatting</strong></p>
<p>If you don’t want to go through the hassle of having to do that or reformat the data, there’s a simple little trick to pasting the information into your spreadsheet cell. Just go up to the function bar, the space right after the <em>fx</em>, at the top of the spreadsheet after pointing to the cell where you want the data to appear. Paste the copied material into the function location.</p>
<p>When you do that, the original formatting of the data is not even taken into account, and the data appears just as if you had typed it in manually, just the way you want it.</p>
<p>Example:</p>
<p>            Copy This From Web Page <img class="aligncenter size-full wp-image-21" title="Yahoo_web_page" src="http://techmasterjim.com/wp-content/uploads/2009/08/Yahoo_web_page.jpg" alt="Yahoo_web_page" width="640" height="156" /></p>
<p>When you copy directly into a cell you get this.</p>
<p><img class="aligncenter size-full wp-image-22" title="Excel_paste" src="http://techmasterjim.com/wp-content/uploads/2009/08/Excel_paste.jpg" alt="Excel_paste" width="538" height="171" /></p>
<p>Instead copy into the function line.</p>
<p><img class="aligncenter size-full wp-image-23" title="Excel_Yahoo_paste" src="http://techmasterjim.com/wp-content/uploads/2009/08/Excel_Yahoo_paste.jpg" alt="Excel_Yahoo_paste" width="477" height="203" /><br class="spacer_" />Then you get this.</p>
<p><img class="aligncenter size-full wp-image-24" title="Excel_Yahoo_paste_done" src="http://techmasterjim.com/wp-content/uploads/2009/08/Excel_Yahoo_paste_done.jpg" alt="Excel_Yahoo_paste_done" width="487" height="196" /></p>
<p style="text-align: center;"><strong>One Caveat – Single Cell Copy Only</strong></p>
<p>One caveat with this method is that this only works for single cell copying. If you have data that you want to show up in multiple cells, then this won’t work, because all of the data will be pasted into that one cell.</p>
<p>By: Tech Master Jim</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://techmasterjim.com/tech-tips/php-what-is-it_35" title="PHP – What Is It? (August 28, 2009)">PHP – What Is It?</a> (0)</li>
	<li><a href="http://techmasterjim.com/tech-tips/css-cascading-style-sheet-basics-%e2%80%93-the-style-placement_45" title="CSS, Cascading Style Sheet Basics – The Style Placement (September 1, 2009)">CSS, Cascading Style Sheet Basics – The Style Placement</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://techmasterjim.com/tech-tips/excel-tips-%e2%80%93-destination-formatting-of-copied-data_20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome from Tech Master Jim</title>
		<link>http://techmasterjim.com/tech-tips/welcome-tech-master-jim_1</link>
		<comments>http://techmasterjim.com/tech-tips/welcome-tech-master-jim_1#comments</comments>
		<pubDate>Mon, 15 Sep 2008 22:01:51 +0000</pubDate>
		<dc:creator>Tech_Master_Jim</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[computer problems]]></category>
		<category><![CDATA[computer troubleshooting]]></category>
		<category><![CDATA[software problem]]></category>
		<category><![CDATA[technical problem]]></category>
		<category><![CDATA[technical problems]]></category>
		<category><![CDATA[technical troubleshooting]]></category>
		<category><![CDATA[troubleshoot]]></category>
		<category><![CDATA[web site problem]]></category>
		<category><![CDATA[web site problems]]></category>

		<guid isPermaLink="false">http://techmasterjim.com/?p=1</guid>
		<description><![CDATA[The information provided here is to assist you in solving your computer technical problems and to provide you with help to troubleshoot the problems you run into when dealing with computer software systems and the internet.

	Related posts
	
	About (0)
	PHP – What Is It? (0)


]]></description>
			<content:encoded><![CDATA[<p>The information provided here is to assist you in solving your computer technical problems and to provide you with help to troubleshoot the problems you run into when dealing with computer software systems and the internet.</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://techmasterjim.com/about" title="About (September 15, 2008)">About</a> (0)</li>
	<li><a href="http://techmasterjim.com/tech-tips/php-what-is-it_35" title="PHP – What Is It? (August 28, 2009)">PHP – What Is It?</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://techmasterjim.com/tech-tips/welcome-tech-master-jim_1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
