Cargando

c

Candidate recommendation

A  candidate recommendation is a  version of the  standard that is more firm than the Working Draft. At this point, the group responsible for the  standard is  satisfied that the  standard does what is needed of it. The purpose of the CR is to elicit aid from the development community as to how implementable the standard is. The  standard  document  may  change  further,  but  at  this  point,  significant  features  are  mostly locked. The design of those features can still change due to feedback from implementers.

Captcha

CAPTCHA is an acronym for "Completely Automated Public Turing test to tell Computers and Humans Apart". It is a type of challenge­response test used in computing to determine whether or not the user is human.
The term was coined in 2000 by Luis von Ahn, Manuel Blum, Nicholas J. Hopper of Carnegie Mellon  University  and  John  Langford  of  IBM. The  most  common  type  of  CAPTCHA  was  first invented by Mark D. Lillibridge, Martin Abadi, Krishna Bharat and Andrei Z. Broder. This form of CAPTCHA  requires  that  the  user  type  the  letters  of  a  distorted  image,  sometimes  with  the addition of an obscured sequence of letters or digits that appears on the screen, which cannot 
be done by a machine.

Cascade

Cascade,  in  Cascade  Style  Sheets  (CSS)  is  the  ability  to  hold  multiple  styles  coming  from different fonts merging in one definitive style. CSS defines the cascade in various ways, but the most easy is to remember that  style  characteristics coming later are easier to apply than the ones coming earlier.

Cascading Style Sheets

Cascading  Style  Sheets  (CSS)  is  a  style  sheet  language  used  for  describing  the  look  and formatting of a document written in a markup language. It enables to define fonts, colours, style, size...

Cascading Style Sheets (CSS)

Cascading  Style  Sheets  (CSS)  is  a  style  sheet  language  used  for  describing  the  look  and formatting of a document written in a markup language. It enables to define fonts, colours, style, size...

Case Sensitive

Case  Sensitive  describes  a  program's  ability  to  distinguish  between  uppercase  (capital)  and lowercase (small) letters (i.e.commands UNIX based systems, or text files content). Opposite to case insensitive.

"HEllo" is differents than "hello"

CDATA

It allows to insert special characters with no need to process them in XML documents.

CDF

It allows to insert special characters with no need to process them in XML documents.

CGI

Common Gateway Interface (CGI) is a specification for transferring information between a web browser and a CGI program. A CGI program is any program designed to accept and return data that conforms to the CGI specification.

Child

XML element placed inside another.

CMS

Content  Management System  is  a  content  management  tool,  normally  made  for  managing  a web-site. It splits data, design and interactivity in order to allow the authors to insert content in an easy way.

Comment

In computing, it refers to notes on the code for developer. Comments will only be visible when editing the font code.

In html comments  are written between  "<!­­" and "­­>". <!­­ This comment will not be seen in your web browser­­>

Containing element

A  web­page  is  a  set  of  content  elements.  The  element  including  all  the  rest  is  <html..  A container is an element containing other HTML elements.

Content

The  content  is  the  web  pages  substance.  It  is  the  text  and  graphics  which  provide  us  with information on any web page. It is not the design.

Conversion

Within an e­commerce,  conversions are  very important. Conversions happen when a web-site visitor executes an action expected by the Marketing team. This is, mainly:

*Purchasing an item
*Fulfilling and sending a form
*Register to receive some Newsletter or feed RSS
*Any other marketing goal

Some designers forget that, even when not working with an e commerce, conversions are very important.  For  instance,  and  adverts  site  needs  to  convert  first  time  visitors  into  repeating customers.

Conversion Funnel

Conversion funnel is a technical term used in e­commerce operations to describe the track  a  consumer  takes  through  an  Internet  advertising  or  search  system  and,  when successful  it  becomes  a  purchase.  The  funnel  metaphor  refers  to  the number  of customers, which becomes smaller step by step.

Cookie

A cookie is a small piece of data sent from a web-site and stored in a user's web browser while the user is browsing that website. Every time the user loads the web-site, the browser sends the cookie back to the server to notify the web-site of the user's previous activity.

CSS Framework

Cascading StyleSheets Frameworks are pre­-prepared  software frameworks that are meant to allow for easier, more standards­-compliant web design using the Cascading Style

Cursive

Cursive,  also  known  as  longhand,  script,  joined-­up  writing,  joint  writing,  running  writing,  or handwriting is any style of penmanship in which the symbols of the language are written in a conjoined and/or flowing manner, generally for the purpose of making writing faster.

In CSS, to define any element with this script style, we will need to select font-style: italic