-
Saving Time Online – Shortcut Keys
The one thing that i have started to do just lately is use shortcut keys. These are actually very easy to get used to and, will save you a lot of effort over a period of time.
Below you will find a list of the more common shortcut keys in both Windows and Internet Explorer.
Even if you get used to using one or two of these shortcut keys you will notice the time you start save over a week, hell, i don’t even type the whole domain into my IE address bar anymore!
Here are the shortcuts for Windows along with the description of what they do:
Alt + F – File menu options in current program.
Alt + E – Edit options in current program
F1 – Universal Help.
Ctrl + A – Select all text.
Ctrl + X – Cut selected item.
Shift + Del – Cut selected item.
Ctrl + C – Copy selected item.
Ctrl + Ins – Copy selected item
Ctrl + V – Paste
Shift + Ins – Paste
Home – Goes to beginning of current line.
Ctrl + Home – Goes to beginning of document.
End – Goes to end of current line.
Ctrl + End – Goes to end of document.
Shift + Home – Highlights from current position to beginning of line.
Shift + End – Highlights from current position to end of line.
Ctrl + Left – Moves one word to the left at a time.
Ctrl + Right – Moves one word to the right at a time.
Ctrl + Backspace – Delete word to the left of cursor.
Ctrl + Del – Delete word to the right of cursor.
Alt + Tab – Switch between open applications.
Alt + Shift + Tab – Switch backwards between open applications.
Ctrl + Esc – Bring Up start button.
Alt + Esc – Switch Between open applications on taskbar.
F2 – Renames selected Icon
F3 – Starts find from desktop
F4 – Opens the drive selection when browsing.
F5 – Refresh Contents
Alt + F4 – Closes Current open program.
Ctrl + F4 – Closes Window in Program
Alt + Enter – Opens properties window of Selected icon or program.
Shift + F10 – Simulates right click on selected item.
Shift + Del – Delete programs/files without throwing into the recycle bin.
Holding Shift – Boot safe mode or by pass system files.
Holding Shift – When putting in an audio cd will prevent CD Player from playing.The following list are shortcut keys when using Internet Explorer:
Alt + Left – Back a page.
Alt + Right – Forward a page.
F5 – Refresh current page / frame.
Esc – Stop page or download from loading.
Ctrl + Enter – Quickly complete an address.
Ctrl + N – Open New browser window.
Ctrl + P – Print current page / frame.Hopefully this list of shortcut keys will get you saving some time even if its just a few minutes a day. After all, we all know the one thing webmasters need more of is time.
Article written by Lee
-
Becoming A Webmaster – Communication Home Truths
Ok, we are ALL guilty of the things that are going to be mentioned in this article in one way or another, this article isn’t going to be a ‘see I told you so’ session rather an explanation of how and why certain things happen from time to time in the adult industry and, how they can be overcome.
Get ready, his may make you realize the way you have been managing your time this far has been completely and utterly wrong.
Message Boards.
A great tool to the webmaster, virtually every resource site owner and their friend has one but, there is one thing that you are not being told as often as you should about them, they ARE counter productive to YOUR work schedule. Think about it, how often do you access a discussion forum on a daily basis? Two, three, four times? maybe more? That time you could be using more effectively, coming up with new ideas, putting sites together, tweaking your traffic sources etc.I would whole heartily agree that there IS a need for forums but, at the same time, what would happen if every time we went to post a message we left it and posted a selection of them in some time put aside for doing so? Another thing regarding message boards, they are there to benefit the webmaster, we can let our sponsors know when we have issues, we let other webmasters know when we have issues with them and, we also ask for help and advice, as I say a great tool to the webmaster but also one that should IMHO be used with a little modicum.
Instant Messaging Clients.
Again, another great global communications tool for webmasters, we get in touch with our sponsors, our peers and our friends and family but, how many of us spend countless hours a day conversing back and forth about things that, quite frankly, are of little or no importance? Who can honestly say they have time set aside each day to purely log onto your messaging client to just communicate with people? I know I am guilty of keeping my client on 24/7 and answering messages almost instantly whilst also bugging my peers for idle chit chat.Email.
The Bain of every webmaster, speaking from personal experience, if I don’t check my email 50 times a day I check it 100, first thing I do in the morning, check my email, last thing I do before I go to bed? Check my email. I realize there is absolutely no need for me to do this but, non the less I do, its almost as if I have become addicted to checking my mail. I’m sorry to say it but, again, this is one thing that we probably couldn’t live without but, we can certainly cut down the time we check our email each day. If I never had to reply to an email again, I would be happy, as it is I get close to 200 business related emails on a daily basis and, lets be honest, I rarely reply to them the same week.Sponsor Statistics.
Again, another GREAT tool that we are kindly given by our sponsors but, again, even this simple tool can become a Bain to the webmasters workload. How many times do you check your stats on a daily basis? Hell, even I will admit to checking them 3 times a day and, yes, I know even this is to many times. Some sponsors now have stats by email, again, this is better than logging into your stats each day but, it also adds tot he problem with email checking above. Basically, there is only a need to check your stats once a day if that. I used to check them every hour then, for whatever reason, I checked them once a week, then I slowly got back into the phase of checking them morning, noon and, night. The stats are still there every time I look so why do I bother? I guess that’s one of the mysteries of life but, I know I spend far to much time checking them and waiting to see an additional sign up or two on top of what I already have.Anyway, I’m going to leave this article alone at this point, as, the above would seem to be the most popular methods of wasting time on a daily basis, we all know we waste our time and we all know that what we need to do is manage it better but, how and when, getting our time management sorted out takes time in itself.
Article written by Lee
-
What’s A CHMOD?
CHMOD is another name for setting the permissions of files on your server.
All UNIX based web servers understand the concept of permissions. these are broken down into three distinct areas.
Permissions for the person who OWNS the file.
Permissions for the group (all users are members of one or more groups).
Permissions for everyone else.Permissions are listed one of two ways either using numbers such as 755 or, using letters such as rwx-xr-x however they both mean the same thing.
The first number or first group of three letters stands for the permissions of the owner (IE 7 or rwx).
The second number or second group of letters stands for the permissions of the group (IE 5 or xr).
The third number or third group of letters stands for the permissions of everyone else (IE 5 or x).The way the system works is as follows:
1 = x = you are able to execute (run) this program.
2 = w = you are able to write to this file.
4 = r = you are able to read the contents of this file.so if you add it up rwx = 7.
So, in the example given above (755 or rwx-xr-x) the owner is allowed to read and write the file AND execute it.
The group is allowed to execute and write to the file.
Everyone else can execute the file.We hope this gives you a little more insight to how CHMOD’ing or, setting the permissions on your server can affect how files act.
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
-
How To Claim Back European V.A.T
With the recent legislations requiring US businesses to charge Value Added Tax to EU Member state customers for purchases of digital product / image downloads there are many new questions going around enquiring how companies and small business owners can claim the VAT back this is what we will look at in this brief article – The basics of claiming back your VAT from Europe.
What Is V.A.T?
Value Added Tax (VAT) is a consumption tax levied on goods and services in many countries across the globe. Over the last decade, legislation in the tax systems of Europe, Canada, Japan and South Korea allow for a refund for the majority of non resident entities, worldwide to a refund of VAT in most instances however, especially in the business world, registration must be achieved prior to claiming back your VAT and, preferably before the purchase of Vat able goods takes place.Who Is Entitled To A VAT Refund?
Most businesses will be entitled to receive a VAT refund however, as the laws vary from country to country, the best way for you as a business owner to find out the laws as they affect you is to contact your company accountant who, should be knowledgable enough to inform you of what you need to claim back from each of the EU member states where V.A.T has been charged.What Products Can I Claim V.A.T Refunds For?
Most typically value added tax recoverable expenses can take form as one or more of the following items:Business Property Expenses.
Transportation Costs.
Inter-company Billing.
Marketing + Promotional Services.
Exhibitions, Conferences + Business Meetings.
Importation V.A.T.
Digital Downloads (Business Related).How Do I Register For V.A.T?
When a company inside the domestic US conducts transactions in the EU countries where value added tax registrations may be required the registration for the VAT refund should be done prior to the transaction taking place however, on occasions which vary from individual EU member states this registration process may be done retroactively. By becoming registered to claim your VAT back the company is legally required to d the following:1) Register for the VAT in the EU country where the transaction takes place.
2) Account for VAT on all invoices or receipts issued to your European customers.
3) Deduct the V.A.T incurred from your European suppliers of goods or services.Value Added Tax – An Overview.
When all is said and done, other than the obvious need to increase your pricing structure for certain global markets registering for and, charging value added tax actually has a great deal of benefits. You now get to claim addition refunds from any expenses that you incur from the day to day running of your business, your promotional activities become vat’able so you can now increase the level of global marketing you do and, claim full value back from the EU member states (where applicable). basically, registering in the EU member state will enable your business to grow on a global scale and, at the same time, afford you the luxury of being able to market your goods and services to a greater client base at virtually no cost to yourself this is a good thing especially when you take a look at the growth that international internet usage is making each month.Article written by Lee
-
Personality Plus
I have been selling to the gay market now for 5 years. And one trend I have noticed that works best in ANY marketing attempt is to make it personal as possible. Now this is true in any marketing venue; however, the same tactics of Personality I have used in the straight market were not enough for the gay market.
The gay market is better served when the surfer BELIEVES, not just feels, you know him and know what he wants. This goes back to my previous comments on knowing your niche.
I really believe that the “1 to 1 dialogue” you can have with your surfers is more important than just high traffic averages when making sales. Giving him the sense that he matters to you, a sense of community, a sense that you are here just for him is all accomplished by adding your own personality to your work.
In many avenues I have said “talk to the surfer”. I have said it so much you are all probably sick of hearing it. But it WORKS. With many of my straight sites, I attempt to speak quickly and to the point, because while I know straight people I don’t know what is going to fly all the time. In those cases, though, instead of saying, “Click Here for Great Sex Sites” I will probably phrase it as “The best site on the net and Cheaper than a six pack of beer”. Am I being heterophobic with my lack of enthusiasm? Maybe. It is how I approach it and it does work.
On my side of the fence, I would talk the talk, differently. While the basics remain the same, “talk to the surfer”, I approach it in a more personal manner… Again, instead of using “Click Here”, I would go with “Hmm, Hmm … I followed this yummy thing to Absolutely Male. I have to tell you, I had more fun here than anywhere else on the net. Made my toes curl and then some…” Enough of that now, huh? = )
I do not stop at just the marketing. I do the same thing when it comes to the body of my sites. I will add statements that include a recent trip to the local gay watering hole, the men I saw on the beach, my own experience with a man in uniform, and so on depending on the theme of the site. And, yes since I’m not a total sex fiend, I do make things up as I go along ; )
Recently, I have received letters from webmaster who have worked the personality approach. They have found a lot of success. However their bigger complaint was they now had a lot more bookmarkers than before. That’s great, as far as I’m concerned. This means they have been to glean a following of loyal surfers. And if you can work it, it is that loyalty that can make a HUGE difference. I think I will save how to work that loyalty factor for a future article or post.
The gay adult net has gone full circle. In the beginning, personality was the KEY to success. Then we followed suit with most of the adult web and moved away from it to a “here’s some porn now buy something” attitude. Right now, when the going seems to be getting tough, our surfers are looking for the exact thing that made us different to begin personality and community.
Article written by Gary-Alan
-
Domain Name Transfer Agreement
Domain Name Transfer Agreement
For most people, buying and selling domain names is a fundamental income provider for their business model, as such, you should ensure that when buying or selling domain names you should have a legal contract to assist in the transfer of sale.Domain Name Transfer Agreement.
This Agreement is made on the Day of 2001 between:
(1) [Your name and address goes here]. (hereafter referred to as the assignor) and;
(2) [The buyers name and address goes here]. (hereafter referred to as the assignee).
RECITALS:
(a) The parties have been in discussion concerning the transfer to the assignee of the registration of the designations ‘[full domain name goes here]’ and ‘[further domain name goes here]’ (whether in lower or upper case) hereafter referred to as (the “domain names”) as website addresses on the internet.
(b) The parties wish to reach a mutually acceptable arrangement in relation to such discussions.
Now therefore, in consideration of the parties’ mutual covenants and undertaking, the adequacy and sufficiency of which are acknowledged, the parties agree as follows:
1. The assignor hereby agrees to assign, and/or cause to be assigned, to the assignee the domain names. The assignor shall do such things and execute such documents as reasonably requested by the assignee at the assignees expense to perfect such assignment and shall comply with the standard requirements of [insert domain name registrar here] as in force at the time of this agreement.
2. In consideration of the parties mutual obligations under this agreement the assignee agrees to pay the assignor the sum of $$ [Amount in words goes here] [currency goes here, Dollars, Sterling Etc] immediately following notification that all of the domain names within this agreement have been recorded at the relevant registries as in the ownership of the assignee thereby evidencing the transfer of the domain names to the assignee.
3. The assignor, whether through himself, any alias and/or his servants or agents shall immediately cease and desist from and shall not resume using the domain names or any other designation whether a trade or service mark, trading name or domain name that contains words colourably similar to that of the assignee.
4. The assignor further agrees that he shall not, directly or indirectly, individually, through any alias, or in conjunction with any person, firm or corporation, apply to register any trade mark, service mark and/or any other word or words colourably similar to any such trade names or marks.
5. The assignor further agrees that he shall not, directly or indirectly, individually, through any alias, or in conjunction with any person, firm or corporation, apply to register any trade mark, service mark and/or any other word or words colourably similar to any such trade names or marks, cause enable or assist any third party to do the same.
6. The assignor represents and warrants that it has not, directly or indirectly, through any alias or in association with any other person or entity, filed, reserved, received or granted a transfer of license of any domain name that contains the trade marks or any word or words confusingly similar thereto in any country or federal, local government, region or state authority, or with [insert domain name registrar here], or any other internet registration agency. The assignor covenants that it will not, whether through himself, any alias, through his servants and/or agents undertake any such registration, filing, or reservation or cause or assist any such registration, filing, or reservation to be made, by itself, or in connection with any other person or entity.
7. The assignor represents and warrants to the best of its actual knowledge, as of the date of its execution of this agreement, that:
(a) The assignee has the right to dispose of the domain names;
(b) The assignor has not received notice of any existing or threatened claims or proceedings by any third party other than the assignee relating to the assignors use of the domain names;
(c) The assignor has not received notice that the domain names are subject to any outstanding order, decree, judgment, stipulation, written restriction, undertaking or agreement that would prevent the assignor complying with this agreement;
(d) The domain names are not subject to any lien, charge, security interest, mortgage, third party interest or other encumbrances;
(e) The assignor has not granted any licenses to or authorized any third parties (including any affiliate of the assignee) to use the domain names or any other confusingly similar domain names; and
(f) The assignor, does not own directly or indirectly through any alias, third party or likewise any other domain name containing words similar to that of the assignees.
8. Each of the parties hereto warrants and represents that the person (s) executing this agreement on its behalf has full authority to execute this agreement and bind it as a party to this agreement.
9. The terms and conditions of this agreement shall be maintained in confidence. No party may disclose such terms and conditions to any third parties other than to the attorneys, accountants, officers or members of the boar of directors of the assignee or assignor or otherwise without the express written permission of the other party.
10. This agreement shall be binding upon and inure to the benefit of the parties hereto and their respective heirs, clients, licensees, representative, successors, predecessors, and assigns. In this agreement words denoting persons shall include bodies corporate and unincorporated associations of persons and vice versa.
11.This agreement incorporated herein constitutes the entire agreement of the parties. It may be modified only in writing signed by both parties. This agreement may be executed in one or more counterparts, all of which shall constitute a binding agreement when one or more counterparts have been signed by each of the parties.
12. This agreement shall be construed in accordance with the laws of the [Your country goes here, United Kingdom, United States, Etc], and the parties hereto submit to the non-exclusive jurisdiction of the courts of the [Your country goes here, United Kingdom, United States, Etc].
13. Both parties acknowledge that if either party violates all or part of this agreement the other party may seek legal remedies to restrain any further violation of this agreement and in such a case, the violating party will be wholly liable for the cost of any such order.
Signed by: ……………………………….. Date: ………………………..
For and on Behalf of [Your company / legal name].
Signed by: ……………………………….. Date: ………………………..
For and on Behalf of [Buyers company / Legal name].
Article written by Lee
-
SEO Pyramid Scheme
I thought i would spend a little time to let you guys in on a little something i like to call the SEO Pyramid Scheme
Basically, we all know the importance of targeting specific keywords and phrases however, this isn’t necessarily the easiest of things to do until now…
Lets take a simple free site as our example, We know we have to have Meta Tags, Descriptions, Alt Texts and Body text on our site but how do we keep this all in within the theme of our site and, more importantly, how do we make sure we target as much of our niche traffic as needed? Actually the process itself is a simple one that has been around for many years however, very few people make good use of it.
So we have our free site all ready and waiting to be optimized for the search engines the first thing we need to do is take a look at our sites content (read as images) and make a short mental description of them so for example, if we have a teen site the pictures may be of a ‘blonde sexy teen model wearing stockings’.
That description is the basis for our keyword pyramid.
We now have to construct our pyramid based on that brief description so we start o break it down word by word for example:
Blonde
Sexy
Teen
Model
StockingsThat is our primary layer in the pyramid already completed, not so hard really was it
Now comes our second level in our SEO pyramid:
Blonde Sexy
Sexy Teen
Teen Model
Model StockingsAs you can see from this we now have our secondary layer of the pyramid all worked out onto our tertiary layer:
Blonde Sexy Teen
Sexy Teen Model
Teen Model StockingsNow we have our tertiary layer for our pyramid we can continue this for further layer like this:
Blonde Sexy Teen Model
Sexy Teen Model StockingsAgain, we can break this down one more level like this:
Blonde Sexy Teen Model Stockings
We now have 5 layers to our pyramid.
The next stage is to incorporate these layers into both your Meta Tags and, more importantly you body text.
Take each layer in turn and, where possible include one line from each later into each portion of our HTML code from the Meta Tags, Alt Tags, Main Body Text, Hyperlink Text and, Image File Names.
By working through each layer of this SEO pyramid at a time you will not only discover keyword rich phrases that you could otherwise be missing out on in the search engines but, you will give your sites a theme making your chances of being listed for the correct search terms even better.
Article written by Le
-
HTML Page Load Times – Making Them Quicker
Surfers on the web are here for one thing and one thing only, they want information, they want it to be correct and, more importantly, they want it now. We cant always help when it comes to getting the information however we can help them so far as making sure that when one of the surfers clicks on our pages they load quickly.
Taking Control Of Speed.
For many webmasters hand coding their HTML pages is an often timely and costly method and, because of this they turned to the WYSIWYG (What You See Is What You get) editors such as Dreamweaver and Frontpage to create their pages for them however, even this in itself requires some manually intermission on the webmaster part. Many of the older style WYSIWYG Editors added a fair amount of un-needed code to the HTML so, spending a few minutes after you have your pages created to physically go through the HTML code and clean up the junk html can in effect, cut down your page size by up to 25% in some instances.HTML Quotations And Hyphens.
In addition to un-needed HTML tags you may also want to consider removing any quotation marks or hyphens from your HTML code, both of these can quickly clutter up a page and laden it down with more code than is actually required.For example, ‘HTML Coding’ makes just as much sense as me telling you HTML Coding when read in sequence. The trick with using quotations and hyphens is actually knowing at what point in your text you can ‘get away’ with removing them and, this is only something you will know yourself after proofing your completed page.
Hyperlinks.
If you are only going to provide links from one page of your site to another then, why use absolute paths? http://www.domain.com/linking.html is the same as /linking.html when you use it in a link from one page on your site to another and, well, in all honesty you have increased the load time of your page by only linking to the relative url instead of the absolute and that’s what we are trying to do here right? Make our pages load faster.White Space.
White space on a web page can be a good marketing tool however, white space in your HTML code is a bad thing, placing spaces between certain parts of your HTML code can quickly bog down your load times instead, try to use the tab key to separate certain parts of code likewise, keep the use of   to a minimum, this can quickly become the most relevant term on your page if used in excess.One other benefit of making your pages as small as possible is that a webmaster wanting to steal your HTML code is going to have a harder time finding the exact piece of coding if the HTML is all on a single line than they would if the code was laid out nicely however, this in itself is only a deterrent and it wont stop those webmasters determined to steal your HTML code.
Page Load Time Overview.
Hopefully this brief article has given you some idea of ways in which you can practically reduce the load time of your pages without affecting the overall look and feel of your site and, who knows, if your page loads quicker, then you have a better chance of your surfer getting to your sponsor quicker.Article written by Lee
-
Using Basic Server Side Includes (SSI)
Server side includes are what their name sounds like. A way to include the contents of another file into your current web page BEFORE the web page gets sent off to the surfer. Not only does this include contents of a static file but you can also include the results of a CGI program and on some web servers, you can even have it display the current date and time.
Now, many web hosts do not normally have server side includes turned on. You will have to ask your host if they have SSI turned on and if they do, what is the file name extension for SSI. By default, SSI files have an .shtml extension.
Sometimes, you can turn SSI on yourself. If you host doesn’t have SSI turned on for you already, you can try adding the following two lines to your .htaccess file. Then create a file with the .shtml extension, include a SSI command and see if it works.
AddType text/html .shtml
AddHandler server-parsed .shtmlWhen you use SSI commands, you place them exactly in the location within your web page where you want the output of the SSI command to appear when you finally browse the page. If you have SSI, then you can use the following command to include a file. When you include a file, you can either give it a path name to the file or you can give a URL to the file. I’ll list both here.
<!–#include file=”/some/path/above/my/web/to/my/header.html” –>
This is an example of how to include a file based on its path name. Now,
here’s the same file put included with its URL.<!–#include virtual=”/to/my/header.html” –>
And this is an example of how to use a URL. With a URL however, it cannot be a complete URL such as http://www.somesite.com/somefile.html. It has to be within your current website. You can also use the URL method to run a CGI script! Here’s an example of that:
<!–#include virtual=”/cgi-bin/somescript.cgi?myfirstarg=1amp;mysecondarg=2″
–>As you can see, we can even pass arguments to the CGI script just as if you typed it into your browser! There is also another way of running a CGI script but this is not as widely used any more and you should use the #include virtual method instead. Here is the same example so that you will know what it means when you see it.
<!-exec cgi=”/cgi-bin/somescript.cgi?myfirstarg=1amp;mysecondarg=2″ –>
As I mentioned earlier, you can use SSI to display the current time and date. Here’s how:
<!-echo “$DATE_LOCAL” –>
This will display the current date and time. SSI is usually used when you want to have a standard header or footer on each page. It’s also used for displaying rotating banners or page counters. As you see above, you can also use it to display the current date and time or the date when the page was last modified.
SSI has also been used for cloaking and some tracking software uses SSI to track each incoming hit to the web page. If you would like more information about SSI, go to
http://www.apache.org/docs/mod/mod_include.html. This is the definitive guide on SSI on the Apache web server.Most other web servers that use SSI also follow these conventions.
Article written by Lee
Premium Sponsors
Categories
- 2257
- Billing Solutions
- Blogging
- Branding
- Content
- Domain Names
- Employment
- Forms & Contracts
- General
- Hosting
- Link Lists
- Opt-in Mail
- Paid Traffic
- Pic Posts
- Promotion
- Scripts
- Search Engine Optimization
- Sponsors
- TGP
- Traffic
- Tutorials
- Viral Marketing
- WebDesign
- Writing