-
Navigation JavaScript Bookmarklets
Use this bookmarklet to easily log in to WordPress if you don’t have an accessible login link publicly visible. I get a ton of use out of it!
-
Pop Culture, GUI, and Web Development Visionary
Buck Rogers: Web Developer? As the first decade of the 21st Century wanes into History, how might we summarize the role of the Web in popular culture? If you had to summarize the web in a word or a phrase, what might it be? For example, when did you first utter the phrase “web services”?Considering…
-
Score “Outstanding” in your Penmanship: a look at Code Style
More info about Coding Style Standards. have you ever wondered what is best practice in keeping your code consistent, not only w/ yourself, but w/ others in the industry? ever wondered what’s best for a function bracket, or what to do when a closing bracket is going to have an “else” clause? This Note is logged…
-
CDATA : When, Where, (why) and How to use it in XHTML
References to, and specifications of CDATA can be seen all throughout the W3C Recommendations– especially in Standardized Generalized Markup Language, the Markup Language from which HTML itself is derived (SGML is a descriptive markup for the structure of a computer document – therefore, since HTML is itself a Structural Markup, we can conclude that HTML…
-
PPK on JavaScript – QuirksMode Guru Comes into His Own With New Book
Longtime JavaScript guru, and publisher of http://www.quirksmode.org/ , Peter-Paul Koch has just released his first book, PPK on JavaScript 1st edition, New Riders, 2006. ISBN 0321423305. PPK asks that those of you who support him, visit your local bookstore and ask for the book by name– remember to mention New Riders, and taking the ISBN…
-
Display legible e-mail address while remaining secure from SPAM!
Commonly known as “spam bots” or “e-mail harvesters”, a technology used by those people who wish to scan your source-code for any unsuspecting owner’s e-mail address, their harvesting method can be avoided ef we don’t actually type the address into the code in the form it would take if we were typing it into the…
-
Zap Pesky Bots with JavaScript Anti-Spam!
Works on rats, mice, other small rodents, and most insects. not approved for use in some states This is an effective means to combat SPAM bots and spiders which crawl your pages, searching for an open door to invade your in-box: your e-mail address on your web site as a way of providing convenient contact…