<?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>Basic lessons in HTML, CGI, SEO, domain registration, hosting - build an on line business! &#187; Graphics</title>
	<atom:link href="http://powertoearnmoney.com/tag/graphics/feed/" rel="self" type="application/rss+xml" />
	<link>http://powertoearnmoney.com</link>
	<description>Learn to write HTML, CGI, SEO tips, domain setup- to build a website or blog to earn money from home</description>
	<lastBuildDate>Mon, 07 May 2012 19:50:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Troubleshooting &#8211; HTML, Graphics, CGI, JAVA</title>
		<link>http://powertoearnmoney.com/html/troubleshooting-html-graphics-cgi-java/</link>
		<comments>http://powertoearnmoney.com/html/troubleshooting-html-graphics-cgi-java/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 01:01:54 +0000</pubDate>
		<dc:creator>AdminP</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Scripts - CGI, JavaScripts & PHP]]></category>
		<category><![CDATA[CGI]]></category>
		<category><![CDATA[JAVA]]></category>
		<category><![CDATA[Troubleshooting HTML]]></category>

		<guid isPermaLink="false">http://powertoearnmoney.com/?p=1006</guid>
		<description><![CDATA[<p>Murphy&#8217;s Law  does not discriminate when it comes to writing pages for your website or blog. Regardless if it&#8217;s HTML, graphics, CGI, or JAVA , you&#8217;re bound to run into some &#8216;glitches&#8217; along the way. While understanding and knowing how to use the program you&#8217;re working with is a big plus &#8211; you can track [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-1005" href="http://powertoearnmoney.com/html/troubleshooting-html-graphics-cgi-java/attachment/murphy-3/"><img class="alignright size-full wp-image-1005" title="murphy" src="http://powertoearnmoney.com/wp-content/uploads/2010/03/murphy2.jpg" alt="" width="152" height="152" /></a>Murphy&#8217;s Law  does not discriminate when it comes to writing pages for your website or blog. Regardless if it&#8217;s HTML, graphics, CGI, or JAVA , you&#8217;re bound to run into some &#8216;glitches&#8217; along the way. While understanding and knowing how to use the program you&#8217;re working with is a big plus &#8211; you can track down and fix some problems by having just a basic understanding of how a program works and knowing what to look for. The following are some of the more common errors you might encounter when writing a document or using images . . . along with a few simple fixes to consider.</p>
<h4>HTML</h4>
<p>If the document displays everything as bold, italics, underlined, centered, etc. &#8211; check for beginning and ending tags for the code, i.e., bolding, underlining, centering, font characteristics, etc. You will find most of the time this will be a very quick fix to most problems. (I know . . . this one was a &#8216;no brainer&#8217;)</p>
<p><strong>Tables </strong> give you a lot of control on how your information is displayed, however they can also be a real challenge. If you find your tables are out of alignment, columns are offset or the background images or colors you input do not display, try the following:</p>
<ul>
<li>Make sure all tables (including nested tables) have open/close tags for rows <span style="color: #0000ff;">&lt;tr&gt;, </span><span style="color: #0000ff;">&lt;/tr&gt;</span> and columns <span style="color: #0000ff;">&lt;td&gt;</span>, <span style="color: #0000ff;">&lt;/td&gt;</span>, and the table(s) have both beginning/ending table tags <span style="color: #0000ff;">&lt;table&gt;</span>, <span style="color: #0000ff;">&lt;/table&gt;.</span></li>
<li>Make use of  &#8216;colspan&#8217; tag when you want a single column in a table to span multiple columns, i.e., <span style="color: #0000ff;">&lt;td colspan=&#8217;N'&gt;</span> where &#8216;N&#8217; is the number of columns you want to span. </li>
<li>If your colored background doesn&#8217;t display or is not the right color &#8211; check for the <span style="color: #0000ff;"><strong>#</strong></span> before the hexadecimal color &#8211; leaving this symbol out will cause a problem. Also check for the double quotes (<span style="color: #0000ff;"><strong> &#8220;</strong></span> ) before and after the hexadecimal color &#8211; this will also cause an off color to display.</li>
<li>If using a background image for the page or in a table, make sure the image has been uploaded and the path in the document BODY tag or the HTML &#8216;background&#8217; tag for the table, row or column is correct.</li>
</ul>
<p><strong>Links </strong>help visitors navigate your website quickly, however, getting a 404 Error is definitely not cool. Always check links to make sure they are working once a new page has been uploaded. If they don&#8217;t and you get a 404 error, check for the following:</p>
<ul>
<li>Verify the page file extension used in the link is the same as the extension for the page uploaded. For example, a page with an <strong>.htm</strong> extension is not seen as the same document as a page with an <strong>.html</strong> extension</li>
<li>Use absolute links in the document &#8211; <em>the complete file name</em> &#8211; and check for any typo&#8217;s in the name. While you can type in a www.domain name with mixed upper or lower case letters and have it work, a page name is case sensitive and must be exactly the same.</li>
<li>Verify the page you are linking to is available on line.</li>
</ul>
<h4>Graphics/Images</h4>
<p>Images can be a real plus <em>but</em> if they don&#8217;t appear as planned &#8211; seeing an empty white box is not good, making the page look unprofessional. Some common fixes for missing images are:</p>
<ul>
<li>Verify the image&#8217;s file extension is correct in the code, i.e., jpg, gif, png, etc.</li>
<li>Look for typo&#8217;s in the name. Like page names, the image name is case sensitive.</li>
<li>Are the double quotes where they should be? Not having the complete code correctly written for every aspect of the image name and it&#8217;s attributes can cause a problem.</li>
<li>Verify the folder where the image resides is same as the folder used in the document code</li>
</ul>
<p style="padding-left: 60px;">If your picture  is in a folder named &#8216;images&#8217;, the following would be true:</p>
<p style="padding-left: 60px;">Correct: <span style="color: #0000ff;"><strong>&lt;img src=&#8221;http://www.yourdomain/images/yourpicture.gif&#8221; width=&#8221;500&#8243; height=&#8221;152&#8243;&gt;</strong></span></p>
<p style="padding-left: 60px;">Incorrect: <span style="color: #0000ff;"><strong>&lt;img src=&#8221;http://www.yourdomain/yourpicture.gif&#8221; width=&#8221;500&#8243; height=&#8221;152&#8243;&gt;</strong></span></p>
<ul>
<li>Verify the image has been uploaded and is visible on line by typing the address of the image into the address bar. Sometimes there can be a problem during uploading and uploading the image again will take care of everything.</li>
</ul>
<h4>CGI/JAVA</h4>
<p>CGI is a great way to get information from your visitors but it can be very frustrating trying to track down why a form may not be working correctly.  These are some of the most common culprits:</p>
<ul>
<li>Has the CGI script been configured to work with your domain&#8217;s unique IP address?</li>
<li>If you are using an email within the document, does the email reside within yourdomain.com? , i.e., inforequest@yourdomain.com</li>
<li>Has the CGI script been uploaded to the designated folder in yourdomain.com? (Typically CGI-Bin)</li>
<li>If using an email with a CGI script, have the email addresses been included in the script you uploaded to the CGI-Bin?</li>
<li>Do the &#8216;field names&#8217; in the document correspond to the names used in the body of the document?</li>
<li>Are there spaces in the &#8216;field names&#8217;. If so, remove them and then change the corresponding NAME in the body of the document to match.</li>
<li>Check for typo&#8217;s &#8211; all field &#8216;names&#8217; used must be exactly the same wherever they are used in the same document.</li>
</ul>
<p><strong>JAVA</strong> can add a new twist to a page and give your visitor many options, i.e, share, bookmark, email, and best part,  you don&#8217;t need to know how to write JAVA. However, tracing problems can be difficult if you don&#8217;t have any basic knowledge of how JAVA is written so as to separate the &#8216;instructions&#8217; from the &#8216;meat&#8217; of the script. The <strong><a href="http://javascript.internet.com/">JAVAScriptSource</a></strong> is a good start for learning the basics before you try your hand at using JAVA. And, if you run into any snags &#8211; try these solutions before you decide to &#8216;not use&#8217; the script at all.</p>
<ul>
<li>Has the script been configured, i.e., do you need to replace the image locations in the sample script you downloaded with the correct addresses for the images that you&#8217;ve uploaded to yourdomain.com? Are the images the correct size to work with the JAVA script?</li>
<li>Has the JAVA script (processing portion) been uploaded to the yourdomain.com?</li>
<li>If the JAVA script has been uploaded to yourdomain.com, has the correct  processing script name  been placed in the document&#8217;s HEAD Section?</li>
</ul>
<p style="padding-left: 60px;">HEAD Section Example: <span style="color: #0000ff;"><strong>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;streamingBannerHorizontal.js&#8221;&gt;&lt;/script&gt;</strong></span></p>
<ul>
<li>If the JAVA script (processing portion) is not uploaded to yourdomain.com, has it been placed into the <strong>HEAD</strong> section of the document? (Cumbersome, but if you only have 1 page you may find doing this easier and less likely to have a problem .)</li>
<li>Verify there are no typo&#8217;s in the JAVA script name (processing portion) placed within the document <strong>HEAD</strong> section.</li>
<li>Have you included all of the variables inside the document body that are needed for the script to work?</li>
<li>If you are using images, are the paths to get to the images correct? and Do they show residing on yourdomain.com?</li>
</ul>
<p>These are some of the more common things to look for when troubleshooting a page. Hopefully you&#8217;ll find some of them useful and maybe save you a few minutes of time.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-1598331958804858";
/* PTEM_Posts_03162010_336x280, created 4/20/10 */
google_ad_slot = "7367190034";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fpowertoearnmoney.com%2Fhtml%2Ftroubleshooting-html-graphics-cgi-java%2F&amp;title=Troubleshooting%20%E2%80%93%20HTML%2C%20Graphics%2C%20CGI%2C%20JAVA" id="wpa2a_2"><img src="http://powertoearnmoney.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://powertoearnmoney.com/html/troubleshooting-html-graphics-cgi-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6 Basic Uses for Images and Graphics</title>
		<link>http://powertoearnmoney.com/graphics/6-basic-uses-for-images-graphics/</link>
		<comments>http://powertoearnmoney.com/graphics/6-basic-uses-for-images-graphics/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 19:24:36 +0000</pubDate>
		<dc:creator>AdminP</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Images]]></category>

		<guid isPermaLink="false">http://powertoearnmoney.com/?p=504</guid>
		<description><![CDATA[<p>Generally speaking, we think of having images and graphics on a website or blog as a good way to make it more attractive. However, images can be used in other ways to enhance your pages and highlight certain elements. </p>
1. Image or Graphic Logo
<p>The obvious use for an image is for the logo &#8211; or &#8216;brand&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>Generally speaking, we think of having images and graphics on a website or blog as a good way to make it more attractive. However, images can be used in other ways to enhance your pages and highlight certain elements. </p>
<h3>1. Image or Graphic Logo</h3>
<p>The obvious use for an image is for the logo &#8211; or &#8216;brand&#8217; &#8211; for that website or blog. You want to have an image that is always associated with your website and your business. You can use different variations and sizes of that &#8216;branded&#8217; image, but you want to maintain the continuity of your &#8216;brand&#8217; by using the same colors, fonts, and having one singular image that the visitor will always associate with your website.</p>
<h3>2. Background Images </h3>
<p><a href="http://powertoearnmoney.com/images/imagestablenolines.jpg"><img class="alignleft size-full wp-image-521" title="Click here to see tiled table" src="http://powertoearnmoney.com/wp-content/uploads/2009/12/imagestablenolinesx2.jpg" alt="Click here to see a tiled table" width="81" height="70" /></a>You can create a wide variety of background images using graphics to draw attention. These backgrounds can be used on pages, as table backgrounds, or even in specific parts of a table, i.e., row or column. Since background images tile, the background will be covered with as many images as needed to fill the space. This means you only need to upload 1 relatively small file that when &#8217;tiled&#8217; will fill in the whole area .</p>
<p style="padding-left: 30px;"><span style="text-decoration: underline;">Example</span>: You have a background image that is 150 pixels x 150 pixels. You want to use it in a table that is 600 pixels x 300 pixels in size. On viewing the table, the background would display the image in a configuration of 4 columns x 2 rows &#8211; thus filling in the whole table area neatly.  [ Click on the image to see how a tiled image would display in a table 600x300 pixels in size.  ]  <a href="http://powertoearnmoney.com/images/imagestablenolines.jpg"></a></p>
<h3>3. Image Maps</h3>
<p> This allows you to take any image &#8211; and by using the &#8216;image map&#8217; code within the HTML page &#8211; link from portions of the image to any other page or website simply by clicking on the image&#8217;s &#8216;mapped&#8217; sections. This is a useful tool if you want to use a map, storefront-style image or navigation bar for creating hyperlinks. </p>
<p style="padding-left: 30px;"><span style="text-decoration: underline;">Example</span>:  The &#8216;clean&#8217; navigation bar would be the image the viewer would see.  The &#8216;highlighted&#8217; navigation bar shows the areas of the image that would be &#8216;mapped&#8217; and clickable as links.</p>
<p style="padding-left: 30px;"><img class="aligncenter size-full wp-image-523" title="imagesnavbar" src="http://powertoearnmoney.com/wp-content/uploads/2009/12/imagesnavbar.jpg" alt="imagesnavbar" width="450" height="35" /></p>
<p style="padding-left: 30px;"><img class="aligncenter size-full wp-image-524" title="imagesnavbarhighlighted" src="http://powertoearnmoney.com/wp-content/uploads/2009/12/imagesnavbarhighlighted.jpg" alt="imagesnavbarhighlighted" width="450" height="35" /></p>
<h3>4. Single Hyperlink</h3>
<p>Images can be displayed as a button or other unique graphic to be used as a link rather than a word or phrase. Having a graphic makes for a more attractive page and helps the visitor locate the link more quickly. While you probably wouldn&#8217;t want to use a graphic link in mid-sentence, they are particularly effective for forms or conversion pages.</p>
<p><img class="aligncenter size-full wp-image-526" title="imagesbuttons" src="http://powertoearnmoney.com/wp-content/uploads/2009/12/imagesbuttons.jpg" alt="imagesbuttons" width="450" height="35" /></p>
<p> </p>
<h3>5. Shim Pixel</h3>
<p> A  transparent shim pixel is most commonly thought of as being used for inserting blank space into HTML pages. For example, you may want more blank space to separate text or pictures; maybe you may want to move something to the end of the line to draw attention to it. Using pixel shims is one way to accomplish this.</p>
<p>To use pixel shims you create an image 1 pixel x 1 pixel in size and save it as a transparent image. Then when you want to insert blank space, you simply insert the transparent pixel image and assign the size of &#8216;empty space&#8217; you want. Since the shim is only 1 x 1, it will virtually be unseen if left at that size, however, when you assign different height and width parameters &#8211; it will take up that area and still remain invisible.</p>
<p> <img class="aligncenter size-full wp-image-528" title="imagespixelshim" src="http://powertoearnmoney.com/wp-content/uploads/2009/12/imagespixelshim.jpg" alt="imagespixelshim" width="275" height="35" /></p>
<h3>6. Animations</h3>
<p> Use animated graphics or images to showcase different aspects of one image, rotate banners, or create a &#8216;flashing&#8217; effect with alternating colors of text or backgrounds. Animations can be an effective way to show more images in a limited space. However, if an animation is to be used for hyperlinking, you can only use one link per completed animation. You will not be able to link each individual picture to separate pages or websites. In order to link individual images, you will need to use a JAVA script.</p>
<p>Learning how to use graphic and image isn&#8217;t difficult and can be a lot of fun.  Our graphics program of choice is Paint Shop Pro 7 . . .  available through the <a href="http://astore.amazon.com/ptem-20">Amazon link </a>- Software Category.  PSP  has everything you need to create excellent graphics, it is easy to use and is very affordable . . . so get creative!</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-1598331958804858";
/* PTEM_Posts_12022009_336x280, created 4/20/10 */
google_ad_slot = "4365884401";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fpowertoearnmoney.com%2Fgraphics%2F6-basic-uses-for-images-graphics%2F&amp;title=6%20Basic%20Uses%20for%20Images%20and%20Graphics" id="wpa2a_4"><img src="http://powertoearnmoney.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://powertoearnmoney.com/graphics/6-basic-uses-for-images-graphics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Images &#8211; JPG &amp; GIF</title>
		<link>http://powertoearnmoney.com/graphics/images-jpg-gif/</link>
		<comments>http://powertoearnmoney.com/graphics/images-jpg-gif/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 16:40:53 +0000</pubDate>
		<dc:creator>AdminP</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[GIF Images]]></category>
		<category><![CDATA[JPG]]></category>

		<guid isPermaLink="false">http://powertoearnmoney.com/?p=188</guid>
		<description><![CDATA[<p>Graphics, images and colors never fail to attract attention &#8211; and you will want to use some form of images on your website. This might be your logo, pictures of your products, animations and/or symbols. There are many different types of graphic and image files but for our purposes today we will be talking about [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-197" title="applejpggif" src="http://powertoearnmoney.com/wp-content/uploads/2009/10/applejpggif.jpg" alt="applejpggif" width="167" height="167" />Graphics, images and colors never fail to attract attention &#8211; and you will want to use some form of images on your website. This might be your logo, pictures of your products, animations and/or symbols. There are many different types of graphic and image files but for our purposes today we will be talking about the two most widely used image formats &#8211; JPG and GIF.</p>
<ul>
<li>JPG stands for Joint Photographic Group</li>
<li>GIF stands for Graphical Interchange Format.</li>
</ul>
<p>The main difference between the two is the number of colors used in the image. A JPG image will use 16 million colors while a GIF image will use only 256 colors.</p>
<p>You can probably figure out for yourself that an image with 16 million colors will be a sharper image than a GIF image with 256 colors. And while this is true, the JPG image file will be larger in size. For example: An 800 x 800 pixel size JPG graphic might have a file size of 1.2 MBytes, where as the same image in the GIF format would have a file size of 812 KBytes. You can see there is a significant difference.</p>
<p>This becomes important if you have limited hosting space or if the image is very large and you want your page to load quickly. You will have to give some thought to which format to use depending on your need. The larger the file, the slower to load &#8211; particularly if the visitor to your page is on dial-up Internet service. I have found that in most cases there is very little difference to the eye between a JPG and a GIF. And, while you may notice a difference on your monitor, remember that you have no way of knowing what type of monitor the viewer will be using to view your website. This can effect the quality of the image dramatically. Therefore, my preference is to always opt for fast loading.</p>
<p><strong>Animation</strong></p>
<p>Whether or not you use animation is based on what message the graphic is trying to convey. Will the animation be of benefit or will it be an irritant? Some people do not like repeated movement and personally there are a few pages I won&#8217;t visit because of the irritating animations.</p>
<p>If you decide to use an animation:</p>
<ul>
<li>Consider the size and number of graphics inside the animation</li>
<li>What message are you are trying  convey </li>
</ul>
<p>Do you want to grab attention with the word &#8216;FREE&#8217; and then have the second graphic in the animation display the &#8216;free offer itself&#8217;? If so, how many times do you want this animation to display? Once? Twice? or Continuous? And at what speed. You must decide what best serves your purpose.</p>
<p>Yes, you want to get attention, but not at the expense of loosing your viewers.  Also, you should consider how long will it take the animation to load. The larger the file &#8211; the longer the load time. Ask yourself . . . &#8220;Is it a good trade off to have an animation that takes 10-15 seconds to load vs. a single image that will load is less than 3- 5 seconds?&#8221;</p>
<p><img class="alignleft size-full wp-image-204" title="anistar" src="http://powertoearnmoney.com/wp-content/uploads/2009/10/anistar.gif" alt="anistar" width="20" height="20" />If the animation is only meant to attract attention to a particular section of the page you can look at animating smaller images. In this case, the animation might simply be having an alternating &#8216;word/graphic &#8211; word/graphic&#8217; theme or the same word on two different colored backgrounds.</p>
<p>Good graphics and images can make a page zing &#8211; look at how Bing uses different photos daily to get people to return to their site .  Get a good graphics program and then learn to use it. Play around with different images and techniques. There are some free programs out there you can download and use, one of which is <a href="http://www.gimp.org/">Gimp.</a> However, if you are planning on building a business, you will need a good graphics program that offers a variety of tools and effects. A good, affordable graphics program is <a href="http://www.amazon.com/gp/product/B00004XSGO?ie=UTF8&amp;tag=texantmal-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B00004XSGO">Jasc Paint Shop Pro 7.0</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=texantmal-20&amp;l=as2&amp;o=1&amp;a=B00004XSGO" border="0" alt="" width="1" height="1" />. It gives you all the applications &#8211; including animation &#8211; that you will need.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-1598331958804858";
/* PTEM_Posts_10142009_336x280, created 4/20/10 */
google_ad_slot = "5822260960";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fpowertoearnmoney.com%2Fgraphics%2Fimages-jpg-gif%2F&amp;title=Images%20%E2%80%93%20JPG%20%26%20GIF" id="wpa2a_6"><img src="http://powertoearnmoney.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://powertoearnmoney.com/graphics/images-jpg-gif/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

