• Make Animations From Static Images: JZoopraxiscope

    Updated: 2012-07-31 08:22:43
    Advertise here with BSAJZoopraxiscope is a jQuery plugin, inspired from the 1st movie projector Zoopraxiscope, for making animations from a list of static images. Besides jQuery, it also uses jQuery UI and requires the frames to be animated as a single, horizontal image. It all works by calling a simple function where we define dimensions of the images [...]

  • Free Landing Page With All The Source Codes (HTML-CSS And PSD)

    Updated: 2012-07-30 07:54:36
    Advertise here with BSAFew weeks ago, RightBanners, a company focused on creating custom banners and landing pages, contacted me asking to review their service. Besides experiencing the service, I though this was a great chance to provide a handy freebie to WRD readers. I placed an order for a landing page just like any other customer and gone [...]

  • Animated Gauges With HTML5 Canvas: Gauge.js

    Updated: 2012-07-29 01:02:33
    Advertise here with BSAGauge.js is a slick script for creating animated gauges with JavaScript (Coffeescript) in HTML5 canvas. The script is standalone (jQuery is supported but not required) and doesn't use any images or CSS. It has 2 built-in interfaces (both looks very nice) and responds very well to value changes by animating the gauge. There are options [...]

  • Gantt Charts With PHP – Gantti

    Updated: 2012-07-28 15:12:24
    Advertise here with BSAGantti is an open source PHP class for generating Gantt charts on-the-fly. The charts created are pure HTML5-CSS3 with no JavaScript involved. The output looks very nice by default but can be customized with ease (with SASS stylesheet). It simply works by defining an array of start/end dates and calling a single function. Also, charts [...]

  • A Generator For Creating Pure CSS3 On/Off Flipswitches

    Updated: 2012-07-27 08:29:41
    Advertise here with BSAProto.io, a mobile prototyping service, has created a handy generator for quickly creating on/off flipswitches. The switches are built with pure CSS3 and it is possible to customize the look completely. It also comes with pre-defined styles for iOS4, iOS5 and Android as well. P.S. In order to add functionality to such a control, it [...]

  • ThemeFuse Giveaway: 3 Premium WordPress Themes

    Updated: 2012-07-26 08:39:03
    Advertise here with BSALooking for a new theme for your WordPress-powered website? This may be your lucky day. Our good friends at ThemeFuse are giving away 3 WordPress themes to WRD readers (details on joining the giveaway are mentioned at the end of this post). ThemeFuse is one of the most popular providers within the premium WordPress theme [...]

  • 10 Excellent New Free Fonts

    Updated: 2012-07-25 05:15:54
    Advertise here with BSAHere at WDL, we know how important it is for our readers to have as many good resources as possible in their design library. That’s why we do our best to gather what is new out there and deliver it to you. So today we have a new round of free fonts to give you [...]

  • Complete Solution For A User-Friendly Support System – Freshdesk

    Updated: 2012-07-24 11:10:35
    Advertise here with BSAInfo: This is a review of a paid app (which has a free version). For anyone or company who receives lots of support requests, just the e-mail is not enough to handle them successfully. Users want to track their support requests, support team needs an interface to work collaboratively and the management should easily see [...]

  • A Slick Edit-In-Place Interface – Create.js

    Updated: 2012-07-24 07:48:02
    Advertise here with BSACreate.js is an open source, JavaScript-powered web editing interface for content management systems. The interface focuses on simplicity and aims to enable the user edit the content without leaving the page but complete the edits directly on the viewed content. It has support for the plain contentEditable, Aloha, and Hallo editors (more to be added) [...]

  • Responsive Slider jQuery Plugin – iView Slider

    Updated: 2012-07-23 19:18:47
    Advertise here with BSAiView Slider is a jQuery slider plugin for featuring any type of content (images, HTML, video). The plugin has support for responsive layouts down to mobile and it works well with touch interfaces. It has 35 built-in transition effects where it is possible to define different ones on each slide item. iView Slider offers animated HTML [...]

  • 21 Examples of Inspiring Typography in Web Design

    Updated: 2012-07-23 06:45:19
    Advertise here with BSAChoosing the proper typography for a website is a really important step in the design process, especially because type has a big impact on the outcome of a layout, how visitors digest the content, and the over all aesthetics of a site. Today we gathered a few inspiring examples of type usage in web design [...]

  • 35 Inspirational User Profile Webpage Layouts

    Updated: 2012-07-20 12:26:50
    Advertise here with BSASocial networking websites are blowing up all across the world. There are many systems which have a need for user profile pages which display personal information on each member. These are often accompanied by an avatar or user photo of some kind, and these layouts are often very unique. I have put together this case [...]

  • WebGL Essentials: Part I

    Updated: 2012-07-19 19:50:52
    : Nettuts+ Advertise Write for Us About Usage Buy Sell Website Templates Home Tutorials ASP.NET CMSs Databases Design HTML CSS JavaScript AJAX Other PHP Python Ruby Site Builds Tools Tips Wordpress Articles Editorials General Interviews Lectures News Quizzes Reviews Roundups Web Roundups Tips PHP Tools Tips Tutorials JavaScript AJAX HTML CSS Sessions Basix HTML CSS PHP JavaScript AJAX Ruby Quizzes Videos PHP Tools Tips News JavaScript AJAX HTML CSS Premium Plus Premium Tuts+ Hub The Latest Tuts+ Updates Psdtuts+ Adobe Photoshop Nettuts+ Web Development Vectortuts+ Illustrator and Vector Audiotuts+ Audio and Production Aetuts+ Adobe After Effects Cgtuts+ Computer Graphics Activetuts+ Browser App and Game Dev Phototuts+ Photography Mobiletuts+ Mobile Development Webdesigntuts+ Web Design

  • JQuery Allow Only Numbers

    Updated: 2012-07-18 07:12:20
    For a frontend developer when it is asked to do something unique that person will think of JQuery first. Today a simple jquery code to allow only numbers to a text-box. Below code will allow following key events : Backspace Delete Tab Escape Enter Ctrl+A Home end left right Just add a class to textbox [...] No related posts.

  • Simple JQuery Tabs

    Updated: 2012-07-10 16:20:32
    Help us to keep this website . LIVE OR Follow webstutorial OR Skip WebsTutorial Web Learning Made . Easy Home Tutorials Archives Work with Us WRITTEN BY ntechi VN:F 1.9.18_1163 please wait . Rating : 5.0 5 4 votes cast Demo Simple JQuery Tabs Posted on Tuesday , July 10th , 2012 by ntechi Browser Support JQuery tabs Whenever I start any new project tabs is something which I have to use , so instead of using any external js library I created a small . function First we are creating a div with a class name , this class name is really important . This class name will be passed in entire tabs , just check the class naming of the div in the above html . It is prefixed with other . classes CSS is simple just make the tabcontent{display:none Now time for js function function generateTabs(element

  • Using PhantomJS to headlessly analyze web pages

    Updated: 2012-07-05 04:49:52
    One of this year’s most interesting open source projects has been PhantomJS – a headless WebKit with JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG. I’ve already used it to automatically scrape data from pages and for testing. In this post we will [...]

Current Feed Items | Previous Months Items

Jun 2012 | May 2012 | Apr 2012