Friday, July 17, 2015

jQuery Circle Shaped Progressbars

A jQuery Plugin for several Circle Shaped Progressbars.

The post jQuery Circle Shaped Progressbars appeared first on jQuery Rain.


by Admin via jQuery Rain

jQuery Dynamic Stock Charts

Dynamic Stock Charts is a jQuery plugin, which allows embedding highly customizable dynamic stock charts of almost any publicly traded company into your website by using simple HTML snippets automatically generated by the included charts builder.

  • Automatically built and refreshed on each page load
  • Area charts, Line charts and Candlestick charts supported
  • Customizable titles, colors and backgrounds
  • Zoom and history navigation controls
  • Any time periods
  • Unlimited number of different charts on one page
  • Comprehensive stock chart builder included
  • Built with Google Charts API
  • Historical stock market data feed from Yahoo Finance

The post jQuery Dynamic Stock Charts appeared first on jQuery Rain.


by Admin via jQuery Rain

SmoothSlides : jQuery Slideshow with beautiful Panning Effects

A responsive jQuery slideshow with beautiful panning effects on each image.

The post SmoothSlides : jQuery Slideshow with beautiful Panning Effects appeared first on jQuery Rain.


by Admin via jQuery Rain

Thursday, July 16, 2015

Go For Sunweb Yellow

The hunt for yellow items on Team Giant-Alpecin cyclists during each stage of the Tour de France. The website offers a fun and unique way to select the cyclist, meet the team and get hints.
by via Awwwards - Sites of the day

How To Use #Twitter For Recruiting - #infographic

How To Use #Twitter For Recruiting - #infographic

Did you know that 58 percent of job seekers use Twitter in their job search, and that, 76 percent look at company profiles for opportunities.

Twitter is a powerful tool recruiters use to fill open positions. With It, recruiters can network and grow their candidate pool without breaking the bank. And this infographic shows. how.

by Irfan Ahmad via Digital Information World

Videos: Swift Functions

In this video I show you how to create functions in Swift.

Loading the player...

Continue reading %Videos: Swift Functions%


by Brett Romero via SitePoint

Building a Chat Application with SignalR

SignalR is an open source library for ASP.NET developers. It's the equivalent of what Socket.IO is for Node.js (if you want, you can check out a comparison on Stack Overflow). SignalR can be used to provide real-time web features to your applications. Usually, if you are into Ember and JavaScript, you might be inclined to choose Socket.IO and stick to JavaScript. One of the reasons why I chose SignalR is that it has a more extended documentation and several resources to refer to. Moreover, you can get all the benefits of ASP.NET world for free.

In this article, I’ll show you how to build a simple chat application using SignalR. If you haven’t done it yet, I suggest you to read my previous one titled "A Chat Application Using Socket.IO" in order to have a more complete overview of these topics and then compare pros and cons of both the approaches.

Continue reading %Building a Chat Application with SignalR%


by Emre Guneyler via SitePoint