By tag: Javascript
0
kicks
Using Promises in JavaScript
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...
0
kicks
Using JSONP with b1t.co API to Shorten URLs using JavaScript only
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!
0
kicks
Angry Birds of JavaScript: Blue Bird - Events and Messages
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!
0
kicks
The Angry Birds of Javascript - Red Bird: Global Objects and IIFE
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...
0
kicks
Angry Birds of JavaScript Series
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!
0
kicks
Useful jQuery Plugins : Scrolling
Going over some awesome jQuery plugins for your front-end UI
0
kicks
Getting Github : JavaScript Libraries Spilled EVERYWHERE! Series #003
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.
0
kicks
How to consume ASP.NET WebAPI from jQuery
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...
0
kicks
What's stopping Google from indexing single page Javascript applications?
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...
0
kicks
Java, JavaScript and Ruby providers for Raygun.io
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...
0
kicks
HeadJS availiable via MVC compatible Nuget package
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...
0
kicks
Simple JavaScript Inheritance
At this page you can find an example of javascript inheritance showed by John Resig
0
kicks
Build a mvc ajax application using javascript and knockout.js/mvvm
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...
0
kicks
calling Javascript methods on updatepanel events
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...
0
kicks
ASP.NET MVC 3 released - Zain Shaikh's posterous
For so long, I was waiting for the final release of ASP.NET MVC 3, and now the wait ends and I should properly dive into MVC. ;)
Download and Install ASP.NET MVC 3
Following is the list of some key features and improvments in ASP.NET MVC 3...