Oyster Festival

Post links to sites running CMS in all its glory.
Post Reply
lennon
Forum Members
Forum Members
Posts: 88
Joined: Fri Jan 13, 2006 12:19 pm

Oyster Festival

Post by lennon »

Hi,

Here's our latest site.

http://www.galwayoysterfest.com

Hope you like...

andy
User avatar
Darwin Web Design
Forum Members
Forum Members
Posts: 212
Joined: Tue May 30, 2006 3:12 am

Re: Oyster Festival

Post by Darwin Web Design »

I LOVE it !!!  I'm a designer so I really appreciate your layout and graphics, menu and the whole site!!  ;D
It's easy to get around, the colours are pleasing to the eye, I bet your client is very happy.
amygdela

Re: Oyster Festival

Post by amygdela »

that is a very sweet design you got there mate! Very well done. As Aussie Gecko says your client must be thrilled!
lennon
Forum Members
Forum Members
Posts: 88
Joined: Fri Jan 13, 2006 12:19 pm

Re: Oyster Festival

Post by lennon »

Cheers guys. Nice to get some compliments. It one of my best so far I think. Its definitly made the portfolio anyway.

Think the clients pretty happy but havent had any direct contact with them really. Its been via a middleman. So who knows?!
Reggie

Re: Oyster Festival

Post by Reggie »

Damn ! Beautiful m8 !
EMR53
Forum Members
Forum Members
Posts: 31
Joined: Tue Aug 01, 2006 6:09 pm

Re: Oyster Festival

Post by EMR53 »

That looks terrific!!!  nice fresh and clean site, i love the colors also keep upthe good work
Muzzy

Re: Oyster Festival

Post by Muzzy »

A fantastic job.

Looking at your base site I see you also use CMSMS for that too as well as most of your clients. All excellent work and a good use of of this CMS.

Regards.
Mike.
jovo
Forum Members
Forum Members
Posts: 30
Joined: Fri Dec 23, 2005 4:10 pm

Re: Oyster Festival

Post by jovo »

I don't like oysters but the website is great!
lennon
Forum Members
Forum Members
Posts: 88
Joined: Fri Jan 13, 2006 12:19 pm

Re: Oyster Festival

Post by lennon »

Thanks for the kind words guys.

Yeah I always try to use CMSMS for my clients where appropiate. Its a great system for them and me.
jcbroad

Re: Oyster Festival

Post by jcbroad »

5*!
freddieb

Re: Oyster Festival

Post by freddieb »

I don't want to detract from the site at all, which is VERY attractive and well-designed, with excellent info, etc., but there are some problems with it.

In IE6 Windows, when selecting text size "Larger" the whole page loses its layout  and it becomes very hard to follow.

In Mozilla, 4 increases in text size produce a similar effect.

Also, the Home page, at least, doesn't validate as XHTML 

http://validator.w3.org/check?uri=http% ... Fhome.html

Cheers
User avatar
neophron
Forum Members
Forum Members
Posts: 145
Joined: Sun Feb 12, 2006 12:11 am

Re: Oyster Festival

Post by neophron »

Hi Andy,

10 years ago I had oysters on my plate, and 2 weeks later Hepatitis A. I noticed that you cleaned your URLs (without index.php). How did you changed it (if you are using CMSMS 0.13)? I like your website, also the combination with the flash files.

neophron
afri-can

Re: Oyster Festival

Post by afri-can »

Nice site  ;D
lennon
Forum Members
Forum Members
Posts: 88
Joined: Fri Jan 13, 2006 12:19 pm

Re: Oyster Festival

Post by lennon »

Cheers Freedieb. I'll take a look at that. I thought it was validating. As for the text size. Im not sure where to start with that...

To get the clean urls my htaccess is:

Code: Select all

Options +FollowSymLinks
RewriteEngine on
RewriteBase /

# 301 Redirect all requests that don't contain a dot or trailing slash to
# include a trailing slash
RewriteCond %{REQUEST_URI} !/$
RewriteCond %{REQUEST_URI} !\.
RewriteRule ^(.*) %{REQUEST_URI}/ [R=301,L]

# Rewrites urls in the form of /parent/child/
# but only rewrites if the requested URL is not a file or directory
RewriteCond %{REQUEST_FILENAME} !-f [NC]
RewriteCond %{REQUEST_FILENAME} !-d [NC]
RewriteRule ^(.+)$ index.php?page=$1 [QSA]
also the config is something like this:

Code: Select all



#------------
#URL Settings
#------------

#Show mod_rewrite URLs in the menu?
$config['assume_mod_rewrite'] = true;

#Extension to use if you're using mod_rewrite for pretty URLs.
$config['page_extension'] = '.html';

#If you don't use mod_rewrite, then would you like to use the built-in
#pretty url mechanism?  This will not work with IIS and the {metadata} tag
#should be in all of your templates before enabling.
$config['internal_pretty_urls'] = true;

#If you're using the internal pretty url mechanism or mod_rewrite, would you like to
#show urls in their hierarchy?  (ex. http://www.mysite.com/parent/parent/childpage)
$config['use_hierarchy'] = true;

#If using none of the above options, what should we be using for the query string
#variable?  (ex. http://www.mysite.com/index.php?page=somecontent)
$config['query_var'] = 'page';

Last edited by lennon on Wed Sep 20, 2006 11:47 am, edited 1 time in total.
User avatar
neophron
Forum Members
Forum Members
Posts: 145
Joined: Sun Feb 12, 2006 12:11 am

Re: Oyster Festival

Post by neophron »

Thanx for the information,

I installed the new 1.02 version and will try it.

neophron
Post Reply

Return to “CMS Show Off”