Home » Ajax
Ajax fullscreen API
Intipadi.com - What can you do if you want to enable a fullscreen experience on the Web? You can’t. Or, use Flash. Some claim that you shouldn’t offer this ability as it is a security liability. Someone can put a fullscreen view that tricks the user into giving it information.
However, as much as I think user security is important, it doesn’t seem like we can punt and not do anything...
Create advanced html table using TableGear
Intipadi.com – Tables are a very important part of HTML, but they can also be a pain to deal with. Using TableGear, you can create dynamic tables that can be edited “on the fly” and sort according to your needs. And all that, with almost no effort.
What we’re going to do
Any web developer had, at one point in their career, work with HTML tables. Not only they were intensively used to create...
Create Animated background image with jQuery
Intipadi.com – If you’re used to work with the jQuery library, there’s no doubt that you know how powerful it is. In this tutorial, we are going to create a basic web page layout which includes a super cool animated background image, using jQuery.
Getting ready
In this tutorial, we are going to create a simple layout for a website, which includes a very cool animated background. Here is...
How to create Tweets with YQL
Intipadi.com – Let’s build a Twitter panel that will show the latest tweets from each of the Tuts+ sites’ Twitter accounts. We’ll start by going to the YQL console and looking at our options. Make sure you’re viewing the community tables. Under the Twitter section, choose twitter.user.profile (which will include the latest tweet), or type this query into the statement box:
select * from...
Would you like a _ with that $? New library gives JS what it should have
Jeremy Ashkenas and the DocumentCloud team have just released Underscore.js a small library that provides all the functional programming helpers that you expect from Prototype.js or Ruby, but without extending any core JavaScript objects.
Jeremy told us:
This makes it a natural fit alongside jQuery, without having to worry about the conflicts and redundant functionality that using Prototype and jQuery...
Would you like a _ with that $? New library gives JS what it should have
Jeremy Ashkenas and the DocumentCloud team have just released Underscore.js a small library that provides all the functional programming helpers that you expect from Prototype.js or Ruby, but without extending any core JavaScript objects.
Jeremy told us:
This makes it a natural fit alongside jQuery, without having to worry about the conflicts and redundant functionality that using Prototype and jQuery...
SproutCore 1.0 gets closer; new demos too
ajaxian.com – SproutCore 1.0 has its first release candidate that you can grab via gem install sproutcore.
There are also new demos to play with and other interesting features:
Animation Layer
AKPC_IDS += "492,";Popularity: 2% [?]
[Translate]
Read More →
JavaScriptMVC 2.0: Major Rewrite, Strong Test Suite Integration and Improved Documentation
ajaxian.com – The JavaScriptMVC team has announced v2.0, a major update & rewrite to their MVC-based JavaScript framework. The release incorporates several big changes including a rewrite of the library to leverage jQuery’s functionality and style guidelines. For example, if you have a list of entries, you can organize the event handlers like:
PLAIN TEXT
JAVASCRIPT:
$.Controller.extend(“EntriesController”,{
“.entry...