royleban | Shared With: Everyone - Aug 12 2008 | web 2.0, design, ajax, fonts
Quoted: There is no official standard for what makes something “Web 2.0”, but there certainly are a few tell-tale signs. These new sites usually feature modern web technologies like Ajax and often have something to do with building online communities. But even more characteristic among these brands is their appearance. Web 2.0 sites nearly always feel open and friendly and often use small chunks of large type. The colors are bright and cheery — lots of blue, orange, and what we jokingly call the Official Color of Web 2.0: lime green.
royleban | Shared With: Everyone - Apr 03 2008 | internet, ajax
royleban | Shared With: Everyone - Jun 15 2007 | google, code, api, ajax, web development
royleban | Shared With: Everyone - Apr 23 2007 | javascript, programming, security, web development, ajax, json
Redotting from Mike Koss (good find)
Good reference to a paper on cross-site scripting vulnerabilites is AJAX code.
http://www.fortifysoftware.com/servlet/downloads/public/JavaScript_Hijacking.pdf
The attack using a hook to capture any event that sets a know property:
function Object()
{
this.email setter = captureObject;
}Note the flame-war between antibozo and kentaromiura in the comments. It actually resolves itself quite amicably in the end.
Quoted: An application can be mashup-friendly or it can be secure, but it cannot be both.
...
Solutions:
o Include a hard-to-guess identifier, such as the session identifier, as part of each request
that will return JavaScript. This defeats cross-site request forgery attacks by allowing the
server to validate the origin of the request.
o Include characters in the response that prevent it from being successfully handed off to a
JavaScript interpreter without modification. This prevents an attacker from using a
<script> tag to witness the execution of the JavaScript.Vulnerable frameworks include: Prototype, Script.aculo.us, Dojo, Moo.fx, jQuery, Yahoo! UI, and MochiKit.
royleban | Shared With: Everyone - Feb 16 2007 | rails, ajax, database, programming, web 2.0Quoted: How to paginate, sort and search a table with Ajax and Rails
royleban | Shared With: Everyone - Feb 16 2007 | ajax, javascript, ruby, rails, programming, web 2.0Quoted: mHub is a constantly updated list of web applications, services, resources, blogs or sites with a focus on next generation web (web 2.0), blogging, Ajax, Ruby, Rails and open source developments ...
royleban | Shared With: Everyone - Feb 16 2007 | flash, javascript, ajax
royleban | Shared With: Everyone - Nov 16 2006 | javascript, ajaxQuoted: Prototype is a JavaScript framework that aims to ease development of dynamic web applications. Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere.
royleban | Shared With: Everyone - Nov 14 2006 | programming, development, ajax, ruby
royleban | Shared With: Everyone - Nov 11 2006 | ajax, web 2.0, microsoft, .net
Related Content from Around Faves
ajax
-
In the AJAX example below we will demonstrate a poll where the web page can get the result without reloading.
1 FaverViewed: 23 Times - bizbornata - Dec 17 20071 FaverViewed: 40 Times
- haleban - Aug 03 20081 FaverViewed: 40 Times



