<?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"
	>

<channel>
	<title>PrimeGraphix</title>
	<atom:link href="http://www.primegraphix.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.primegraphix.com</link>
	<description>Web Graphics and Design</description>
	<pubDate>Wed, 02 Jul 2008 23:39:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Meta Tags Explained</title>
		<link>http://www.primegraphix.com/seo/meta-tags-explained/</link>
		<comments>http://www.primegraphix.com/seo/meta-tags-explained/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 23:39:34 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[SEO]]></category>

		<category><![CDATA[head tags]]></category>

		<category><![CDATA[meta]]></category>

		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://www.primegraphix.com/?p=11</guid>
		<description><![CDATA[This tutorial will list the different meta tags used in web design. We&#8217;ll explain what they are used for, which meta tags are important, and which meta tags you need to avoid. This is not a full comprehensive list, however it lists many of the more popular meta tags used in web design and development [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial will list the different meta tags used in web design. We&#8217;ll explain what they are used for, which meta tags are important, and which meta tags you need to avoid. This is not a full comprehensive list, however it lists many of the more popular meta tags used in web design and development today.<span id="more-11"></span></p>
<div style="float:left; padding:3px; margin:4px">
<script type="text/javascript"><!--
google_ad_client = "pub-6622296187700968";
/* 250x250, created 7/2/08 */
google_ad_slot = "6286880029";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<h5>Introduction</h5>
<p>This tutorial will list the varous meta tags used and their purpose. We will discuss how search engines use meta tags and why its important to have meta tags. Although much discussion has recently arose about the need for meta tags, we still need to use them when making webpages. We&#8217;ll list the different types of meta tags and their format. We&#8217;ll also explain what each one is used for and their importance in web design and development. </p>
<h5>Lets start by listing their format:</h5>
<p>&lt;meta name=&quot;stuff&quot; content=&quot;content&quot;&gt;</p>
<p>This is what the meta tag will look like . Where stuff is the name of the meta tag. Which can be any of the meta tag names listed below. And content is .. well you guessed it the content <img src='http://www.primegraphix.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Content holds the value of the meta tag. For instance if our meta tag was for keywords, it would look like this:</p>
<p>&lt;meta name=&quot;keywords&quot; content=&quot;web design development css tag script&quot;&gt;</p>
<p><em>*Note that the keywords meta tag , its optional to use commas*</em></p>
<p>The List of Different Meta Tags</p>
<p><strong>author</strong> - Tells the author of the webpage or document </p>
<p><strong>copyright</strong> - Tells who owns the copyright to the document</p>
<p><strong>audience</strong> - Tells the documents audience (ie. General)</p>
<p><strong>company</strong> - Tells the company that owns the document</p>
<p><strong>keywords</strong> - Lists keywords of the document. (ie this doc would have &#8216;tutorial, meta,tags, info, free&#8217;)</p>
<p><strong>description</strong> - Tells a short description of the document</p>
<p><strong>reply_to</strong> - Gives the email for users to contact the author ( Warning: This will give you spam if you use it)</p>
<p><strong>publisher</strong> - Tells the publisher of the document</p>
<p><strong>page_topic</strong> - Tells the topic of the page</p>
<p><strong>page_type</strong> - Tells the type of page it is (ie. tutorial)</p>
<p><strong>rating</strong> - Tells the page rating (ie. All)</p>
<p><strong>title</strong> - Tells the title of the page ( Note this can be different than the title tag )</p>
<p><strong>robots</strong> - Tells a search engine robot what to index and what not to. </p>
<p>&nbsp;</p>
<h5>Why use meta tags?</h5>
<p>The answer is simple. To gain search engine exposure which in turn will increase traffic to your site. Some search engines give little importance to meta tags now, almost completely overlooking them. However, there are stull search engines that do use them. Because of that, they need to be used. Not all are as important as others. For instance, using the &#8216;reply_to&#8217; meta tag will only generate spam to your inbox. While the &#8216;description&#8217; is one of the most important. Using meta tags are still important and need to be utilized properly. </p>
<h5>Closing and Copyright </h5>
<p>this tutorial was written for <a href="http://www.primegraphix.com">PrimeGraphix Web Design and Development</a>. Any questions or comments can be directed to the contact form on our website : <a href="http://www.primegraphix.com">http://www.primegraphix.com</a> . For reprint rights, please contact us. This tutorial is copyright 2005 by <a href="http://www.primegraphix.com">PrimeGraphix.com</a> and may not be used without consent from the author. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.primegraphix.com/seo/meta-tags-explained/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Display date using date function in PHP</title>
		<link>http://www.primegraphix.com/php/display-date-using-date-function-in-php/</link>
		<comments>http://www.primegraphix.com/php/display-date-using-date-function-in-php/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 23:24:30 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[date]]></category>

		<category><![CDATA[function]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://www.primegraphix.com/?p=9</guid>
		<description><![CDATA[This is a short tutorial on the date function in PHP. Its aimed at newcomers to the PHP language and shows some simple yet effective ways of displaying the date in your PHP pages. The tutorial also gives examples of arguments given to the date function.

// &#8211;&#62;

Although many users have the time set to display [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.primegraphix.com/wp-content/uploads/2008/07/phpimage.jpg"><img class="alignright size-full wp-image-10" title="phpimage" src="http://www.primegraphix.com/wp-content/uploads/2008/07/phpimage.jpg" alt="PHP Date Function" width="100" height="100" /></a>This is a short tutorial on the date function in PHP. Its aimed at newcomers to the PHP language and shows some simple yet effective ways of displaying the date in your PHP pages. The tutorial also gives examples of arguments given to the date function.<span id="more-9"></span></p>
<div style="float:left; padding:3px; margin:4px"><script type="text/javascript"><!--
google_ad_client = "pub-6622296187700968";
/* 250x250, created 7/2/08 */
google_ad_slot = "6286880029";
google_ad_width = 250;
google_ad_height = 250;
//-->
// &#8211;&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p>Although many users have the time set to display in their taskbar, some web designers want to include it into their page. This tutorial will show you how to do just that using PHP and the date() function. We will also explain some of the formatting used for displaying the date in your way. First we&#8217;ll explain what the date() function is and how to call it.</p>
<p>The date function is just like any other function in PHP. You would call it just like you would time(), etc. The following would display the date in the format &#8216;month . day . Year&#8217;.</p>
<p>&lt;?</p>
<p>$current_date = date(&#8221;m.d.Y&#8221;);</p>
<p>echo $current_date;</p>
<p>?&gt;</p>
<p>As always the &lt;? and ?&gt; are just the opening and closing PHP tags. All PHP scripts must start with the opening and closing tags. First we start off with the variable $current_date. What&#8217;s happening here is we&#8217;re using the assignment operator &#8216;=&#8217; to assign a value to $current_date. The value is going to be the result of the function date(). date() is a function call, and will return the current system date. The stuff on the inside of the parenthesis is arguments we send to the function. If we wanted to change the way the date is displayed, we would change to argument passed to the date function. date(&#8221;Y&#8221;) would only return the current year. Following is the arguments that date() will accept:</p>
<p>a - &#8220;am&#8221; or &#8220;pm&#8221;</p>
<p>A - &#8220;AM&#8221; or &#8220;PM&#8221;</p>
<p>d - day of the month, 2 digits with leading zeros; i.e. &#8220;01&#8243; to &#8220;31&#8243;</p>
<p>D - day of the week, textual, 3 letters; i.e. &#8220;Fri&#8221;</p>
<p>F - month, textual, long; i.e. &#8220;January&#8221;</p>
<p>h - hour, 12-hour format; i.e. &#8220;01&#8243; to &#8220;12&#8243;</p>
<p>H - hour, 24-hour format; i.e. &#8220;00&#8243; to &#8220;23&#8243;</p>
<p>g - hour, 12-hour format without leading zeros; i.e. &#8220;1&#8243; to &#8220;12&#8243;</p>
<p>G - hour, 24-hour format without leading zeros; i.e. &#8220;0&#8243; to &#8220;23&#8243;</p>
<p>i - minutes; i.e. &#8220;00&#8243; to &#8220;59&#8243;</p>
<p>j - day of the month without leading zeros; i.e. &#8220;1&#8243; to &#8220;31&#8243;</p>
<p>l (lowercase &#8216;L&#8217;) - day of the week, textual, long; i.e. &#8220;Friday&#8221;</p>
<p>L - boolean for whether it is a leap year; i.e. &#8220;0&#8243; or &#8220;1&#8243;</p>
<p>m - month; i.e. &#8220;01&#8243; to &#8220;12&#8243;</p>
<p>n - month without leading zeros; i.e. &#8220;1&#8243; to &#8220;12&#8243;</p>
<p>M - month, textual, 3 letters; i.e. &#8220;Jan&#8221;</p>
<p>s - seconds; i.e. &#8220;00&#8243; to &#8220;59&#8243;</p>
<p>S - English ordinal suffix, textual, 2 characters; i.e. &#8220;th&#8221;, &#8220;nd&#8221;</p>
<p>t - number of days in the given month; i.e. &#8220;28&#8243; to &#8220;31&#8243;</p>
<p>U - seconds since the epoch</p>
<p>w - day of the week, numeric, i.e. &#8220;0&#8243; (Sunday) to &#8220;6&#8243; (Saturday)</p>
<p>Y - year, 4 digits; i.e. &#8220;1999&#8243;</p>
<p>y - year, 2 digits; i.e. &#8220;99&#8243;</p>
<p>z - day of the year; i.e. &#8220;0&#8243; to &#8220;365&#8243;</p>
<p>Z - time zone offset in seconds (i.e. &#8220;-43200&#8243; to &#8220;43200&#8243;)</p>
<p>As you can see there are many ways you can display the date. How you want to is totally up to you. Now we&#8217;ll get back to the example. Once the date function is called we terminate the line using a semicolon &#8216;;&#8217; Now we have our variable $current_date we can write it to a database, display it, etc. In this example we are just going to display it. We make it display by using &#8216;echo&#8217; Using echo prints the variable $current_date which, you guessed it, contains the results of our date function. This line is also terminated using the semicolon &#8216;;&#8217;. The results of our script would be something like this:</p>
<p>11.21.2005</p>
<p>It doesn&#8217;t seem like much, but can be used in so many ways. A more practical example follows:</p>
<p>&lt;?</p>
<p>$current_date = date(&#8221;a&#8221;);</p>
<p>if($current_date == &#8220;am&#8221;) {</p>
<p>echo &#8220;Good Morning&#8221;;</p>
<p>} elseif ($current_date == &#8220;pm&#8221;) {</p>
<p>echo &#8220;Good Evening&#8221;;</p>
<p>}</p>
<p>?&gt;</p>
<p>That is just a simple script that will greet the user depending on if its am or pm and display the appropriate greeting. For more information on PHP and the date function, you can visit the <a href="http://www.php.net" target="_blank">PHP</a> website and <a href="http://www.primegraphix.com">PrimeGraphix</a> website.</p>
<p>This tutorial was written for PrimeGraphix Web Design and Development. If you would like to reprint this article, please contact us for licensing details. This tutorial is copyright 2005 by <a href="http://www.primegraphix.com">PrimeGraphix.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.primegraphix.com/php/display-date-using-date-function-in-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create text with different colors using Fireworks</title>
		<link>http://www.primegraphix.com/fireworks/create-text-with-different-colors-using-fireworks/</link>
		<comments>http://www.primegraphix.com/fireworks/create-text-with-different-colors-using-fireworks/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 21:58:08 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Fireworks]]></category>

		<category><![CDATA[colors]]></category>

		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.primegraphix.com/?p=8</guid>
		<description><![CDATA[Have you ever seen text that has one color on top and one color on bottom? In this tutorial I will show you how to do that. To create text with different colors follow the steps below.







Step 1 -   Create a new file.
Step 2 -  Type some text on your canvas.
Step 3 [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever seen text that has one color on top and one color on bottom? In this tutorial I will show you how to do that. To create text with different colors follow the steps below.</p>
<p><span id="more-8"></span></p>
<div style="float:left; padding:3px; margin:4px">
<script type="text/javascript"><!--
google_ad_client = "pub-6622296187700968";
/* 250x250, created 7/2/08 */
google_ad_slot = "6286880029";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><strong>Step 1</strong> -   Create a new file.</p>
<p><strong>Step 2</strong> -  Type some text on your canvas.</p>
<p><strong>Step 3</strong> - Locate your properties window and click the color fill button. Now click fill options.</p>
<p><strong>Step 4</strong> - Where it says solid, click that drop down box. Select the Gradient option, below that will be another drop down box, select the Linear option.</p>
<p><strong>Step 5</strong> - Click on Edit. In this box you will have the option of selecting your colors for the text.</p>
<p><strong>Step 6</strong> - You will see two little crayon looking icons. Click on them to select the color of your choice.</p>
<p><strong>Step 7</strong> - After you have selected the two colors of your choice, slide those crayons all the way to the middle, almost on top of each other.</p>
<p><strong>Step 8</strong> - Click on the text on your canvas to exit out of that dialog box. A long line will appear across your text.     </p>
<p><strong>Step 9</strong> - Using your mouse, drag the square end of the line towards the circle end. Make the line about an inch long.</p>
<p><strong>Step 10</strong> - Now take the circle end and drag it to the top of your text.</p>
<p><strong>Step 11</strong> - Place your cursor in the middle of the line until it turns into a half circle. Drag your mouse to make the square end of the line straight down. </p>
<p>You can shorten the line or make it longer, according to how big or small your text is. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.primegraphix.com/fireworks/create-text-with-different-colors-using-fireworks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create Text with Patterns using Fireworks</title>
		<link>http://www.primegraphix.com/fireworks/create-text-with-patterns-using-fireworks/</link>
		<comments>http://www.primegraphix.com/fireworks/create-text-with-patterns-using-fireworks/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 21:54:57 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Fireworks]]></category>

		<category><![CDATA[guide]]></category>

		<category><![CDATA[patterns]]></category>

		<category><![CDATA[text]]></category>

		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.primegraphix.com/?p=7</guid>
		<description><![CDATA[Creating text with patterns is pretty simple using macromedia fireworks. Simply follow these easy steps and you can create stunning text using patterns in minutes. 

// &#8211;&#62;

Step 1 -   Create a new file in Fireworks.
Step 2 - Type some text on the canvas.
Step 3 - Select your text and locate the color changer [...]]]></description>
			<content:encoded><![CDATA[<p>Creating text with patterns is pretty simple using macromedia fireworks. Simply follow these easy steps and you can create stunning text using patterns in minutes. <span id="more-7"></span></p>
<div style="float:left; padding:3px; margin:4px"><script type="text/javascript"><!--
google_ad_client = "pub-6622296187700968";
/* 250x250, created 7/2/08 */
google_ad_slot = "6286880029";
google_ad_width = 250;
google_ad_height = 250;
//-->
// &#8211;&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p>Step 1 -   Create a new file in Fireworks.</p>
<p>Step 2 - Type some text on the canvas.</p>
<p>Step 3 - Select your text and locate the color changer in the properties window.</p>
<p>Step 4 - Click the color changer, instead of choosing a color click &#8220;Fill Options&#8221; on the bottom of the panel.</p>
<p>Step 5 - On the new box where it says &#8220;Solid&#8221;, drop that box down and select pattern.</p>
<p>Step 6 - You can choose a pattern from fireworks or you can use your own image.</p>
<p>Step 7 - To use your own image, click &#8220;Other&#8221; in the bottom of the pattern window, locate your image and click OK.</p>
<p>You have now added a pattern to your text. You can play around with it by moving the two lines on the text and by playing with the font and font size.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.primegraphix.com/fireworks/create-text-with-patterns-using-fireworks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Decrease an Image Filesize using Fireworks</title>
		<link>http://www.primegraphix.com/fireworks/decrease-a-filesize-using-fireworks/</link>
		<comments>http://www.primegraphix.com/fireworks/decrease-a-filesize-using-fireworks/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 21:19:01 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Fireworks]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[edit]]></category>

		<category><![CDATA[filesize]]></category>

		<category><![CDATA[image]]></category>

		<guid isPermaLink="false">http://www.primegraphix.com/?p=6</guid>
		<description><![CDATA[One of the most important things in web design is designing a site that will load quickly. You don&#8217;t want a website that takes forever to load. In order to have a fast site you need to limit your images and size them down as much as possible. That can be easily done in fireworks.


// [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most important things in web design is designing a site that will load quickly. You don&#8217;t want a website that takes forever to load. In order to have a fast site you need to limit your images and size them down as much as possible. That can be easily done in fireworks.</p>
<p><span id="more-6"></span></p>
<div style="float:left; padding:3px; margin:4px"><script type="text/javascript"><!--
google_ad_client = "pub-6622296187700968";
/* 250x250, created 7/2/08 */
google_ad_slot = "6286880029";
google_ad_width = 250;
google_ad_height = 250;
//-->
// &#8211;&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></div>
<p>Follow the steps below to decrease the file size of an image. First you will need to open fireworks. Once fireworks is open follow the steps below.</p>
<p><strong>Step 1</strong> - Click File / Open</p>
<p><strong>Step 2</strong> - Find the image that you want to decrease the filesize on. Once you have located the file, click open.</p>
<p><strong>Step 3</strong> - Click the scale tool in the tool bar and size the image down to the size you want it.</p>
<p><strong>Step 4</strong> - Click File / Export Preview. The Export Preview dialog box will appear.</p>
<p><strong>Step 5</strong> - In the left window you will see your image. At the top of the image you will see JPEG - Quality 80 (or some number) - The size of the image and how long it takes to load it. Over to the right you will see Format and Quality. Choose your format and bring the quality<br />
down some. I usually drop it to about 60 and use a JPEG format. Keep an eye on your image, you don&#8217;t want to make it look faded or terrible looking. Once you have sized it down, click Export.</p>
<p><strong>Step 6</strong> - Save your image to the location of your choice.</p>
<p>That is all you have to do to decrease the size of an image.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.primegraphix.com/fireworks/decrease-a-filesize-using-fireworks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating Jump Menus in Dreamweaver</title>
		<link>http://www.primegraphix.com/dreamweaver/creating-jump-menus-in-dreamweaver/</link>
		<comments>http://www.primegraphix.com/dreamweaver/creating-jump-menus-in-dreamweaver/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 21:14:54 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Dreamweaver]]></category>

		<category><![CDATA[create]]></category>

		<category><![CDATA[jump menu]]></category>

		<category><![CDATA[menu]]></category>

		<category><![CDATA[web menu]]></category>

		<guid isPermaLink="false">http://www.primegraphix.com/?p=5</guid>
		<description><![CDATA[Jump Menus are becoming more popular in the world of web design. This is because jump menus are easy to make and can save space of your site. Jump menus are similar to drop-down menus. The difference is a jump menu will open links based on the option that was selected. If you
  have [...]]]></description>
			<content:encoded><![CDATA[<p>Jump Menus are becoming more popular in the world of web design. This is because jump menus are easy to make and can save space of your site. Jump menus are similar to drop-down menus. The difference is a jump menu will open links based on the option that was selected. If you<br />
  have several link options and little space on your site, using jump menus would be a great way to go. Follow the steps below to insert a jump menu on your site.</p>
<p><span id="more-5"></span></p>
<div style="float:left; padding:3px; margin:4px">
<script type="text/javascript"><!--
google_ad_client = "pub-6622296187700968";
/* 250x250, created 7/2/08 */
google_ad_slot = "6286880029";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p></p>
<p><strong>Step 1</strong> - Place your cursor in the location where you want your jump menu to appear.</p>
<p></p>
<p><strong>Step 2</strong> - At the top of your window click Insert / Form Objects / Jump Menu. The Insert Jump Menu dialog box will appear.</p>
<p></p>
<p><strong>Step 3</strong> - You can add items by clicking the plus sign and adding the label of the menu items in the text field.</p>
<p></p>
<p><strong>Step 4</strong> - In the URL field, type in the URL that that menu item will use. You can type in the URL or click browse to locate the file you want to use.</p>
<p></p>
<p><strong>Step 5</strong> - You can choose to open the URL in the main window or a new window.</p>
<p></p>
<p><strong>Step 6</strong> - Type in the name of your menu in the Menu Name Field.</p>
<p></p>
<p><strong>Step 7</strong> - By inserting a go button, users will be able to click the button to choose the first choice.</p>
<p></p>
<p><strong>Step 8</strong> - Once you have created the menu to suit your site, click OK.</p>
<p></p>
<p><strong>Step 9</strong> - Click File / Save.</p>
<p></p>
<p>You have just created your first jump menu. You can easily edit your jump menu at any time by highlighting your jump menu, click windows / behaviors. In the behaviors panel, double click the jump menu behavior to launch the original jump menu dialog box. From there you can<br />
  edit what ever you need.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.primegraphix.com/dreamweaver/creating-jump-menus-in-dreamweaver/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating Flash Buttons in Dreamweaver Without Using Flash</title>
		<link>http://www.primegraphix.com/dreamweaver/creating-flash-buttons-in-dreamweaver-without-using-flash/</link>
		<comments>http://www.primegraphix.com/dreamweaver/creating-flash-buttons-in-dreamweaver-without-using-flash/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 21:01:43 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Dreamweaver]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[button]]></category>

		<category><![CDATA[generate]]></category>

		<category><![CDATA[web graphics]]></category>

		<guid isPermaLink="false">http://www.primegraphix.com/?p=4</guid>
		<description><![CDATA[Did you know that you can create flash buttons in Dreamweaver without using flash? It&#8217;s true&#8230; You can now create flash buttons without having any knowledge in flash. Flash buttons add a catchy look to websites. To create flash buttons on your site follow the steps below.


Step 1 - Place your cursor on the page [...]]]></description>
			<content:encoded><![CDATA[<p>Did you know that you can create flash buttons in Dreamweaver without using flash? It&#8217;s true&#8230; You can now create flash buttons without having any knowledge in flash. Flash buttons add a catchy look to websites. To create flash buttons on your site follow the steps below.
</p>
<p><span id="more-4"></span></p>
<p><strong>Step 1</strong> - Place your cursor on the page where you want to insert your flash button. Make sure your document is saved before you start working with your new button. </p>
<p></p>
<p><strong>Step 2</strong> - At the top of your window click Insert / Interactive Images / Flash Button. The Flash Button dialog box will appear. As you work with your button you will be able to preview it in the window at the top of the dialog box. </p>
<p></p>
<p><strong>Step 3</strong> - Click through the buttons to find the style that you want to use. Once you have made your choice, move on to <em>Step 4.</em></p>
<p></p>
<p><strong>Step 4</strong> - Type the name that you want displayed on the button in the button text field. <br />
  <em><strong>Ex.</strong></em> <em>If that is the Home button, type Home.</em></p>
<p></p>
<p><strong>Step 5</strong> - Choose the font and size of the text that will be displayed on your button.</p>
<p></p>
<p><strong>Step 6</strong> - In the link field, type in the url that will be assigned to that button.</p>
<p></p>
<p><strong>Step 7</strong> - Choose the background color of your button.<br />
  <em><strong>Tip:</strong></em> <em>Select the same color background as your webpage that the button will be displayed on.</em></p>
<p></p>
<p><strong>Step 8</strong> - Click Apply and then OK.</p>
<p></p>
<p><strong>Step 9</strong> - Click File / Save.</p>
<p></p>
<p>To make a menu of buttons, follow the steps above and change the text and link fields. When you return to your page you will notice a flash element inserted into your page. This is your button. You can preview your button by pressing F12. That will open your page in your default<br />
  browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.primegraphix.com/dreamweaver/creating-flash-buttons-in-dreamweaver-without-using-flash/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mapping an Image in Dreamweaver</title>
		<link>http://www.primegraphix.com/dreamweaver/mapping-an-image-in-dreamweaver/</link>
		<comments>http://www.primegraphix.com/dreamweaver/mapping-an-image-in-dreamweaver/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 20:00:54 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
		
		<category><![CDATA[Dreamweaver]]></category>

		<category><![CDATA[image]]></category>

		<category><![CDATA[map]]></category>

		<guid isPermaLink="false">http://www.primegraphix.com/?p=3</guid>
		<description><![CDATA[Mapping an image in Dreamweaver is pretty simple. In this tutorial I will explain step by step how to map an image in Dreamweaver. But first, let&#8217;s cover the basics: What is mapping an image and What does it do?
What is Mapping an Image?
Mapping an image is when you use the mapping tool in Dreamweaver [...]]]></description>
			<content:encoded><![CDATA[<p>Mapping an image in Dreamweaver is pretty simple. In this tutorial I will explain step by step how to map an image in Dreamweaver. But first, let&#8217;s cover the basics: What is mapping an image and What does it do?<span id="more-3"></span></p>
<p>What is Mapping an Image?<br />
Mapping an image is when you use the mapping tool in Dreamweaver to draw a shape over an image or a certain part of an image.  You can choose from three shapes: square, circle, or polygon. The polygon shape can be used to freely draw a map over an image.</p>
<p>What does Mapping an Image do?<br />
By mapping an image you can turn that image into a link. For example, if your logo is an image, you can map your logo to make it a workable link. Many sites map their logo and link it to their homepage. So if you&#8217;re surfing their site you can click their logo and return to their home page.</p>
<p>Now that we have covered what mapping an image is and what it does, we&#8217;ll move on to how to map an image. First you will need to open the image that yo want to map.</p>
<p>Step 1 - Click on the image that you want to map.</p>
<p>Step 2 - Locate your properties panel. In your properties panel, below &#8220;Map&#8221;, you will see an arrow, a square, a circle, and a polygon.</p>
<p>Step 3 - Choose the shape that best fits your image. Once you have chose your shape, place your mouse over the image waiting to be mapped.</p>
<p>Step 4 - Hold the left mouse button down and drag your mouse over the image. Once the shape is covering the image, release the mouse.</p>
<p>Step 5 - Now go back to your properties panel and fill in the information that you wish to apply to this image. To link this image you need to fill in the URL in the link field.</p>
<p>Step 6 - When you have finished filling in the fields in the properties panel, click File / Save.</p>
<p>Now your image is mapped. To preview your mapped image press F12. Once you have uploaded your page you will be able to click the image and it will carry you to the URL that you assigned to it. Mapping an image can also be used to link to other sites.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.primegraphix.com/dreamweaver/mapping-an-image-in-dreamweaver/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
