Skip to main content

Home/ General Development In DotNet/ Group items tagged javascript

Rss Feed Group items tagged

Jacques Bosch

Closure Compiler - Google Code - 0 views

  •  
    " The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. "
Jacques Bosch

VisualStudio 2010 JavaScript Outlining - Collapse and Regions. - 0 views

  •  
    "JavaScript Outlining * Outlines JavaScript codeblock regions for the code placed between { }. Both places on a new line. * Outlines custom regions defined by: o //#region - //#endregion o //#> - //#< CSS Outlining * Outlines JavaScript codeblock regions for the code placed between { }. Both places on a new line. * Outlines custom regions defined by: o /#region/ - /#endregion/ o /#>/ - /#
Jacques Bosch

Crockford on JavaScript: A Public Lecture Series at Yahoo! - 0 views

  •  
    "Douglas Crockford is Yahoo!'s JavaScript architect and a member of the committee designing future versions of the world's most popular programming language. Over first three months of 2010, Douglas delivered his acclaimed series of lectures on the history of JavaScript, its features, and its use. Links to video, transcripts, and photos from each of the events follows:"
Jacques Bosch

7 Brand New Impressive Javascript Experiments - 1 views

  •  
    " We have got new chrome experiments to showcase again! Always look forward for this post to show you what have been happening in HTML 5 and javascript development. Make sure you check out each of the experiment here, pretty sure they will blow you away! "
Jacques Bosch

InfoQ: Virtual Panel: How to Survive Asynchronous Programming in JavaScript - 0 views

  •  
    "Programmers take certain features for granted - sequential programming for instance, writing down an algorithm that does one thing after the other. RelatedVendorContent State of Agile Development Survey Results & Summary Architecting the Ultimate Service Security Control Point 2010 Open Source Integrity Report: Defect Scan of 291 Key Projects Including Android Kernel DataPower: Messaging, ESB, Cloud, Security as an Appliance The Agile Tester However, if you're writing code in Javascript that uses blocking I/O or other long running operations, sequential coding is out of the question because blocking the only thread in the system is a very bad idea. The solution is to implement algorithms using asynchronous callbacks, ie. spread out sequential code over multiple callbacks."
Jacques Bosch

Why a JavaScript hater thinks everyone needs to learn JavaScript in the next year - O'R... - 0 views

  •  
    "I've long looked at JavaScript as a second-class citizen in the programming world. Early on, it was the source of numerous security problems; it was a nice bit of glue to patch together HTML applications with a bit of styling, but nobody would use it for serious code; and so forth. Java, Ruby, Python, they were the languages for doing real work. "
Jacques Bosch

Raphaël-JavaScript Library - 0 views

  •  
    " Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web. If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this library. "
Jacques Bosch

An Introduction to the Raphael JS Library | Nettuts+ - 0 views

  •  
    "Raphael JS is a lightweight and super-sexy JavaScript framework that allows you to draw vector graphics in your browser! In this tutorial, I will introduce you to some basic drawing functionality, take a look at animation, provide DOM access and finally finish off by creating a cool widget for your site…"
Jean-Paul Malherbe

Backbone.js - 0 views

  •  
    Backbone supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.
Jean-Paul Malherbe

jLinq - 1 views

  •  
    jLinq is a 100% JavaScript library that allows you to perform complex queries on arrays of JSON data.
Jean-Paul Malherbe

Modernizr - 0 views

  •  
    Modernizr is an open-source JavaScript library that helps you build the next generation of HTML5 and CSS3-powered websites.
Jacques Bosch

8 Best Microsoft .Net Development Tools | ZoomZum - 0 views

  •  
    "Its our pleasure to share best resources/tools for developers and designe for every technologies as HTML5, jQuery, Javascript, PHP, etc. Every programming technologies/techniques provides the number of tools that helps developers and designers a lot in. Today we are going to presents the best development tools for .Net developers. These are the development tools that helps developers for their next project. Most of them are freeware and open source tools."
Jacques Bosch

Microsoft Ajax Content Delivery Network - ASP.NET Ajax Library - 0 views

  •  
    "The Microsoft Ajax Content Delivery Network (CDN) enables you to easily add popular JavaScript libraries such as jQuery to your Web applications. For example, you can start using jQuery simply by adding a
Jacques Bosch

WAI-ARIA Overview - 0 views

shared by Jacques Bosch on 20 Apr 11 - Cached
  •  
    "WAI-ARIA, the Accessible Rich Internet Applications Suite, defines a way to make Web content and Web applications more accessible to people with disabilities. It especially helps with dynamic content and advanced user interface controls developed with Ajax, HTML, JavaScript, and related technologies. Currently certain functionality used in Web sites is not available to some users with disabilities, especially people who rely on screen readers and people who cannot use a mouse. WAI-ARIA addresses these accessibility challenges, for example, by defining new ways for functionality to be provided to assistive technology. With WAI-ARIA, developers can make advanced Web applications accessible and usable to people with disabilities."
Jacques Bosch

My DebugBar | IETester / Browser Compatibility Check for Internet Explorer Versions fro... - 0 views

  •  
    "IETester is a free (both for personal and professional usage) WebBrowser that allows you to have the rendering and javascript engines of IE10 preview, IE9, IE8, IE7 IE 6 and IE5.5 on Windows 7, Vista and XP, as well as the installed IE in the same process. "
Jacques Bosch

Closure Inspector Guide - Closure Compiler - Google Code - 0 views

  •  
    "Closure Inspector is an extension to Firebug, the Firefox debugger extension. Closure Inspector adds three powerful features to Firebug: source mapping, improved stack trace display, and unit test integration. This document describes how to install and use Closure Inspector."
Jacques Bosch

Free Raphaël Vector Icons - 0 views

  •  
    " These are icons I drew for my personal needs. They are all in vector and drawn on this page with Raphaël (don't forget to zoom the page). I was thinking that they could be useful for other people and, although the design quality of icons is average, I am releasing them here under MIT licence. "
Johann Strydom

OOP in JS, Part 2 : Inheritance - 1 views

  •  
    "Cat.prototype.haveABaby=function(){ var theKitten = this.parent.haveABaby.call(this); alert("mew!"); return theKitten; }"
Jacques Bosch

The Javascript In South Africa conference 2011 - 0 views

  •  
    " THE 1st JS CONFERENCE IN SA ... EVER!"
1 - 20 of 21 Next ›
Showing 20 items per page