-
Displaying Special Characters On Your HTML Pag
In order to display certain characters within your HTML pages, you must use a special code. The codes below display the HTML code and the character when displayed on your web page. To use any of the characters displayed within the chart, copy & paste the HTML code to the left of the character you would like to use.
HTML Code Browser View HTML Code Browser View HTML Code Browser View HTML Code Browser View © © ! ! _ _  ® ® " “ ` ` ž ž # ` a a Ÿ Ÿ " “ $ $ b b   & & % % c c ¡ ¡ < < & & d d ¢ ¢ > > ' ‘ e e £ £ À À ( ( f f ¤ ¤ Á Á ) ) g g ¥ ¥   * * h h ¦ ¦ à à + + i i § § Ä Ä , , j j ¨ ¨ Å Å - – k k © © Æ Æ . . l l ª ª Ç Ç / / m m « « È È 0 0 n n ¬ ¬ É É 1 1 o o ­ Ê Ê 2 2 p p ® ® Ë Ë 3 3 q q ¯ ¯ Ì Ì 4 4 r r ° ° Í Í 5 5 s s ± ± Î Î 6 6 t t ² ² Ï Ï 7 7 u u ³ ³ Ð Ð 8 8 v v ´ ´ Ñ Ñ 9 9 w w µ µ Õ Õ : : x x ¶ ¶ Ö Ö ; ; y y · · Ø Ø < < z z ¸ ¸ Ù Ù = = { { ¹ ¹ Ú Ú > > | | º º Û Û ? ? } } » » Ü Ü @ @ ~ ~ ¼ ¼ Ý Ý A A  ? ½ ½ Þ Þ B B € € ¾ ¾ ß ß C C  ¿ ¿ à à D D ‚ ‚ À À á á E E ƒ ƒ Á Á å å F F „ „ Â Â æ æ G G … … à à ç ç H H † † Ä Ä è è I I ‡ ‡ Å Å é é J J ˆ ˆ Æ Æ ê ê K K ‰ ‰ Ç Ç ë ë L L Š Š È È ì ì M M ‹ ‹ É É í í N N Œ Œ Ê ? î î O O  Ë Ë ï ï P P Ž Ž Ì Ì ð ð Q Q  Í Í ñ ñ R R  Î Î ò ò S S ‘ ‘ Ï Ï ó ó T T ’ ’ Ð Ð ô ô U U “ “ Ñ Ñ õ õ V V ” ” Ò Ò ö ö W W • • Ó Ó ø ø X X – – Ô Ô ù ù Y Y — — Õ Õ ú ú Z Z ˜ ˜ Ö Ö û û [ [ ™ ™ × × ý ý \ \ š š Ø Ø þ þ ] ] › › Ù Ù ÿ ÿ ^ ^ œ œ Ú Ú Whilst the above list is by no means complete, it should contain the most useful characters and codes for you to build your sites using the special characters with ease.
Article written by Lee
-
What On Earth Is CGI?
Let’s unlock a little bit of the mystery about something called CGI. If it helps any, CGI means Common Gateway Interface.
This is a method which is used to swap data between the server (the hardware and software that actually allows you to get to your web site) and a web client (your browser). CGI is actually a set of standards where a program or script (a series of commands) can send data back to the web server where it can be processed.
Typically, you use standard HTML tags to get data from a person, then pass that data to a CGI routine. The CGI routine then performs some action with the data.
Some of the more common uses of CGI include:
Guest books – The CGI routine is responsible for accepting the data, ensuring it is valid, sending an email acknowledgement back to the writer, perhaps sending an email to the webmaster, and creating the guest book entry itself.
Email Forms – A simple CGI forms routine just formats the data into an email and sends it back to the webmaster. More complicated routines can maintain a database, send an acknowledgement and validate data.
Mailing List Maintenance – These routines allow visitors to subscribe and unsubscribe from a mailing list. In this case, the CGI routine maintains a database of email addresses, and the better ones send acknowledgements back to the visitor and webmaster.
A CGI routine can be anything which understands the CGI standard. A popular CGI language is called PERL, which is simple to understand and use (well, compared to other languages). PERL is a scripting language, which means each time a PERL routine is executed the web server must examine the PERL commands to determine what to do. In contrast, a compiled language such as C++ or Visual Basic can be directly executed, which is faster and more efficient.
Okay, in a nutshell (and greatly simplified), here’s how it works:
1) You (the webmaster) specify a form tag which includes the name of the CGI routine.
2) You create HTML tags which retrieves data from your visitors.
3) Each of the input tags includes a variable name. The data which is retrieved from the visitor (or directly set if the tag includes the “hidden” qualifier) is placed in the variable name.
4) When the visitor presses the “submit” button, the CGI routine which was specified in the form tag is executed. At this time, the CGI routine “takes control”, meaning the browser essentially is waiting for it to complete.
5) This CGI routine can get data from variable names. It retrieves the data and does whatever action is required.
6) When the CGI routine finishes, it returns control back to the browser.
Some important things to remember about CGI routines:
You can install CGI routines on your own site if your host allows it http://www.webair.com is an example of a web host which allows for CGI routines. Some web hosts do not allow you to install your own routines but do provide some pre-written ones to you. If these are not sufficient for your needs, you can find a remote hosting service to provide the necessary functions.
Generally, if you install your own routines they must be installed in the cgi-bin directory of your site. This is a special location which allows scripts and programs to be executed.
CGI routines work best on Apache-style servers. Windows NT and Windows 2000 does support CGI, but it tends to be slow and problematic.
If you use a remote hosting service, you must remember that although they appear to be giving you this for free, you are actually paying a price. Usually they want to display advertisements, although some of them actually take visitors away from your site.
When you write a CGI routine, you have the choice of a scripting language like PERL or a compiled language such as C++ or Visual Basic. Anything which can execute on the web server is acceptable.
I hope this short introduction to CGI has cleared up some of the mystery.
Article written by Lee
-
Adding Images To Your Web Pages
The Basics
Adding Images To Your Web Pages – The Basics.
So you have just got into the online adult business but don’t know your ass from your elbow, you have the simplistic stuff relating to HTML down but, you want to find out how you can start adding banners and images to your pages here is a quick guide to help you on your way.
What Is An Image?
The answer, is, believe it or not simple, An image is a picture on a page of your website. There are however, many way to display images on your site from the size of it to the overall effect you want the image to have on your HTML page and from borders around the image and many other things.
However, I don’t want to blind you with information at the moment considering you need to actually know the basics of adding images before you can start using fancy styles and the likes.
Adding A Basic Image.
The HTML code to add an image on any HTML based page is a straight forward one however, before you can use this HTML tag you need to know where on your page you want the image to appear.Now that you have decided where you want your image to display you need to use the image tag, the HTML coding to place an image on your page should be IMG. Also, you will need to tell your page where you want the image to come from or, in other words, you need to tell it the source of the image you want to use the HTML tag to do this is SRC.
For example, lets say you have an image called porn.gif (you need to include the extension in your SRC coding) you would display this image on your page using the following code:
<IMG SRC=”porn.gif”>
Simple huh?
Well, actually, maybe not, for example, what do you put if the images you are linking to is NOT in the same location as the page you want it to appear on? That’s not a problem, all you need to do is use the FULL location of the image in your IMG HTML tag like this:
<IMG SRC=”http://www.domain.com/images/porn.gif”>
You should now be able to include images on your pages without any problems.
Image Sizes.
Ok we can now include an image on our pages but, what if we want to make this image fit the feel of the rest of our page / site, how do you manipulate the graphic to ‘look’ right?There are a number of ways images can be manipulated for example, if you want the image to be 100 pixels wide by 100 pixels high you can add the WIDTH and the HEIGHT tag to your HTML coding like this:
<IMG SRC=”http://www.domain.com/images/porn.gif” WIDTH=”100″ HEIGHT=”100″>
That will now resize your image into a square that is 100 pixels wide and high.
Now we have the image on our page in the right size we require what else can we do with it? Read on..
Borders + Colors.
In addition to placing the image and resizing the image on our pages we can also add a border and, a border color to the mage to make it stand out if needed for example:<IMG SRC=”http://www.domain.com/images/porn.gif” WIDTH=”100″ HEIGHT=”100″ BORDER=”2″ BORDERCOLOR=”FF0000″>
As you can see we have now added the two tags ‘BORDER’ and ‘BORDERCOLOR’. The first ‘BORDER’ tag tells your HTML what size of border you want around your image and, this can be any size you want to make the image stand out on your page. The second ‘BORDERCOLOR’ tag tells your HTML code what color you want the border to be again, this can be any color you like to match the rest of your sites pages.
Linking An Image.
In addition to resizing, adding borders and colors we can also link our image to a specific URL (the most common form of this is with banner advertising) and, if you want to link your image to a URL you would use the following coding:<A HREF=”http://www.sponsorsurl.com”><IMG SRC=”http://www.domain.com/images/porn.gif” BORDER=”2″ WIDTH=”100″ HEIGHT=”100″ BORDERCOLOR=”FF0000″>
This will create an image that is 100×100 pixels in size, with a border size of 2 pixels in the color FF0000 that is linked to http://www.sponsorsurl.com
Also, the order of the HTML tags we use is not important however, you should try to get used to arranging them in a certain way to make your work easier if it ever comes to editing your images.
Hopefully this has been of use to you and you can now see that adding banners and images to your sites isn’t as daunting as you first thought.
Article written by Lee.
-
Content – Keeping your members coming back for more
We know that the first battle for pay site owners is getting the traffic and the signups. But, sometimes this becomes such a focus that we forget the other battle: keeping members interested once you have them. When people pay for a membership to a site they are expecting to get their money’s worth. In return for their monthly fee they are looking for a site that encompasses quality, variety and originality.
As the web grows, so does the online entertainment industry. Four or five years ago there was only a handful of pay sites around compared to the thousands and thousands that are on the net today. Back then, you could literally put any kind of content on your sites and you would have membership, there just was not much choice out there for the connoisseur of porn. Now, potential members are more informed, they know what is out there, they know what they like, and they know what they want to see.
What has to be done to cater to these more discriminating porn shoppers? You have to give them what they want. Here are some useful tips for choosing a content provider and/or content for your pay sites that will keep the members coming back for more:
Go for the exclusive content.
You want to be able to provide your members with something that is fairly fresh and that is not pasted on every pay site on the Internet. The last thing a potential buyer wants to see is a site that is a carbon copy of half the sites out there.
Choose leased content.
Choosing leased content over buying CD’s is a good way to keep your site fresh. Most leased content providers will update their content on a bi-monthly or monthly basis. As well, with leased content, it is just a matter of adding the feed into your site. This alleviates the need for extensive extra graphic design work.
Have a wide variety of content.
Make sure that your site has a little bit of everything a potential member could want: pictures, videos, live feeds, etc. The more you have the better. Many content providers have great package deals available that will include all of these things all set up and ready to put on a site.
Choose a reputable content provider.
You want to make sure that when you choose a content provider that you do not just go for the best deal out there. You want to also look at things like: how much bandwidth they provide, what their technical support is like and last but not least, do they have good customer service.
These are just but a few helpful suggestions to follow when choosing content for your pay site. There are certainly many ways to achieve a high rate of member retention. One thing that many of our customers tell us is that they find that having a least one voyeur feed on their site great for keeping the members coming back for more. Laura’s Condo, one of our voyeur feeds, has one of the best member retention rates around. Visitors get attached to the girls, develop a rapport with them and they do not want to lose that. Hence, they will keep renewing to be able to keep their relationship going with their favorite girl.
The number one thing that pay site owners must remember is that members equal money and in order to keep the cash flow rolling in they must keep the members interested and give them what they want. By spending a little extra money to get high quality exclusive content, you will actually be putting more money in recurring memberships back in your pocket at the end of the day.
Article written by Meredith Murray
-
Personality Plus
I have been selling to the gay market now for 5 years. And one trend I have noticed that works best in ANY marketing attempt is to make it personal as possible. Now this is true in any marketing venue; however, the same tactics of Personality I have used in the straight market were not enough for the gay market.
The gay market is better served when the surfer BELIEVES, not just feels, you know him and know what he wants. This goes back to my previous comments on knowing your niche.
I really believe that the “1 to 1 dialogue” you can have with your surfers is more important than just high traffic averages when making sales. Giving him the sense that he matters to you, a sense of community, a sense that you are here just for him is all accomplished by adding your own personality to your work.
In many avenues I have said “talk to the surfer”. I have said it so much you are all probably sick of hearing it. But it WORKS. With many of my straight sites, I attempt to speak quickly and to the point, because while I know straight people I don’t know what is going to fly all the time. In those cases, though, instead of saying, “Click Here for Great Sex Sites” I will probably phrase it as “The best site on the net and Cheaper than a six pack of beer”. Am I being heterophobic with my lack of enthusiasm? Maybe. It is how I approach it and it does work.
On my side of the fence, I would talk the talk, differently. While the basics remain the same, “talk to the surfer”, I approach it in a more personal manner… Again, instead of using “Click Here”, I would go with “Hmm, Hmm … I followed this yummy thing to Absolutely Male. I have to tell you, I had more fun here than anywhere else on the net. Made my toes curl and then some…” Enough of that now, huh? = )
I do not stop at just the marketing. I do the same thing when it comes to the body of my sites. I will add statements that include a recent trip to the local gay watering hole, the men I saw on the beach, my own experience with a man in uniform, and so on depending on the theme of the site. And, yes since I’m not a total sex fiend, I do make things up as I go along ; )
Recently, I have received letters from webmaster who have worked the personality approach. They have found a lot of success. However their bigger complaint was they now had a lot more bookmarkers than before. That’s great, as far as I’m concerned. This means they have been to glean a following of loyal surfers. And if you can work it, it is that loyalty that can make a HUGE difference. I think I will save how to work that loyalty factor for a future article or post.
The gay adult net has gone full circle. In the beginning, personality was the KEY to success. Then we followed suit with most of the adult web and moved away from it to a “here’s some porn now buy something” attitude. Right now, when the going seems to be getting tough, our surfers are looking for the exact thing that made us different to begin personality and community.
Article written by Gary-Alan
-
Basic Bookkeeping For Adult Webmasters
Knowing how much you are spending on expenses for your online enterprise each month can be a very powerful tool. Taking out that shoe box at the end of the year and giving it to the Accountant is one way. But a very simple bookkeeping system can provide you with exactly how much you made each month after all expenses. In this article I will provide you with the knowledge to setup a simple system to track your revenues and expenses. Not only will you then know exactly what your Net Income or Loss is each month but at the end of the year you will have a nice neat little package to hand your Accountant. Which will result in lower accounting fees at tax time.
The first thing you need to do is find a way to file all receipts. Your receipts are the backup for all your transactions. Go to your local office supply store and buy an accordion file labeled with monthly slots. Each time you receive a business related receipt, file in correct month. Remember you need to file all your receipts for your numbers to be accurate. When you receive an email receipt for content or hosting print it out and file it. File sponsor cheque stubs, credit card receipts, ISP bill, etc. At the end of each month take out all your receipts and divide into revenue and expenses. Remember you must have a receipt in order to claim the expense. The receipt should show the detail of the purchase, vendor, amounts and date. Ensure that the expenses are needed or used to generate revenue for your business.
Now the next step depends on how much detail you would like.
Revenue-Expenses=Net Income or Loss. For a quick snapshot of the month add up the revenue receipts, staple all receipts together and put the total on the front either adding machine tape or handwritten. Repeat with all your expense receipts. You can put a quick summary of the month in a spreadsheet program. Or for a very small investment you can setup a computerized tracking system. I recommend buying a very inexpensive software such as Quicken. Most major banks, credit cards and even paypal are setup to download transactions to Quicken. You can purchase the Personal Finance version of Quicken for around $70. There are several other inexpensive personal finance software packages that you can purchase that will work as just well. But I personally prefer Quicken. The software you choose will have a list of business accounts already setup. For an adult enterprise you will need to customize the account names. This is very easy and quick to do. Add in accounts for content purchase, hosting, isp, traffic purchase, etc.Once a week you will open up your program download your transactions from your bank account, credit card, paypal etc. If you have an expense that you pay cash for you will need to add that transaction in. I am assuming that all your sponsor cheques are being deposited into a bank account or paypal. If you receive a check and cash it, manually add the transaction in. After you have finished entering your transactions for the week ensure that the receipts that you have balance to what you have entered in the software.
You will be amazed at how simple it is to use a software package such as Quicken to track your revenue and expenses. These software packages come with pre-made report tools. Such as income statement, analysis of expenditures, cash flow projections. You can even setup budget numbers for your business.
If your business consists of a lot of transactions in a month you might want to consider using a bookkeeping/accounting service. There are many online and locally owned businesses that charge a very low rate for doing small business bookkeeping. Remember you don’t need an Accountant to do general bookkeeping. Many small business owners think they need an Accountant to do the monthly bookkeeping. This could result in unnecessary fees. Depending on the size of your enterprise and your passion for numbers sometimes employing a bookkeeper to do the data entry can be a blessing! Most bookkeeping providers will even provide customized reporting based on your needs.
Article written by Lorna
-
Traffic Filtering – Country Specific Redirects
To some, actually marketing to foreign surfers is a waste of time rather than a business practice. Unfortunately, they are missing out on additional revenue. We are already beginning to see some of the major sponsors in the adult industry embracing these foreign markets and, not just by utilizing dialers.
However, filtering your traffic base is often the hardest part of this money making equation. That is where the following piece of PHP coding can come in handy.
PHP FILTERING CODE
<?
$user_lan = $HTTP_ACCEPT_LANGUAGE;if($user_lan==’de’) {
## German
$redir_url = “http://www.germanlanguagepageurl.com”;} elseif($user_lan==’fr’) {
## French
$redir_url = “http://www.frenchlanguagepageurl.com”;} elseif($user_lan==’it’) {
## Italian
$redir_url = “http://www.italianlanguagepageurl.com”;} elseif($user_lan==’es’) {
## Spain
$redir_url = “http://www.spanishlanguagepageurl.com”;## US traffic or Rest of world not defined above
} else {
$redir_url = “http://www.yourmainpageurl.com”;}
header(“Location: $redir_url”);
exit;?>
So, we know that the above piece of coding can redirect surfers based on their country of origin however, in order for you to maximize this to its full potential you will need to know the country specific codes (Also called ISO 639 codes) for each of the main browser languages. Some of these are as follows.
da | Danish
de | German
en | English
es | Spanish
fi | Finnish
fr | French
it | Italian
jp | JapaneseThe problem you now have is finding where to send your filtered country specific surfers to. Of course, there is always the dialer option however, this is not going to be as lucrative to your wallet as what most people will have you believe.
In fact, I very rarely use a dialer on my foreign traffic instead, I tend to send them to a language specific tour page from one of the big sponsors and, if they do not sign up to that sponsors site, this is the point where I throw a dialer at them and, if the dialer still doesn’t make any money off the surfer I then recycle the surfer for a fresh one through a toplist or banner exchange heavy page.
In doing this I find it is often more productive than ‘regular’ English speaking traffic as, if you give the surfer something they are looking for, they will be more inclined to buy.
Hopefully this article has given you some insight into filtering and using your foreign traffic as oppose to just sending them off to a dialer program.
Article written by Lee
-
Using Email Auto Responders To Build Traffic And Sales
Auto responder programs are just that, they are set up to respond automatically with a pre determined email when a blank email is sent to a specific email address.
For example, have you ever seen something along the lines of:
‘For A Free Guide To ** Whatever** send a blank email to somename@somedomain.com’
The email address in that address belongs to an auto responder script and when someone sends an email to the script, they receive a pre written email back within seconds that has information pertaining to a specific topic or selection of topics.
Basically, autoresponder programs are email on demand scripts which makes any information you want available to your surfers 24/7 and, furthermore, not only can they drastically increase your traffic but, they WILL also benefit your sales income.
Email Auto Responders are extremely important tools when you need to automate your marketing. You can easily manage in excess of 10k email requests on a daily basis without ANY effort on your part at all.
Auto responders are used primarily for three main purposes these are:
Sales Letters.
Suppose you post to a selection of forums and newsgroups on a daily basis, you could offer free information about a specific topic and, in the same email, you can also promote your site and, better still, you didn’t have to do a thing.Customer Support.
The use of auto responders for customer support is beneficial to sites that have a lot of queries from its visitors, autoresponders allow you to set up predefined answers to the most likely questions and, this can cut your service requirements by upto 50% in some cases. For example, most hosts will have some form of autoresponder set up to answer your basic questions or tell you about a support issue you have mailed them about even if its just to let you know that your email arrived and has been placed in the queue for completion. This saves the host a lot of time enabling them to work on things that actually need to be done and not spend countless hours each day sending emails to hundreds / thousands of webmasters on a personal basis.Email Gathering.
This is by far the best feature of an autoresponder, everyone who sends you an email to the auto respond address will have their email address stored in a database, which, in turn, will enable you to follow up with the interest they have in your site and, some auto responders can even be configured to send out emails on a weekly basis to the email addresses in this database from again, pre determined messages that you have already set up.Autoresponders are truly amazing programs, not only will they enable you to be more productive with your time but, they will assist you in helping your site visitors and, furthermore should increase both your sites traffic and sales figures.
Article written by Lee
-
Building A Surfer Trap – Stage 7
Here we go with Stage 7 in this Surfer Trap tutorial.
We should by now have a rather complex looking surfer trap, pop up consoles and blur consoles on all of the pages within it, all of these same pages interlinking each other indefinitely.
So, we are starting to get some traffic to this beauty from our existing sites and the counters we implemented but, how can we get some more traffic for FREE?
What I suggest we do next to this little baby is to add a banner exchange code to EACH of the FPA’s we have and also, onto the larger table console we created.
You should sign up for one banner exchange code for this trap, you might like to search around for a banner exchange that lets you have a decent ratio of impressions.
Once you have signed up for your banner exchange code, you now need to copy this coding into the BOTTOM of all of your FPA HTML pages including the Multi-Site FPA.
Now you have the banner exchange code on your site you are earning credits. Your account may not be activated for a day or so but, what this means is you are earning credits the entire time you are showing banners on your Surfer Trap.
Now we have the banner exchange code on our sites we only have one further step to take in order for this project to be completed.
Making sure it works how it is supposed too along with fine tuning this little beast.
If you have any further questions or comments please post on the forums here and one of us will be able to help you.
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.
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