-
The Lost Traffic Source – Picture Posts
Back in the day, pic posts were all the rage, taking less time for webmasters to build for and, less time maintaining however, in recent times we seldom hear of these traffic sources as more and more webmasters turn to the TGP’s in an effort to get traffic ‘quantity’ over ‘quality’ my personal feelings are that the pic posts of the past will soon start to make a comeback.
The Basics.
So, we know the history behind the Pic Post but what about the dynamics? How exactly do they work? That’s easy, you take an image, give it a HTML page and add the recip to the PP (Pic Post) you are submitting the page / image too along with a banner leading to your site. At this time, it would be prudent to add that, if you will be submitting to PP’s on a regular basis, you might also like to add the url to your main domain on the image in the lower right or left hand corner.
One other thing to take into consideration when using PP’s is that softcore is often better. With the readily available hardcore content on TGP’s the chances are, that the surfer has decided to visit the PP because there is not as much widely available hardcore content.
Cost Balance.
In addition to the relatively minimal amount of work required to create pages for the PP’s there are several other factors that make them much better then TGP’s and Free Sites the main one is that bandwidth usage is relatively low for a start, not to mention the fact that you can knock out hundreds / thousands of PP pages a day compared to the tens / hundreds of TGP and Free Sites.
Also, when looking at cost, the one factor people often forget is the submission time and, unlike the TGP model of traffic the vast majority of PP’s will actually encourage or, in some instances, prefer automated submissions, this means that you can target hundreds of PP’s in less time than it takes to submit a TGP or Free Site.
Marketing Basics.
Of course, as with any type of site that we build as webmasters, the main reason that surfers will visit our sponsors is the marketing ‘spin’ we give them, this is where the use of Alt Tags and Text can become extremely useful, bearing in mind, the surfer can already see the ‘larger picture’ on your PP page by utilizing Alt Tags and other SEO methods you can actually entice the surfer to click through to your sponsor and, get some very good rankings in the search engines at the same time.
Housekeeping.
Now you have started to use Picture Posts, as with any form of traffic you need to ensure you keep ‘accurate’ records of who is and who isn’t accepting your pages along with details stats on the amount of traffic each PP sends you and, you ultimately send off to your sponsors site.
Adjust everything you can. trial and error plays a MAJOR part in using PP’s just because you use softcore images one day and get 1000 hits to the page you created, that doesn’t mean that by using hardcore images the next day you will receive more or, less traffic, also being niche specific, unlike with the TGP game can have its disadvantages, use images that appear at first glance, to be ‘generalized’ then, over time adjust your advertising methods to reflect the niche of surfer you are targeting.
In addition to keeping records of the pages you create for the picture posts, you should also be sure to keep a record of where else you have used them, just because you are using them for the PP’s specifically, this doesn’t mean that you can not interlink these pages together and get some traffic of your own to them, does it?
Hopefully this article has given you some more insight into the world of the Picture Post and, if you try an experiment with this little known source of quality traffic, I feel certain you will be pleasantly surprised with the results you see.
Article written by Lee
-
Obscenity – Put It To The Test
Regardless of how long any of us have been an adult webmaster we all need to be
aware of obscenity laws and, in particular how they affect our businesses
whether we think a hardcore photoset is ‘obscene’ or not ultimately, if you get
taken to court on obscenity charges the one thing you should be aware of is how
the courts will decide whether the images you are using will be classified as
obscene or not.Testing Obscenity – The Miller Test.
The Miller test was developed in the 1973 court case of Miller vs. California
and in comprises of three parts ALL of which MUST be satisfied on order for
something to be deemed obscene by the courts. The Miller test is the ‘official’
method used by the United States Supreme Court for determining whether an
expression or a speech can be determined as obscene and, if deemed obscene, it
is not protected under the First Amendment and is therefore prohibited by law.The Miller Test – Part One.
Part one of The Miller Test states something may be obscene if ‘the average
person, applying contemporary adult community standards, would find that the
work, taken as a whole, appeals to the prurient interest’ In essence, this
means that if the ‘average’ person on a jury or on the bench finds the work to
be deemed obscene then, it is. However for the court to rule something as
obscene it also has to be deemed obscene by the standards set in part two and
part three below.The Miller Test – Part Two.
Part two of The Miller Test states that something is potentially obscene is
‘the average person, applying contemporary adult community standards, would
find that the work depicts or describes, in a patently offensive way, sexual
conduct’. Basically this is saying that if the images or speech is something
which is not practiced in a manner befitting your local community standards
then again, it may be obscene. However, as with part one of The Miller Test for
a court to find something obscene it needs to fall below the standards in part
three below.The Miller Test – Part Three.
Part three of The Miller Test states that something is potentially obscene if,
‘a reasonable person would find that the work, taken as a whole, lacks serious
literary, artistic, political, or scientific value.’ This is pretty much where
you could potentially come unstuck after all, everyone has different sexual
tastes and because of this, just because something that may be widespread such
as ‘bare backing’ (to use as an example) could potentially be considered as
obscene if you happen to have a jury who are devout practicers of safe sex.The Miller Test – Overview.
In essence The Miller Test is a useful guideline for webmasters when it comes
to operating our sites and specifically, when it comes to choosing the types of
content we utilize on them however, for the most part The Miller Test itself is
outdated. Since the early 70’s when this test was devised there have been many
sexual practices that were once deemed obscene that have become more a part of
everyday life and accepted in to society as whole thus, what once would (or
could) have been deemed obscene would no longer be in the same sense as
something that may be deemed obscene today could be found not to be in 5 years
time.Article written by Lee
-
Protecting Your HTML Code With JavaScript
We all know that source code theft is wrong and covered by copyright never the less some webmasters will inevitably try to steal the work that the honest ones amongst us create.
Unfortunately, there is no sure fire way to stop people from stealing our HTML code but, we can make it hard for them.
The following JavaScript coding, when placed in your <body> tag can make it harder for the opportunistic webmaster to steal your coding.
Simply copy and paste everything below into your body tag and change the text in the var message=”” field.
<!–Start Copy–>
<SCRIPT language=”JavaScript”>
<!–
var message=”Copyright 2000 by Your Site. WARNING ! All content contained within this site is protected by copyright laws. Unauthorized use of our material is strictly prohibited.”;
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// –>
</SCRIPT>
<!–End Copy–>Whilst this is not a sure fire way to stop the occurrence of HTML theft as mentioned already it will deter those webmasters who perhaps were there for the simplistic reason of viewing your source code.
Article written by Lee
-
JavaScript – Redirecting Foreign Surfers
At some point or another we are no doubt going to have the need to redirect some or all of our surfers based on the language they speak, this snippet of JavaScript when placed on your page will enable you to do just that without the need for .php or other more complex scripting.
Here is the coding that you need to place between your <head> and </head> tags:
<SCRIPT LANGUAGE=”JavaScript1.2″>
<!– Begin
if (navigator.appName == ‘Netscape’)
var language = navigator.language;
else
var language = navigator.browserLanguage;if (language.indexOf(‘en’) > -1) document.location.href = ‘english.shtml';
else if (language.indexOf(‘nl’) > -1) document.location.href = ‘dutch.shtml';
else if (language.indexOf(‘fr’) > -1) document.location.href = ‘french.shtml';
else if (language.indexOf(‘de’) > -1) document.location.href = ‘german.shtml';
else if (language.indexOf(‘ja’) > -1) document.location.href = ‘japanese.shtml';
else if (language.indexOf(‘it’) > -1) document.location.href = ‘italian.shtml';
else if (language.indexOf(‘pt’) > -1) document.location.href = ‘portuguese.shtml';
else if (language.indexOf(‘es’) > -1) document.location.href = ‘Spanish.shtml';
else if (language.indexOf(‘sv’) > -1) document.location.href = ‘swedish.shtml';
else if (language.indexOf(‘zh’) > -1) document.location.href = ‘chinese.shtml';
else
document.location.href = ‘english.shtml';
// End –>
</script>To add additional language redirects to this JavaScript all you need to do is duplicate the:
else if (language.indexOf(‘zh’) > -1) document.location.href = ‘chinese.shtml';
Section of the coding changing the (‘zh’) language code to that of the language you wish to redirect.
Article written by Lee
-
Unspoken Secrets
here is a belief among new webmasters that there is a set of golden rules among those of us whom have been at this business for many years to making money well guess what, these are those unspoken secrets….
Secret #1.
There are no secrets to becoming an adult webmaster. One of the most common reasons why so many new webmasters give up in this business is because they hear about the money that the big guys make, submit two TGP galleries to The Hun, get a $200 hosting bill and no signups. They then figure that the affiliate they are using is rubbish and then spend the next 2 months surfing the Net looking for the “be all and end all” of affiliate programs which is going to net them $2 million within the next 6 months. The fact of the matter is, that genie in the lamp you are looking for doesn’t exist. It all comes down to hard work, perseverance and common sense this is a business venture you have started like it or not and, it needs to be treated as one.
Secret #2
Don’t give up. You need to treat what your doing as a business. Of course, you can have fun with it but, at the same time you need to be making continual business plans for your development in much the same way as if you were self employed. Which, of course as soon as you start to make some money you will be.
Secret #3
Stay focused. There are a million and one ways to make money in the industry. You could build free sites, TGP galleries, AVS sites, pay sites, search engine pages, the list goes on. There are many different avenues to drive traffic. The key is to try everything. Eventually you will find the one venue that your are very good at. Continue with this until you know this in your sleep – work it so often and well that you master it. One other thing to remember, it wont make you money overnight, if you think it will, your starting out for the wrong reasons, putting it simply, Adult web mastering isn’t for you.
Secret #4
Build it and, it (And they) will come, don’t spend time worrying about your keywords, meta tags, the amount of images you are using, just because someone tells you this is what is required of your sites. Just build a site or gallery submit it, forget about it and get started on building your next, and the next, and the next site after that. Just keep on moving forward, if you forgot to do something on one of your sites don’t worry, add it to the next site that you build.
Secret #5
Start to network. Other webmasters are great for bouncing new ideas off, a group of webmasters who start at the same time all communicating with each other are going to develop more than a sole webmaster on their own. Networking is a big part of any successful webmasters daily routine. Make the most of the people you meet on the boards or aim or icq, it will benefit you long term.
Secret #6
This one you will probably hear day in, day out for the rest of your business life. “It’s too late for newbies to make money” I am sorry to be the one to tell you this but, this is rubbish. As long as you follow the basic rules above and work at it, you can and will make money in this still thriving industry.
Now you have heard the “secrets” you have wanted to know its up to you to put them to good use.
Article written by Lee
-
Using TITLE Tags effectively
Microsoft Internet Explorer has supported the TITLE attribute for links since version 4.0. Netscape began supporting it in version 6.0
The TITLE attribute allows you to enter descriptive text about a link that’s displayed when the mouse moves over the link. For an example, move your mouse over the link below:
European WebmastersThe HTML source code for this link is shown below:
<a href="http://www.europeanwebmasters.com" title="Click Here To Learn Foreign Adult Marketing">European Webmasters</a>
If your browser supports the TITLE attribute you should see a small popup box appear, similar to the way alternate text for images is displayed when you move your mouse over the image.
This attribute is similar to the ALT attribute for the IMG tag, both in its appearance and its limitations. The value of the attribute must be inside quotation marks, and it can only contain plain text (no HTML tags). You can include carriage returns in the title, and these will be displayed in the text. The maximum length of the TITLE text for Internet Explorer is very large; we’ve tested it with over 500 characters. Try to keep your descriptions below 25 words, though; any more than this can be hard to read and, because the search engine spiders can read this text you may be considered as spamming the engines.
The TITLE attribute is useful in places where your HTML design limits the length of your link text. That’s often the case for links in a navigation bar, especially if your page has a multi-column layout. Try using the TITLE attribute to give your visitors extra navigation information.
In addition you can also use the TITLE tag on standard text for extra information where you just don’t have the space to be as affluent as you would like. An example of this is shown below:
Use of the TITLE tag on plain text
The HTML code for this is also shown below:
<font size=”2″ face=”Verdana” color=”#000080″ title=”Use Of The TITLE Tag On Plain Text”>Use of the TITLE tag on plain text</font> This attribute is part of the HTML 4.0 standard. Internet Explorer, Netscape 6.x and Opera (Version 3.0 or higher) support it. However, the attribute degrades gracefully, visitors with non-supporting browsers (like Netscape 4.x) would see the link as if you hadn’t used the attribute.
As you can see from the above examples by using the TITLE tags effectively you can double, if not treble your use of keywords however, caution should be paid when using these features of the tag so that you don’t inadvertently spam the search engines.
Article Written By Lee
-
Adult Webmaster Conventions
Networking Overload
Adult Webmaster Conventions – Networking Overload.
As the industry changes more and more another thing that has been overdone to the extreme in recent times is that of the webmaster convention, there used to be two or three of these webmaster conventions a year with the biggest being the Internext Expo – Las Vegas. Now however it seems there isn’t a month that goes by without a new webmaster convention being announced.Webmaster Networking.
Adult Webmaster Conventions however offer all types of webmaster (for the most part) something useful, interaction with other webmasters in a relaxing and friendly atmosphere however, with so many of these conventions to choose from how do you judge which of the monthly shows you should attend and, which of the shows you should not?Webmaster Shows – The Top Three.
In all honesty and, remember these are my own feelings based on attendance at a variety of shows over the last four years I would say if you stick to the main shows then you cant really go wrong, so the must attend shows list from me would include the following.Internext Expo – Las Vegas – January.
Phoenix Forum – Arizona – April.
Internext Expo – Florida – August.By attending all three of these shows you will get the opportunity to not only meet the people and companies you have been doing business with but, also get to meet new webmasters to further develop your business from a range of levels including new webmasters right up to the industry old timers.
Webmaster Conventions Advice.
When you consider attending your first adult webmaster convention you should keep one thing in mind, the shows themselves can often be costly so far as airfares and hotel accommodations so, you should book early to enable you to plan your budget for the shows and, also to ensure that you get the best deals available.Many of the larger shows are held in hotels such as The Venetian in Las Vegas which is directly next door to the convention center itself as is the Doubletree La Posada at the Phoenix Forum and the Westin Diplomat at the Florida show however, don’t be afraid of booking a hotel down the block from the one where the show is actually being held, often you will find people staying at hotels outside of the convention location and this means you can often relax with them away from the hustle and bustle of the show itself.
Webmaster Conventions Overview.
With so many webmaster conventions being held each year one thing is for certain, webmaster want to network at new places and often, these conventions can yield more business by themselves than a simple phone call or email however, be careful of the conventions or parties you choose to attend, just because a lot of people appear to be going to a specific party, it dos not mean you will get any business done there, choose your webmaster show attendance wisely and more importantly, make sure you have a set list of goals to achieve once you actually get to the convention itself.Article written by Lee.
-
Gay Adult Marketing 101
There is a myth out there that gay traffic is hard to convert because a gay surfer is reluctant to buy. This isn’t so. Conversions come down to two things:
- The gay surfer is discriminating; a membership to a site that has exactly what we want
- The gay surfer is loyal; I, believe, this comes from our experience as a community. When a Gay surfer decides to purchase a membership, it’s typically for a longer period of time.
This is evident with the better Gay Pay Sites; conversions may be lower than a straight hardcore site however, membership tend to be longer than the industry average. The gay surfer is discriminating; we look for a long-term membership with a site that has we want whether it’s teens, bears, amateurs, etc.
With that idea, I always advocate that age-old niche free site philosophy use a variety of sponsor programs on your sites. Typically, my free sites will have one main sponsor (I use Quality Males) then I’ll break my other banner slots down one Teen site, a Twink site and maybe a product like Viagra. But this will vary depending on the “flavor” or “personality” of your site – if you have a gay leather site, my main sponsor will be a Leather sponsor or product, with a variety of other sponsors (one mega site, a teen site, and maybe an adult toy store).
One marketing option, I tend to see working well is the full-page ad vs. only banners. I, honestly, do not know whether it’s a quality issue, a larger ad or the surfer’s disgust with banner ads, but it works well in our market.
One thing that experience has proven to me, it makes no difference whether you’re a webmaster to gay or straight traffic, you need to analyze your traffic. If you’re sending traffic out to sponsors and your not seeing the conversions, maybe you need to really look who your surfers are. If you’re lucky enough to know who your surfers are, then look for a specialty sponsor (whether partnership or click-thru program). It’s all a matter of finding the right sponsor programs and tweaking your site (and we all know how that can be). Don’t be afraid to experiment. It’s the long term that we need to be looking at. Remember that this isn’t “Who wants to be a Millionaire is 30 days or less”.
Gay traffic isn’t difficult to manage as many people think. It’s a matter of patience and understanding your market. And the best way to understand that market, is to ask a successful webmaster in the gay adult market..
Article written by Gary-Alan
-
The Negative Marketing Technique
Negative marketing is a wonderful thing in its own right however, negative marketing can, surprisingly enough have a NEGATIVE effect on your sales.
How many times have you seen a site that has, about half way down the page some text telling the surfer no to click on anything because ‘these are only counters’?
Counters in themselves can be VERY useful tools to the adult webmaster however, counters are given to us for free because of one simple reason, the graphics used on them are made in such a way that they will actually draw clicks from your traffic.
Most of the time however, these counters that take your hits are helping you much more than you know, from giving you addition traffic, valuable surfer stats and many other things.
Now, the same is also true for banner exchanges as is for counters, they are a useful addition to the variety of tools available for adult webmasters however, many webmasters, as mentioned above tell the surfer NOT to click on them, something i just never seemed to be able to get my head around. As you reading this post kind of proves, tell someone not to do something and you can guarantee they WILL do it
However, as i started off this quick article saying, Negative marketing is a good thing, after all, you have now got the proof to tell you that it works why not put this to use on your site?
For example, rather than telling a surfer…
‘Click Here For The Hottest Porn Site On The Web’
Tell them…
‘DO NOT CLICK HERE’
Wonder what they will do
Article written by Lee
-
Why Have More Than One Index Page?
The first thing you should do when you start designing a web site is to create an index page. You would think that this is a basic knowledge in web design, but I still encounter web sites that are lacking in this.
If there’s no index page, and if the web host server has not set a directory access limitation, any visitor will see a directory listing of all the images, html pages, CGI-scripts, and other files in the directory. Everything will then be accessible for reading and downloading, and the CGI-scripts will also be executable!
So, for a basic security it is most important to have an index page in all your directories, whether they contain only pictures or garbage. In the directories that are private or containing things other then HTML pages, the index pages need only to print out a text like “access forbidden” or something in that spirit. In the directories containing one or more HTML pages, one of the pages must be named “index.html,” whether it is a page with real content or for security reason.
If you have a directory specifically for CGI-scripts, it will run a higher security risk, because most of the times these directories are called CGI-bin, or a variant of that, and anyone who is after your scripts is undoubtedly familiar with this and can access the directory by typing the directory name in the targeted site’s URL, if it’s not properly protected by an index page. Imagine the horror when someone uses your mailing list program to Spam all your subscribers or decides to sell your email list. It’s quite a big business in selling email lists. A large email list is worth thousands of US dollars nowadays.
I could have done all these things if I had any bad intentions when I accidentally bumped into an unprotected site. Actually, I bumped into two unprotected, huge subscribers lists in the last two months, which prompted me to write this article. But of course, I did the proper thing and emailed the web sites’ webmasters about their oversight. You would think that these professional looking and operating web sites with email lists of respectively 8,000 and 15,000 subscribers would know better.
Even if your site is made by a web design company, make sure all your directories are protected. In fact, one of the two unfortunate web sites I uncovered is a web design company. So, check out your site for this unnecessary security gap, right now.
Article written by Lee
Premium Sponsors
Categories
- 2257
- Billing Solutions
- Blogging
- Branding
- Content
- Domain Names
- Employment
- Forms & Contracts
- General
- Hosting
- Link Lists
- Opt-in Mail
- Paid Traffic
- Pic Posts
- Promotion
- Scripts
- Search Engine Optimization
- Sponsors
- TGP
- Traffic
- Tutorials
- Viral Marketing
- WebDesign
- Writing