Error!
Success!

By tag: Javascript

showing:  of
0
kicks

Useful jQuery Plugins Part 2: Layout  (Unpublished)

Lists some very useful (free, open-source) layout plugins that you can easily incorporate on the front end of your page!


Kicked By:
Drop Kicked By:
0
kicks

Using Promises in JavaScript  (Unpublished)

Promises in JavaScript gives you great power of asynchronicity while you are creating Windows 8 Apps or Web Applications. Promises gives you the ability to call something without blocking your UI thread. Instead of waiting for a call to return something, let that function fire when it complete. In t...


Kicked By:
Drop Kicked By:
0
kicks

Using JSONP with b1t.co API to Shorten URLs using JavaScript only  (Unpublished)

This is a great article that explains how to get around the cross-domain issue for ajax calls; as well, it describes a free jsonp service that allows you to minify your urls. Something to practice on!


Kicked By:
Drop Kicked By:
0
kicks

Angry Birds of JavaScript: Blue Bird - Events and Messages  (Unpublished)

In this post we will take a look at the Blue Bird who triggers events and messages that scatter to infiltrate the pig's castle. Slowly, one by one, the birds will take back what it theirs to keep!


Kicked By:
Drop Kicked By:
0
kicks

The Angry Birds of Javascript - Red Bird: Global Objects and IIFE  (Unpublished)

For ages the birds used to litter the global namespace (the window object) with their custom objects and functions. Over time the birds slowly learned techniques to protect their objects from the global namespace, however, since the recent pig invasion all of their anti-global secrets have been stol...


Kicked By:
Drop Kicked By:
0
kicks

Angry Birds of JavaScript Series  (Unpublished)

A diabolical herd of pigs stole all of the front-end architecture from an innocent flock of birds and now they want it back! A team of special agent hero birds will attack those despicable pigs until they recover what is rightfully theirs, front-end JavaScript architecture!


Kicked By:
Drop Kicked By:
0
kicks

Useful jQuery Plugins : Scrolling  (Unpublished)

Going over some awesome jQuery plugins for your front-end UI


Kicked By:
Drop Kicked By:
0
kicks

Getting Github : JavaScript Libraries Spilled EVERYWHERE! Series #003  (Unpublished)

This how-to is going to kind of go all over the place. My goal is to get github data. The question however is, how and with what. I knew there were some available libraries, so writing straight and pulling straight off of the API myself seemed like it would be unnecessary work.


Kicked By:
Drop Kicked By:
0
kicks

How to consume ASP.NET WebAPI from jQuery  (Unpublished)

Before some months Microsoft has launched WebAPI framework for building and consuming HTTP services. This WebAPI can be called from anything like from mobile sites to JavaScript anything. I thought it will be a good idea to call a WebAPI from jQuery. In this post I am going to explain how to consu...


Kicked By:
Drop Kicked By:
0
kicks

What's stopping Google from indexing single page Javascript applications?  (Unpublished)

We've had a hell of a time building the DotNetKicks website using JavaScript while still keeping the site as SEO friendly as possible. This is a real issue for those looking to build single page apps and still showing up in search results...


Kicked By:
Drop Kicked By:
0
kicks

Java, JavaScript and Ruby providers for Raygun.io  (Unpublished)

Raygun.io, the cloud based error service that automatically records, tracks and reports on software errors now has support for JavaScript, Java, Cold Fusion and Ruby. This adds to the existing support for .NET, WinRT and PHP. The REST API is also documented to make it easier for others to create pro...


Kicked By:
Drop Kicked By:
0
kicks

HeadJS availiable via MVC compatible Nuget package  (Unpublished)

Helps speed up your site design by providing you with responsive design, script loading, and feature detection utilities. Latest version (0.98) adds the following detections: .mobile/.desktop, viewport (.portrait/.landscape), browsers (.lt-ie6, .gt-chrome21, .ios), and multiple viewport targets (.lt...


Kicked By:
Drop Kicked By:
0
kicks

Simple JavaScript Inheritance  (Unpublished)

At this page you can find an example of javascript inheritance showed by John Resig


Kicked By:
Drop Kicked By:
0
kicks

Build a mvc ajax application using javascript and knockout.js/mvvm  (Unpublished)

javascriptiqueryable: Javascript to IQueryable is a framework that allows you to write a simple query in javascript client side and then execute it server side with EntityFramework or a linq provider that implement IQueryable. On the server is used "Dynamic Expressions and Queries in LINQ by Mi...


Kicked By:
Drop Kicked By:
0
kicks

calling Javascript methods on updatepanel events  (Unpublished)

Recently came up with a scenario where I need to call a Javascript function to update a label with client side time on auto save, while auto saving was working fine, the only issue was capturing the time, since the label was updated at server we would end up with server time, so the do get client si...


Kicked By:
Drop Kicked By: