jq
jq is like sed for JSON data – you can use it to slice and filter and map and transform structured data with the same ease that sed, awk,... more »
Tweet 0 Comments Save Tags: frameworks , javascript
Modularizing your Backbone Router using Require.js
Often times, in larger Backbone.js projects, the routing code becomes bulky, error-prone, and repetitive. This article explains how to... more »
Tweet 0 Comments Save Tags: frameworks , javascript , web 2.0
21 Best jQuery Pagination Plugins
Pagination refers to dividing a large content into various different pages – as present in a book. Thus pagination is an extremely... more »
Tweet 0 Comments Save Tags: javascript , web design
Fundamental for creating interactive maps using J-Query
JQuery is enhanced Java Script libraries that run on client’s side in client server based environment over internet, client side means... more »
Tweet 0 Comments Save Tags: javascript
Crazy And Clever Layout with Packery JS Layout Library
Packery is a JavaScript layout library that uses a bin-packing algorithm. This is a fancy way of saying “it fills empty gaps.” Packery... more »
Tweet 0 Comments Save Tags: css-html , javascript , tools , web design
Metro Style Scripts and Tutorials for Web Developers
The metro design style is slowly gaining popularity since most web developers today prefer to use it for their various websites with the... more »
Tweet 0 Comments Save Tags: css-html , javascript , web design
20 Awesome jQuery Sliders
A collection of the best jQuery slider scripts and plugins that you can use in your own web design projects.
Tweet 0 Comments Save Tags: css-html , how-to , javascript , web design
Yoke with Vert.x 2 is a faster alternative to Express JS!
Simple benchmarks show that the upcoming Vert.x 2 Framework with Yoke as the middleware layer can provide better performance than Express... more »
Tweet 1 Comments Save Tags: frameworks , java , javascript , reviews
fartscroll.js
You want fart noises as you scroll? We've got you covered.
Tweet 2 Comments Save Tags: frameworks , javascript , ria
PrimeUI 0.9 - jQueryUI Extensions Released with 6 new Widgets
PrimeUI is back with a brand new release and closer than ever to 1.0 Final. This 0.9 release brings 6 new widgets from PrimeFaces making... more »
Tweet 2 Comments Save Tags: javascript , open source
Top 5 jQuery Plugins for April 2013
jQuery plugins enrich web applications development by making them multifunctional and visually stunning. Every month number of jQuery... more »
Tweet 0 Comments Save Tags: javascript , open source , tools
StreamTable.js – The next generation search filter
StreamTable.js helps us stream large tabular data and filter it. This gives us the best of both worlds – super fast rendering of the... more »
Tweet 4 Comments Save Tags: javascript , ruby
Why JavaScript Is Doomed
Sure, JavaScript is everywhere. It appears to be growing at a rapid pace. But I’m willing to bet that we are getting close to a complete... more »
Tweet 0 Comments Save Tags: javascript , opinion
5 Things You Should Stop Doing With jQuery
Burke Holland shares a list of potentially bad habits many developers have when using jQuery and how to avoid them.
Tweet 0 Comments Save Tags: ajax , css-html , javascript , open source
Creating a jQuery gallery for Flickr
This week, we’ll be creating a simple jQuery gallery that uses the Flickr API to retrieve a list of images from a photo set and display... more »
Tweet 0 Comments Save Tags: css-html , how-to , javascript
Native equivalents of jQuery functions
If you checked out my last post you’ll know that I have been doing lots of JavaScript coding as of late, both inside and out of Brackets.... more »
Tweet 0 Comments Save Tags: frameworks , javascript
ExplainJS
Instant side-by-side view of your comments and code.
Tweet 0 Comments Save Tags: announcement , frameworks , javascript , news
Crawling AJAX Web sites using HTML5 pushState support - Lately in JavaScript podcast episode 30
Now that both Google and Bing support crawling sites that use HTML5 history pushState, developers are free to use it in AJAX based Web... more »
Tweet 0 Comments Save Tags: gui , javascript , opinion , standards
How to : Create a Website Using jQuery
Web developers that still believe in creating code manually can really benefit from using jQuery to develop a website. It’s not a web... more »
Tweet 0 Comments Save Tags: how-to , javascript , usability
How To: Limit Input Box Characters To Defined Count Using jQuery
Here is a small code that limit a input box for defined number of characters.
Tweet 0 Comments Save Tags: how-to , javascript
The Design of Code: Organizing JavaScript
Great design is a product of care and attention applied to areas that matter, resulting in a useful, understandable, and hopefully... more »
Tweet 0 Comments Save Tags: javascript , reviews
Removing an element with the plain JavaScript remove() method
As you might know, the DOM does not supports removing an element directly. When removing an element with JavaScript, you must go to its... more »
Tweet 1 Comments Save Tags: javascript
Functional Programming in 5 Minutes
Functional Programming in 5 Minutes
Tweet 1 Comments Save Tags: javascript , methodology , reviews
Avoid JavaScript for Mobile Web
Why you should not use too much javascript for web sites, the problems faced when using javascript and tips to help reduce dependence on javascript.
Tweet 1 Comments Save Tags: javascript , mobile , web 2.0 , web design
Better Documentation for PHP internals - Lately in PHP podcast episode 35
With the inclusion of Zend Optimizer+ extension in PHP 5.5, the need for better documentation of PHP internals became more evident, so... more »
Tweet 0 Comments Save Tags: javascript , opinion , php , tools