Welcome to Geeklog, Anonymous Saturday, November 23 2024 @ 08:07 am EST
Geeklog Forums
Summer of design ' 08
Status: offline
::Ben
Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Location:la rochelle, France
Summer of design ' 08
Geeklog is strong and secured but need some new design ideas. Geeklog.fr launches a competition of design from July 1st till September 15th, 2008.
Here are the categories in which you can compete
* The logo
* The template
* icons
For participating create an account on geeklog.fr and share your talents by adding your creations in the dedicated album Summer of design ' 08.
From September 15th we shall choose together the best realizations and shall propose results to the various communities of Geeklog: Geeklog USA, Geeklog Japan, Geeklog Polska, Geeklog Germany, gllabs and portalparts.
To see icons packages, download the last version of Geeklog and look in directory
* public_html / image / icons
* public_html / image / topics
* public_html / layout / professional / image
For the logo and the theme, you are totaly free.
Automatic translation by reverso.net
See French version
See Japan version
See first works
I'm available to customise your themes or plugins for your Geeklog CMS
Geeklog is strong and secured but need some new design ideas. Geeklog.fr launches a competition of design from July 1st till September 15th, 2008.
Here are the categories in which you can compete
* The logo
* The template
* icons
For participating create an account on geeklog.fr and share your talents by adding your creations in the dedicated album Summer of design ' 08.
From September 15th we shall choose together the best realizations and shall propose results to the various communities of Geeklog: Geeklog USA, Geeklog Japan, Geeklog Polska, Geeklog Germany, gllabs and portalparts.
To see icons packages, download the last version of Geeklog and look in directory
* public_html / image / icons
* public_html / image / topics
* public_html / layout / professional / image
For the logo and the theme, you are totaly free.
Automatic translation by reverso.net
See French version
See Japan version
See first works
I'm available to customise your themes or plugins for your Geeklog CMS
16
16
Quote
Status: offline
::Ben
Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Location:la rochelle, France
It's about design and video
Following Garfy's code, I made a video rotator with FlowPlayer.
Demo page is on www.geeklog.fr. Just click on the image to play the video.
Here is the code for the static page :
$random_number = rand(1,2);
echo '
<script type="text/javascript" src="js/flashembed.min.js"></script>
<script>
window.onload = function() {
flashembed("player",
{
src:\'videos/FlowPlayerDark.swf\',
width: 200
},
{config: {
autoPlay:false,
controlBarBackgroundColor:\'0x2e8860\',
initialScale: \'fit\',
hideControls:true,
videoFile:\'videos/movie-geeklog' . $random_number . '.flv\',
splashImageFile:\'videos/image-geeklog' . $random_number . '.jpg\'
}}
);
}
</script>
<div style="width:100%; background:#000000; position:relative"><div style="position: absolute; width: 80px; top: 1em; right: 0.8em; color: #FFFFFF"> >> Play video</div>
<div id="player" align="center"><img src="videos/image-geeklog' . $random_number . '.jpg" /></div></div>
';
::Ben
I'm available to customise your themes or plugins for your Geeklog CMS
Following Garfy's code, I made a video rotator with FlowPlayer.
Demo page is on www.geeklog.fr. Just click on the image to play the video.
Here is the code for the static page :
Text Formatted Code
$random_number = rand(1,2);
echo '
<script type="text/javascript" src="js/flashembed.min.js"></script>
<script>
window.onload = function() {
flashembed("player",
{
src:\'videos/FlowPlayerDark.swf\',
width: 200
},
{config: {
autoPlay:false,
controlBarBackgroundColor:\'0x2e8860\',
initialScale: \'fit\',
hideControls:true,
videoFile:\'videos/movie-geeklog' . $random_number . '.flv\',
splashImageFile:\'videos/image-geeklog' . $random_number . '.jpg\'
}}
);
}
</script>
<div style="width:100%; background:#000000; position:relative"><div style="position: absolute; width: 80px; top: 1em; right: 0.8em; color: #FFFFFF"> >> Play video</div>
<div id="player" align="center"><img src="videos/image-geeklog' . $random_number . '.jpg" /></div></div>
';
::Ben
I'm available to customise your themes or plugins for your Geeklog CMS
19
12
Quote
Status: offline
::Ben
Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Location:la rochelle, France
Bug fix for IE... always check my code for IE
echo '
<script type="text/javascript" src="js/flashembed.min.js"></script>
<script>
window.onload = function() {
flashembed("player",
{
src:\'videos/FlowPlayerDark.swf\',
width: 320,
height: 240
},
{config: {
autoPlay:false,
controlBarBackgroundColor:\'0x2e8860\',
initialScale: \'fit\',
hideControls:true,
videoFile:\'videos/movie-geeklog' . $random_number . '.flv\',
splashImageFile:\'videos/image-geeklog' . $random_number . '.jpg\'
}}
);
}
</script>
<div style="width:100%; background:#000000; position:relative"><div style="position: absolute; width: 80px; top: 1em; right: 0.8em; color: #FFFFFF"> >> Play video</div>
<div id="player" align="center"><img src="videos/image-geeklog' . $random_number . '.jpg" /></div></div>
';
::Ben
I'm available to customise your themes or plugins for your Geeklog CMS
Text Formatted Code
$random_number = rand(1,2);echo '
<script type="text/javascript" src="js/flashembed.min.js"></script>
<script>
window.onload = function() {
flashembed("player",
{
src:\'videos/FlowPlayerDark.swf\',
width: 320,
height: 240
},
{config: {
autoPlay:false,
controlBarBackgroundColor:\'0x2e8860\',
initialScale: \'fit\',
hideControls:true,
videoFile:\'videos/movie-geeklog' . $random_number . '.flv\',
splashImageFile:\'videos/image-geeklog' . $random_number . '.jpg\'
}}
);
}
</script>
<div style="width:100%; background:#000000; position:relative"><div style="position: absolute; width: 80px; top: 1em; right: 0.8em; color: #FFFFFF"> >> Play video</div>
<div id="player" align="center"><img src="videos/image-geeklog' . $random_number . '.jpg" /></div></div>
';
::Ben
I'm available to customise your themes or plugins for your Geeklog CMS
18
15
Quote
Status: offline
::Ben
Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Location:la rochelle, France
Geeklog Summer of Design '08 will end up on september 15th.
There will be 5 new themes for Geeklog 1.5.0
- Colors: A pure professional inspiration.
- Pro-red: A pure professional in red.
- Blogus: A template for a pure blogger friend.
- Rebirth: A pure inspiration from Japan (submitted by Milk from white-stage.com)
and
- Pure: A pure css design with no table inside. Content will be on the left and Nav on the right. To make a "jeux de mots" it's a nouveau pure. Many thanks to Eric Warren's work.
So what have 10 days to make some polish. Let's see if someone would submit a nice 6th...
::Ben
I'm available to customise your themes or plugins for your Geeklog CMS
There will be 5 new themes for Geeklog 1.5.0
- Colors: A pure professional inspiration.
- Pro-red: A pure professional in red.
- Blogus: A template for a pure blogger friend.
- Rebirth: A pure inspiration from Japan (submitted by Milk from white-stage.com)
and
- Pure: A pure css design with no table inside. Content will be on the left and Nav on the right. To make a "jeux de mots" it's a nouveau pure. Many thanks to Eric Warren's work.
So what have 10 days to make some polish. Let's see if someone would submit a nice 6th...
::Ben
I'm available to customise your themes or plugins for your Geeklog CMS
17
15
Quote
All times are EST. The time is now 08:07 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content