Skip to main content

Home/ Web Development, Design & Programming/ Group items tagged Github

Rss Feed Group items tagged

bapi chatterjee

json5 - 0 views

  •  
    JSON is strict. Keys need to be quoted; strings can only be double-quoted; objects and arrays can't have trailing commas; and comments aren't allowed. Using such a strict subset of "JavaScript object notation" was likely for the best at the time, but with modern ECMAScript 5 engines like V8 in Chrome and Node, these limitations are cumbersome.
Luciano Ferrer

Cutter.js Truncate HTML - 1 views

  •  
    "We sometimes need to display a shorter version of a text/content so that it fits to the layout as expected (like the "read more" links shown for truncated content). Cutter.js is a JavaScript class that allows us to accomplish this on the client-side without losing markup. The class cuts the content to the number of requested words and if needed puts a link to open the full content again and, if wanted, places a link to open the full content. It is a standalone + lightweight resource (1.5kb gzipped) and works cross-browser."
Luciano Ferrer

scrollorama - 1 views

  •  
    "Scrollorama is a jQuery plugin for creating eye-candy effects in parallel to the scrolling of web pages. By dividing the content into blocks, it simply lets us to animate elements on the page (when a block is reached) based on the browser window's scroll position. The animations are accomplished using CSS properties, durations of them can be defined and it is also possible to set the exact scrolling positions of the start/stop events."
Luciano Ferrer

Stitches - An HTML5 sprite sheet generator - 2 views

  •  
    "Drag and drop image files into the space below and click "Generate" to create a sprite sheet and stylesheet"
Luciano Ferrer

humane.js - 1 views

  •  
    "A simple, modern, framework-independent, well-tested, unobtrusive, notification system. Utilizes CSS transitions when available, falls back to JS animation when not. Includes mobile support. "
Whizark on Diigo

Style Guide Boilerplate - 0 views

  •  
    "Style Guide Boilerplate is geared for people interested in creating their own "tiny Bootstraps"."
Vernon Fowler

Yeoman - Modern workflows for modern webapps - 0 views

  •  
    "Yeoman 1.0 is more than just a tool. It's a workflow; a collection of tools and best practices working in harmony to make developing for the web even better. Our workflow is comprised of three tools for improving your productivity and satisfaction when building a web app: yo (the scaffolding tool), grunt (the build tool) and bower (for package management). "
Magdalena Tubis

Frontend Development Bookmarks - 0 views

  •  
    A badass list of frontend development resources I collected over time.
Luciano Ferrer

wagerfield/parallax - 1 views

  •  
    "Parallax Engine that reacts to the orientation of a smart device. Where no gyroscope or motion detection hardware is available, the position of the cursor is used instead."
Jochen Burkhard

JavaScript Garden - 0 views

  •  
    JavaScript Garden is a growing collection of documentation about the most quirky parts of the JavaScript programming language. It gives advice to avoid common mistakes, subtle bugs, as well as performance issues and bad practices that non-expert JavaScript programmers may encounter on their endeavours into the depths of the language.
« First ‹ Previous 61 - 80 of 143 Next › Last »
Showing 20 items per page