Posts tagged javascript

Posts tagged javascript
0 notes &
Event-driven programming can be overwhelming for beginners, which can make Node.js difficult to get started with. But don’t let that discourage you; In this article, I will teach you some of the basics of Node.js and explain why it has become so popular.
1 note &
Want to learn a different language? Over the course of 21 episodes, [Bob Tabor will] walk you through getting the tools, writing code, and much more! Each concept is broken into its own video so you can search for and focus on the information you need.
0 notes &
76 notes &
tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell. It has many useful features including:
- Multi-column sorting
- Parsers for sorting text, URIs, integers, currency, floats, IP addresses, dates (ISO, long and short formats), time. Add your own easily
- Support secondary “hidden” sorting (e.g., maintain alphabetical sort when sorting on other criteria)
- Extensibility via widget system
- Cross-browser: IE 6.0+, FF 2+, Safari 2.0+, Opera 9.0+
- Small code size
13 notes &
jQuery isotype
An exquisite jQuery plugin for magical layouts. Enables filtering, sorting, and dynamic layouts.
14 notes &
jQuery Masonry
A dynamic layout plugin for jQuery The flip-side of CSS floats
9 notes &
The idea is to scale thumbnails when hovering over them and also scale their neighbouring thumbnails proportionally to their distance. We’ll also make a description appear.
20 notes &
Hi! My name is Jeditable and I am inplace editor plugin for jQuery. With few lines of JavaScript code I allow you to click and edit the content of different html elements.
17 notes &
24 notes &
Responsive Design Testing is a great tool by Matt Kersley to test responsive web designs. You can quickly test your designs in multiple screen widths.
You can even share a link with someone by adding your URL to the end of the testing page. For example: google.com.
Special thanks to Ryan Carson of Carsonified for sharing this on Twitter.
(Source: thechangelog)