Skip to content

Posts tagged ‘html’

16
Nov

HTML/CSS tips to improve the accessibility of your websites

 

2
Dez

web development

[icons]

http://www.templates.com/blog/40-free-website-usability-icon-sets/

[php frame­work]

http://www.yiiframework.com/doc/api/1.1/CForm

http://codeigniter.com/

[GIT]

http://code.google.com/p/msysgit/downloads/list

[github]

https://github.com/plans

[gito­ri­ous]

http://gitorious.org/

Extjs 4

http://loianegroner.com/2010/12/ext-js-4-preview/

[GIT]

http://git-scm.com/tools

[Dire­trizes para webmasters

http://imasters.com.br/artigo/14669/cms/crud_com_seguranca_no_codeigniter/

22
Nov

Legenda em Imagens

Um efeito bonito , quando se passa o rato por cima da imagem é apare­cer a sua leg­enda, poupa algum espaço na página e dá um efeito porreiro

HTML


CSS
.imgefeito {
margin: 0;
overflow: hidden;
float: left;
position: relative;
}
.imgefeito a {
text-decoration: none;
float: left;
}
.imgefeito a:hover {
cursor: pointer;
}

Estiliza­ção da imagem onde apare­cerá o texto no estado hover, ou seja, quando o mouse estiver sobre a imagem.


.imgefeito a img {
float: left;
margin: 0;
border: none;
padding: 10px;
background: #fff;
border: 1px solid #ddd;
}

Em seguida estilizamos o texto Saiba Mais e a “caixa” da leg­enda que será mostrada quando pas­sar­mos o mouse sobre o texto. Perceba o uso de um comando pro­pri­etário da Microsoft, –ms-filter para o efeito fun­cionar no Inter­net Explorer 8.


.imgefeito a .mais {
position: absolute;
right: 20px;
bottom: 20px;
font-size: 1.2em;
color: #fff;
background: #000;
padding: 5px 10px;
filter:alpha(opacity=65);
opacity:.65;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}
.imgefeito a:hover .desc{
display: block;
font-size: 1.2em;
padding: 10px 0;
background: #111;
filter:alpha(opacity=75);
opacity:.75;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
color: #fff;
position: absolute;
bottom: 11px;
left: 11px;
padding: 10px;
margin: 0;
width: 615px;
border-top: 1px solid #999;
}
.imgefeito a:hover .desc strong {
display: block;
margin-bottom: 5px;
font-size:1.5em;
}

reti­rado de kadunew.com

16
Nov

HTMl5 & CSS3

Actual­mente o futuro é HTML5 e css3 aqui ficam algu­mas opções.

http://smashinghub.com/25-useful-html5css3-tools-cheat-sheets-and-resources.htm

27
Ago

Efeitos popups em js highslide

Para adi­cionar efeitos em javascript , ima­gens e texto.

http://highslide.com/

23
Mar

Animações sem flash jquery

Agora é fácil criar apli­cações sem pre­cisar do adobe flash insta­l­ado, basta só usar HTML e JavaScript

http://www.spritely.net/

24
Abr

jCarousel

Rid­ing carousels with jQuery

Author: Jan Sor­galla
Ver­sion: 0.2.3 (Changelog)
Down­load: jcarousel.tar.gz or jcarousel.zip
Licence: MIT and GPL
Doc­u­men­ta­tion: http://sorgalla.com/projects/jcarousel/

jCarousel is a jQuery plu­gin for con­trol­ling a list of items in hor­i­zon­tal or ver­ti­cal order. The items, which can be sta­tic HTML con­tent or loaded with (or with­out) AJAX, can be scrolled back and forth (with or with­out animation).

Exam­ples

The fol­low­ing exam­ples illus­trate the pos­si­bil­i­ties of jCarousel:

Bad Behavior has blocked 56 access attempts in the last 7 days.