a div loading entire web site in joomla 2.5 - joomla2.5

I am trying to load a page like
http://localhost/dropbox/joomla_25/index.php?option=com_helloworld&control=add&task=new1
but a div in index.php page ( in templates ) is loading entire site ..
and I am working on joomla 2.5
help me please

Related

In my opencart site i need to play a video in home page before opening my site

I need to play a video in my opencart site before opening the site home page.is there any extension or jquery is available to perform this function?
For this no need to the opencart extensions, you may create with the following two options.
create one simple html with video and set us a index.html and give one link from this page to site home page.
load one simple popup with video at the time of page load.

Creating an ember application off a path

I've been working with Ember (RC1) a bit - and I can create apps that load from the root of a website (foo.com/), but now I'm trying to delay loading an app until I hit a given path within my website (foo.com/app), as opposed to loading it at the root.
That "app" page is served up from the server with a div that ties to my router's root element. The root of my app should display my applicationView and related template.
I think I'm doing everything correctly, and am not getting errors, but the only thing I see within the div where I expect my app to show is:
<div id="ember247" class="ember-view"></div>
At this point, my template should only show some raw html, but i'm getting nothing! Anyone have any ideas?

how to create pop up in articles in admin joomla2.5

I created an article in admin and want to show a pop-up with click event. I tried the following things:
Using script tag.But it did not work. And showed value to front side.
Used module fancybox and module simple pop-up. But they are showing error. I think because the core jquery file is loaded after the fancybox js file. But I did not know any way to change order of js files in head .
Could any body help me? I am new to joomla . Thanks in advance.
I found the solution. I added fancybox js in templates js and fancybox css in templates. Then $(".modalbox").fancybox();. Then adding div in articles admin.

prettyPhoto integration with Sitecore 6.5

I am trying to load a page on my site into a prettyPhoto lightbox via a click on an anchor tag. What happens is that it looks like the lightbox begins to load, and it fetches the correct content, but instead of it loading the content in the lightbox, it over writes the whole page.
I tried to load external content in an iframe as well by trying the following:
TEST
It brings me to google, moving me away from my site and not loading it into an iframe.
Has anyone had similar problems with this? I am using sitecore 6.5.

Export content from Mura CMS

Has anyone worked on Mura CMS before? I need to know if it is possible to export a Mura site into HTML, XML so that I can import it into some other CMS (mostly Wordpress)
Thanks!
If you're using Mura 5.4+, there's a BETA feature you can try:
1) Login to the Admin, then go to Site Settings
2) Select the site you wish to export
3) On the Basic tab, scroll to the bottom and enter a directory to export static HTML files to (i.e., C:\sitefiles\ )
4) Click Update
5) Select the site again from the list of Current Sites
6) You should now see a link towards the top that reads 'Export Static HTML (BETA)'
7) Click the link and you should get an alert 'Export static HTML files to {whateverDirectoryYouEnteredEarlier}
Cheers!
You can also export a "Site Bundle" from the Site Settings. The Site Bundle will have all of the content of the site wrapped in nice WWDX XML files, that you could then parse with any language to import into another system.