Copyright © 2010 Web Design and Hosting Tips. All Rights Reserved. Snowblind by Themes by bavotasan.com. Powered by WordPress.
Do you know how to install Joomla Web Intro ?
But before we discuss how to install joomla web intro on, did you all know what is meant by web intro? OK, Web Intro is able to form an opening animation flash animation or DHTML using JavaScript when we open a page.
The goal made the web intro itself is used to beautify a website so that users are interested in always visit our website. Often when there is a web that has a good intro to web visitors will say “WOW ….” And interested to visit the Web.
But there are some drawbacks to the use of this web intros, web intro if we use them adalahberupa flash intro using this website, we do not waste resources and flash pages are not search engine friendly. But calm, although we still can outsmart them by using ways that I got from the web-next-door:
1. Using Flash SEO friendly.
2. Make sure you only give a short animation. Except for the flash animation is the most important content on your site, then make sure the duration of the flash presentation no more than 10-15 seconds.
3. The contents of the animation to the point, has a purpose. For example showcase the best content from the website or the presentation of nature as the Navigator into important parts of your website.
Ok from here we can just go to the main topic is how to install their own web intro. Do not forget to prepare the formula used to it.
Tools and materials that need to be prepared:
1. A set of computers, of course, would be better if you have internet connection, so will try the test results can be directly publish to the internet.
2. Website on which we will make over to the web to add intro.
3. Web intro we will install.
4. Joomla explorer or the like can be downloaded at http://joomla.org, or congenital hosting filemanager you use.
If you have complete all the next steps
1. Install joomla xplorer first then please click on the file & install.
2. Skip ahead to the menu select joomla Xplorer components that we just installed, or you can also use the file manager on cpanel.
3. If it’s time to upload a file which we will intro pairs, klik upload the file menu icon image that has a blue Earth, as always select the file you upload will then select upload your stay, try our intro names are not the same as uploading a is in your joomla root file.
4. Next step is in the file. Htaccess (file must be named. Htaccess if you are still named htaccess.txt, rename it. Htaccess, the file manager. Htaccess is not visible, you can use the Xplorer joomla to be able to see. Htaccess file is) Add the contents into a file. htaccess: “DirectoryIndex index.html index.php”
Later when we access the site, which will appear is the index.html file. If you do not want to using flash intro and just want to use your normal web page can use the code I took from dynamic drive, please copy and paste this :
<html>
<head>
<title>You Type</title>
</head>
<body bgcolor=”#000000″ text=”#FFFFFF”>
<div id=”splashcontainer” style=”position:absolute;width:350px;”></div>
<layer id=”splashcontainerns” width=450></layer>
<script>
/*
Dynamic Splash Screen effect- © Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions, 100’s more DHTML scripts, and Terms Of Use,
Visit http://dynamicdrive.com
*/
//Specify the paths of the images to be used in the splash screen, if any.
//If none, empty out array (ie: preloadimages=new Array())
var preloadimages=new
Array(”http://abstract.simplenet.com/point.gif”,”http://abstract.simplenet.com/point2.gif”)
//configure delay in miliseconds between each message (default: 2 seconds)
var intervals=2000
//configure destination URL
var targetdestination=”http://yourdot.com” //
//configure messages to be displayed
//If message contains apostrophe(’), backslash them (ie: “I’m fine”)
var splashmessage=new Array()
var openingtags=’<font face=”Arial” size=”4″>’
splashmessage[0]=’ <img src=”http://www.yourdot.com”><br>Dehost
Dehost<br>dynamicschool<br><h6>by dehost<h6>’
splashmessage[1]=’web design tips’
splashmessage[2]=’web hosting tips’
splashmessage[3]=’web blog’
splashmessage[4]=’just a blog’
splashmessage[5]=’another blog’
var closingtags=’</font>’
//Do not edit below this line (besides HTML code at the very bottom)
var i=0
var ns4=document.layers?1:0
var ie4=document.all?1:0
var ns6=document.getElementById&&!document.all?1:0
var theimages=new Array()
//preload images
if (document.images){
for (p=0;p<preloadimages.length;p++){
theimages[p]=new Image()
theimages[p].src=preloadimages[p]
}
}
function displaysplash(){
if (i<splashmessage.length){
sc_cross.style.visibility=”hidden”
sc_cross.innerHTML=’<b><center>’+openingtags+splashmessage[i]+closingtags+’</center></b>’
sc_cross.style.left=ns6?parseInt(window.pageXOffset)+parseInt(window.innerWidth)/2-parseInt(sc
_cross.style.width)/2 :
document.body.scrollLeft+document.body.clientWidth/2-parseInt(sc_cross.style.width)/2
sc_cross.style.top=ns6?parseInt(window.pageYOffset)+parseInt(window.innerHeight)/2-sc_cross.of
fsetHeight/2 : document.body.scrollTop+document.body.clientHeight/2-sc_cross.offsetHeight/2
sc_cross.style.visibility=”visible”
i++
}
else{
window.location=targetdestination
return
}
setTimeout(”displaysplash()”,intervals)
}
function displaysplash_ns(){
if (i<splashmessage.length){
sc_ns.visibility=”hide”
sc_ns.document.write(’<b>’+openingtags+splashmessage[i]+closingtags+’</b>’)
sc_ns.document.close()
sc_ns.left=pageXOffset+window.innerWidth/2-sc_ns.document.width/2
sc_ns.top=pageYOffset+window.innerHeight/2-sc_ns.document.height/2
sc_ns.visibility=”show”
i++
}
else{
window.location=targetdestination
return
}
setTimeout(”displaysplash_ns()”,intervals)
}
function positionsplashcontainer(){
if (ie4||ns6){
sc_cross=ns6?document.getElementById(”splashcontainer”):document.all.splashcontainer
displaysplash()
}
else if (ns4){
sc_ns=document.splashcontainerns
sc_ns.visibility=”show”
displaysplash_ns()
}
else
window.location=targetdestination
}
window.onload=positionsplashcontainer
</script>
<!–Set href in below link to the URL of the target destination–>
<div align=”right”>
<table border=”0″ width=”400″ height=”100%” cellspacing=”0″ cellpadding=”0″>
<td width=”100%” valign=”bottom” align=”right”>
[ <a href="http:yourdot.com"><font color="#FFFFFF">Skip Intro</font></a> ]
</td>
</table>
</div>
</body>
</html>
Related posts:


