New site -- Earn free cash thru matched betting

Post links to sites running CMS in all its glory.
Locked
codr22
Forum Members
Forum Members
Posts: 10
Joined: Thu Oct 18, 2007 12:00 pm

New site -- Earn free cash thru matched betting

Post by codr22 »

Hello everyone,

This is our second CMS Made Simple website so please have a look and let us know your thoughts :-)

http://www.laymybet.co.uk/
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: New site -- Earn free cash thru matched betting

Post by Dr.CSS »

I and probably others may think this is spam, but this site does use CMSMS...

The subject matter is not in my taste but the layout is nice...
Last edited by Anonymous on Tue Nov 20, 2007 9:26 am, edited 1 time in total.
nuno

Re: New site -- Earn free cash thru matched betting

Post by nuno »

mark wrote: I and probably others may think this is spam, but this site does use CMSMS...

The subject matter is not in my taste but the layout is nice...
Disagree it is done on the basis cmsms

I Understood badly the words of the mark he said that it is done in cmsms yes i agree
Last edited by nuno on Sun Nov 18, 2007 6:05 pm, edited 1 time in total.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: New site -- Earn free cash thru matched betting

Post by RonnyK »

Nuno,

it is done within CMSMS, check the last lines of the source,

Ronny
nuno

Re: New site -- Earn free cash thru matched betting

Post by nuno »

RonnyK wrote: Nuno,

it is done within CMSMS, check the last lines of the source,

Ronny
Yes I said it is a cmsms

I Understood badly the words of the mark he said that it is done in cmsms
Last edited by nuno on Sun Nov 18, 2007 6:04 pm, edited 1 time in total.
codr22
Forum Members
Forum Members
Posts: 10
Joined: Thu Oct 18, 2007 12:00 pm

Re: New site -- Earn free cash thru matched betting

Post by codr22 »

mark wrote: I and probably others may think this is spam, but this site does use CMSMS...

The subject matter is not in my taste but the layout is nice...
We used the latest CMSMS version 1.2 but have found this to be a bit buggy. Problems occur when you go to save or submit code modifications. Anyone else having these problems??

From a web developer point of view we disregard subject matter when it comes to designing a decent website (our client briefed us to the process fully and ensured it is not gambling).  We have employed useful tooltips, a decent layout and provided the best SEO all via CMS.

Thanks for the comment of the layout, we think it works well too!
nuno

Re: New site -- Earn free cash thru matched betting

Post by nuno »

The site is very good in terms of design, can improve the appearance of validations xhtml

Code: Select all

Replace "&" with "&"
. Etc.

Congratulations
User avatar
kermit
Power Poster
Power Poster
Posts: 693
Joined: Thu Jan 26, 2006 11:46 am

Re: New site -- Earn free cash thru matched betting

Post by kermit »

nuno wrote: The site is very good in terms of design, can improve the appearance of validations xhtml

Code: Select all

Replace "&" with "&"
. Etc.
ALSO, units do not go on in-line image dimensions:

eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
codr22
Forum Members
Forum Members
Posts: 10
Joined: Thu Oct 18, 2007 12:00 pm

Re: New site -- Earn free cash thru matched betting

Post by codr22 »

nuno wrote: The site is very good in terms of design, can improve the appearance of validations xhtml

Code: Select all

Replace "&" with "&"
. Etc.
Fantastic advice nuno and I appreciate your comments.

We have since put the site through the xhtml validator at W3C and amended any errors.  We try wherever possible to ensure our webcode is compliant and because we are a small team it is often a case of getting the site done for the client first before the webcode itself is tested for small "&" to "&" errors etc.

We also recommend using browsershots.org to identify any cross browser issues and it appears that the sites layout works well on all browsers so far. If you spot any errors then do let us know.

kermit wrote:
ALSO, units do not go on in-line image dimensions:


Thanks for spotting this kermit.

However, we have always used pixels when it comes to image widths and heights.  We have done a search on your topic and cannot find the appropriate documentation to back up the removal of the px's.  Do you have a link you can share only this is the first we've heard of this! Would be very grateful.

Cheers for taking the time out to look into our site.  :)
faglork

Re: New site -- Earn free cash thru matched betting

Post by faglork »

codr22 wrote: However, we have always used pixels when it comes to image widths and heights.  We have done a search on your topic and cannot find the appropriate documentation to back up the removal of the px's.  Do you have a link you can share only this is the first we've heard of this! Would be very grateful.
Don't confuse HTML and CSS. Kermit relates to image dimensions given in HTML code: the WIDTH and HEIGHT attributes, which are in fact without units. You could specify percentages, but these are relative to the viewport, not to the actual image dimensions. HTML  WIDTH and HEIGHT attributes are deprecated, BTW.

Image dimensions in CSS are completely different, they allow for a multitude of units.

If you wanted to translate the HTML attribute example given by kermit into inline CSS you would have to write it this way:

Code: Select all

<img src="somepic" style="width: 120px; height: 120px;" />
hth,
Alex
codr22
Forum Members
Forum Members
Posts: 10
Joined: Thu Oct 18, 2007 12:00 pm

Re: New site -- Earn free cash thru matched betting

Post by codr22 »

Thank you - we will work on updating our clients site with your suggestions.
Last edited by codr22 on Thu Dec 06, 2007 6:34 pm, edited 1 time in total.
codr22
Forum Members
Forum Members
Posts: 10
Joined: Thu Oct 18, 2007 12:00 pm

Re: New site -- Earn free cash thru matched betting

Post by codr22 »

any further comments anybody?
Locked

Return to “CMS Show Off”