View allAll Photos Tagged jQuery

Getting your feet wet with jQuery, Thursday, May 21, 2009

Draft of a restaurant-themed website. Includes a homepage slider, reservation module, Google Maps location module and menu.

www.whitehouse.gov on January 20, 2009 at 1:00 PM under President Barack Obama.

A Promoção Família mais Personal, dá prêmios e 10 minutos de fama no programa da Eliana: basta enviar o código promocional nas embalagens dos produtos participantes junto com a resposta para a pergunta via SMS.

 

> Desenvolvimento da interface (XHTML, CSS, jQuery);

> Ações de manutenção;

 

Projeto desenvolvido na PIctureWeb em 2010.

A screenshot of a UMass Alumni redesign concept, an item in my web design & development portfolio.

 

Website & images by TJ Kelly.

HTML5 + CSS + jQuery = goodness.

Just need to plug it into some real data and then get in front of people who might use it!

A missão da Mundial Calçados é oferecer produtos de alta qualidade, com preços justos.

 

> Desenvolvimento da interface (XHTML, CSS, jQuery);

> Campanha de E-mail Marketing;

> Ações de manutenção: vitrines e conteúdo;

 

Projeto desenvolvido na PictureWeb em 2007.

TDD your jQuery Plugins (Paul Elliott)

O Funny Days é um dos pioneiros na oferta de festas infantis a um público requintado.

 

> Desenvolvimento da interface (XHTML, CSS, Flash, jQuery);

 

Projeto desenvolvido na PictureWeb em 2006.

 

Marca líder de mercado no Brasil, revolucionou o tratamento de água para uso doméstico, ampliando e divulgando o conceito de um equipamento hoje símbolo de qualidade de vida - o purificador de água.

 

> Desenvolvimento da interface (XHTML, CSS, jQuery);

> Campanha de E-mail Marketing;

> Ações de manutenção: vitrines e conteúdo;

 

Projeto desenvolvido na PictureWeb em 2006.

Try something fresh and innovative!

 

tiNY is the creative way to present your work, your Portfolio of Pictures and Videos and your latest News. Please notice the combination of the eyecatching, exciting design and functionality made possible by HTML5. In case you need your site to be even more dynamic and gripping use the V4 Chop Banner (with Nivo Slider Fallback for iPhone, iPad).

 

Download this free item (45MB) www.version-four.com/freebies/tiny

A Construtora Ávila é uma empresa brasileira focada na

Incorporação e Construção de Imóveis Residenciais voltados para

as classes média e média baixa.

 

> Desenvolvimento da interface (XHTML, CSS, jQuery);

> Campanha de E-mail Marketing;

> Ações de manutenção: vitrines e conteúdo;

 

Projeto desenvolvido na PictureWeb em 2009.

Created educational iPhone app with jQuery Mobile and PhoneGap API where users take an interactive quiz. The quizzes are built dynamically using a WebKit-based SQLite database of questions, answers, and other information, which administrators can create using a web-based JavaScript/PHP interface. fonquiz.com

Abundant Spirit

by Kinga Ogieglo

Abstract acrylic painting, made in February 2015

jQuery(".ssbp-input-url,.ssbp-input-url-2").on("click", function () jQuery(this).select(););TwitterFacebooktumblrPinterestStumbleGoogle+

www.contemporary-artists.co.uk/paintings/abundant-spirit/

 

Contemporary Artists

Getting your feet wet with jQuery, Thursday, May 21, 2009

Aviator Cat

by Original Nova

I got this idea of funny cat,wearing a retro helmet with aviator old school gogles.

Pencil drawing, unframed.

jQuery(".ssbp-input-url,.ssbp-input-url-2").on("click", function () jQuery(this).select(););TwitterFacebooktumblrPinterestStumbleGoogle+

www.contemporary-artists.co.uk/paintings/aviator-cat/

 

Contemporary Artists

Custom CMS, WordPress, CoreCommerce Shopping cart.

microsoft was pretty accommodating for power.

Manufacturing of Agriculture Drugs and Products. Displaying products portfolio

 

www.accuratecrops.com

➔ Skiff Life says: @anti_banana stuck on low tide!

‼️USE CODE “INSTA” LINK IN BIO FOR DISCOUNTS ON MERCH‼️

Dm us / tag us in your pics.

#skifflife

Top Selling Gear

var lsjQuery = jQuery;

lsjQuery(document).ready(function() {

if(typeof lsjQuery.fn.layerSlider == "undefined") {...

 

www.skifflife.com/2908990/anti_banana-stuck-o/

ColdFusion Powered Mobile Applications by Luis Majano @lmajano

#wrap

position: relative;

padding: 10px;

overflow: hidden;

 

#gradient

width:100%;

height:200px;

background: red; /* For browsers that do not support gradients */

background: linear-gradient(rgba(128,128,128,0), rgba(255,255,255,1)); /*Standard*/

position:absolute;

bottom:0;

left:0;

 

#read-more

padding:5px;

border-top:4px double #ddd;

background:#fff;

color:#333;

  

var conditionNotMember='';

var cond2='';

 

// Membership needed

messageLogin='Abonné ? Se connecter, Transpiree c'est quoi ? Découvrir';

 

jQuery(document).ready(function( $ )

// Hover

$( "#gallery-1 img" ).hover(

function()

$( this ).css('opacity', 1);

, function()

$( this ).css('opacity', 0.6);

 

);

 

// Opacity

$( "#gallery-1 img" ).css('opacity', 0.6);

 

// Remove some images

var picturnNb = 0;

$('#gallery-1 img').each(function()

picturnNb++;

if (picturnNb == 10)

$(this).attr("src","/ext/protection/MorePictures.jpeg");

$(this).removeAttr("srcset");

 

if (picturnNb > 10)

$(this).remove();

 

);

 

$( "#gallery-1 img" ).click(function(event)

// Stop default event

event.preventDefault();

event.stopPropagation();

 

// Change image to default warning's one

$.swipebox( [

href:'/ext/protection/ConnexionRequise.jpeg', title:'Il faut se connecter'

]);

 

);

 

var ficheInsideRandonneeLien = $("#ficheInsideRandonneeLien");

var articleBody = $("div[itemprop='articleBody']");

var gallery = $("#gallery-1");

articleBody.attr('id', 'wrap');

 

// Percent

var percent = 35;

var diffPercent = 100 - percent;

 

// Compute new height

var defHeight = (articleBody.height() - ficheInsideRandonneeLien.height() - gallery.height())*percent/100;

articleBody.css('height' , defHeight + 'px');

articleBody.append('');

articleBody.after('');

$('#read-more').append('Déjà '+percent+'% de lu, il reste '+ diffPercent +'%. ' + messageLogin + '');

$('#read-more').after(gallery);

);

  

.img_thumb

display:flex;

align-items:center;

  

.img_right

float:right;

  

.img_left

float:left;

  

.centerText

text-align: center;

border-bottom: 1px solid #e7e6e6;

  

@media all and (min-width: 700px)

.img_margin_top

margin-top:19px;

 

.img_margin_top_video

margin-top:28px;

margin-right:10px;

   

@media screen and (max-width: 700px)

.img_margin_top

margin-top:12px;

 

.img_margin_top_video

margin-top:16px;

   

Suisse | Fribourg

  

Suisse | Fribourg Chalet du Soldat Le Chalet du Soldat est une cabane d’origine militaire installée sous les Gastlosen dans le canton de Fribourg. Chalet charmant et qui est un lieu de passage fréquenté. Il faut dire qu’il est en pleine nature et facilement accessible. Ce sera mon objectif du jour. Jaun Je pars depuis […]

  

www.transpiree.com/randonnee/chalet-soldat-jaun/

Merupakan tugas akhir saya di Unikom. Dibuat dengan menggunakan PHP, JQuery, CSS3, beberapa plugins (JQuery UI,HeadJS,dll)

Pongstagr.am is a jQuery plugin that lets display your instagram media to your website using Bootstrap Front-end styles and modal-plugin. more detail and demo blogupstairs.com/display-your-instagram-photo-to-your-web...

 

A New Beginning 2

by Lucie Jirků

Original painting in acrylic on board. Signed and dated on the back. This work requires framing.

jQuery(".ssbp-input-url,.ssbp-input-url-2").on("click", function () jQuery(this).select(););TwitterFacebooktumblrPinterestStumbleGoogle+

www.contemporary-artists.co.uk/paintings/a-new-beginning-2/

 

Contemporary Artists

1 2 ••• 57 58 60 62 63 ••• 79 80