Browsing All Posts filed under »Technologies«

ASP.NET from Scratch: Lesson 1 – Nettuts+

November 10, 2009

0

Nettuts+ is primarily a PHP haven; however, I’m sure we can all agree that there are many fantastic, and technically more powerful languages and frameworks at our disposal. Jeremy McPeak, author of Professional AJAX, and Beginning JavaScript: 4th Edition, will teach you how to build ASP.NET applications from scratch over the course of the next [...]

Build a Simple Password Strength Checker – Nettuts+

November 10, 2009

0

As most security experts will tell you, the user is always the weakest link. The most secure of systems are vulnerable when a user chooses an extremely ill-advised password. With that in mind, the recent trend seems to be providing quick feedback to the user regarding the strength of the password so the user can [...]

17 Hours of JavaScript from the Masters – Nettuts+

November 10, 2009

0

Douglas Crockford. John Resig. Peter-Paul Koch. Nicolas C. Zakas. If you recognize these names, you probably know what they all have in common: they’re amazingly talented JavaScript Developers. Today, you’ll hear from all of them, in this roundup of JavaScript presentations. Be ready to stretch your brain! via 17 Hours of JavaScript from the Masters – [...]

Google Code Blog: Introducing Closure Tools

November 10, 2009

0

Closure Compiler is a JavaScript optimizer that compiles web apps down into compact, high-performance JavaScript code. The compiler removes dead code, then rewrites and minimizes what’s left so that it will run fast on browsers’ JavaScript engines. The compiler also checks syntax, variable references, and types, and warns about other common JavaScript pitfalls. These checks [...]

Check if jQuery is Loaded

November 10, 2009

0

Check if jQuery is Loaded.

Perfect CSS Sprite / Sliding Doors Button

November 10, 2009

0

Perfect CSS Sprite / Sliding Doors Button via Perfect CSS Sprite / Sliding Doors Button.

Ajaxian » Riot.js: JavaScript port of the lean fast unit test framework

November 9, 2009

0

Alex Young has now implemented Riot.js which brings you the lean framework in a format that can run stand-along via Rhino, or through the browser itself with tests that look like: via Ajaxian » Riot.js: JavaScript port of the lean fast unit test framework.

Ajaxian » Google releases Closure, the tools behind the JS geniuses

November 9, 2009

0

I remember when the whole Ajax thing kicked in and JavaScript developers looked at Gmail, Gmaps, and the like and thought “I wonder what powers that?” Well, the power comes from Closure a library and set of tools that the great JS hackers built over time as they created the applications at scale. As soon as I [...]

Ajaxian » Google releases Closure, the tools behind the JS geniuses

November 9, 2009

0

I remember when the whole Ajax thing kicked in and JavaScript developers looked at Gmail, Gmaps, and the like and thought “I wonder what powers that?” Well, the power comes from Closure a library and set of tools that the great JS hackers built over time as they created the applications at scale. As soon as I [...]

A Fancy AJAX Contact Form – Tutorialzine

November 9, 2009

0

Providing a simple and reliable means of feedback from site visitors is a crucial part of any web presence. The most simple and common feedback channel are contact forms. In this tutorial we are going to make an AJAX contact form which leverages modern web development techniques. We are using PHP, CSS and jQuery with the help [...]