tena

TwitterFacebook
Get flash to fully experience Pearltrees
useful

video

opensource

javascript 1

api

web2.0

database

for:tena_wtg

rest 1

css

javascript 2

rest 2

The demo uses alert() dialogues to demonstrate the onload methods firing. If scripting (or this script) is not supported, nothing will happen. //GO1.1 :: Generic onload by brothercake - http://www.brothercake.com/ //onload function function generic() { alert('Generic onload function'); }; //setup onload function if(typeof window.addEventListener ! http://www.brothercake.com/site/resources/scripts/onload/

[brothercake] Generic onload

TestSwarm jQuery Commits on Flickr

http://www.flickr.com/photos/jeresig/3723002475/ Hey, wait a minute! We noticed that you may be using an unsupported browser. All the basics will still work, but to get the most out of Flickr please upgrade to the latest version of Chrome , Safari , Firefox , or Internet Explorer .
http://blog.ianbicking.org/2008/06/19/my-experience-writing-a-build-system/ Lately there’s been some interest in build processes among various people — Vellum was announced a while back, Ben has been looking for a tool and looking at Fabric , and Kevin announced Paver . At the same time zc.buildout is starting to gain some users outside of the Zope world, and I noticed Minitage as an abstraction on top of zc.buildout. A while ago I started working on a build project for Open Plans called fassembler . I think the result has been fairly successful and maintainable, and I thought I’d share some of my own reflections on that tool. Our site ( openplans.org ) is made up of several separate servers with an HTML-rewriting proxy on the front end. We have a Zope server running a custom application, Apache running WordPress MU, and some servers running Pylons or other Python web applications for portions of our site.

My Experience Writing a Build System

Re-thinking the website sign-up

There are a bunch of websites where you have to sign up as a user, a proces which normally requires that you hand over an email address which the site will validate by sending you an email with some sort of secret token (a URL) that you need to actually activate the account. As it happens, I’m implementing such a feature at the moment. Assuming that these sites aren’t actually harvesting the addresses for purposes of on-selling them or spamming them directly, it’s usually because they need a way to do things like: All of these are perfectly valid concerns. http://davmac.wordpress.com/2008/05/22/re-thinking-the-website-sign-up/
http://www.labnol.org/internet/design/completely-test-website-errors-html-standards/2673/

How to Completely Test Your Website

Your site audience could be using a different browser or an operating system that you may have never worked on before, their system may not have certain fonts that are used in your site design, the resolution of their computer screen may be too low and so on. You may have developed your website using an expensive “ what you see is what you get ” editor but there’s no guarantee that site visitors “ will get the website as you see it “. You will need to extensively test the website to ensure that visitors have a comfortable stay and don’t leave your site in a jiffy. And here are some useful tools to help you completely check your website: Browsershots is an online service that automatically captures full page screenshot images of your website in various browsers across all different OS platforms. You also have the option to preview the website design in browsers with or without Flash, Java and JavaScript.