earth2marsh + jquery   57

fredwu/jquery-endless-scroll
"endless scrolling (or infinite scrolling or pagination) is a popular technique amongst modern websites such as Google Reader and Live Image Search, whereby instead of paging through items using traditional pagination links, the page just keeps loading with new items attached to the end.

Endless Scroll not only helps you build highly customisable infinite scrolling effects, it also offers features not commonly seen. Such features include:

The ability to up-scroll and prepend content to the beginning of the page
The ability to limit the number of available 'pages', i.e. data truncation
And there are more exciting features in the works, including SEO-friendly URLs!"
infinite  scroll  scrolling  endless  javascript  webdev  jquery  plugins 
4 weeks ago by earth2marsh
heroic/Rucksack
"Rucksack is a jquery plugin to arrange elements that can fit in the given width. It relies on the knapsack algorithm."
arrange  image  images  jquery  layout  width 
4 weeks ago by earth2marsh
APIConnect - A simplified Javascript interface for working with APIs
"APIConnect is a Javascript class that provides a simple way to interact with APIs, specifically those hosted on other domains. Setup is as simple as creating the instance, specifying the domain, connecting the route, and running it. APIConnect works in all major browsers with jQuery as its only dependency, and is now available on npm!"
api  client  interface  javascript  jquery  library 
9 weeks ago by earth2marsh
How we decreased sign up confirmation email bounces by 50% - Kicksend Blog
from Pinboard Network RSS Improver http://pipes.yahoo.com/pipes/pipe.info?_id=b22b9c9acee5906aab7e8a7645a247a9

So we recorded and setup detailed notifications for every email bounce, to make sure that we are always aware of what’s happening (thanks Mailgun!). And we soon started to see patterns. People would misspell their email addresses and be unaware of it, resulting in a delivery failure and a lost user. And it got even more interesting - most of these invalid email addresses were a result of a misspelled domain; “hotmail.con”, “gnail.com”, “yajoo.com”. A clear opportunity for improvement.

You can get the Mailcheck.js plugin at Github. Neat.Source: http://pinboard.in/
iftttGR  javascript  jquery  plugins  plugin  email  form  validation  ux  bounce  rate  library 
9 weeks ago by earth2marsh
doubleSuggest jQuery plug-in
searches twice—once the fast way and then enhancing that search with remote ajax calls. example uses spotify api
jquery  autocomplete  suggestions  clever 
10 weeks ago by earth2marsh
jQuery Tip #5: Using jQuery’s end() Function to Work with Sets - Dan Wahlin's WebLog
"In cases where you need to dynamically generate DOM nodes, modify specific children as with the <span> shown above, and then append the newly created set into a container, what do you do? Fortunately, jQuery provides an end() function that allows you to pop the current set off the stack and then move down to the next one. In the example above, calling end() immediately before appendTo() would cause the initial <div> that wraps <span> to be appended to divContainer which would achieve the desired end result in this case."
jquery  tips  webdev  programming  code  end 
11 weeks ago by earth2marsh
Kendo Blog Posts > What You May Not Know About jQuery
"Paul Irish did a talk about about 10 performance tips for using jQuery.  Jon Raasch did a summary post that I would highly recommend reading.  One of the things that he talks about at the bottom is some of the lesser known jQuery methods.  And wouldn’t you know it – .map() is the first one in the list.

He doesn’t go into depth on these methods and what they do, so I’m going to pick up where he left off and write some code around these lesser known methods.  Of course, please refer to the official jQuery documentation on all of these which I will link to from each one.  A big thanks to Elijah who gave me input on these methods and helped with some of the ideas expressed here."
jquery  tips 
january 2012 by earth2marsh
Ajax Upload; A file upload script with progress-bar, drag-and-drop.
"This plugin uses XHR for uploading multiple files with progress-bar in FF3.6+, Safari4+, Chrome and falls back to hidden iframe based upload in other browsers, providing good user experience everywhere."
file  javascript  ajax  upload  plugin  jquery 
january 2012 by earth2marsh
Large-scale JavaScript Application Architecture
Developers creating JavaScript applications these days usually use a combination of MVC, modules, widgets and plugins for their architecture. They also use a DOM manipulation library like jQuery. Whilst this works great for apps that are built at a smaller-scale, … Continue reading →
Modern_JavaScript_Development  decoupled  development  facade_pattern  javascript  jquery  large-scale  mediator_pattern  module_pattern  mvc  patterns  from google
november 2011 by earth2marsh
On jQuery & Large Applications - rmurphey
dev shares her thoughts on moving from DOM-centric to modern javascript client-server application architecture.
jquery  javascript  architecture  development  programming  webdev  framework  dojo  application  from delicious
november 2011 by earth2marsh
RESThub framework
"RESThub is an Open Source framework designed to allow you to build RIA HTML5 web applications based on a Spring backend following KISS, DRY and REST principles. It composed by a Java stack and a Javascript stack."
framework  jquery  java  rest  javascript  from delicious
october 2011 by earth2marsh
Chosen - a JavaScript plugin for jQuery and Prototype - makes select boxes better
"Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors."
javascript  plugin  jquery  forms  ui  ux  from delicious
july 2011 by earth2marsh
goldfire/miniTip - GitHub
"an ultra lightweight jQuery plugin that creates highly customizable tooltips without all of the fluff."
javascript  jquery  tooltips  library  from delicious
july 2011 by earth2marsh
RequireJS
"RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node. Using a modular script loader like RequireJS will improve the speed and quality of your code."
javascript  library  performance  optimization  jquery  from delicious
april 2011 by earth2marsh
Tempo :: The tiny JSON rendering engine by TwigKit
Tempo is a tiny JSON rendering engine that enables you to craft data templates in pure HTML.
javascript  json  template  jquery  html  from delicious
april 2011 by earth2marsh
JQuery HowTo: How to get full html string including the selected element itself with jQuery's $.html()
"Here is the code to get jQuery selector's HTML including its own:<br />
<br />
var html = $('<div>').append($('#top').clone()).remove().html();"
jquery  html  howto  from delicious
april 2011 by earth2marsh
Google Libraries API - Google Code
"The Libraries API is a content distribution network and loading architecture for the most popular, open-source JavaScript libraries. Using the Google API Loader's google.load() method increases your application's speed while providing access to a growing list of the most popular, open-source JavaScript libraries, including:<br />
Chrome Frame<br />
Dojo<br />
Ext Core<br />
jQuery<br />
jQuery UI<br />
MooTools<br />
Prototype<br />
script.aculo.us<br />
SWFObject<br />
Yahoo! User Interface Library (YUI)<br />
WebFont Loader"
javascript  jquery  api  library  google  from delicious
april 2011 by earth2marsh
jsdom + jQuery in 5 lines with node.js - blog.nodejitsu.com - scaling node.js applications one callback at a time.
"So to sum up here, there are some key benefits that doing your screen scraping with node.js, and jsdom provide: Works with the same battle-hardened DOM libraries used in production every day. Node.js is blazing fast and designed for exactly these kind of highly asynchronous coding tasks. Easy to use and deploy with new tools like nodejitsu."
nodejs  node  howto  html  javascript  scraping  webdev  jquery 
september 2010 by earth2marsh
pyquery: a jquery-like library for python — pyquery v0.3 documentation
"make jquery queries on xml documents. The API is as much as possible the similar to jquery. pyquery uses lxml for fast xml and html manipulation. This is not (or at least not yet) a library to produce or interact with javascript code. I just liked the jquery API and I missed it in python so I told myself “Hey let’s make jquery in python”. This is the result."
jquery  parser  python  scraping  tools  xml  framework  development  markup  html  library  opensource 
july 2010 by earth2marsh
How to build a web widget (using jQuery) - Alex Marandon
"ensure the widget’s code doesn’t accidentally mess up with the rest of the page, dynamically load external CSS and JavaScript files, bypass browsers’ single-origin policy using JSONP."
tutorial  tips  tutorials  jsonp  json  jquery  javascript  bestpractices  reference 
june 2010 by earth2marsh
Ajax Fixtures Plugin for jQuery - Jupiter JavaScript Consulting
"Are you developing jQuery hotness so fast that the slow-poke server team can't supply you AJAX services fast enough?  If so, you might be interested in the JavaScriptMVC-extracted jQuery.Fixture plugin.  Fixtures simulate AJAX responses so you can keep developing JavaScript functionality even if the server's services aren't working.  The fixture plugin is easy to setup and remove once the services are online."
jquery  prototyping  testing  rest  tools  mock  development  javascript  ajax  cool 
june 2010 by earth2marsh
Twitter API calls in the browser with JSON and jQuery
"This is also important for Twitter API usage. One of the key restrictions with the Twitter API is that any client IP address can only make x number of API calls per hour. If you’re making these API calls from your web server (which obviously only a static IP address), you could quickly use up your hourly allocation on a busy site. Twitter does allow you to “whitelist” your web application to give you a better hourly rate, but here’s a better way: Use the clients, ie your users, to make the API calls from their browsers."
api  jquery  twitter  json  jsonp 
december 2009 by earth2marsh
jQTouch — jQuery plugin for mobile web development
"jQuery plugin for mobile web development on the iPhone, iPod Touch, and other forward-thinking devices."
webdev  webkit  webapp  mobile  plugin  jquery  framework  animation  iphone  javascript  ui  library  plugins 
november 2009 by earth2marsh
jQuery TOOLS - The UI library for the Web
" library contains six of the most useful JavaScript tools available for today's website. The beauty of this library is that all of these tools can be used together, extended, configured and styled. In the end, you can have hundreds of different widgets and new personal ways of using the library. This library is dual licensed under MIT and GPL 2+ licenses."
ui  jquery  library  development  resources  plugins  tooltip 
june 2009 by earth2marsh
flot - Google Code
"a pure Javascript plotting library for jQuery. It produces graphical plots of arbitrary datasets on-the-fly client-side. The focus is on simple usage (all settings are optional), attractive looks and interactive features like zooming and mouse tracking. The plugin is known to work with Internet Explorer 6/7/8, Firefox 2.x+, Safari 3.0+, Opera 9.5+ and Konqueror 4.x+. If you find a problem, please report it. Drawing is done with the canvas tag introduced by Safari and now available on all major browsers, except Internet Explorer where the excanvas Javascript emulation helper is used."
chart  graph  charting  graphs  visualization  javascript  plotting  jquery  library 
april 2009 by earth2marsh
jQuery Menu: Dropdown, iPod Drilldown, and Flyout styles with ARIA Support and ThemeRoller Ready | Filament Group, Inc., Boston, MA
"menu system, which can be used to create a simple dropdown menu for a single list of options, a flyout menu for a smaller hierarchical list of options where child menus are displayed next to the parent menu on mouseover, and two variations on the iPod style, one with a back button and another with a linked breadcrumb to let users easily traverse back up the hierarchy. "
navigation  javascript  plugin  plugins  ipod  iphone  jquery  webdev 
april 2009 by earth2marsh
jQuery UI - Home
because I keep looking for this in the wrong place!
jquery  ui  ajax  gui  webdev 
march 2009 by earth2marsh
Introducing SelectorGadget: point and click CSS selectors
"an open source bookmarklet that makes CSS selector generation and discovery on complicated sites a breeze. Just drag the bookmarklet to your bookmark bar, then go to any page and press it. A box will open in the bottom right of the website. Click on a page element that you would like your selector to match (it will turn green). SelectorGadget will then generate a minimal CSS selector for that element, and will highlight (yellow) everything that is matched by the selector. Now click on a highlighted element to remove it from the selector (red), or click on an unhighlighted element to add it to the selector. Through this process of selection and rejection, SelectorGadget helps you come up with the perfect CSS selector for your needs."
opensource  firefox  javascript  development  bookmarklet  bookmarklets  scraping  selector  jquery  dom  selectors 
february 2009 by earth2marsh
Introduction to AJAX calls using jQuery and PHP
"an introductory explanation of using jQuery to interact with your PHP application through AJAX."
php  ajax  howto  jquery 
december 2008 by earth2marsh
Allan Jardine | Visual Event
"a Javascript bookmarklet called Visual Event which visually shows the elements on a page that have events subscribed to them, what those events are and the function that the event would run when triggered. This is primarily intended to assist debugging, but it can also be very interesting and informative to see the subscribed events on other pages."
visualisation  jQuery  YUI  MooTools  event  events  javascript  development 
december 2008 by earth2marsh
jQuery and JavaScript Coding: Examples and Best Practices | How-To | Smashing Magazine
When used correctly, jQuery can help you make your website more interactive, interesting and exciting. This article will share some best practices and examples for using the popular Javascript framework to create unobtrusive, accessible DOM scripting effects. The article will explore what constitutes best practices with regard to Javascript and, furthermore, why jQuery is a good choice of a framework to implement best practices.
reference  javascript  development  webdev  programming  bestpractices  dom  jquery  ajax 
september 2008 by earth2marsh
jQuery documentation
A delicious shortcut to search the jQuery docs
javascript  shortcut:jq  documentation  search  jquery 
september 2008 by earth2marsh

related tags

ajax  animation  api  apis  app  application  apps  architecture  arrange  autocomplete  backbone  beginner  bestpractices  Boilerplate  bookmarklet  bookmarklets  bounce  chart  charting  charts  clever  client  code  coffeescript  collaboration  console  cool  corners  css  decoupled  Defaults  delicious  design  development  documentation  dojo  dom  eco  Editor  effects  email  Encoding  end  endless  equal  event  events  facade_pattern  file  firefox  form  forms  framework  frameworks  google  graph  graphs  gui  height  heights  howto  html  html5  iftttGR  image  images  infinite  interface  iphone  ipod  java  javascript  jquery  json  jsonp  large-scale  layout  library  machinetags  markup  mediator_pattern  mobile  mock  Modern_JavaScript_Development  module_pattern  MooTools  mvc  navigation  node  nodejs  opensource  optimization  parser  patterns  Percent  performance  php  plotting  plugin  plugins  Prevent  programming  prototyping  python  rack  rate  reference  Remy  resources  rest  rounded  rubyonrails  scraping  scroll  scrolling  search  selector  selectors  shortcut:jq  stitch  suggestions  tagging  tags  template  testing  tips  tools  tooltip  tooltips  tree  tutorial  tutorials  twitter  ui  underscore  upload  Url  ux  validation  visualisation  visualization  web  webapp  webdesign  webdev  webkit  width  xml  YUI 

Copy this bookmark:



description:


tags: