<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1038359" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1038359</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/learning-flash#comment-1219879</link>
    <description> &lt;p&gt;Well done!&lt;/p&gt;
&lt;p&gt;CSS isn&#039;t that tricky, it&#039;s more understanding the &lt;a href=&quot;http://movielibrary.lynda.com/html/modPage.asp?ID=48&quot; class=&quot;bb-url&quot;&gt;XHTML&lt;/a&gt; side of things that will slow you down.&lt;/p&gt;
&lt;p&gt;If you pop on over to &lt;a href=&quot;http://www.opendesigns.org/view-designs/&quot; class=&quot;bb-url&quot;&gt;http://www.opendesigns.org/view-designs/&lt;/a&gt;&lt;br /&gt;
You can see some sweet open source designs that you can download and play with. If your clients want something smooth, and polished, these templates can give you a &quot;leg up&quot; towards a professional look, and the designers are happy for you to use them, as long as you link back to them somehow.&lt;/p&gt;
&lt;p&gt;A powerful freeware text editor can allow you to make the changes.&lt;br /&gt;
I&#039;ve been using one called &lt;a href=&quot;http://notepad-plus.sourceforge.net/&quot; class=&quot;bb-url&quot;&gt;Notepad ++&lt;/a&gt; which highlights the syntax for you. You can pull up the index.html file of a template and the style.css and make a few changes here and there to margins and padding, and see the result in a browser.&lt;/p&gt;
&lt;p&gt;I too am a slow learner, but I found that a few tutorials here and there can answer questions for you. It&#039;s also good to see what the current trends are to keep ahead of the game, and improve your skills.&lt;/p&gt;
 </description>
     <pubDate>Tue, 29 May 2007 23:13:57 +0000</pubDate>
 <dc:creator>Emphatic</dc:creator>
 <guid isPermaLink="false">comment 1219879 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/learning-flash#comment-1219877</link>
    <description> &lt;p&gt;Emphatic,&lt;br /&gt;
Eureka! I fixed it. I&#039;ll tell you what I discovered in the code.&lt;br /&gt;
There were two pieces that were associated with the marquee_menu.js&lt;br /&gt;
lodged within the  area.&lt;br /&gt;
Both pieces had to be removed along with the marquee_menu.js&lt;br /&gt;
because they were apparently interfering with the menu.&lt;/p&gt;
&lt;p&gt;The two lines of code were:&lt;br /&gt;
onload=&quot;dynAnimation();&quot; language=&quot;Javascript&quot;&amp;gt; ( within the )&lt;br /&gt;
function Go(){return} - also within the .&lt;/p&gt;
&lt;p&gt;You can check out the corrected page: &lt;a href=&quot;http://www.shmangyboys.com&quot; class=&quot;bb-url&quot;&gt;shmangyboys.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thank you very much for all of your advice and help. I may still consider&lt;br /&gt;
using css for the menus, in the future. It&#039;s a good idea.&lt;br /&gt;
As for the flash, I think I will be going back to my auto-didactic approach&lt;br /&gt;
to learning Flash and getting better at using it on web sites that I design or maintain (currently 6 and growing).&lt;br /&gt;
I&#039;&#039;ve been asked to design a site for someone, that wants SOTA  (state of the art) designing and soft components.&lt;br /&gt;
My skills aren&#039;t there yet to do that. Hopefully I can do something fundamental to satisfy the customer until they find someone who can or until I learn enough to do it myself.&lt;br /&gt;
I&#039;m still learning a lot about Web site creation, design and mantenance; even though I&#039;ve been doing it for over 10 years....slow learner:rolleyes:&lt;br /&gt;
thanks again for your help&lt;br /&gt;
Rick (shobuz99)&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Emphatic;219843 wrote:&lt;/strong&gt; I found your site on the net, and can see the marquee in action.&lt;/p&gt;
&lt;p&gt;It&#039;s possible to use css to duplicate your navigation bar, which would allow you to use flash fo your marquee and do away with javascript altogether.&lt;/p&gt;
&lt;p&gt;Have a look at this example: &lt;a href=&quot;http://www.cssplay.co.uk/menus/final_drop.html&quot; class=&quot;bb-url&quot;&gt;http://www.cssplay.co.uk/menus/final_drop.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And the other examples of what can be done: &lt;a href=&quot;http://www.cssplay.co.uk/menus/index.html&quot; class=&quot;bb-url&quot;&gt;http://www.cssplay.co.uk/menus/index.html&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;
 </description>
     <pubDate>Tue, 29 May 2007 20:32:15 +0000</pubDate>
 <dc:creator>shobuz99</dc:creator>
 <guid isPermaLink="false">comment 1219877 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/learning-flash#comment-1219854</link>
    <description> &lt;p&gt;Emphatic,&lt;/p&gt;
&lt;p&gt;Thanks for your advice. The CSS menu idea is attractive to me; however,&lt;br /&gt;
I&#039;m less than a novice when it comes to CSS. &lt;/p&gt;
&lt;p&gt;I really would like to figure out why the 2 menu javascript files stop working&lt;br /&gt;
when I remove the marquee javascript file..&lt;br /&gt;
It just bugs the hell out of me.&lt;/p&gt;
&lt;p&gt;I checked out a few css menus from the links you provided.. they&#039;re pretty cool.. I just wonder how long it would take me to understand how they work and how to change them when I needed to.&lt;/p&gt;
&lt;p&gt;Thanks again..&lt;/p&gt;
&lt;p&gt;Rick (shobuz99)&lt;/p&gt;
 </description>
     <pubDate>Tue, 29 May 2007 13:11:39 +0000</pubDate>
 <dc:creator>shobuz99</dc:creator>
 <guid isPermaLink="false">comment 1219854 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/learning-flash#comment-1219843</link>
    <description> &lt;p&gt;I found your site on the net, and can see the marquee in action.&lt;/p&gt;
&lt;p&gt;It&#039;s possible to use css to duplicate your navigation bar, which would allow you to use flash fo your marquee and do away with javascript altogether.&lt;/p&gt;
&lt;p&gt;Have a look at this example: &lt;a href=&quot;http://www.cssplay.co.uk/menus/final_drop.html&quot; class=&quot;bb-url&quot;&gt;http://www.cssplay.co.uk/menus/final_drop.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And the other examples of what can be done: &lt;a href=&quot;http://www.cssplay.co.uk/menus/index.html&quot; class=&quot;bb-url&quot;&gt;http://www.cssplay.co.uk/menus/index.html&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 29 May 2007 06:27:34 +0000</pubDate>
 <dc:creator>Emphatic</dc:creator>
 <guid isPermaLink="false">comment 1219843 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/learning-flash#comment-1219831</link>
    <description> &lt;p&gt;Sorry, pc was slow to respond, and therefore I repeated myself a few times.&lt;/p&gt;
&lt;p&gt;I&#039;ll go over the code to see if I can uncover why it&#039;s stopping.&lt;br /&gt;
I&#039;m no expert, and maybe other ppl can offer some insight.&lt;/p&gt;
 </description>
     <pubDate>Tue, 29 May 2007 00:28:51 +0000</pubDate>
 <dc:creator>Emphatic</dc:creator>
 <guid isPermaLink="false">comment 1219831 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/learning-flash#comment-1219829</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Emphatic;219827 wrote:&lt;/strong&gt; So this html code, is it:&lt;/p&gt;
&lt;ol class=&quot;bb-list&quot;&gt;
&lt;li&gt;the one with javascript working?&lt;/li&gt;
&lt;li&gt;Or not?&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;
&lt;p&gt;Yes, the javascript is working, BUT.. if i remove the marquee_menu.js&lt;br /&gt;
from the group.. it stops working for the menu..&lt;/p&gt;
&lt;p&gt;Thanks for the review..&lt;/p&gt;
&lt;p&gt;Rick (Shobuz99)&lt;/p&gt;
 </description>
     <pubDate>Tue, 29 May 2007 00:23:22 +0000</pubDate>
 <dc:creator>shobuz99</dc:creator>
 <guid isPermaLink="false">comment 1219829 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/learning-flash#comment-1219828</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Emphatic;219826 wrote:&lt;/strong&gt; So this html code, is it:&lt;/p&gt;
&lt;ol class=&quot;bb-list&quot;&gt;
&lt;li&gt;Without the flash?&lt;/li&gt;
&lt;li&gt;With the flash?&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;
&lt;p&gt;It has the flash. Right after layer 2.. BTW.. the layers are out of order in this file.. it goes 1 3 2..&lt;/p&gt;
 </description>
     <pubDate>Tue, 29 May 2007 00:21:25 +0000</pubDate>
 <dc:creator>shobuz99</dc:creator>
 <guid isPermaLink="false">comment 1219828 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/learning-flash#comment-1219827</link>
    <description> &lt;p&gt;So this html code, is it:&lt;/p&gt;
&lt;ol class=&quot;bb-list&quot;&gt;
&lt;li&gt;the one with javascript working?&lt;/li&gt;
&lt;li&gt;Or not?&lt;/li&gt;
&lt;/ol&gt;
 </description>
     <pubDate>Tue, 29 May 2007 00:07:51 +0000</pubDate>
 <dc:creator>Emphatic</dc:creator>
 <guid isPermaLink="false">comment 1219827 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/learning-flash#comment-1219795</link>
    <description> &lt;p&gt;Emphatic,&lt;br /&gt;
Well... I&#039;ll post the code, but like I said, this involves 3 .js files and an HTML main page.&lt;br /&gt;
Would you need all the .js files, or just show them listed in the HTML main page file?&lt;/p&gt;
&lt;p&gt;Also, I have to say that I didn&#039;t write the .js files. They are both part of an HV Menu- by Ger Versluis,&lt;br /&gt;
submitted to Dynamic Drive for use. The marquee_menu.js is part of a Peter Gehrig menu, I found&lt;br /&gt;
on &lt;a href=&quot;http://www.24fun.com&quot; class=&quot;bb-url&quot;&gt;http://www.24fun.com&lt;/a&gt;.&lt;br /&gt;
These menus have worked together fine. When I first installed the HV Menu, the Peter Gehrig marquee&lt;br /&gt;
menu was layed out within the HTML page. I decided to clean things up and I created the marquee_menu.js&lt;br /&gt;
file and then called it out in the HTML like the other two.&lt;br /&gt;
I never had a problem with this coexistence until I removed the marquee_menu.js. &lt;/p&gt;
&lt;p&gt;The reason I removed it, is because I wanted the flash swf file to replace it...&lt;/p&gt;
&lt;p&gt;Anyway, here is the HTML code with the marquee_menu.js file still in there.&lt;br /&gt;
This works, but I don&#039;t want the marquee_menu.js in there... you get the idea..&lt;/p&gt;
&lt;p&gt;// ---&amp;gt;&lt;/p&gt;
&lt;p&gt;   (I left out the head code because it is irrelevant)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Booking&lt;br /&gt;
    Parties &amp;amp; &lt;/strong&gt;&lt;strong&gt;Weddings&lt;br /&gt;
    &lt;/strong&gt;&lt;strong&gt;for&lt;br /&gt;
    2007&lt;/strong&gt;&lt;strong&gt;&lt;br /&gt;
    Call&lt;br /&gt;
    570-623-2800&lt;br /&gt;
    NOW!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;  &lt;strong&gt;&lt;em&gt;Accept&lt;br /&gt;
    NO Imitations !!&lt;/em&gt;&lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;  The&lt;br /&gt;
    &quot;Dynamic Duo&quot; of the Southern Tier&lt;br /&gt;
    Sal Crisafi &amp;amp;&lt;br /&gt;
    Rick White&lt;br /&gt;
    combine years of entertainment experience&lt;br /&gt;
    to bring you a night of nostalgic Rock N&#039; Roll!&lt;br /&gt;
  &lt;strong&gt;&lt;em&gt;Looking for&lt;br /&gt;
    someone to maintain your web site?&lt;br /&gt;
    &lt;/em&gt;&lt;/strong&gt;&lt;em&gt;&lt;strong&gt;&lt;a href=&quot;rickwhiteswebmaintsrvce.htm&quot;&gt;Click&lt;br /&gt;
    HERE&lt;/a&gt;&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;
  &lt;img src=&quot;images/mike.gif&quot; width=&quot;74&quot; height=&quot;67&quot; border=&quot;0&quot; /&gt;&lt;IMG src=&quot;images/music_line_1.gif&quot; width=&quot;421&quot; height=&quot;65&quot; border=&quot;0&quot; /&gt;&lt;img src=&quot;images/mike.gif&quot; width=&quot;74&quot; height=&quot;67&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
  &lt;strong&gt;We&lt;br /&gt;
    sing it all from Doo Wop to Classic Rock&lt;br /&gt;
    and everything in between.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;    What&#039;s&lt;br /&gt;
    a Shmangy?? &lt;a href=&quot;http://www.urbandictionary.com/define.php?term=shmangy&amp;amp;r=f&quot;&gt;The&lt;br /&gt;
    Urban Dictionary&lt;/a&gt; says:&lt;br /&gt;
    Shmangy&lt;br /&gt;
    - the pimp daddy of all pimp daddys.&lt;br /&gt;
    You know who I&#039;m talking about!!&lt;/p&gt;
&lt;p&gt;&amp;lt;script language=&quot;JavaScript&quot; type=&quot;text/JavaScript&quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; //HV Menu- by Ger Versluis (&lt;a href=&quot;http://www.burmees.nl/&quot; class=&quot;bb-url&quot;&gt;http://www.burmees.nl/&lt;/a&gt;)&lt;br /&gt;
//Submitted to Dynamic Drive (&lt;a href=&quot;http://www.dynamicdrive.com&quot; class=&quot;bb-url&quot;&gt;http://www.dynamicdrive.com&lt;/a&gt;)&lt;br /&gt;
//Visit &lt;a href=&quot;http://www.dynamicdrive.com&quot; class=&quot;bb-url&quot;&gt;http://www.dynamicdrive.com&lt;/a&gt; for this script and more&lt;br /&gt;
function Go(){return}&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
    &amp;lt;script src=&#039;marquee_menu.js&#039; type=&#039;text/javascript&#039;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
	&amp;lt;script type=&#039;text/javascript&#039; src=&#039;shmangymenu_var.js&#039;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
    &amp;lt;script type=&#039;text/javascript&#039; src=&#039;menu_com.js&#039;&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt; End of code&lt;/p&gt;
 </description>
     <pubDate>Mon, 28 May 2007 14:10:28 +0000</pubDate>
 <dc:creator>shobuz99</dc:creator>
 <guid isPermaLink="false">comment 1219795 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/learning-flash#comment-1219783</link>
    <description> &lt;p&gt;Try flashkit.com you will learn alot there from beginning to the advantage level.&lt;/p&gt;
 </description>
     <pubDate>Mon, 28 May 2007 10:29:57 +0000</pubDate>
 <dc:creator>projectx</dc:creator>
 <guid isPermaLink="false">comment 1219783 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
