links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
ruadrift, member since Mar 15, 2006
.
Search Everyone: javascript,

Top javascript experts: veletflair, glennm, nperriault, zero1infinity, jasonvogel, jdrsantos,

Groups about javascript: 10000tips, NoviceNotes.Net,

1 - 10 of 15 next »   Watch ruadrift
 
To our rescue comes Sean Burke, author of the Higher Order Javascript document, who has styled HOJ as a sort of companion to the book Higher Order Perl . In the document, Burke defines a useful function called graft() which allows us to build chunks of DOM documents using really simple object notation. Graft() will feel very familiar to anyone who makes extensive use of the JSON format or who has worked with LISP.
by ruadrift 2006-10-18 20:24 javascript · dom
http://schf.uc.org/articles/2006/10/15/making-javascript-dom-a-piece-of-cake-with-the-graft-function - cached - mail it - history
JavaScript is a fully-featured Object-Oriented programming language, on the surface, it shares syntactical similarities with Java and C, but the mentality is quite different, at its core, JavaScript is more similar to functional languages. Inside is a list of JavaScript tips, some offer techniques to simulate features found in C-like languages (such as assertions or static variables), others are meant to improve performance and explore some of the more obscure parts of the web scripting language.
by ruadrift 2006-10-08 19:25 javascript
http://aymanh.com/9-javascript-tips-you-may-not-know - cached - mail it - history
This is an impressive collection (that I found somehere on the Net) of various functions to validate or format string in Javascript. The code is very compact.
by ruadrift 2006-09-28 09:36 regularexpressions · javascript
http://www.rgagnon.com/jsdetails/js-0063.html - cached - mail it - history
Your own wiki in seconds Get your own powerful personal wiki in seconds with no installation required. Update it online and offline. Runs in your browser All you need is a web browser. Your wiki is fully self-contained and runs entirely within your browser. How does it work? Tiddlyspot.com is powered by TiddlyWiki, the revolutionary javascript wiki.
by ruadrift 2006-09-01 09:00 TiddlyWiki · javascript · GTD
http://tiddlyspot.com/ - cached - mail it - history
Prototype is a Java Script framework that aims to ease development of dynamic web applications. Its development is driven heavily by the Ruby on Rails framework, but it can be used in any environment.
by ruadrift 2006-07-12 14:11 javascript · library · tutorial
http://wiki.script.aculo.us/scriptaculous/show/Prototype - cached - mail it - history
javascripts quirks by browser release
by ruadrift 2006-07-10 06:26 javascript
http://www.quirksmode.org/index.html - cached - mail it - history
The MD4, MD5 and SHA-1 algorithms are secure hash functions. They take a string input, and produce a fixed size number - 128 bits for MD4 and MD5; 160 bits for SHA-1. This number is a hash of the input - a small change in the input results in a substantial change in the output. The functions are thought to be secure, in the sense that it would require an enormous amount of computing power to find a string which hashes to a chosen value. In others words, there's no way to decrypt a secure hash. The uses of secure hashes include digital signatures and challenge hash authentication. This document is a good introduction to hashes
by ruadrift 2006-06-30 08:56 md5 · javascript · php
http://pajhome.org.uk/crypt/md5/ - cached - mail it - history
You can use the MD5 function in combination with a similar JavaScript function to protect user passwords for logins. The arrangement goes like this: When the user requests the login page, the server generates a random number. It stores this in a session variable as well as sending to the client. When the user clicks submit, JavaScript in the client computes md5(password + random). The server can also generate this hash, because it already knows the password and random number. It uses this to check that the user entered the correct password. The password has not been transmitted in the clear, and next login the random number will be different, so an attacker can't use a "replay attack". JavaScript MD5 is available here: http://pajhome.org.uk/crypt/md5/
by ruadrift 2006-06-30 08:55 md5 · javascript · php
http://us2.php.net/manual/en/function.md5.php - cached - mail it - history
Dump() Function - Javascript equivalent of PHP's print_r()
by ruadrift 2006-05-26 08:29 javascript · dump · print_r
http://binnyva.blogspot.com/2005/10/dump-function-javascript-equivalent-of.html - cached - mail it - history
Really easy field validation with Prototype I wanted a robust javascript validation library that was simple to implement and didn't require me do any extra work other than creating the form. My favourite idea for a method of doing this is to utilise the field elements' class attribute to indicate what sort of field it is and hence any validation requirements. There are a few javascript libraries that implement that idea like wForms, but, since I'm currently hell-bent on re-writing all my javascript using Prototype, I thought I'd see how difficult or easy it would be to roll my own. Turns out that this is just the sort of thing that is easy with Prototype. [Updated Again!] : new version 1.2! ( also, A bit of maintenance: version 1.2.1)
by ruadrift 2006-05-09 20:39 javascript · form · validation
http://tetlaw.id.au/view/blog/really-easy-field-validation-with-prototype/ - cached - mail it - history
1 - 10 of 15 next »  
Related Tags
 
- exclude ~ optional + require
Add Dates