Posts Tagged ‘JavaScript’
Raven.za.net Bumper Post 1
Written by docmoo on April 16, 2008 – 12:34 amSeeing as I haven’t posted anything for a couple of days, I thought I would make one post with all the things that have caught my eye.
- Maximize Firefox without extensions
- Gmail hacks for better spam protection
- 7 of the best designed sites on the web
- 60 AJAX/Javascript resources for professional coding
- 3 ways to test web input with CAPTCHA
Maximize Firefox without extensions
We have made a couple of posts relating to improving FireFox and getting the best out of your FireFox experience and plugins. There are plugins that could do what this article details, but with the release of Beta builds quite frequently over the past 2 months or so, not all plugins work the whole time.
If you type about:config in your address bar, Firefox opens the master directory of user-defined preferences and built-in settings. The ultimate arena for performance tampering, the about:config settings are the foundation for programming Firefox extensions.
We’ll show some simple about:config modifications below. Even if the word “Boolean” means nothing to you, we’ll try to make it easy to understand about:config settings
Gmail hacks for better spam protection
I happen to have a ‘.’ in my gmail address just by chance, and also use the + tip for signing up on certain sites to keep things more organized. But you could just as easily use them to help combat spam.
You can create alias emails for things like shopping sites, places you know will spam you, or anything you want to track to see who they are sharing your email with. To do this, simply put a “+” after your account name and add words.
Apparently, Gmail doesn’t really acknowledge dots in your account name. So I can use “mr.marky.mark@gmail.com” or “mr.markymark@gmail.com” or without any dots at all, “mrmarkymark@gmail.com”.
7 of the best designed sites on the web
Titles of this nature always grab my attention. I’m constantly trying to see how designers are innovating using the latest techniques. While I may not completely agree with this list, I do agree that the sites are visually appealing, even google.com, and that they have crisp layouts.
A sites design is its identity. It can make the biggest difference in attracting and keeping traffic, keeping visitors happy, promoting products and services and establishing an identity on the web.
Website design has come a long way. Previously, down-to-the-point, straightforward sites with minimum graphics and fastest loading and easy navigation were considered the “best” sites in terms of design.
60 AJAX/Javascript resources for professional coding
AJAX is one of the most commonly used techniques for creating seamless webapps these days. However, if you have ever tried to develop something using AJAX, you may have found that it can be frustrating sometimes trying to accomplish the crazy idea that you have set down as your goal. Infact, I was wrestling an AJAX idea in the office today that was partially solved with the scriptaculous javascript library.
When it comes to design of modern web-applications, Ajax is considered as a standard approach. Interactive solutions for lightboxes, form validation, navigation, search, tooltips and tables are developed using Ajax libraries and nifty Ajax scripts. Ajax is useful and powerful. However, when using Ajax, one should keep in mind its drawbacks in terms of usability and accessibility. With an extensive use of Ajax, you can easily confuse your visitors offering too much control and too many features.
3 ways to test web input with CAPTCHA
CAPTCHA is something that we are all used to by now, it’s those barely readable images we have to re-type to prove that we are human. Turns out that computers are becoming more and more human with spam bots being able to break CAPTCHA codes, in record time, to webmail sites bypassing the human requirement of owning an account. However, it is still seen as an important part of a website where differentiating a legitimate user from a spam bot is required and even though it is being beaten more and more these days it is still one of the best ways to help combat spam.
Many Web forms these days feature a Completely Automated Public Turing test to tell Computers and Humans Apart (CAPTCHA) as an effort to stop people from setting up computers to automatically fill in Web forms. A typical CAPTCHA is an image with some numbers and letters in it with distortion and/or background noise, and a Web form input field where you are to enter the numbers and letters from the image. This article investigates three CAPTCHA applications that you can use on a PHP Web site.
- You Used JavaScript to Write WHAT? [via Zemanta]
Tags: Ajax, Firefox, gmail, JavaScript, Web application, WWW
Posted in Computers, Development, Email, Firefox, Net, Security, Tips, Web | No Comments »
Super Mario online : In Javascript!
Written by fx on April 9, 2008 – 9:44 amnihilogic has published a free, online Super Mario clone (1 level); only its 14kb in size and written completely in javascript! On his blog, he talks about some of the goals of the script and how it was made –
Here’s an experiment in keepings things small and confined to one Javascript file. There are no external image files or anything, everything is rendered with Javascript using either canvas elements or old fashioned div-making tactics (for IE). The sprites are stored in custom encoded strings in a format that only allows 4 colors for each sprite but in turn only takes up around 40-60 bytes per sprite.
We also have MIDI music embedded as base64-encoded data: URI’s. No music for IE, though, and it seems all the other browsers each have different, minor problems with it, but it sort of works.
If all you’re interested in is hitting up the game then here you go (note that music only works in non-IE browsers) –
Regular version: no music or with music
Double size: no music or with music
Tags: Games, JavaScript, Mario
Posted in Gaming, Web | 2 Comments »

