30 Interesting Web Dev Finds – JUNE 2013 (Part 1/3)
Some cool web development stuff was found in June! Here are the finds. Watch out for the last 2 parts of 30 Interesting Web Dev Finds for the month of June 2013 on our next posts! Article Source jQuery...
View ArticleBackwards Support for $.live() and $.browser()
Quick code snippets from the jQuery Migrate Plugin. I recommend using the full migrate plugin but if you want specifics for $.live() and $.browser() see below. GeSHi Error: GeSHi could not find the...
View ArticleGet Client IP Using jQuery
A few code snippets to Get Client IP Using JavaScript/jQuery. 1. One way This one gives you longitude/latitude and timezone. Try it! GeSHi Error: GeSHi could not find the language txt (using path...
View ArticleGeek’s Password Strength Meter
Geek’s Password Strength Meter So I ran into this and thought it was worth sharing. Try it below! Source Article Source jQuery Blog. Read Full Article Geek’s Password Strength Meter. Continue reading
View ArticleCompile and Monitor SASS from Gumby2
This is a quick post to show how you can mointor and compile your web app CSS file using COMPASS packaged with Gumby2. Automatically update your main css file whenever you change ANY of your SASS...
View ArticleJavascript Application Design Patterns, By Example
Javascript development is dominated by libraries libraries like Backbone, Spine, and of course jQuery (surprise!). However, it isn’t an issue of what library to use but rather how to use it....
View ArticleFREE 100 jQuery Mobile ICON PACK!
We bring to you a FREE 100 jQuery Mobile Icon Pack exclusive for jQuery 4u blog readers! There are 100 vectors in format Photoshop PSD, Illustrator AI/EPS, SVG. Download Icon Pack About the Author...
View ArticleREGISTER WITH PAYPAL TUTORIAL (1/3): PDT and IPN Process
Abstract This tutorial aims to introducing how to make registration process work properly with PayPal system. Explain how PayPal works (IPN and PDT process). Chapter One Give a good example to show how...
View ArticleREGISTER WITH PAYPAL TUTORIAL (2/3): A Real Register with PayPal Project
Explain how PayPal works (IPN and PDT process). Chapter One Chapter Two This chapter introduces a real project: “registration with payment”, from start to end, for better explaining PayPal account...
View ArticlejQuery & Backbone Forms Code/Demos
Pretty big Reference List of jQuery & Backbone Forms Code/Demos. Useful for developers trying to learn Backbone.js with forms. Form Data Parsing (Get and Set values)...
View ArticleREGISTER WITH PAYPAL TUTORIAL (3/3): Setup Your Real PayPal Business Account
Explain how PayPal works (IPN and PDT process). Chapter One Give a good example to show how register work with PayPal, containing database, controller and front end form with jQuery functionalities....
View ArticleFluent 2013: Paul Irish, \”JavaScript Authoring Tooling\”
Great talk especially on workspaces! I LOVE PAUL IRISH!!! Video Tutorial Details Name Fluent 2013: Paul Irish, \”JavaScript Authoring Tooling\” Description Let\’s dive into the latest improvements to...
View ArticleGoogle I/O 2013 – Clientside Package Management: Less Work, More Awesome
Video Tutorial Details Name Google I/O 2013 – Clientside Package Management: Less Work, More Awesome Description Dan Heberden, Paul Irish rnrnBuilding web applications often means utilizing other...
View Article5 jQuery Touch Swipe Image Gallery Plugins
Today we are sharing you what we think the 5 coolest jQuery Touch Swipe Image Gallery Plugins you can use to showcase your products or portfolio where the user could swipe up/down and left/right to...
View Article5 JS Random Moving Bubbles Effects
These 5 JS Random Moving Bubble Effects display cool animated “bubble” effects with few lines of code in JavaScript/jQuery. Check them out! 1. JS Bubble Effect #1 JS Bubble Effect 1 SourceDemo 2. JS...
View Article30 Interesting Web Dev Finds – JUNE 2013 (Part 2/3)
Some cool web development stuff was found last month, here are the finds. Watch out for the last part of our 30 Interesting Web Dev Finds for the month of June on our next post! JUNE 2013 – Part 1 1....
View ArticleChrome Now Validates JSON
Pretty cool feature in Chrome “out of the box” where it validates your JSON and shows the error in a modal. Obviously you can use the awesome online tool JSON Lint to validate and format your JSON but...
View ArticleiScroll 4 Helper Code Snippets
I’ve been using the iScroll 4 plugin for a while now, it’s pretty nifty. I use it for getting touch friendly scrollbars happening – great plugin. If I get time I’ll code an extension API for it &...
View ArticleJavaScript Snippet Force a DOM Element Redraw/Repaint
JavaScript code snippet to force a DOM element redraw/repaint. A bit hacky but useful as a last resort. var element = document.getElementById(’id’); var n = document.createTextNode(’ ‘); var disp =...
View ArticleTouch Swipe Function Debounce Script
Speed is everything on touch devices. Calling a function when a touch swipe has completed instead of calling it multiple times… For example you may use it to update some navigation based on a finger...
View Article