How we can add javascript in joomla article? - joomla1.5

I have to convert an HTML site into joomla.Some Content of the site contain javascript which is not supported by the joomla article. so please tell me how can i do.

just switch to jce editor in joomla

Related

Error while Submitting SiteMap to Google Webmaster tools?

I was trying to submit my sitemap to google webmaster tools but it returns the error like “ Your Sitemap appears to be an HTML page. Please use a supported sitemap format instead. ” I am using YOAST SEO and i tried to use XML Sitemap Generator plugin for wordpress.
enter image description here
So how can i fix this issue..
Check that your sitemap.xml file is actually properly formatted XML. You can use the XML validator here for example: https://www.xmlvalidation.com/
If it's a generated sitemap file it may contain errors making it validate as HTML or other by the Google Webmasters Tools

Use feedburner email subscription without Popup

For my selfhosted Wordpress blog, i wish to add Feedburner email subscription form.
Embed code from feedburner site:
<form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=[BLOGNAME]', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
My issue is, i dont want the popup window to show up. That thing is so 80's stuff.
Instead, is it possible to show the popup contents inline? Using JS or PHP or something?
Check out how div contents change over click here using JS: http://www.willmaster.com/library/web-development/replace-div-content.php
Would be great if something similar could be worked out.
I guess this is easy to do but i have limited knowledge on web designs and php/js/forms.
Thanks in advance.
PS: Please do not suggest plugins. I hate installing plugins unless absolutely necessary.
You can change target="popupwindow" to target="_self" or target="_blank", it can load in current page or go to a new page.

typo3: is there a way to see the pages and its html templates in one place?

in typo3 admin site, I am using TemplaVoilà to make html templates. I have many pages in my site, so I wonder if there is a way that I can check which page is using which html template in one overall page, instead of checking it one by one, something like:
contact page: home.html
employer page: employer.html
...
You can use a hook to add this information in the TemplaVoila s module.

JQTouch loading external html page

Do we need to have all pages inside divs in one html page?
In case of my website I would need to create a huge file to accomplish that.
Short answer is that no, you do not. In your link tags, instead of typing:
<a id="#linkTo">Link!</a>
You would type
Link!
Your content would have to be an html snippet instead of a fully baked web page. You can look at the demos to see how this is done.

how to generate sitemap in joomla

How to generate site map in joomla. Can any one guide me the plugin required for sitemap.
XMap should do the trick.