-
Source Code – Eliminating HTML Margins
Since the inception of the very first HTML document, margins existed that surrounded the document, like in the case with this document.
The margins are there to act as a cushion between the edges of the browser and the contents of the page, so it’s easier to read the content.
As good as margins are, wouldn’t it be nice to be able to eliminate them in some cases, where the design of the page calls for their termination? While most webmasters think it is not possible to “flush out” the default margins of a HTML document, it actually is, although only possible in IE 3+, and NS 4+. In this tutorial, I’ll show you how.
Eliminating The Document Margin In IE 3+
To get rid of the document margin in IE 3 and above, so content presses right against the edges of the browser, use the IE exclusive “leftmargin” and “topmargin” attributes:<body leftmargin=”0″ topmargin=”0″>
It’s as simple as that!
Eliminating The Document Margin In NS 4+
To get rid of the document margin in NS 4 and above, use the NS 4 exclusive “marginwidth” and “marginheight” attributes instead:<body marginwidth=”0″ marginheight=”0″>
Putting It All Together.
By putting the two techniques together, we can create a document that flushes out its’ margins in both IE 3+ and NS 4+:<body leftmargin=”0″ topmargin=”0″ marginwidth=”0″ marginheight=”0″>
Try out the above coding on your page, and you’ll see what I mean.
Article written by Lee
-
The Death Of The AVS – The Birth Of The AEN (Adult Entertainment Network)
Well after a long and tedious few months of speculation, rumors and facts being presented to those of us in the adult industry working on AEN sites (Formerly known as AVS sites) it seems that Visa has put a strain on AEN companies to start re-working and, renaming their sites to fall under the ‘Adult Entertainment Network’ name. What does this mean to us as webmasters and, more importantly to the industry as a whole? This is what we shall address in this article.
A Little Visa History Lesson.
This whole mess started in October of 2002 when, jointly, CCBill, Epoch and, iBill issued a new set of operating guidelines that had been passed onto them by Visa. In effect, this meant that 3rd party credit card processors had to be re-classified as an ‘IPSP’ or ‘Internet Payment Service Provider’ this also in turn meant that webmasters needed to start paying ‘fees’ to Visa (via their IPSP) in order to continue charging their surfers for access to products and services by using Visa issued credit and / or debit cards.In addition to the initial $750 however, there is also a need to pay an ongoing fee of $375, two thirds of this fee goes directly to Visa and, the remaining balance goes to issuing banks and IPSP’s for administrative charges.
Shortly after this announcement was made the industry then got dealt another blow by the processing companies, this time, in the form of Paypal announcing they would no longer accept any adult orientated payment through their system. This went into effect on May 12th 2003 and, after initial speculations as to what could and could not be charged to Paypal accounts, it seemed to be the final nail in the coffin for some of the smaller webmasters.
However, the adult industry is strong and rallied together getting as much information as possible about alternates to both of the above situations and companies such as Stormpay and off-shore IPSP’s started to see an increase in revenues from adult payments.
As The Waves Settled – The Next Blow.
Given all of the financial troubles of the previous 10 months in respect of online adult payments the industry as a whole started to settle itself again, of course there was the usual posting on forums, conversion ratio and shaving discussions happening on the main forums as there always was but, in addition to these conversations more rumors started, this time, regarding the AVS business model.Almost as quickly as these rumors started however, they seemed to have fizzled out into nothing but a distant memory but, two months later after the first round of initial conversations on the adult industry message forums, the same AVS business model was dealt another devastating blow.
It seems Visa has its sights set on AVS (Age Verification Service / Systems) with a press release being issued first by Sex Key, then by Free Age Card, which was followed by similar announcements from Global Male Pass and Gay Passport informing adult webmasters that they had 2 days to make their current AVS sites conform to the new requirements set down by Visa.
These requirements were that.
1) Adult webmasters can no longer use the term ‘AVS’ on their sites.
2) Adult webmasters can no longer use the term ‘Adult Verification Service’ or ‘Age Verification Service’ on their sites.
3) Adult webmasters can no longer state that surfers joining up to their AVS will have ‘Access to thousands of other AVS protected sites’.As usual Adult Webmasters started to question the reasons behind this sudden and apparent change of AVS rules on almost every forum and, whilst most questions went unanswered the one thing that was answered (honestly) was that these new rules had been set down by current AVS IPSP’s who, had had these rules issued tot hem by Visa.
So, webmasters started to change out their tour page text to conform to these new rules and, for the most part, it seemed like that was all that was needed to be ‘safe’ working the AVS business model. Little did they know…
One Last Blow To The AVS Webmasters.
Several days after the initial press releases from some of the top AEN (Formerly AVS) companies was made it seems that in between all of the posting ont he boards yet another issues comes to light – That Visa is aiming to have AVS webmasters now pay a $750 fee for the benefit of being able to keep using this business model as stated by Craig Tant (Sex Key) ‘we believe is that every site will have to be registered and pay the $750.’This beleif, although somewhat vague tends to draw conclusions that, through no fault of their own, the AVS / AEN business model in the adult industry as we currently know it is changing and, changing for the worse. If webmasters are forced to pay Visa a $750 registeration fee per AEN system or per AEN site then a lot of todays industry leaders are going to come unstuck, especially those that focus solely on the AVS / AEN model for the primary source of income.
Adult Entertainment Networks – What’s Next?
This is the question that is currently being asked by many webmasters and, the truth of the matter is simply that nobody knows – Except for Visa, the next few days, weeks and months are going to be telling on the industry as a whole from what happens to current sites inside the AVS / AEN companies websites to what happens when surfers start to propagate back onto the adult internet looking for their fix of high quality porn, two things however are definitive throughout all of this, Visa is homing in on the adult industry and, every webmaster needs to be concerned about what will happen next.Article written by Lee
-
Using JavaScript To Auto Scroll Text
Using JavaScript To Auto Scroll Text.
There may come a time when you would like to have some text on a page that is simply just to big to fit on a single page. Of course, you could always create a new document for this text but, what if you could make the text actually scroll through the surfers browser?The following JavaScript will do just that.
Place the following section of JavaScript coding between your <head> and </head> tags:
<SCRIPT LANGUAGE=”JavaScript”>
<!–function scrollit() {
for (I=1; I<=1200; I++) window.scroll(1,I);
}// –>
</SCRIPT>Along with the following JavaScript coding someone in the Body of your page:
<FORM>
<INPUT type=button value=”scroll” onClick=”scrollit()”>
</FORM>Have a play around with the numbers in the first section of the JavaScript to speed up and slow down the rate of scrolling until you find a speed that is easy on the eye.
Article written by Lee
-
Fighting Back Against Computer Viruses
Only 10 years ago, the only way that a virus could have infected your computer was through you physically putting a floppy disk into your hard drive and running the program file that initiated the virus however, today’s viruses have become more complex in how they operate and, can spread like wild fire if they are not recognized as a virus doing damage not only to your computer but that of your associates and peers.
So how do we minimize the risk of virus infection on our computers which, lets face it, for the Adult Webmaster are our livelihood and, need to be protected at all cost. This is what we will take a brief look at in this article, how to minimize the risk of getting a computer virus and, heaven forbid, how to deal with a virus if you actually have one on your machine already.
Computer Viruses – A Little History.
1981 – The first widely accepted computer virus is recognized. The ‘Elk Cloner’ virus was spread through floppy disks and, whilst by today’s standards, it was not a high risk virus it, non the less was still a virus, in fact, all this first virus did was to display a message on your computer screen.1991 – The ‘Tequila’ virus was the first recognized ‘polymorphic virus’ meaning, it was the first virus which actually altered its state once on your machine in order to remain undetected.
2001 – 2001 saw the spawn of several highly potent ‘worm’ orientated viruses from the ‘Gnuman’ virus, the ‘LogoLogic Worm’ and the famed (is that the right word?) ‘Nimda worm’. These ‘worms’ were the first of their kind to actually spread themselves across the World Wide Web through infecting users email clients (specifically Outlook Express) and sending itself to every email address the infected machine had in the address book.
Virus Infections – Prevention Better Than Cure.
So we now have a little background on the main viruses over the last 20 years we will take a look at the ways in which we can prevent viral infections on our computers after all, as the subtitle for this paragraph says, a prevention is far better than having to find a cure.Here are a few simple ways you can help to prevent the spread and infection of computer viruses.
1) Install a good anti-virus software package on ALL of your computers, Norton and, Mcafee, both have some good products to aid you in preventing viral infections of your PC. Also, you should ensure the software package you do install has updated virus definitions, a new virus is created almost every week so you need to ensure your software keeps up-to-date on the latest infections.
2) Scan any and all email attachments you receive, irrespective of whether you know the sender or not, anything that you get sent in an email should be scanned, as mentioned above, there are complex viruses that can ‘send’ themselves from other peoples email address book, what happens if you are on the address book of an infected users computer? Can you afford not to be online?
3) Ensure that, once you have an Anti virus program installed on your machine that you have it setup to start each and every time that your computer boots, the first thing that should be loading on your machine is an anti-virus program, you only have one chance to prevent infection.
4) Avoid downloading .exe and .com files to your desktop unless, you know the person you are downloading the files from and, even then, before you launch or open the files ensure you scan them independently.
Virus Prevention – Overview.
Hopefully this article will have given you some insight into how you can protect both your computer and the computers of your associates and peers from computer viruses and, hopefully, by following the guidelines within this article your time spent online will be productive and virus free. One thing you should remember however is that no matter how hard we all try to remain virus free, someone will create a new program that ultimately, could infect our machines no matter how hard we try.Article written by Lee
-
Marketing And Building For Women Sites
When marketing sites to the female surfer, just how different does the building process become, are there things that you should leave out or add in that you usually wouldn’t for the male adult arena? Hopefully this article will explain this in some more depth.
I have broken this article down into specific segments that should be considered when building your for women sites these are as follows:
Sub Niches
As with every other niche in the adult industry the For Women market has their own individual sub niches. These vary from young guys to older men, couples, stories, fantasy, bondage, cartoons and a whole plethora of other niches all of which are to many mention here. Your chosen niche should reflect in the content you will be using and, more importantly, the content of the pay site to where you are sending the surfer. This is the best time to get a feel for your content and, it alleviates some hardships later on when you realize you have built a site full of hairy guys, only to realize the only site you can send them to is a gay bear site, not the most appealing site for a female surfer to join.
Where Do You Want To Go With This Site?
Are you looking to create a free site for the sole reason of driving traffic to your surfer trap, are you going to make a free site in order to make a sale, are you building a site for an AVS system? These are all decisions that you need to make before you start the building process, planning at this stage will reap its benefits later on. You should also consider the sponsor that you will utilize on the site, are you going to use all pay sites, sex toy sponsors or, will you use a mix, you need to plan this well as you do not want to end up with a site where all of the sponsors you are using end up negating the values of each other.
What Type Of Female Are You Looking To Attract?
Do you want to attract female surfers looking for erotica or, do you want to attract female surfers who are after something else, take a look at some of the female traffic sites, see what each of the sites presented to you offer their female surfers, can your match or better what these sites offer and, more importantly, can you offer something that the female surfer is likely to want?
Content Is King.
As with every other niche you need to pre-select the content that you will use on this site, do you have something that can be used and, used in such a way it generates interest from the surfer, if you are using stories on your site are they appealing, how do the men in the images look? All of these need to be taken into consideration before you start to use your content, if you do not have any content you need to choose some from one of the for women content providers, keep in your budget, make sure the content is right for your needs, not to hardcore but, not to softcore, keep it simple and erotic.
Layout
When creating your galleries be creative, anyone can stick up a 10 pic gallery but it takes a true marketer to place creative text on the page, provide the female surfer with some additional information, make it up if you have to, tell them the model is called Brian, tell them his stats, let them know some more information about the model. This will be more likely to get the women who visit your galleries / sites interested in both the images and, more importantly, the erotic side of the model you are using, if the model is available inside your sponsor pay site, you will more than likely find that the female surfer will want to get more information about the model out of sheer interest alone if nothing else.
Choose Your Marketing Strategies.
Will you be using banners, text links or, other media to sell your for women sponsor? We all know the proliferation of banners on the internet have made them less ‘click-able’ than what they used to be. Use some ‘erotic’ text over banners or, even use text on its own.
Keywords And Relevancy
Keep your smack talk pleasant but to the point, the majority of female surfers would prefer to click on a link that said ‘Steve erotically caressed his penis against her cheeks’ than, ‘Steve shot his hot creamy load all over her face’ see the difference? one is sensual and erotic the other is pure porn, female surfer are mainly erotica driven not porn driven.Speak To Another Webmaster / Web Mistress.
The for women niche is still relatively untapped at the moment, the people who are catering for this niche know the niche, most of them are female themselves and, as such, will know what works and what does not. How would you speak to a woman you met in public? There is a difference between speaking to a ‘guy’ and speaking to a female. Let this difference also show in your site too. If you have no idea how to market to women, ask one, you can find a message board dedicated to female webmasters at http://www.femalewebmasters.com and i am sure one of the posters there would be happy to help you out.
Design And Practice.
You now have the basics set you should now move onto designing you layout, keep your design simple, keep it neat, don’t over do the ‘female’ aspect of the site, over use of pinks, pastels and similar colors can undo all the preparation work you have just done, be subtle, know you are designing a site for the female surfer but keep it generalize, soft tones in color are not always the best way to use colors. Pink is not always for girls, blue is not always for boys, shades of pastel blue has just as much of a feminine effect as pinks and reds. Choose your color scheme wisely and this will pay off big time.
However you decide to develop your site you should ensure that it melts together nicely, use contrasting colors for your banners, background and text, make sure the content is not too gay looking and that the female surfer knows the site was built specifically for her but, also ensure you have the links visible in case you get surfers from other niches at your site, don’t do yourself out of money just because this is a for women site this is probably the only element that crosses over between niches be they straight, gay or in fact, for women.
Article written by Lee.
-
How To Become A Gay Porn Star
A quick look across the gay side of the adult industry will show it is lacking in one thing that its straight counterpart has in an abundance, amateur male models with their own adult porn sites. With that said, if you wanted to tap into this market how could you go about doing so and, more importantly, could you make money from working on the other side of the camera for a change? This is what we will look at in this article.
Becoming A Porn Star – The Basics.
Any web cam model will tell you, to have your own porn site will take a lot of persistence, time and, more importantly, personality, not least from the webmaster side of the industry however, in my opinion I think the pressure that a webmaster may face breaking into the gay male porn side of the adult industry might just be a bit harsher than what the bubbly web cam girls have to contend with, not only because as a male you will be appearing in content but, because your primary traffic base, whether you like it or not, will be a mixture of women and gay males.Male Amateur Sites – Getting Ready.
Before you start to even put your first ideas down on paper you need to do one thing, spend some time to research what is needed in order to start your own amateur porn site. In doing so, you will see that not only is everything in the two paragraphs above true but, you will also learn a little about yourself and, more importantly, about other webmasters and your surfers. Now you have the fundamental questions you need to ask yourself these are, What equipment do you need to run a male amateur site? What amount of investment in both time and money do you need to put into building your site? How much will you charge your surfers for access to your site? and, Is this going to be a long term commitment from yourself that could be possibly better spent elsewhere? Answer those questions as honestly as you can before proceeding and furthermore, think long and hard about the answers.Gay Amateur Web Sites – The Alternatives.
So lets stop for a moment and consider that you have realized you do not want to build and maintain your own male amateur site but, you would still like to be male porn material, where do you go from here? Well there are companies who can put you on their books and give you work from time to time such as http://www.redbagproductions.com a male modeling agency for the adult industry, this will in all likelihood be the place for you to start your search, find out how many places there are that can get you talent work and, what type of modeling work you will be required to do.Becoming A Gay Porn Star – An Overview.
With sites online such as Every Stag and the slew of other male modeling agencies finding a medium to start your modeling career wont be hard but, with this career comes uncertain hours, hard work (in more ways than one) and, to some extent, fame amongst the gay adult porn surfer. If this is something that you feel you can devote the time and energy towards and, are able to cope with the voyeuristic side of your personality then go for it, if however, you are still unsure after reading this brief article, perhaps becoming a gay pornstar isn’t for you?Article written by Lee
-
Censored Gay Adult Pornography
You’ve heard it said over and over “Make them pay for the pink” or in the case of the gay market “make ’em pay for the MEAT”. But how far can you get without hardcore on a gay site?
Depending on the method you use to get your traffic softcore verses hardcore can make a big difference. If you’re working the SE’s, you set the tone by way of your descriptions and keywords – and you hope that they get you the rankings and the surfers. On the other side of the fence, when you use link lists and categorized directories, their categories will dictate where your site will go. Thus, you are totally out of the loop when it comes to its placement.
For the past six months I have been conducting a test. I built ten free sites, all to derive their traffic from link lists. Five were strictly softcore and the others a mix of softcore images and “selective” hardcore images. Each had 40 pics in order to play to the larger LLs and directories.
Let me give you a little background. The reason I started this test was to track the traffic trends in the gay market as it applied to the notion of “make ’em pay for the meat”. It was something I had done with my straight sites, but something I totally avoided with my gay sites. The reason for that one a statement I made a while back “If I wanted to see softcore I could look in the mirror when I got out of the shower.” While this is a totally narcissistic comment, it does demonstrate my ongoing point about selling to gay men.
Now don’t get me wrong in the scheme of thing I do like softcore images of the right person, but as a surfer who is looking to get off, I want what I can’t normally have. And that idea is going to send me to a site that will has what I want, OR in the case of this test, THINK that I want.
Now back to the test sites. For my softcore sites, I took various images of single men in different phases of undress from stripping to provocative poses. For the hardcore I was much more selective. I used what I call US Cable or Int’l Tele guidelines. What that means is, what do I see if I turn on a cable station or one of the satellite channels from around the world. I found “simulated sex”. Just like an R rated movie, there were scene where two guys are together with no close ups of actual penetration. So, when I went through my web images I looked for similar scenes. The images were sexual but nothing so blatant as up close penetration but suggestive enough to arouse a surfer – the taunt factor I would need to sell my sponsor sites.
With my distinct sets of sites, I began to submit to the Link Lists. 99% of the sites were accepted for each of there categories (the one that didn’t get accepted had a hardcore description and softcore images – oops). But after making the correction it was accepted.
The traffic started to come in. In the first day, the difference I anticipated was right there. I decided I wouldn’t effect anymore change in traffic so I didn’t submit to any other link lists. I wanted to test this out. At the end of the month the trends I expected were in fact there. The total of all the traffic generated 10% came in to Softcore sites. The remaining 90% came in through the hardcore sites. So this tells me that most gay surfers are hitting the hardcore categories on the LLs. It confirmed my previous assumptions.
What’s the sense of doing all of this and not watch all avenues, right? Now having scrutinized where the traffic was coming from and how, I wanted to trace how it was going out.
I used an older cgi program to track the hits out. It’s one of those standard programs that I learned to use years ago and can’t get rid of. Now remember, all of the sites are pretty much the same with wording, sponsors, color schemes, etc. The only real difference was the pics.
Based on the numbers collected from the program I found that approximately 75% of all the traffic coming into the softcore sites left on a link to one of the link lists. I had 20% go out on a sponsor’s link and the remaining 5% did not resolve (which in this program I was using tried to count the click but was unsuccessful).
Now reviewing the information from the hardcore sites, I found a distinct difference. I will not lie to you. I expected a difference. I don’t want you to think I was awestruck LOL. But, I was surprised with what I found. This time the majority went out to my sponsors – 50% went to a sponsor site, 20% went out to the reciprocal links, 19.9% went to a free gay email site (which wasn’t enough to mention on the softcore sites), 5% did not resolved. The remaining 5.1% I have no idea – they probably whacked off and logged off (I hope it was good for them LOL)
While it is not the point of this article, I will add that the traffic produced reasonable well at the sponsor end.
Let me say that my “trends in gay adult traffic” research is by no means complete. However, over the period of six month these ten sites were enough to say there is marked difference between softcore and hardcore sites. So does “make ’em pay” work in the gay market? For now, there is a definite factor depending on where you get your traffic. If links lists are your specialty, then the answer is yes.
My next step in the evolution of this is to submit these sites into the search engines. With all things considered, I’m looking forward in tracking that information. I’m off to submit. I will share the data I collect from that test soon.
Now, I just hope DMOZ doesn’t give me a hardcore time ; )
Article written by Gary-Alan.
-
Search Engine Themes!
It’s safe to say that the ‘pay-per-inclusion’ model is rapidly catching on with today’s search engines and directories as they are forced to become profitable in a hurry. But there’s also another trend that’s come to the fore.
‘Theme indexing’ is a process used by search engines to determine an entire site’s primary theme. In other words, your complete set of Web pages is indexed as one, and defined as one.
This is why sites with multiple product lines and subject content often get poor rankings today. To learn how to combat this, let’s first look at the theme indexing process from the search engine’s point of view.
According to Search Engine World, the theme indexing search engine follows this basic 5-step progression as it ‘weighs’ what a particular site is about:
1. Page Titles
2. Meta Tags
3. Page Headings
4. Page Content
5. LinksThis is a general overview of the approach – each search engine is unique, and no one has the ultimate read on every search site. But to date this has proven to be true of AltaVista, Google, Excite, Lycos and WebCrawler.
All of these belong on the ‘Who’s Who’ list of major search sites today. If it’s important that your Web business be found among them, today you must write your site with theme indexing in mind. Here’s how:
The concept itself is simple. Focus your entire site like a laser beam on a single, potent theme.
The process is ruthless. Get rid of the deadwood. Set up additional sites as needed for each individual product and service ‘family’.
In the same way that you must now invest to get indexed on Yahoo, LookSmart, Inktomi and other top directories, you need to invest in separating your activities by theme into multiple Web sites. Kick out unrelated content, links and affiliate programs that don’t relate to your market niche. Build new sites as needed, with each focusing on its own unique selling proposition. This is the first step to take in the optimization copywriting process.
Having done this, here’s how to write each site to get the best possible positioning on theme indexing search engines.
Focus Your Key Phrase.
Determine what key phrase your entire site is about – a key phrase people use often on the search engines. To pick heavily searched, popular key phrases, try Word Tracker: http://www.wordtracker.com/.Write Your Copy. Throughout your site play variations on your key phrase theme. Every element counts: page titles, meta tags, page headings, page content, links. Remember to write for people first. Search engines are robotic, but people always want to know what’s in your site for them. Tell them what qualifies you to help, and what you have to offer. Balance using your key phrase with the benefits you deliver.
Once you’ve written your copy, search your text for generic phrases like ‘our product’ and substitute your key phrase. Use long copy where you can. Not only does it outsell shorter copy – it also makes it easier for you to write keyword-rich text.
Format Your Text.
Use key phrase bullets. They break up text copy and serve you as mini headlines with an entirely different look and feel.Use multiple headlines to create immediate context when a visitor explores your site. Make these headlines specific by using your key phrase. Tag headlines in your source code – <H1>, <H2> or <H3> – to highlight your theme.
Write your links as mini-headlines. Often people scan pages by jumping from one link to another. Link words look very much like headlines, or highlighted words, and should deliver your primary message and key phrase.
Measure and Test.
Conventional wisdom tells us that the ideal keyword density is somewhere between 3-7%. To check this before you submit, try the free Keyword Density Analyzer: http://www.keyworddensity.com/. For a more accurate read on individual search engines, do a search under your key phrase, then take the top 3 returns, enter their URLs and try to match their percentages before you submit. Track your placement and adjust accordingly.This is the initial approach to optimization copywriting for theme indexing search engines. Keep it simple: start here.
Article written by Lee
-
Mirroring Adult Sites – Stage One.
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
-
Calling Complete JavaScript’s With One Line Of HTML Code
We all know that some JavaScript coding can be excessive and add considerable amounts of additional coding to our pages making them both slower and less search engine friendly however, what if I told you there was a way you could call the EXACT same JavaScript functions you are calling now by using a single line of code and, in the process you would NEVER have to find a specific piece of JavaScript again as you would instantly know where it was saved.
You would probably think the above is in fact very time consuming but, it actually takes no time at all.
The secret is to copy and paste the JavaScript into a plain text file and save that on your server somewhere. However, instead of saving it as a .txt extension save this file as a .js extension and, to make it easier still to find, when you upload this file to your server place it in a directory called /JavaScript/.
That’s pretty much it, easy huh?
Now comes the part of actually getting the JavaScript to work on your web pages, what you need to do instead of using the complete JavaScript coding that you usually would if you wanted to make a pop-up console appear is to use the following coding placed between your <head> and </head> tags:
<script language=”JavaScript” src=”../JavaScript/popup.js”></script>
That will now call the popup.js file or whatever it was you called it from your server and make the JavaScript function work for your surfers with JavaScript enabled in their browser.As you can see, not only does using this method save you a considerable amount of time but, it will also make your pages more search engine friendly as spiders will not have to work their way through a lot of heavily JavaScript before they get to your SE content.
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