<?xml version="1.0" encoding="utf-8" ?>





























 









<rss version="2.0">
<channel>
  <title>Killersites.com Forum (Forum: HTML and JavaScript.)</title>
  <link>http://www.killersites.com/mvnforum/mvnforum/index</link>
  <description>RSS Feed of Killersites.com Forum (Forum: HTML and JavaScript.)</description>
  <language>en-us</language>

  <lastBuildDate>Sat, 21 Nov 2009 22:38:27 -0500</lastBuildDate>
  <docs>http://www.killersites.com/mvnforum/mvnforum/rsssummary</docs>
  <generator>mvnForum Feed Generator 1.2.1 GA</generator>
  <image>
    <title>Killersites.com Forum</title>
    <url>http://www.killersites.com/mvnforum/mvnplugin/mvnforum/images/logo.gif</url>
    <link>http://www.killersites.com/mvnforum/mvnforum/index</link>
    <width>141</width>
    <height>50</height>
    <description>mvnForum - free open source Jsp/Servlet forum</description>
  </image>

  <textInput>
    <title>Search</title>
    <description>Search all posts</description>
    <name>key</name>
    <link>http://www.killersites.com/mvnforum/mvnforum/search</link>
  </textInput>

  <item>
    <title>Beginners Javascript Video Tutorials</title>
    
    <link>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13306</link>
    <description>Hi,

I just wanted to announce my new beginners [url=http://www.killerjavascript.com/videos/]Javascript video tutorials[/url] .

[b]A whole new web site too![/b]

[url=http://www.killerjavascript.com/]www.killerjavascript.com[/url] 

You will find a growing collection of Javascript video tutorials that are designed to teach web designers how to read and write Javascript code. Besides the ...</description>
    
    <pubDate>Tue, 21 Jul 2009 08:05:07 -0400</pubDate>
    <category>HTML and JavaScript.</category>
    
    <guid>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13306_lastpage,yes</guid>
  </item>

  <item>
    <title>Wink movie question?</title>
    
    <link>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13198</link>
    <description>I love Wink (thanks John!). When linking to a movie (.swf file) so others can view it, which way is better and why? Just link to the .swf file so real player or whatever is your default program plays it. Or embedding the .swf in an html page. Is there a playability difference or any other reason to go with one over the other? Thanks for your thoughts!</description>
    
    <pubDate>Thu, 11 Dec 2008 16:01:48 -0500</pubDate>
    <category>HTML and JavaScript.</category>
    
    <guid>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13198_lastpage,yes</guid>
  </item>

  <item>
    <title>Please i need help to set my site</title>
    
    <link>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13298</link>
    <description>Please my website is always having a problem when i browse it on internet Explorer some of the images done appear but with Netscape and Mozilla fox is ok please what can be the problem and what can i do?</description>
    
    <pubDate>Sun, 21 Dec 2008 11:08:14 -0500</pubDate>
    <category>HTML and JavaScript.</category>
    
    <guid>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13298_lastpage,yes</guid>
  </item>

  <item>
    <title>break-all not working for special characters</title>
    
    <link>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13255</link>
    <description>Hi all ,
 I have the following 
Css file :-
[code]
.text-left{
text-align:left;
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 
}
[/code] 
 
In one of my jsps, i have the following column 
[code] 
&lt;td class=&quot;text-left&quot; ...</description>
    
    <pubDate>Wed, 17 Dec 2008 00:30:33 -0500</pubDate>
    <category>HTML and JavaScript.</category>
    
    <guid>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13255_lastpage,yes</guid>
  </item>

  <item>
    <title>Meta Tags</title>
    
    <link>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13118</link>
    <description>I don&#39;t recall this ever really beeing discussed here but I have a set of meta tags that I have been using for a number of sites but now I like to review which ones that are necessary or not. Some are recommended or required while others are just optional.

Here&#39;s what I have:

&lt;meta http-equiv=&quot;pragma&quot; content=&quot;no-cache&quot;&gt;
&lt;meta ...</description>
    
    <pubDate>Thu, 04 Dec 2008 13:01:29 -0500</pubDate>
    <category>HTML and JavaScript.</category>
    
    <guid>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13118_lastpage,yes</guid>
  </item>

  <item>
    <title>What do you think? Is this an accessible popup window?</title>
    
    <link>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13222</link>
    <description>What do you think? Is this an accessible popup window? No need to tell me about the does-and-don&#39;ts of popup windows, I heard and read it all before. Can this example below be made any more accessible or cleaner? Thanks! For instance, how can I move the width and height attributes, etc, into the link itself. So each link can be different?

[quote]&lt;script type=&quot;text/javascript&quot;&gt;
...</description>
    
    <pubDate>Sun, 14 Dec 2008 10:02:37 -0500</pubDate>
    <category>HTML and JavaScript.</category>
    
    <guid>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13222_lastpage,yes</guid>
  </item>

  <item>
    <title>how to disable back button in firefox</title>
    
    <link>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13205</link>
    <description>to restrict a user from going to previous page in IE i use the following code on that page (the previous page)

&lt;script&gt;
window.history.forward(1);
&lt;/script&gt;

However Firefox ignores this script. Does anybody know how i cna disable the back button in firefox.

Thanking you in advance.

Paul</description>
    
    <pubDate>Fri, 12 Dec 2008 08:15:45 -0500</pubDate>
    <category>HTML and JavaScript.</category>
    
    <guid>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13205_lastpage,yes</guid>
  </item>

  <item>
    <title>tracking codes and target=&quot;_blank&quot;</title>
    
    <link>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13166</link>
    <description>target=&quot;_blank&quot; does not work (in any browser) for a link (URL)which contains a tracking code. Is this something which is a common nuance? Does anyone know how i can get round this.
Many Thanks. Paul.</description>
    
    <pubDate>Tue, 09 Dec 2008 03:47:07 -0500</pubDate>
    <category>HTML and JavaScript.</category>
    
    <guid>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13166_lastpage,yes</guid>
  </item>

  <item>
    <title>Need Help Changing this.fileSaveTarget = &quot;liveTEXT.xml&quot;; to a variable to set multiple XML sheet saving</title>
    
    <link>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13153</link>
    <description>I have a actionscript for a flash cms file  i need to link  multiple xml files for saving content. If There is someone that can help me write the  variables for it to work for me on multiple xml files. I will share the file and i have the xml file names that i need info saved to.
please email me at kgramazio@mac.com

Please it is urgent. I have been up for 3 days trying to figure it out!! ...</description>
    
    <pubDate>Sun, 07 Dec 2008 22:19:00 -0500</pubDate>
    <category>HTML and JavaScript.</category>
    
    <guid>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13153_lastpage,yes</guid>
  </item>

  <item>
    <title>Site mockup - Tips &amp; Tricks plz?</title>
    
    <link>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13122</link>
    <description>Well this is my first webpage layout and I am atm figuring out how I would use this combined with HTML/CSS ;( I am going for a manga page but in spanish &quot;MangaenLinea&quot;=MangaOnline so I am aiming for a onemanga type of page. I would love if any of you killersite forumers could help me here and there... not &quot;spoon feed&quot; but your insight will help me complete my project  [:D] 

...</description>
    
    <pubDate>Thu, 04 Dec 2008 17:54:28 -0500</pubDate>
    <category>HTML and JavaScript.</category>
    
    <guid>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13122_lastpage,yes</guid>
  </item>

  <item>
    <title>Sporadic music driving me consistently insane.</title>
    
    <link>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13151</link>
    <description>The following code works perfectly in IE, but the music starts and stops sporadically when using Firefox.  Anyone have a clue?  I have the latest QuickTime plug-in installed.

&lt;!-- START HOME MUSIC CODE

if (navigator.appName == &quot;Microsoft Internet Explorer&quot;) {
document.write(&#39;&lt;bgsound src=&quot;home-sound.mp3&quot; LOOP=&quot;false&quot;&gt;&#39;);
}
else {
...</description>
    
    <pubDate>Sun, 07 Dec 2008 18:15:18 -0500</pubDate>
    <category>HTML and JavaScript.</category>
    
    <guid>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13151_lastpage,yes</guid>
  </item>

  <item>
    <title>SWF in Dreamweaver Template Problem</title>
    
    <link>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13121</link>
    <description>Can anyone tell me why this swf file is displaying just fine on one page but not on another? Both pages use the same template which is where the swf resides - so both pages should be displaying the swf. I have not changed anything other than some text so I have no idea why the swf is not showing on the second page.

Go to this URL and the click the 3rd green button down named &quot;Listen to ...</description>
    
    <pubDate>Thu, 04 Dec 2008 17:04:53 -0500</pubDate>
    <category>HTML and JavaScript.</category>
    
    <guid>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13121_lastpage,yes</guid>
  </item>

  <item>
    <title>Guess the differences of HTML and DHTML?</title>
    
    <link>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13109</link>
    <description>HTML stands for Hypertext Markup Language whereas DHTML is Dynamic Hypertext Markup Language.

In HTML we can only make static web pages which can not be changed frequently. In other case DHTML is not static not soots to the customers requirement.

We can use CSS in DHTML and cannot use in HTML.

I have to make slides for presentation about it.
You can add more to my knowledge.</description>
    
    <pubDate>Thu, 04 Dec 2008 03:28:38 -0500</pubDate>
    <category>HTML and JavaScript.</category>
    
    <guid>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13109_lastpage,yes</guid>
  </item>

  <item>
    <title>hving problems uploading my videos....</title>
    
    <link>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13116</link>
    <description>this is my very first post on this page so hope you guys give me the best tips ever jeje....


im working on this page and i upload 116 of .swf videos (flash videos) i dont know what i did in a moment that every video dissaper or at least is not showing on the server...
i have try a lots of things but nothing things to work (i cant see the  videos online)

here are the codes or at least ...</description>
    
    <pubDate>Thu, 04 Dec 2008 12:00:56 -0500</pubDate>
    <category>HTML and JavaScript.</category>
    
    <guid>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13116_lastpage,yes</guid>
  </item>

  <item>
    <title>Smoothing a specific animation in jQuery</title>
    
    <link>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13105</link>
    <description>I&#39;ve been using jQuery for a couple of months now, and it has drastically changed both the way I think about JS, and my productive output.  Now I&#39;m working on polishing my interface development skills.

I have a div which contains a bunch of UL lists, being used as an autocomplete dropdown.  This is how it is marked up (when filled with 2 items)

[code]
&lt;div id=&quot;ac_results&quot;&gt;
...</description>
    
    <pubDate>Wed, 03 Dec 2008 15:34:41 -0500</pubDate>
    <category>HTML and JavaScript.</category>
    
    <guid>http://www.killersites.com/mvnforum/mvnforum/viewthread_thread,13105_lastpage,yes</guid>
  </item>

</channel>
</rss>


