View allAll Photos Tagged jQuery
javascript jquery (light blue)
javascript mootools (red)
javascript dojo (orange)
javascript scriptacu... (green)
javascript yui (blue)
Features included:
* Resizable and configurable through the plugin’s parameters and CSS file
* Multiple transitions are available
* You can set a different transition per item
* You can add unlimited number of images, each with customizable text description and hyperlink
* Customizable text description transition s (fade, down, right, up, left, none)
* You can show / hide content
* Text description can be set at different location, size, text color, background color and rounded border radius
* You can set text description to appear on mouseover
* Different types of list navigation options available. Can use mouse move, directional buttons mouse over, or directional buttons click
* Scroll bar indicator shows current list position
* You can change button positions to left or right
* You can change button, image area sizes from parameters and CSS
* You can set to automatically play on startup with customizable timer delay
* You can set different time delay per image
* Randomize to show items in a random order
* Help file is included
Live demo: www.flashcomponents.net/component/jquery-sliding-image-ga...
at the end of the day on sunday, the jquery team gathered together to answer questions from the audience (and internet)
Detalhes do nosso blog.
Efeitos JQuery, ícones e ilustrações detalhadas, disposição inusitada das informações.
veja mais:
www.cafundoestudio.com.br/blog
________________
Blog details.
using A jQuery Flickr Feed Plugin to show flickr photos in glow. Can show thumbnails of a user tag combination (other possibilities too) quite simply.
jQuery CSS and graphics, the bar and the label are both dynamical moved by jQuery
$(document).ready(function() {
$('#progress_txt_box').animate({"left": "+=119px"}, 1600,'easeOutBounce');
$('.progressBar span').animate({"width": "38px"}, 1600,'easeOutBounce');
});
HTML template created for Theme Forest marketplace.
We have crafted the Creative Juice template with a showcase portfolio in mind. It can be easily used for creative portfolios, by web agencies / studios, small design firms and freelancers just to name a few.
Free download: themecavern.com/patterns-black-red-jquery-free-css-template
n elegant Nice black and red CSS template with a jquery slideshow, red tabs and drop-down CSS menu.This template has passed XHTML 1.0 Strict and CSS LEVEL 2.1.
This modern clean template free CSS template can be used for business website.
I created a slideshow to promote special offers on the website. The slideshow fades in and out, it uses jQuery.
The job also included some .net coding to pull the special offers out of the client's database.
I wrote the css to style the slideshow and to keep the look in keeping with the site's web design.
Disclosure: The original site design was not created by me,
jQuery Bootstrap Form Application Wizard
DEMO
DOWNLOAD
No views yet
www.99designhub.com/2014/07/jquery-bootstrap-form-applica...
HTML template created for Theme Forest marketplace.
This time we wanted to bring something a little bit different and unique to the table.
It can be easily used to showcase art, photography, illustration, design work or even print. Actually if you think of your work as art, this is the template for you.
“Cowboy” Ben Alman currently works at boston.com and has been developing for the open web for over ten years. In addition to developing websites for clients such as American Express, America Online and Cisco and contributing to open source JavaScript projects such as jQuery and Modernizr, he maintains a number of popular jQuery plugins along with a blog that promotes web development and design best practices.
When he’s not creating a new plugin (or writing articles on creating plugins), Ben can be found in the official jQuery IRC channel, helping newbies learn how to $('body').append('hello world'). In addition to web development, Ben is an avid photographer and funk bass player, and can be seen taking photos and playing around the greater Boston, MA area.
This was the original mockup of a team website. I've implemented it as a single html page with external stylesheet and a javascript gluecode to put it together, while it still worked fine without javascript.
We renamed it the team to Incubation later, and replaced the logo with the rather overused geeko button. Also the amout of data we needed to display grew in time and the concept slowly fell apart.
I liked the amount of sliding and fading in this, but have to admit it was lousy as a website. It was just like the flash sites we all hate, alas without any flash.
jQuery UI CDN is a collection of pre-written code known as a JavaScript library. Web and application developers add the jQuery download file to their coding projects instead of making their own.
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.
<<<< start
Florida, EUA
Atividade
Consultoria e Design
Métodos Utilizados
XHTML, CSS, Tableless, JavaScript (jQuery), Flash
Polling system or Voting system is very common in web sites. Voting can be about your site or blog or some other thing just to get the user attention and get your idea about your product.
I always tries to provide the users of 99Points.info some common but useful scripts which makes their effort...
www.99designhub.com/2014/08/super-ajax-pollingvoting-syst...
Public training course "GF2335-2 Developing ASP.NET Web Apps with JQuery #2" during January 12-16, 2009. at Kasetsart University by GreatFriends.Biz Training. (ajarn Suthep Sangvirotjanaphat)
I wrote a jquery spy, and after a number of hours being on Digg.com it eventually made it to the number 1 stop on the front page of digg. It's at 128 in the pic, but it got over a 1000 diggs. Not bad for my 3rd article.
Ferramenta de busca mais completa, permitindo ao usuário encontrar de forma mais eficiente o conteúdo que procura.
by OW INTERACTIVE
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.
next >>>