View allAll Photos Tagged jQuery
You May Also Like
Dupuis recommended medication ‘that will allow h…
…
You May Also Like
Ducks GM on Wisniewski’s playoff benching: &…
Sabres interview Dan Bylsma about coaching positio…
Mid-Season Move
Disturbing allegations emerge in Mike Ribeiro sexu…
NHL LiveWire: Best of the Ref edition
You May Also Like
If the Avs trade O’Reilly, they need to hit a ho…
– WATCH LIVE: …
Lightning’s Cooper: ‘It could easily b…
You May Also Like
Jon Cooper and that time he told his players to mu…
Videos- Playoffs Review, Mashup and Game 6 Highlig…
You May Also Like
New Sharks coach Peter DeBoer is UNDERRATED, not o…
You May Also Like
The Steve Dangle Podcast – Jun 1, 2015 ̵...
Video: Rangers Offense Explodes for Five 3rd Perio...
Crawford carries Blackhawks back to Cup Final
Lightning vows to not get caught up in the moment
You Can’t Mention Parity When It Comes To The Ch...
.yuzo_related_post imgwidth:130px !important; height:120px !important;
.yuzo_related_post .relatedthumbline-height:16px;background: !important;color:#000000!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:#c4c4c4!important;
.yuzo_related_post .relatedthumb acolor:#dd3333!important;
.yuzo_related_post .relatedthumb a:hover color:#bcbcbc!important;}
.yuzo_related_post .relatedthumb:hover a color:#bcbcbc!important;
.yuzo_related_post .yuzo_text color:#000000!important;
.yuzo_related_post .relatedthumb:hover .yuzo_text color:#c4c4c4!important;
.yuzo_related_post .relatedthumb margin: 0px 0px 0px 0px; padding: 5px 5px 5px 5px;
.yuzo_related_post .relatedthumb .yuzo-img
-webkit-transition:all 0.3s ease-out;
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
-ms-transition:all 0.3s ease-out;
transition:all 0.3s ease-out;
.yuzo_related_post .relatedthumb .yuzo-img-wrap
overflow:hidden;
background: url(royallycrowned.com/wp-content/plugins/yuzo-related-post/a...) no-repeat center;
.yuzo_related_post .relatedthumb:hover .yuzo-img
opacity: 0.7;
-webkit-transform: scale(1.2);
transform: scale(1.2);
jQuery(document).ready(function( $ )
//jQuery('.yuzo_related_post').equalizer( overflow : 'relatedthumb' );
jQuery('.yuzo_related_post .yuzo_wraps').equalizer( columns : '> div' );
)
royallycrowned.com/2015/06/rumor-roundup-will-cam-talbot-...
This is our second template on Theme Forest that went live on August 3rd. The HTML version includes all of the PSD's, however there is also a PSD-only version as well.
The template comes with six pages, in seven different color schemes. Let me know what you think of it!
Check out these links to see more:
Tamarillo template for website x5 evolution 10 & 11 check it out on www.x5tuts.com #jquery #html #html5 #graphicdesign #graphics #design #designer #webtemplates #webdesign #websitex5 #webtemplate #webdesigners #incomedia #templates
Photograph ©Copyright Saltmarch Media. Non-commercial use permitted with attribution and linkback to this page on Saltmarch's Flickr photostream. All other rights reserved.
get-wordpress-themes.santoshkori.com/premium-wordpress-th...
The Reviewer Home page has a dark (with an optional light counterpart) featured post area that is controlled by WordPress sticky posts, as well as a custom Recent Reviews bar graph style widget.
We delivered a site using innovative navigation, full-screen video/photos and blog posts with full-frame mood drops.
Polaroid Gallery JQuery plugin is a easy to use JQuery plugin for web developer to build Javascript gallery for both desktop and mobile device.
Highlighted features:
Driven by XML or arrays
Optimze for both desktop and mobile device (IOS and Android)
Navigation by nature touch (if support by device)
Included themes and backgrounds
Easy to setup
Easy customization
Live demo: www.flashcomponents.net/component/polaroid-gallery.html
Site desenvolvido na agência Conquista Comunicaçao para a empresa Sultec.
www.vistoriadeprocedencia.com.br
PS.: Carro destruído no photoshop.
I pretty like this landing page :) at the time (oct. 08) it can be viewed at: www.smartlivecasino.com/en/blueroulettelpage.aspx
The javascript I used (flash effect) comes from jquery family.
Chris Coyier is a real world web designer who has been reaching for WordPress to power client sites for many years. He subscribes to the theory that not only is WordPress capable of powering any website it is almost always the right choice.
- Are My Sites Up
- Quotes on Design
- CSS-Tricks
- Script & Style
Joomla website for SPARK e-cigarettes and liquids seller in Poland.
Including custom made modules and component dynamicly showing products from osCommerce based store.
(not launched)
Most Quick Left Hackfests are what you build in 3 hours or less. But this time, we didn't focus on what you built...but how you got there. On March 27, the Rube Goldberg Hackfest kicked off with nearly 100 folks and 4 teams ended up competiting in the end for prizes from our sponsors: Gnip, ATOMS, Mobiplug, and KST.
Florida, EUA
Atividade
Consultoria e Design
Métodos Utilizados
XHTML, CSS, Tableless, JavaScript (jQuery)
Peter was really excited about us being here, and kept trying to get free stuff (Shirt, lanyard, etc). He was really nice.
Designer Chennai Biggest Freelance Web Design, We Effectively Implement Fresh Ideas, Modern Designs, Web Development & Graphic Design Services in Chennai.
Quick hack I'm working on. It
- grabs data in semi-realtime to server as JSON
- loads JSON data into browser as users mouse-over.
This is repeated for my flickr, hackernews, lastfm and delicious links. The test run you see here loads a pre-fetched json file using the flickr API to get the latest images I've uploaded. I update this list every couple of hours or so. Here the test data is simply a static file.
Sure the layout is borked (size etc). But you can see the image with the mouse run over it is constructed via the JSON file building a link with an image in the url with title and link. The result will be sort of real-time. The trade-off is data from my updated sites that will be current today, not necessarily the last minute.
The interesting bit is extracting the JSON file data and then writing the JQuery script in the $.document.ready function. Chaining works as you would expect and I've added the image to a url by identifying a unique image id (generated in Javascript at runtime). A lot to do but it shows me with a bit of preprocessing at the server
- python api request to flickr
- build & check valid JSON file
Then have a small Javascript library using my own tools that read JSON, build an array of objects then hand to JQuery to render a result.
I'll be writing a more detailed example showing how I used the flickr API with python, the resultant JSON file, JQuery and Firebug at a future date.
some time later...
The following url allows you to query your public profile without using the api ~ api.flickr.com/services/feeds/photos_public.gne?id=271642... If you use the api too much you can be throttled. So you have to ask why did I really bother? There may be reasons I want to make calls to the api but for the moment I'll stick with the feed in JSON format.
Here I've added my twitter feeds. A simple call to Twitter using the feed (not API) in JSON format. Removed the mouse-over JQuery as it was annoying.
A mouse-over of the link to twitter shows the date/time.
<<<< start
Made at: www.ralphcorbett.com/box-shadow-art-highlighting.html
Highlight text with a box shadow, color it, then rotate it with a mouse click.
Can save the HTML code.
Make a Tag Cloud. Add links to the HTML code and make it active.