• JavaScript – Redirecting Foreign Surfers

    Date: 2011.02.24 | Category: Scripts, WebDesign | Response: 0

    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

  • The Web Safe Color Palette

    Date: 2011.02.24 | Category: WebDesign | Response: 0

    The “Web Safe” palette is a bit controversial. It is a set of 216 colors that are, supposedly, guaranteed to appear as intended on all graphical displays when used in HTML, CSS, and images embedded in Web pages. Many Web developers believe that sticking to these colors is one of the holiest commandments in the Web design scripture.

    This was mostly a concern when most computers had 8-bit color displays; these days, most people run at 16-bit or 24-bit color. Although these bit-depths render the Web Safe palette pointless, dithering and quantification bugs in browsers and operating systems still cause problems in 16-bit displays (16-bit display, also known as “High Color” mode or “Thousands of Colors,” is generally problematic). Extensive testing has led to a new palette, called “Really Safe,” whose colors are guaranteed to appear correctly on all displays and all browsers.

    If you use different colors than these, you might see images and backgrounds of the same color appear at a slightly different tint, so that a “box” will be visible around them if the background extends beyond the image’s edges.

    Below is the table of ‘Web Safe’ and ‘Really Safe’ colors, you will see some of the color hex codes are in red, these are ‘Really Safe’ colors.

    Code Color Code Color Code Color Code Color Code Color Code Color
    000000 000033 000066 000099 0000cc 0000FF
    003300 003333 003366 003399 0033cc 0033ff
    006600 006633 006666 006699 0066cc 0066ff
    009900 009933 009966 009999 0099cc 0099ff
    00cc00 00cc33 00cc66 00cc99 00cccc 00ccff
    00FF00 00ff33 00FF66 00ff99 00FFCC 00FFFF
    330000 330033 330066 330099 3300cc 3300ff
    333300 333333 333366 333399 3333cc 3333ff
    336600 336633 336666 336699 3366cc 3366ff
    339900 339933 339966 339999 3399cc 3399ff
    33cc00 33cc33 33cc66 33cc99 33cccc 33ccff
    33ff00 33FF33 33FF66 33ff99 33FFCC 33FFFF
    660000 660033 660066 660099 6600cc 6600ff
    663300 663333 663366 663399 6633cc 6633ff
    666600 666633 666666 666699 6666cc 6666ff
    669900 669933 669966 669999 6699cc 6699ff
    66cc00 66cc33 66cc66 66cc99 66cccc 66ccff
    66FF00 66FF33 66ff66 66ff99 66ffcc 66FFFF
    990000 990033 990066 990099 9900cc 9900ff
    993300 993333 993366 993399 9933cc 9933ff
    996600 996633 996666 996699 9966cc 9966ff
    999900 999933 999966 999999 9999cc 9999ff
    99cc00 99cc33 99cc66 99cc99 99cccc 99ccff
    99ff00 99ff33 99ff66 99ff99 99ffcc 99ffff
    cc0000 cc0033 cc0066 cc0099 cc00cc cc00ff
    cc3300 cc3333 cc3366 cc3399 cc33cc cc33ff
    cc6600 cc6633 cc6666 cc6699 cc66cc cc66ff
    cc9900 cc9933 cc9966 cc9999 cc99cc cc99ff
    cccc00 cccc33 cccc66 cccc99 cccccc ccccff
    ccff00 ccff33 CCFF66 ccff99 ccffcc ccffff
    FF0000 FF0033 ff0066 ff0099 ff00cc FF00FF
    ff3300 ff3333 ff3366 ff3399 ff33cc ff33ff
    ff6600 ff6633 ff6666 ff6699 ff66cc ff66ff
    ff9900 ff9933 ff9966 ff9999 ff99cc ff99ff
    ffcc00 ffcc33 ffcc66 ffcc99 ffcccc ffccff
    FFFF00 FFFF33 FFFF66 ffff99 ffffcc FFFFFF

    Hopefully, you will find a use for the two different color palettes that are now available and, you can begin designing for your surfers, regardless of which browser they use.

    Article written by Lee

  • Adult Hosting Glossary

    Date: 2011.02.21 | Category: Hosting | Response: 0

    Adult Hosting Glossary.

    With so many adult hosting companies looking for our business all of them telling us we need a variety of applications and software packages to run our sites, just how do you know what you do need and, more importantly, what you don’t?

    Below you will find a list of a variety of common terms used in relation to hosting your website and, hopefully, you will in turn, discover what your requirements are when looking for a new or alternate hosting company.

    Alias
    A name that points to another name. Aliases are used to make the original name easier to remember or to protect the site’s identity.

    Applet
    An applet is an embedded program on a web site. Applets are usually written in the coding language called Java. They are normally used for creating a virtual object that may move or interact with the web site. An applet is like a small piece of executable code that needs a full application to run it.

    Active Server Pages (ASP)
    Active Server Pages allow web developers to make their sites dynamic with database driven content. The code is mainly written in VB Script, and it is produced on the server of the web site instead of the browser of your web site visitors. The server reads the ASP code and then translates it to HTML.

    Audio Streaming
    The process of providing audio content on a web site. This takes up a large amount of bandwidth, especially if you get a lot of visitors at your site. Some hosts do not allow audio or video streaming because of this.

    Auto Responder
    An automated program that acknowledges receipt of an e-mail message, and then sends back a previously prepared email to the sender, letting them know it was received. Once you configure your auto responder, it sends e-mail with no further action required on your part, making your web site interactive around the clock. Most hosting companies let you set this up through their control panel.

    Availability (Uptime)
    Refers to the amount of time within a 24 hour period a system is active or available for servicing requests. For example, if a hosting company says it is available 99.9% of the time, they are claiming that your web site will up all the time except for about 8 seconds each day. Over the course of a year, in this example, the hosting company is claiming that your site will only be unavailable (couldn’t surf to it) for 48 hours.

    Backbone
    A high-speed line or series of connections that forms a major pathway within a network. The term is relative as a backbone in a small network will likely be much smaller than many non-backbone lines in a large network. In general, the better the backbone of the hosting company, the better the availability of the web sites that run on their computers.

    Backups
    Web hosts back up data on their servers. Many host packages offer backups every 24 hours. This is supposed to prevent the loss of data should something happen to the server. . If you think you may need to restore old data in case of a disaster, it may make sense to choose a hosting company that performs regular backups.

    Browser
    This is the client software that displays (interprets) the HTML code it receives from the server. All browsers work slightly different and one may not display the pages correctly if the code was developed exclusively for another browser. Today the two main browsers are Microsoft Internet Explorer and Netscape.

    C +/++
    C+ and C++ are programming languages. Some hosting companies provide access to C+ and C++ class libraries if your web site contains these types of program modules. Once your web site has been constructed, you will know whether access to C+ or C++ will be required.

    CGI (Common Gateway Interface)
    A CGI is a program that translates data from a web server and then displays that data on a web page or in an email. CGI involves the transfer of data between a server and a CGI program (called a script). This allows HTML pages to interact with other programming applications. These scripts make web pages interactive. Page counters, forms, guest books, random text/images and other features can be driven by CGI scripts. Some servers have pre-installed/pre-defined CGI scripts, meaning that the scripts are already installed on the server for you to use on your site. Some servers permit user-defined or custom CGI scripts, which means the site owner creates his/her own CGI script and runs this custom made script on the web site. Not all servers allow user-defined (custom) scripts for security reasons. Almost all hosting companies offer CGI today. If you think you will need forms on your web site, CGI could be a key requirement.

    Chat Server / Software
    Some hosting companies allow you to develop a chat room or other type of chat service for your visitors. Be sure to check with the web host company about the details of the chat services offered. Some servers permit you to configure the service, and others pre-configure everything for you while others do not allow chat rooms at all.

    Click Through
    This term is used to describe the ratio of clicks to impressions on an advertisement, usually a banner ad. If a banner has been shown 100 times and 3 people click on it, it will have a 3% click through ratio.

    ColdFusion
    An application which simplifies database queries by allowing for a simpler programming language to handle functions between the user’s browser, the server, and the database. After you have developed your web site, you will know whether ColdFusion is a requirement. If you have not used ColdFusion to develop your site, you should ignore this feature.

    Co-Location
    Co-location means housing a web server that you own in the facilities of a hosting provider. This option is perfect if you want to own your own server, but do not want the hassle or security risk of maintaining that server.

    Control Panel
    An online package of tools permitting easy site management and editing. Almost all hosting companies provide this option today. It is a very important feature to have. By having your own control panel, you can maintain basic information about your site, mail boxes, etc. without having to send emails to the hosting company or call them on the phone.

    Cookie
    A message given to a Web browser by a Web server. The browser stores the message in a text file called cookie.txt. The message is then sent back to the server each time the browser requests a page from the server. The main purpose of cookies is to identify users and possibly prepare customized Web pages for them. When you enter a Web site using cookies, you may be asked to fill out a form providing such information as your name and interests. This information is packaged into a cookie and sent to your Web browser which stores it for later use. The next time you go to the same Web site, your browser will send the cookie to the Web server. The server can use this information to present you with custom Web pages. So, for example, instead of seeing just a generic welcome page you might see a welcome page with your name on it.

    Credit Card Billing
    What is a merchant account? Why do I need one? A merchant account gives a business the ability to accept credit cards as payment for the company’s goods and services. It provides your customers with an extremely popular payment option, beyond cash and checks. This is usually done via a 3rd party provider such as Ibill.

    CSS (Cascading Style Sheets)
    Used to add more functionality to simple HTML pages. Internet Explorer 3.0 and up support a good portion of CSS, while Netscape 4.0 and up supports a small amount of CSS – a fully compliant browser does not exist yet.

    Database Support
    If your web site will leverage a database to store information, database support by the hosting company will be required. After you have developed your web site, you will know which database will be required. Some commonly used database programs are SQL Server, MySQL, Access, Oracle, and FoxPro. Databases can be difficult to configure properly. Before you sign up with a web host, first inquire if the host can support your database needs.

    Data Transfer
    This is the amount of data that is transferred from an account as visitors view the pages of the web site. If you have a web site with lots of video, audio, and images that gets many visitors per day, you would have to make sure that you choose a host that will allow large amounts of data to be transferred. If you choose a host that only allows 200 MB of data transfer per month, and your site transferred 500 MB per month, then the host may stop half of your visitors from viewing your site and you could lose potential customers. Your best bet is to try to find a host that offers unlimited data transfer or at least a Gig of transfer. A gig is more than enough for most web sites. As a general rule, 500 MB of data transfer is equivalent to 20,000 page views.

    Dedicated Server
    A more expensive type of account in which the web hosting company provides you with an entire hosting setup including your own server hardware that only you can use. This usually means a much faster loading time for your site because the entire computer is “dedicated” to running the server software. This is different from most other hosting accounts in which your web site will share space on a server with many other web sites, called a virtual server. A dedicated server makes sense for web sites that require higher availability and higher data transfer rates.

    Disk Space
    This indicates the amount of disk space that will be available to you on the hosts server to hold your web site files. Normally because HTML files are small, a web site (unless it has extensive graphics or database functionality) will be small, as low as 1 or 2 MB in most cases.

    Domain Parking
    Many hosting companies give you the option to ‘park’ your domain name without actually having your web site up and running. This is a nice option if you want to acquire a domain name for your web site well ahead of having the web site itself designed and constructed.

    Domain Name
    The unique name that identifies an Internet site. Domain Names always have 2 or more parts, separated by dots. The part on the left is the most specific, and the part on the right is the most general (adult-hosting-companies.com). Technically, the domain name is a name that identifies an IP address. To most of us, it simply means www.yourname.com. Because the Internet is based on IP addresses, not domain names, web servers depend on a Domain Name System (DNS) to translate domain names into IP addresses. Simply stated, domain names allow people to find your web site by name rather than by its numerical (IP) address.

    Domain Name Registration
    Often a hosting company will offer to register your domain name at the time you sign up for a hosting plan. This normally incurs an additional charge but may be cheaper and more convenient than using a separate domain name registration service. We recommend that you go ahead and register your domain name as soon as possible, especially if you think it will take some time to develop the site itself.

    Domain Name System (DNS)
    A model for tracking other machines (that contain web sites) and their numeric IP addresses. Translates domain names (for example, www.adult-hosting-companies.com into a numerical IP address). When a computer is referred to by name, a domain name server puts that name into the numeric IP address assigned to that computer. So when you buy a domain, say www.yourname.com, it does not become accessible until it gets assigned an IP address from a hosting company. Once the IP address is assigned, a cross-reference record (DNS record) is created that points your domain name to the numeric IP address.

    Email POP Account
    POP (Post Office Protocol) is an actual e-mail account on your web host’s e-mail server. Think of each POP account as a unique email address (lee@adult-hosting-companies.com, advertising@adult-hosting-companies.com, etc.) Before you choose a specific hosting plan, you should know exactly how many email accounts are required to meet your specific needs.

    FrontPage (Microsoft)
    Front Page is an HTML editor made by Microsoft. It is commonly used to create web sites

    Frontpage Extensions
    Frontpage extensions can be thought of as “mini programs” that allow features of a web site created with MS Front Page to operate smoothly. It is possible to use MS Front Page to create a web site and host that site on a server that doesn’t offer FP extensions, however some of the powerful features of the program cannot be used in these web sites. See Microsoft’s Front Page site for more information. After you design your web site, you will know whether FrontPage extensions will be a requirement.

    File Transfer Protocol (FTP)
    A way of transferring files (uploading and downloading) across the Internet. Most web sites are uploaded to the Internet by means of an FTP program. This is how the web site you create on your computer at home is transferred (uploaded) to the Internet. Some software, such as Microsoft Front Page, does not require use of an FTP program but the use of most any other HTML editor requites the use of and FTP Program. There is a free FTP program called WS_FTP and you can download it at download.com. There are many Internet sites that have established publicly accessible repositories of material that can be obtained using FTP, by logging in using the account name anonymous, thus these sites are called anonymous FTP servers.

    Host (Name Server)
    When you hear the term “host” in the Internet world, it is referring to an Internet company that has the required servers and software to connect domain names to (IP) Internet Protocol numbers so that your site can be viewed by the public when they type your domain in their browser window. Basically this is where you house your site, and you usually have to pay a monthly or annual fee for this service.

    Host Country
    Specifies which country the hosting company resides. The internet is a very complex web of server computers connected through telecommunications devices. In general, it is best to host your web site in a location closest to the users that access it. For example, if you plan to deploy a web site that will attract mostly German visitors, it may makes sense to choose a hosting company located in Germany.

    Host Platform
    This is the platform of the hosting providers servers. Hosting companies will typically having a hosting platform based upon Windows 2000 (Win2K), Windows NT or Linux. If you have a basic web site that does not make use of server side applications such as a database then you do not need to worry which platform is used.

    Hypertext Markup Language (HTML)
    Stands for Hyper Text Markup Language. This is the code that web pages are written in and the browser interprets to turn into the web page you view on the screen.

    Hypertext Transport Protocol (HTTP)
    The protocol for transferring hypertext files across the Internet. Requires a HTTP client program on one end, and an HTTP server program on the other end. HTTP is the most important protocol used in the World Wide Web (WWW). You see it every time you type a web site in your browser http://…

    IP Address
    A unique number used to specify hosts and networks. Internet Protocol (IP) numbers are used for identifying machines that are connected to the Internet. They are sometimes called a dotted quad and are unique numbers consisting of 4 parts separated by dots, They would look something like this 111.222.333.444 Every machine that is on the Internet has a unique IP number – if a machine does not have an IP number, it is not really on the Internet. Most machines also have one or more Domain Names that are easier for people to remember.

    Internet Service Provider (ISP)
    A company or institution that provides access to the Internet in some form, usually for money. They will usually allow users to dial up through a modem, DSL, or cable connection to view the information on the Internet Access is via SLIP, PPP, or TCP/IP. Picking your ISP is an important decision but has more to do with how you access the Internet rather than which host you choose.

    JavaScript
    A scripting language which enables web designers to add dynamic, interactive elements to a web site.

    Java Servlets
    A servlet is an application or a script that is written in Java and executed on a server, as opposed to on a client. It is analogous to CGI, although servlets are more than simply CGI scripts written in Java.

    Mailing List Software
    A mailing list is a discussion group based on the e-mail system. You may want to set one up – they’re very useful promotional tools. Even if you don’t want to host a discussion group, you can use a mailing-list program to distribute a newsletter similar to http://www.adultwebmasternewsletter.com. Many companies have mailing-list software available for their clients to use — if so, ask whether there’s an additional cost, how many mailing lists you are allowed to have, and how many members per list

    ODBC Sources
    Open Database Connectivity (ODBC) is a generic way for applications to speak to a database. ODBC acts as an interpreter between an application (say a Cold Fusion or ASP application) and a database (like Microsoft Access). By using ODBC, a connector can be created that will allow a web application that you create to read data from and insert data into an Access database that you’ve created. An ODBC source is a directory entry that specifies database information. This ODBC source (or DSN Source) allows your site to point to the correct database located on the web server.

    It is possible to connect to a db without ODBC, but it is a safe bet to assume you need 1 ODBC connection per individual database you will have.

    Perl (Practical Extraction and Report Language)
    Perl is an interpreted language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It’s also a good language for many system management tasks.

    PHP
    PHP is another scripting language. Like ASP, it’s commands are embedded within the HTML of a web page. The commands are executed on the web server, making it browser independent. The web browser only sees the resulting HTML output of the PHP code.

    Post Office Protocol (POP)
    This is a method of retrieving e-mail from an e-mail server. Most e-mail applications (sometimes called an e-mail client) use the POP protocol, although some can use the newer IMAP (Internet Message Access Protocol). There are two versions of POP. The first, called POP2, became a standard in the mid-80’s and requires SMTP to send messages. The newer version, POP3, can be used with or without SMTP. The newest and most widely used version of POP email is POP3 email. You will see the term POP3 in most of the web hosting plans available today.

    Price
    The monthly amount that you will have to pay a hosting company to provide the hosting services requested. Paying monthly is normally perfectly acceptable, but discounts may be available by paying quarterly or annually.

    Reseller Plans
    Many hosting providers allow you to be a reseller of hosting space earning a commission off of each sale. If you intend to be a provider of hosting services, you should investigate this option as you decide where to host your web site. Many hosting companies offer discounts (in addition to revenue opportunities) to companies that wish to remarket their web hosting services.

    Root Server
    A machine that has the software and data needed to locate name servers that contain authoritative data for the top-level domains.

    Setup Fee
    Some hosting companies charge a one time setup fee to set up your hosting account. It is worth to also take this into account when looking at the monthly fee.

    Server
    A computer, or software package, that provides a specific kind of service to client software running on other computers. The term can refer to a particular piece of software, such as a WWW or HTTP server, or to the machine on which the software is running. A single server machine could have several different server software packages running on it, thus providing many different servers to clients on the network. More specifically, a server is a computer that manages and shares network resources.

    Shell Account
    Something experienced computer users often request. Permits you to edit your files online in real-time, rather than making changes to your site offline and then uploading the changes. Unless you intend to manage the web server your site runs on, a shell account should not be needed.

    Simple Mail Transfer Protocol (SMTP)
    The main protocol used to send electronic mail on the Internet. Most Internet email is sent and received using SMTP. SMTP consists of a set of rules for how a program sending mail and a program receiving mail should interact.

    Server Side Includes (SSI)
    Commands that can be included in web pages that are processed by the web server when a user requests a file. The command takes the form <!–#include virtual=”/path/to/file”–>. A common use for SSI commands is to insert a universal menu into all of the pages of the web site so that the menu only has to be changed once and inserted with SSI instead of changing the menu on every page.

    Secure Socket Layer (SSL)
    A protocol designed by Netscape Communications to enable encrypted, authenticated communications across the Internet. It is used mostly (but not exclusively) in communications between web browsers and web servers. URL’s that begin with “https” indicate that an SSL connection will be used. SSL provides 3 important things: Privacy, Authentication, and Message Integrity. In an SSL connection each side of the connection must have a Security Certificate, which each side’s software sends to the other. Each side then encrypts what it sends using information from both its own and the other side’s Certificate, ensuring that only the intended recipient can decrypt it, and that the other side can be sure the data came from the place it claims to have come from, and that the message has not been tampered with.

    Shopping Cart Software
    A software program which acts as a “virtual store front”. Such software typically allows a web site user to create and manage a virtual shopping cart to which items can be added or removed. Once a customer is ready to “check out”, this same Shopping Cart Software typically includes interfaces to allow customers to pay with their credit card directly on the site. Shopping Cart Software is critical for those web sites that intend to sell products and services directly over the Internet without human intervention.

    Statistics
    Many hosting companies run software on their web servers that collect usage information about your web site and compile it in a user-friendly, easy-to-read format for you to analyze trends about your web site. Having access to statistics is critical if you need to know how many visitors are coming to your site, which web pages receive the most attention, and how much time people actually spend browsing your site.

    Support
    Telephone or e-mail technical support provided to a web hosting company’s customers. When there’s a problem with your site or your e-mail, you want to be able to get an answer promptly by e-mail or on the phone. Some hosting companies offer email only support, telephone support, or a combination of both. Some hosting companies provide 24hr 7 days a week support (24/7). This is important if your site is an e-commerce site with a lot of daily visitors.

    TCP/IP
    This is a set of communications protocols to connect hosts on the Internet.

    Unix
    A computer operating system designed to be used by many people at the same time (it is multi-user) and has TCP/IP built-in. It is the most common operating system for servers on the Internet.

    Uniform Resource Locator (URL)
    The standard way to give the address of any resource on the Internet that is part of the World Wide Web (WWW). www.adult-hosting-companies.com is an example URL.

    Unique IP Address
    In many hosting plans, you share an IP address and you will be able to view your site through your domain name only. Obtaining a unique IP address (see IP Address) provides a one-to-one relationship between your domain name (www.yourname.com) and an IP address.

    Video Streaming
    The process of providing video data or content via a web page.

    Virtual Server
    A web server which shares its resources with multiple users. It’s another way of saying that multiple web sites share the resources of one server. If you do not need your own web server (i.e. your own server class computer), you will use a virtual server to host your web site.

    Article Written By Lee.

  • Turning Opt In Mailings Into Pure Spam

    Date: 2011.02.24 | Category: Opt-in Mail | Response: 0

    Spam is frowned upon net wide and even more so than usual in the online adult industry especially unsolicited email Spam however, many webmasters do not seem to grasp the essential basics about what Spam is and more importantly, the point in which they themselves become Spammers, this is what we will take a look at in this brief article.

    Double And Single Opt In Mailings.

    By themselves single and double opt-in mailing lists can be a very effective method of promoting your or, your sponsors sites however, many webmasters forget the one fundamental rule when mailing their opt in subscribers, send them what they actually opted in for otherwise, you are spamming the list and ultimately, the recipients.

    The line between opt in mailings and Spam is a very finely drawn one at best however in the adult industry it seems the edges of this line are more blurred than almost anywhere else. Quite often you see webmasters on a variety of message boards selling their ‘opt in mailing list’ to one or two other webmasters however, when does the opt in to Spam equation fit in? This is what we will look at next.

    Turning Opt-In Mailings In To Spam Emails.

    So you have collected opt in email addresses diligently for the last god knows how long and, you have successfully emailed those lists numerous times with some good results to show for it and you want to let others profit from your lists whilst making some money for yourself at the same time. Time to sell the emails you have collected. This is your first mistake, the email addresses which you have collected for your subscriber mail outs have been opted into YOUR list not another webmasters and well, the second that another webmaster buys this list from you the list itself becomes pure unadulterated Spam, nothing more, nothing less.

    Of course, you don’t have to sell the list, you could offer the list up for trades however, the same thing applies, the second your mailing list changes hands that list not only becomes worthless to the person who has purchased it but, in effect, the list has now become worthless to you.

    Adult Opt In Email Lists.

    To make a long term profit from your opt in mailing lists the one thing that you should ensure is that the list you have remains clean and, more importantly than that, remains private, if you have spent several years collecting these email addresses why would you turn the revenue potential of them in to nothing less than worthless overnight? Keep the lists as clean and as private as possible, the next time a sponsor opens a paysite that is on the same topic as your mailing list you can send your opt in mailer to your database and profit from the unexposed site.

    Adult Opt In Mailing Lists Overview.

    When all is said and done, as mentioned above opt in adult mailing lists are a very hard to find commodity and, if you have a list for a specific niche or market the list becomes even harder to find, keep your list as clean as possible and ensure that you and only you use the opt in mailing list. By keeping the email addresses you have collected out of the grasp of other webmasters you have the potential to make revenue from that list for as long as you maintain it however, all of your hard work can be undone overnight if you sell the list to the wrong webmaster. In short, if someone opts in to a mailing list owned by you, make sure you are the only person who mails them from that list otherwise, you have indirectly spammed that email address.

    Article written by Lee

  • Building A Surfer Trap – Stage 8 – Final Stage

    Date: 2011.02.21 | Category: Traffic | Response: 0

    Ok people we have hit the final stage in our surfer trap, Stage 8.

    All we are really going to do in this stage is a brief recap over what we have done so far along with checking that our trap is working properly.

    In order for us to check our trap is working properly we need to upload it to our server if we haven’t already done so, therefore, you should do this now.

    Once the surfer trap has been uploaded we now need to go to the first page, the Multi-Site FPA.

    Depending on how you set up your Multi-Site FPA you should either get a pop up or not.

    You should also have a counter AND a banner exchange code loading at the bottom of the page below your ‘no thanks’ link.

    If this works how you want it to then this stage is working ok.

    The next thing we need to check is that ALL of the links off this Multi-Site FPA are working so expect to get a lot of pop-ups while we check this.

    You should click on each of the Single-Site FPA’s in turn ensuring that for every one you have a pop-up console appear.

    In addition to checking the Single-Site FPA links you should now click on the ‘no thanks’ link along with the counter code and the banner exchange code on your Multi-Site and Single-Site FPA’s.

    If these all load fine then this stage of the checking is complete.

    Next, we need to close down any and all of the FPA’s we may have open including the Multi-Site FPA.

    You should now be left with a couple of consoles, again, follow the links on your consoles including any to the counter you chose along with any banner exchange code you utilized on your consoles.

    Again if these work how you expected them to, this section of the checking process is now complete.

    For the next step, you need to log into your counter AND banner exchange account, you want to make sure that you have gained additional impressions and rankings from your banner and counter impressions and clicks.

    Be aware however, that some counters and banner exchanges will not count multiple views and click from the same IP address so you may only show one or two additional clicks, impressions, or rankings. This is perfectly normal.

    If your accounts have gained additional ranks, impressions, and clicks then this stage is completed.

    Close down your consoles, you should now get the blur consoles that you created (if you used them) again, as before, check that all of the links from this consoles work.

    If they do then you now have a fully complete Surfer Trap to use.

    So, what next? Well there are a couple of options, you can mirror this surfer trap to experiment with your sponsors different tour pages, link your first mirror to the second tour page, your third to console free tour pages, etc.

    Another good thing that you can do is to create additional Multi-Site FPA’s however, this time, create them by niche so where we have a general Multi-Site FPA at the moment you could use this same method for a Gay, Asian, Teen, etc Multi-Site FPA using the same methods we did when we created this trap.

    You should always sign up for a new counter and banner exchange code for each variation of your surfer trap. This way, you get to see performance based on a new working model enabling you to decide which version of the trap works best for you.

    I hope this tutorial has given you some insight into how we can generate, filter and trade traffic whilst marketing our sites effectively and, that it has given you some ideas on how you can implement even the simplest item provided to you by your sponsor to generate sales.

    For those of you who have been following this tutorial I would like to thank you and wish you all the best with your new found marketing skills.

    If you have any questions as always, feel free to post on the forums and we will endeavor to help you out.

    Article written by Lee.

  • Undeveloped Domains – Put Them To Use

    Date: 2011.02.24 | Category: Domain Names | Response: 0

    Often when searching for new domain names, i come across what should, in theory be a golden opportunity only to find, the domain itself has already been registered and, whilst this in itself is annoying, what is even more annoying is that the domain 404’s when typed into the browser window.

    The mere fact that someone else, a webmaster no less, has thought about purchasing the same domain as what you may have means there is already value in that domain and, more importantly, you have potentially lost a sale.

    So how can we capitalize on this potential lost traffic from the off-set? That is what we will look at in this brief article.

    The first thing we need to do in order to start making some additional potential profit from our domain is to create a ‘generic’ holding page until such time that we have the time or, funding, to develop the site we had intended to place on our new domain name.

    This holding page can take many forms depending on the type of traffic you are hoping to target with the domain itself. Ideally, you will want to have as much choice for the surfer (or webmaster) on this holding page as you can so, you need to assess the nest types of sites to use, the best use of the traffic no matter how small it could be and, more importantly, the best way to maximize your sales potential.

    One good way of doing this is to split the page into three sections, two equal sized sections at the top portion of the page and, one smaller portion towards the very base of the page designed, almost like a footer.

    In the two top portions you should equally distribute both surfer orientated and, webmaster orientated links both of which need to be clearly separated.

    For example, the left side of the page take all of your top converting paysites and list them by niche, they don’t have to have fancy or heavy graphics, text links will suffice for now as this is only a ‘temporary’ page.

    On the right hand side of the page place some of your webmaster referral linking codes with a brief description, remembering that not only surfers could hit this page but webmasters themselves.

    On the ‘footer’ portion of the page, the most important section, you should put your contact details, ideally an email address and, if the domain warrants, details of how you can be reached by instant messenger. The reason for the email and instant messenger details is a simple one, if a webmaster REALLY wants the domain that you have, he, or she, might just make you an offer on it and, if they have no way to get in touch with you then, you have just lost an offer on a domain that you might not get around to using for months.

    of course, in addition to utilizing the traffic you have on the domain you can also use this holding page to generate more traffic, for example, placing a banner or button exchange code on the site or, perhaps a counter. The possibilities to generate traffic to these pages are limitless depending on how you use the holding page itself.

    Well, that’s the basics of domain holding pages explained and, hopefully you will have realized that no matter what you plan on doing with your new domains, after your host has added them to your server, the next thing you should do is to create a generic holding page that you can upload into the rot of the domain name and, who knows, you might end up making some money a little sooner from that unused domain name.

    Article written by Lee

  • Everything You Need To Know About Meta Tags And More!

    Date: 2011.02.22 | Category: Search Engine Optimization, WebDesign | Response: 0

    Everything You Need To Know About Meta Tags And More!

    There’s a plethora of different META Tags that you can make use of on your site. Because there are so many, it’s impossible for me to cover all of them in this article. However, I will describe the most common ones. But let’s start from the beginning, shall we?

    What Are META Tags?

    META tags are similar to standard HTML tags. However, there is one big difference: You have to insert all META tags between the <head> </head> tags on your page(s). META tags are used primarily to include information about a document. The META tags will be invisible to your site’s visitors, but will be seen by browsers and search engines.

    For The Search Engines.

    Several of the major search engines make use of the META Keyword tag, and virtually all of them make use of the Description tag. These tags help the search engine spider determine the content of your web site so that it can be indexed properly.

    This is what they look like:

    <META name=”keywords” content=”Webmaster Resource Site”>
    <META name=”description” content=”Online Webmaster Resource Site”>

    You can also instruct the search engine robot/spider how to index your site using the robots META Tag. This is what it looks like:

    <META name=”robots” content=”noindex,nofollow”>

    What the tag above does is tell the spider not to index the page that it appears on, and not to follow the links on that page. Here’s a complete list of attributes for the robots tag:

    index – the default, the page is added to the search engine database

    noindex – the page is not added to the search engine database

    nofollow – the spider doesn’t follow the links on that page

    none – same as “noindex, no follow”

    To use any of these attributes simply replace the “noindex,nofollow” text in the example above with whatever you want to use. If you need to use more than one attribute, separate them with a comma.

    Client Pull.

    Have you ever seen a page that automatically refreshes to another URL after a few seconds? Did you ever wondered how it was done? I’ll tell you. The page made use of one of the http-equiv META Tags to automatically “pull” you to a different page after a few seconds. Here’s what the code looks like:

    <META http-equiv=”refresh” content=”1; url=newpage.htm”>

    The value of content denotes how many seconds will pass before the new page is called for. If you want it to happen as soon as a person hits that page, then set the value to “0”.

    Prevent Caching.

    If you want to prevent a page being saved in your visitor’s cache you can do so by inserting the following three tags:

    <META HTTP-EQUIV=”expires” CONTENT=”0″>
    <META HTTP-EQUIV=”Pragma” CONTENT=”no-cache”>
    <META HTTP-EQUIV=”Cache-Control” CONTENT=”no-cache”>

    Why would you want a page not to be cached? If your site is updated frequently and you always want your visitors to see the newest content/changes, or if you want to ensure that a new banner is loaded each time from your server when a page is accessed, you’ll want to use the tags above.

    A quick note here on banner caching: In addition to using the tags above, you’ll want to append random numbers at the end of the tag calling the image.

    Rating Your Content.

    By using the rating META tag on your site, you can specify the appropriateness of your web site for kids. The tag looks like this:

    <META name=”rating” content=”general”>
    In addition to the general rating, you can use three others. They are:

    mature

    restricted

    14 years

    Misc. Tags

    Below I’ve listed several other popular tags that you may have seen around the web.

    The generator META tag is used to specify what program was used to create your web site. Many HTML editing tools automatically insert this so that a company can gauge their market penetration. The tag looks like this:

    <META name=”generator” content=”program name and version”>

    The author tag is used to identify the author of a page. Simply replace “author’s name” with your name or email address.

    <META name=”author” content=”author’s name”>
    The copyright tag identifies the individual or company that holds the copyright to a particular page. This is what it looks like:

    <META name=”copyright” content=”This page and all its contents are copyright 2003 by Lee Windsor. All Rights Reserved.”>

    I hope this article gave you some insight into the usage of Meta Tags and how they can benefit your day to day business.

    Article written by Lee

  • Using Full Page Ad’s

    Date: 2011.02.24 | Category: Promotion, Traffic | Response: 0

    Full page ad’s can be used for more than just ‘adverts’ in fact, there is a wide and varied range of uses for them, below I have detailed some of the uses that I have tried in the past and from my experience, they seem to work well enough.
    Creating A ‘Hub’ Site – By interlinking FPA’s together in a range of niches and, offering your surfers a money bar linking to other FPA’s in different niches, you can actually get some good rankings in the SE’s and, if you utilize banner exchanges or counters on your FPA ‘hub’ site you can also ensure you get a fair amount of additional traffic. One thing I like to do with my FPA hub is use it as the ‘exit’ page when a surfer leaves one of my sites. This ensures that I am getting optimum traffic for my time spent a) building sites and B) building my hub.

    A lot of people I have spoken to about ‘hub’ sites simply forget about them once they have been built, personally, I do not see the point in doing this, if you build something like this why not send your exit, top list, counter, banner exchange traffic to the first page of your ‘hub’?

    Doorway Pages.

    FPA’s also make exceptional SE doorway pages, by optimizing your image names, meta tags and text on the individual FPA’s you are not only ensuring they WILL get ranked by the SE’s but, if you ‘hub’ them together as explained above you will also get some premium listings from them.

    Filter Pages.

    What I learnt to do early on is rather than send my surfers directly to the sponsors using the ‘standard’ linking codes is to send them first to an FPA with a money bar (or table ad) on it, this way, if they click the link in error and not realize that they are going to a pay site, you can give them an option, not only to use their ‘back’ button but also, to go to a different niche or, to continue into the sponsors tour. Now that you can link directly to a specific tour page on ARS sites, this method is a good way to give your surfers a ‘fresh’ tour front page.

    PPC Listings.

    An FPA is an ideal way to get sites listed in the PPC engines, not only do you show the surfers EXACTLY what is in the site they have just clicked on but, you also have the added option of being able to utilize blur consoles and exit consoles on them.

    One other thing that I will mention, is that often, you will find that FPA’s that you have made yourself, no matter how ‘amateur’ looking they are will work better than the ‘pretty’ sponsor built FPA’s.

    Hopefully, this article has given you some ideas on how you can better utilize FPA’s and not just use them in the same manner as every other adult site on the internet. If you have some good results from using FPA’s in this manner feel free to post about it on the ARSR Support forums and likewise, if you can think of any additional uses that have not been mentioned here let us know on the forums.

    Article written by Lee

  • Mirroring Adult Sites – Stage One.

    Date: 2011.02.23 | Category: Promotion, Tutorials | Response: 0

    In this next series of tutorials I will be exploring the benefits of utilizing your existing content to build more sites in the least amount of time possible, in fact, after you have completed the steps in this tutorial series you should be able to build over 20 types of site within 5 minutes using a single set of 50 pictures.

    So, onto the start of our tutorial.

    Stage one in this tutorial is something we have ALL done before, so what you need to do is this…

    Build a 50 pic free site, this is using a lot more content than a ‘standard’ free site however, what we are actually going to be making is a set of AVS sites and several TGP galleries, along with some SE pages and also some links list mirrored pages using this set of 50 images by building just ONE site! Sounds impossible? It isn’t… read on….

    Your site should have the following on it:

    1) Warning Page (index.html)
    2) Menu Page (menu.html)
    3) Gallery Pages (5 galleries of ten pictures called gallery1.html, gallery2.html etc)
    4) HTML Large image pages x 50 (picpage1.html, picpage2.html, etc.)
    5) Multi Site FPA (fpa.html)

    Now lets break these individual pages down into sets of instructions for each:

    Warning Page.

    This should have your standard warning text placed on it, along with an enter AND an exit link. The ‘enter’ link should link to your Multi Site FPA and the ‘exit’ link should go to a program such as the ARS Discreet Browser tour page.

    Menu Page.

    This should be a page containing an odd sized banner, links to your 5 gallery pages, plus text links at the bottom of the page ideally, these text links should be in the same style as the niche tables we created for the surfer trap except they should only contain 4 cells instead of 8. These links should go to a different ‘niche’ as the one you are building your current site for and, link to the existing FPA’s of your surfer trap.

    Gallery Pages.

    On your gallery pages, ALL of the thumbnails should be linked to the relevant HTML page with a text link at the top and at the bottom of the HTML page (No Banners are to be used on the gallery pages!) Also, the file names of the images should be pic1.jpg, pic2.jpg, etc for the full sized images and, thumb1.jpg, thumb2.jpg etc for the thumb nailed images. your images MUST be named this way!!

    Multi Site FPA.

    This should link to the individual FPA’s that you should already have on your server if you followed the surfer trap tutorial series (If you did not create this surfer trap the tutorials can be found at this link) as well as linking to the Single Site FPA’s this should also have a ‘no thank you’ link which goes to your Menu Page.

    Images.

    You need to have 50 images, you also need to have 50 thumbnails for the content you will be using on this site. I usually select my content by the niche I am building for, rename the images using The Rename then, once renamed I use Thumbnailer from Smaller Animal to create the thumbnails for each of the renamed images. This will give you 50 full sized pictures with 50 thumbnails named respectively for the larger image.

    They are the basics, now onto the good stuff…

    Once you have created these pages you need to create some folders on your Hard Drive which will be the SAME structure you will have on your server. This folder structure should look somewhat like this once you have saved each of the pages we have just created into their respective sub folders:

    FreeSite/index.html
    FreeSite/AVS/
    FreeSite/FPA/fpa.html
    FreeSite/Galleries/gallery1.html, gallery2.html, gallery3.html, etc, etc.
    FreeSite/Images/pic1.jpg, etc.
    FreeSite/Images/Thumbs/thumb1.jpg, etc.
    FreeSite/LinkList/
    FreeSite/Menu/menu.html
    FreeSite/PicPage/picpage1.html, picpage2.html, etc.
    FreeSite/Recips/
    FreeSite/Engine/
    FreeSite/TGP/

    This will give you 5 folders with HTML pages in them, one folder with the full sized images, one with thumbnails in it and five empty folders.

    At this point we will end the first stage in this tutorial as this should take you a couple of hours to complete.

    Article written by Le

  • Whats A Twink

    Date: 2011.02.24 | Category: General | Response: 0

    I think you would be surprised at the number of times I have been asked, “What’s a Twink?” Or my, personal, favorite “So how do two men have sex?”

    If you know me, you know I am never really bothered by questions – I never mind people’s candor. What does bother me, though, is the bulk of the people who ask are trying to work the gay market. Unsuccessfully, I might add.

    So, let’s expand our webmaster knowledge. Don’t worry, I am not about to explain how two men have sex (that I will save for my story site LOL)

    I have decided, however, to give you a Gay Glossary of sorts. There are many terms that can be included here. But, I thought to start off, we will hit the basics and add to it as time goes on. Keep an eye for future articles and additions on Gay Wide Webmasters.

    Here is a list of the most common terms on the Gay Adult ‘net:

    • Twink – A buff and lean young man; a 20 something. Age and leanness make the guy a twink. The best example is your typical bar room stripper.
    • Teen – This is the same thing as in EVERY market, hot young and under twenty – but LEGAL at 18.
    • Hunk/Stud – Beautiful, built and beefcake. The guys commonly posing for calendars and such.
    • Chubs (or chubby) – Just what it sounds like, a larger man. Not just muscular weight, most often heavy set.
    • Bears – This is a HAIRY man. Not a young guy, most often over thirty, sometimes with a husky build (but not always). You will probably see this niche sold as “Real Men”.
    • Cub – This is a YOUNG hairy guy. Sort of a HAIRY TWINK…
    • Daddies – Daddies are men over thirty, who like younger guys. (Just a side note here to clear up some misconceptions, not all gay men want to do young guys!)
    • Sons – the young male counterparts to Daddies. The young of the two can be a twink, cub or teen – makes no difference. This term is based on the visual couple. For our non-gay friends think of this as an example: the businessman who goes away for the weekend with his NEICE. See the comparison? LOL
    • Transvestite – is a man who dresses as a woman. Whether it is simple underwear or all our female attire. A lot of webmasters confuse this with Transsexual.
    • Transsexual – is a person who has decided to make the complete change and have a sex change.
    • Trans Gender – this is a more general term for people who live life as the opposite sex. They are in the process of, or have completed, a sex change.

    So know go have some fun. Try to classify your friends and lovers in these terms! I enjoy it when a webmistress comes up to me and says, “I heard your interview and I think my husband is a bear. But he’s a little twink-ish. What do you think?” This just makes my day! I have to laugh at the look on their husband’s face when they think I’m going to ask to examine them or something. “Turn you head and cough – OH! You’re a Twink…”

    Along with what works, I have to offer some terms that DO NOT work. If used incorrectly or out of context, then your attempt at marketing to gay men can be dreadful.

    • Faggot – I hate this word, personally. This is a word that is as derogatory to the Gay Community as other words are to a race.
    • Nancy boy – a typically non-US term that basically is used as a derogatory manner.
    • Lil Boys – a derogatory term used primarily in the Southern and Mid-Western US. It’s derived from the negative connotation that gay men are pedophiles.
    • Gay Owned and Operated. Allow me to be blunt – If it is not true, do not say it. This is probably the most OVER used phrase in the gay adult market. So much so, it is relatively meaningless today.

    We all need to remember from time to time, the key to success in any business is knowledge. Whether you are up selling to a sponsor or designing sites, knowing some of the more common terminology in the gay community can only help your ventures in the gay adult market. And remember, do not be afraid to try and NEVER be afraid to ask.

    As always, good luck!

    Article written by Gary-Alan

Premium Sponsors















Categories

Site Links