Hi,
looks like this in IE6:
Screenshot
Nice design, but it loads very, very slowly. This is due the immense sizes of the graphics, nearly 1 MB, which could be compressed down (without undue loss) to have but 50K all together.
Cheers,
hort
PS: http://browsershots.org/ is a good site where to test compatibility across a vast array of browser makes and systems.
http://www.techblogs.it/internetmagazine/2009/02/al-giorno-doggi-creare-un.php
Read and enjoy
ITALIA > ENGLISH
http://translate.google.de/translate?prev=hp&hl=de&u=http%3A%2F%2Fwww.techblogs.it%2Finternetmagazine%2F2009%2F02%2Fal-giorno-doggi-creare-un.php&sl=it&tl=en
Quote:
nachenko wrote:
Cool site. Why don't you submit a note in the "they use ImpressCMS!" section?
A very nice site - and a very good project.
Good work!
(And yes, Nachenko is right.. please use the link he says to give your site a little extra promotion )
Cool site. Why don't you submit a note in the "they use ImpressCMS!" section?
http://community.impresscms.org/modules/smartsection/submit.php
I started with ImpressCMS 1.1 and I update it to 1.1.1 after.
the meta generator inside the theme still says xoops ;)
very nice & clean site though, which version is it?
thank you!
I got lot of fun doing this site with impresscms! I got a good result in a very quick time.
A very nice site - congrats, and welcome to ICMS!
Hi.
it make a long time last time I used Xoops but 3 days ago I got a contract to do a new website in one weekend. I have use impressCMS to do it fast.
Here is the result of my weekend work: http://www.co2reduction.ca/
This website will offer different way to cancel your carbone footprint.
Its not totally finish (I have to add some more image and rending) but its working fine for 2 days of work. I use the multilanguage and the integrated content manager.
I have plan to add News module, FAQ, newbb forum, partner module and more.
very very nice - excellent work.
Quote:
This should appear on our featured sites news section.
this was a big big project and lot of hard work. Through this project I have learned much more about impresscms. There was also much help from the impresscms community through this forum and msn.
Big thanks to all !
Clean, simple and professional. This should appear on our featured sites news section.
http://community.impresscms.org/modules/smartsection/category.php?categoryid=28
BTW i like you took the time to make contact form look like a contact form and not like the usual zebra-skinned table.
Looks great! Very simple, clean and easy to read.
Seth
I just had a look and have to say the website looks great!
Nice and clear layout.
:bravo:
MWM (formerly DEUTZ Power Systems (DPS)) is an engineering company with headquarters in Mannheim (Germany). Now, after the company returns to its old name, was in the course of the redesigned Internet presence. ImpressCMS has been established.
Modules in use: smartsection and many clones, wfdownloads, jobs, Liaise, extcal, dh-info, rmbulletin, news, xcgal + some more.
http://www.mwm.net/
@incama,
Impressive screenshots of the blocks administration!
Nice tutorial Nachenko.
I've use an other solution on a template I'm developing right now.
http://www.core74.org/project/templates/C74-template-blocked/htmlonly/
Downside is it preloads all the images before changing the images, but a big plus is that the Innerfade plugin also can handle text, or images with text.
I've written an explanation on the trick used for this site.
I can't post in the blog due to the last week's incident, so until I get back permission, here you have:
Random pics changing over time: EXTGallery block and jQuery's AJAX for ImpressCMS
OK, so you have a photo gallery. And you have a block showing some photos, but you'd like them to change every few seconds.
Something like this? Look right column for a few seconds.
http://www.granadasur.com/modules/contents/
OK, you got the point, keep reading.
1 - A random block.
First thing we did is to put a random block where we wanted to using block administration interface (admin ->blocks). At this moment it was just static content, every time the page loads, there are three random pics there. That simple. The number of pics can be configured in the block. Once they are on screen, they don't change.
If we could execute this block's code again, it would give us a new bunch of random pics, am I right?
2 - A piece of middleware
If we want to change a page once it's loaded, we need to use Javascript. There's no other choice. So, to change this picture we need to give Javascript a list of new pictures in a format Javascript can understand.
A format Javascript can understand is JSON, and the piece of code that we are usign to give Javascript the info is this: