This website uses CSS3 which isn't supported by ie6,7,8... but will display with modern browsers: Firefox,Chrome,Safari... If you are using ie6,7,8 please try other browsers to expand your horizons, Internet is actually beautiful. Please also install Flashplayer for flash videos.
About
When I started to make my own website, Justhost.com has all the brand name blog server software for free like wordpress, b2evolution, mambo, joomla, Nukes... more About...
Sometimes we have some powerpoint presentations we received or made that we want to place it on our blogs. There is a program called Authorpoint lite that will convert a powerpoint presentation to flash so we can place them on our blogs. To us, if the presentation are just pictures, then we can just use jalbum to display the images with music embeded. If the presentation has animation, then authorpoint is the best. If we just want to convert powerpoint to swf flash files, then we use OpenOffice. We use authorpoint for our powerpoint conversion.
We must have MS powerpoint 2000 or newer for the authorpoint to work (97 doesn't work), install the authorpoint and it will be embeded in the powerpoint software interface. Open a presentation .pps file with music. Some presentation, authorpoint could embed the music to the flash, but some, we need to extract the music file and embed into the html file later. In this presentation, we had to extract the music from the presentation. To extract the music file from the pps file, we just need to save the presentation to html format from powerpoint.
save all files in a folder, in this folder, there will be...
Imagerotator (static)Most of the blogs or websites have tons of pictures displayed in different ways. I found a few ways to play with our pictures. The first one is to display a set of pictures everytime the page is loaded or clicked. This one is different from imagerotator from longtailvideo which changing the pictures set all the time, it looks nice in the first time, but after a while, it became annoying. First you need to download this rotate.php file, customize the file. Create a folder with pictures on your server and drop this file in that folder, it's easy. Find a place that you want to put these pictures to appear, and place this code. This is much easier than all the imagerotator plugins we tried from nucleus plugins.
This should come out diplay below, in order to do this in tinymce, this code must be placed in html mode.
Imagerotator (dynamic)Anyhow, if you want to have pictures rotated with transitions and looping forever, then go to longtailvideo.com to download all the files and place them in a folder. In this case, I placed them in the familr folder. To place them anywhere you want, sidebar, header... just place these codes.
again with tinymce, click the html icon to place these codes, if not they won't work.
GREYBOX: We can you GreyBox to display a picture folder, we will use the same folder familyr for demo. The code to display all the pictures in the folder. In tinymce editor, we have to add @ in front of the code.
<%GreyBox(familyr(1)|familyr picture folder||imageset)%> . The familyr(1) will display only 1 caption=familyr picture folder, if we leave it out, there will be as many captions as many pictures displayed.
<%GreyBox(familyr/Reno07_s1.JPG|Reno07_s1||image)%> it will display like this Reno07_s1
To display a website like dot com or dot html we can use <%GreyBox(http://ltooz.com|ltooz||pagefs)%> and it will display like this (again with tinymce, we need to put @ in front of <%...) ltooz
. It will not work with blogs items like <%GreyBox(http://www.ltooz.com/ltooz341/item/pictures-in-nucleuscms|pictureinncleus||pagefs)%> like this
@<%GreyBox(http://ltooz.com/ltooz341/item/pictures-in-nucleuscms|pictureinnucleus||pagefs)%> but it will display the main blog like this <%GreyBox(http://ltooz.com/ltooz341/|ltoozblog||pagefs)%>
BloginsideBlog
this is <%GreyBox(http://www.ltooz.com/ltooz341/blog/love|BloginsideBlog||pagefs)%>
LIGHTBOX2The animated popup screen for pictures LightBox2 is a very popular an pretty plugins. We like it, but we don't use it often because the lack of slideshow and webpage display. We do like the thumbnails and the animations. But for displaying picture galleries, we like to use jalbum much better, although it's not flexible in adding pictures or deleting them.
The codes are exactly the same as GreyBox, just replace the GreyBox with LightBox2 and we get the pictures display in lightbox2. The only thing is that LightBox2 doesn't display websites, only pictures.
<%LightBox2(staining/master34.jpg|lightbox||images)%> will display with a thumbnail like this
and don't forget the @ in front of <%... if you use tinymce. This code is to display a specific picture in the folder.