trends

Overcoming Obstacles

It's no secret that the online adult entertainment industry has been characterized by change throughout its relatively short and stellar history. And while oftentimes difficult to adapt to, evolving with these changes and the challenges they present can be rewarding on levels other than the purely financial.

For some operators, the satisfaction of overcoming obstacles is a powerful motivator. These obstacles don't have to be insurmountable; as long as they're challenging enough to cause interest and require you to learn something new. It's all about keeping your brain engaged and staying mentally flexible and creative.

I learned this lesson from my dad, who has a morning ritual of doing the entire crossword puzzle in his newspaper — except I do it by writing and re-writing code — doing my best to understand various applications and what it takes to bend them to my will.

Lately, I've been playing with the popular WordPress blogging platform; seeing what's new in its latest version and tinkering around under its hood. While programmers won't find this to be daunting, I'm far from subtle at it — tearing through blocks of code like a maniac with a chainsaw rather than a surgeon with a scalpel — and I'm always pleased (and sometimes surprised) when I get a problem resolved.

The latest example of this ongoing learning process is something that a few of you might find helpful: I wanted to add a W3C-compliant, cross-browser, "bookmark us" link to a WordPress sidebar — which seems to be a reasonable task, and a smart idea, too.

Most bookmark scripts I've seen, however, will only work in IE or Firefox, but not both; try it with your existing link if you have one and check your own results.

Script repository and resource site DynamicDrive offers a free bookmark script that works with Firefox 1.x+, IE4+, NS4+ and Opera7+, which I've used on several websites before, making it the logical choice for this exercise.

All you need to do is to place a bit of JavaScript in your head file and add the appropriate "bookmark us" code to the sidebar template — and voila — a cross-browser bookmark link.

But it didn't work, displaying an "error on page" warning in the browser's status bar.

Was it an issue with the script paths? Was everything installed where it should be and given the right permissions? I've used this script before; there shouldn't be a problem…

Further testing revealed that the script worked in Firefox, which was comforting in that it showed everything was installed correctly; but why was it causing errors in IE and simply not working at all in Opera?

I do all my coding by hand, using EditPlus (but rarely using its automated HTML tools).

To check the accuracy of the code I write, I employ the World Wide Web Consortium's Validator as an indispensable tool for finding mistakes that I've made or correcting those made by others within the templates and scripts that I use — so my next step was to see if my valid page was still valid, now that this new code had been added.

Nope. The Validator didn't even want to run the page.

I worked through the possibilities, using the hints the Validator provides, and my best guess was that the comments within the bookmark code contained characters that were interfering with the UTF-coding, causing the page not to validate.

I wanted to eliminate the JavaScript from the validation process as it is an unnecessary stumbling block that might be causing my problems. I used CDATA escaping first, then transferred my script to an external JavaScript file, which produced the desired results.

I worked through the issues, relying on help from Google to expand my troubleshooting options and uncover background information on the processes at hand.

I finally got the page to validate but the bookmark script still didn't work in IE on the live website; though it worked fine in IE on static test pages on the same domain and in other browsers.

I was stumped. Then I noticed something; the simplest of little things really, yet it was an obvious clue as to what the source of trouble may be: the script uses the 'window.sidebar' declaration and it was being called from a div named 'sidebar.'

Changing the script caused it to fail in other browsers; so despite feeling that renaming the div might hurt some functionality that I wasn't yet using, I decided to change its name to 'rightbar' and updated the CSS accordingly.

The conflict was resolved and everything now works like a charm. I don't understand all of the technical details and surrounding issues — but I made it work and that's what's important.

Sure, as webmastering challenges go, this was a pretty minor affair; but it, along with the other template modifications I'm making, have caused me to look up quite a few things using Google and at the WordPress Codex site — all of which has led to further tinkering.

It's the need for a constant expansion of skills and knowledge and the various benefits that this provides that I find so engaging about webmastering in general and the online adult entertainment marketspace in particular.

By overcoming obstacles and continuing to grow your skill set, regardless of what those skills entail, you will be better able to meet the challenges of webmastering and beyond. Spend a little time studying up on your tools and technologies and perhaps you'll be able to solve a long-troublesome problem — and gain some personal satisfaction in the process.

Related:  

Copyright © 2024 Adnet Media. All Rights Reserved. XBIZ is a trademark of Adnet Media.
Reproduction in whole or in part in any form or medium without express written permission is prohibited.

More Articles

opinion

The Search for Perfection in Your Payments Page

There has been a lot of talk about changes to cross sales and checkout pages. You have likely noticed that acquirers are now actively pushing back on allowing merchants to offer a negative option, upsell or any cross sales on payment pages.

Cathy Beardsley ·
opinion

Unpacking the Payment Card Industry's Latest Data Security Standard

The Payment Card Industry Data Security Standard (PCI DSS) is a set of requirements and guidelines that apply to all businesses that accept credit card payments, and is designed to ensure the security of those transactions.

Jonathan Corona ·
opinion

Compliance With State Age Verification Laws

During the past year, website operators have faced a slew of new state age verification laws entailing a variety of inconsistent compliance obligations.

Lawrence Walters ·
opinion

Merchants in Spotlight With Visa's VIRP

By now, most merchants know about the Visa Integrity Risk Program (VIRP) rolled out in spring 2023. The program is designed to ensure that acquirers and their designated agents — payment facilitators, independent sales organizations and wallets — maintain proper controls and oversight to prevent illegal transactions from entering the Visa payment system.

Cathy Beardsley ·
opinion

How to Know When Hosting Upgrades Are Really Needed

I was reminded about an annoyingly common experience that often frustrates website owners: upgrades. Sometimes, an upgrade of physical system resources like CPU, RAM or storage really is required to solve a problem or improve performance… but how do you know you’re not just being upsold?

Brad Mitchell ·
profile

WIA Profile: Natasha Inamorata

Natasha Inamorata was just a kid when she first picked up a disposable camera. She quickly became enamored with it and continued to shoot with whatever equipment she could afford. In her teens, she saved enough money to purchase a digital Canon ELPH, began taking portraits of her friends, shot an entire wedding on a point-and-shoot camera and edited the photos with Picnik.

Women in Adult ·
trends

Collab Nation: Top Creators Share Best Practices for Fruitful Co-Shoots

One of the fastest ways for creators to gain new subscribers and buyers, not to mention monetize their existing fan base, is to collaborate with other creators. The extra star power can multiply potential earnings, broaden brand reach and boost a creator’s reputation in the community.

Alejandro Freixes ·
opinion

Bridging Generational Divides in Payment Preferences

While Baby Boomers and Gen Xers tend to be most comfortable with the traditional payment methods to which they are accustomed, like cash and credit cards, the younger cohorts — Millennials and Gen Z — have veered sharply toward digital-first payment solutions.

Jonathan Corona ·
opinion

Legal and Business Safety for Creators at Trade Shows

As I write this, I am preparing to attend XBIZ Miami, which reminds me of attending my first trade show 20 years ago. Since then, I have met thousands of people from all over the world who were doing business — or seeking to do business — in the adult industry.

Corey D. Silverstein ·
opinion

Adding AI to Your Company's Tech Toolbox

Artificial intelligence is all the rage. Not only is AI all over the headlines, it is also top of mind for many company leadership teams, who find themselves asking, “How can this new tool help our company?”

Cathy Beardsley ·
Show More