View allAll Photos Tagged JQuery
See it live:
dev.herr-schuessler.de/examples/jquery-popeye/
More info: herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-a...
More screenshots and UI design patterns at Patternry.com
Can you spot mine? Well, mine and Bruce's. Actually, I contributed a chapter to the jQuery Cookbook too - which was on this shelf too.
A closer sneak-peak at our JavaScript driven YouTube vid cross-fading tool...
A few more details at my blog.
Nuevo diseño web para facturas-pymes.com - Html, Jquery, Css3, PHP realizado por mi en americanet.
Diseño Web en Monterrey | Sitios Web Autoadministrables graficomex@gmail.com
SP, Brasil
Atividade
Design
Métodos Utilizados
XHTML, CSS, Tableless, JavaScript (jQuery), ASP
Acesse
Em breve
A screenshot of Daniel O'Connell's Sons, Inc.'s website, an item in my web design & development portfolio.
Website & images by TJ Kelly
New re-style for Mamounia Lounge website.
I'm currently developing and designing 2 websites for this luxury restaurant in Central London.
This is the coming soon page
15/08/2010
Redesigned my site. Added some fancy slideshows, images, jquery, and online ordering. Enjoy! URL is in my profile info and the tag list to your right.
TrueBalance App Get Free Rs.10 on Sign Up+ Refer & Earn Unlimited free Recharge Hello Guys, We Do Our Best So You Can Enjoy Our Free recharz Tricks Here is Another App TrueBalance Trick, well every one Know About This TrueBalance App Because Earlier It was Available For fewer Cities In India, But Now This App […]
Related Post
Amazon Exclusive : Lenovo Vibe K5 at Best Price At...
Top 2 Trending Smartphones This Week July 2016 .
Get 100MB 3G Data For Free For Downloading MyVodaf...
Get Free Rs.10 Recharge by Just Giving a Miss Call...
.yuzo_related_post imgwidth:155px !important; height:145px !important;
.yuzo_related_post .relatedthumbline-height:15px;background: !important;color:!important;
.yuzo_related_post .relatedthumb:hoverbackground:#fcfcf4 !important; -webkit-transition: background 0.2s linear; -moz-transition: background 0.2s linear; -o-transition: background 0.2s linear; transition: background 0.2s linear;;color:!important;
.yuzo_related_post .relatedthumb acolor:!important;
.yuzo_related_post .relatedthumb a:hover color:!important;}
.yuzo_related_post .relatedthumb:hover a color:!important;
.yuzo_related_post .yuzo_text color:!important;
.yuzo_related_post .relatedthumb:hover .yuzo_text color:!important;
.yuzo_related_post .relatedthumb margin: 0px 0px 0px 0px; padding: 5px 5px 5px 5px;
jQuery(document).ready(function( $ )
//jQuery('.yuzo_related_post').equalizer( overflow : 'relatedthumb' );
jQuery('.yuzo_related_post .yuzo_wraps').equalizer( columns : '> div' );
)
The Lenexa, KS and Raytown, MO Dairy Queen website. This site allows visitors to order a DQ cake, see the store locations on a Google map, view their current promotions, or even play games. The site also has a backend content management system that allows for complete control of all of the content on the site and all products sold. This site was built using JQuery and PHP programming.
От души поздравляем 500 участника нашего рок-движения, им стал Данила Чуйков.
var tpj=jQuery;
tpj.noConflict();
var revapi15;
tpj(document).ready(function...
A Login page is one of the basic requirement when creating a registration based website where the user can register to the website and sign in to its account to manage.
In this case, you can use AJAX to create an user-friendly login page.
Which checks the entered username and password in the MySQL database table without reloading the web page. If the user is not available then show an error message on the screen otherwise redirect the user to a new page.
after jared poole's refresh boston presentation, a handful of us went to tommy doyle's for some food and drinks. in addition to seeing the presentation, it was a good opportunity for me to meet up with my "internet friends" paul (paul_irish) and vuong (atula), who, even though they're also based in boston, have only been known to me through their contributions to the irc.freenode.net #jquery support channel
and yes, they're exactly as dorky in person as you'd imagine from jquery javascript irc support nerds. which is "very"
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 2009.
Kyle Simpson is a UI architect from Austin, TX. He is passionate about user experience, specifically optimizing the UI to be as responsive, efficient, secure, and scalable as possible. He considers JavaScript the ultimate language and is constantly tinkering with how to push it further. If something can't be done in JavaScript or web technology, he's bored by it. He has a number of open-source projects, including LABjs,HandlebarJS/BikechainJS, and flXHR, and he also is a core contributor to SWFObject. Co-author of the forthcoming JavaScript: The Complete Reference, Third Edition.
James Burke works for Mozilla Messaging on modular HTML/JS/CSS front ends
for Raindrop, and he is the main developer for RequireJS. James is the
core lead for Dojo, working mostly on the module loader and build
system. In the past, he improved the use of Dojo and modular code
loading for AOL web applications like AOL Webmail, myAOL, and AIM
Chat. He enjoys volleyball, Wii, and getting caught in the rain.
#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 |
Suisse | Crêt du Midi Le Crêt du Midi est le sommet où arrive le télécabine depuis Vercorin. Domaine skiable donc. Mais c’est parfait, surtout que je découvre les joies du ski de randonnée sur des pistes de ski fermées. La fin de saison est passé par là, et c’est idéal pour trouver de la […]
www.transpiree.com/randonnee/la-brinta-vercorin-cret-du-m...
jQuery Conference 2009, held at Microsoft Northeast Research and Development (NERD) in Cambridge, MA
Simon Willison with a lightning tour through the JQuery JavaScript framework library...
At BarCampLondon3 - a web developers' grassroots (un)conference.
Identidade visual e programação para a Agência Leap em São Paulo.
JQuery & CSS with love ♥ descontodoprazer.com.br
iOS-like mobile template available for download at appcropolis.com/page-templates/ios-settings/. Learn more at appcropolis.tumblr.com/
BA, Brasil
Atividade
Consultoria, Design, Sistema de Reservas Online
Métodos Utilizados
XHTML, CSS, Tableless, JavaScript (jQuery), Flash, .NET, SQL Server