almostbob 866 Retired: passive income ROCKS

There are a few stages between best friend and proposal
why not go through the
talk,date,hold hands,kiss
before .
If you jump straight in, it may not resolve well, too many crazies on the news.
My wife ended up proposing, after we spent a lot of time talking.
\It seems talk is most important from my limited experience, she may have similar feelings, but you never know unless you talk
( Its scary as, but good as well ) I guess not much help, but good luck

almostbob 866 Retired: passive income ROCKS

0px 0em 0% 0pi 0cm 0in are equally incorrect and may cause some browser/OS combinations to display improperly
zero is dimensionless
0pt = 0px = 0em = 0% = 0pi = 0cm = 0in = 0
1pt <> 1px <> 1em <> 1% <>1pi <> 1cm <> 1in

almostbob 866 Retired: passive income ROCKS

Write excellent original content, appropriate to the site purpose
displayed in perfect validated code.
tell about it in subject appropriate social media, with links.
get linked back to

almostbob 866 Retired: passive income ROCKS

perl is an interpreted language, a perl interpreter installed in the server
basic on a larger scale
human readable instructions are interpreted as is
available for development purpposes on a smaller scale down to usb thumbdriver versions

almostbob 866 Retired: passive income ROCKS

you chose a word press plugin that is designed to be a paysite front end,
have you read the docs and set up the plugin, the docs on the developer site are huge so I havent read through them.

almostbob 866 Retired: passive income ROCKS

If you do code, you get designs and layouts that you can use over and over, knowing they work, and making $ off them
Cordell sells its services to banks and insurers
this link differs from this link differs from this link
by a profile number mapping a good idea to a bunch of purchaser's color and layouts
cant do that if the code you produce is proprietary to someone else
(I do real estate services)

AnyHoo, this is the new mod thread

<M/> commented: ;) +0
almostbob 866 Retired: passive income ROCKS

most wysiwyg editors produceepixel measured layout, looks great on your screen, looks ridiculous on all others
basic design on a wysiwyg, redone to display in em or % instead of pixels will get you by, but hand written code, is going to be prettier, faster, and more consistent overall.
Pretty much everything your co-workers tell you will be wrong, ignorance they learned about X, Y years ago and there is no other way to do it , , , else people would still be slicing up images to display with dreamweaver and doubling the time the page takes to display (oops, they are), or malice they dont want competent competition
ignorance and malice dont leave much room for honest answers

There was an anouncement from HappyGeek, just last week about JorgeM's elevation.

<M/> commented: Great point! +8
almostbob 866 Retired: passive income ROCKS

because: it looks like they've been asked to make changes to existing code for a web site. the poster being unversed in coding xhtml, and not wanting to make changes outside of what was asked

the OP asked for what may seem redundant questions, for an outdated language version.
I still have code in html4, no need to change them they function as required
some pages in xhtml, ditto
some pages in html5 playing with function, that dont work on my POS terminals since the embedded OS has IE7 (and its ugly)
just saying, cut em some slack

almostbob 866 Retired: passive income ROCKS

https://codex.wordpress.org/Plugin_API
details the entry points and code hooks in wordpress to integrate your code,
may be a bit of reading, before you find the bit you need, but you can be sure it wont kill something important

almostbob 866 Retired: passive income ROCKS

As WebOutGateway, original, well written content, that relates to the intent of prospective customers, will get links from valid referres,
Content is King
Google Webmaster tools reports always help in fixing the site errors that knock off SER

almostbob 866 Retired: passive income ROCKS

ditto evolutionFallen's thoughts, but, javascript is unfortunately unreliable, many browsers block unload scripts
have you considered a timeout on the session

EvolutionFallen commented: Good caveat +6
almostbob 866 Retired: passive income ROCKS

home work assignment: Flush; gurgle

almostbob 866 Retired: passive income ROCKS

It is the same script type used to make all those personalised roadsigns
ajax using imagettftext() to create a transparent overlay. This one is more sophisticated there is a texture map applied to the generated image that closely matches the underlying tshirt.
The layer does not alter the tshirt image, just sits over it

almostbob 866 Retired: passive income ROCKS

read their advertrising, it will tell you what makes it the best
unfortunately advertising is a lie, and best is a subjective term
Best for What?
best by what considerations
no real difference to anything else

almostbob 866 Retired: passive income ROCKS

I know the answer, you do not
I know how statcounter operates
I know how google analytics operates
I am not going to do it for you,
I have instead pointed you at the source, to accomplish what you want.
You will then have the tools neccessary to make your site behave as you wish, and not have to ask the same question the next time you wish to make any alteration
the googleads api, mentioned in many prior posts, contains instructions on how to interact with adwords ads
API = Application Programming Interface

last time, : does the googleads api have anything to say ?

kmayoyo kōhai

almostbob 866 Retired: passive income ROCKS

As Above,
Many of the effects of clientside script can be accomplished on the server
Many of the effects of serverside script can be accomplished on the client
the best design choices choose horses for courses
Server side, the page is smaller when sent to the browser = faster
client side, essentially trivial things dont tie up the server
anything to do with security, is generally better on the server(1), client side validation is a joke
but clientside scripts to point the user to irrational input data, something completely out of the park, is faster than submitting the page and getting the server response back.
the combination of Both serverside and clientside scripting, Ajax (Asynchronous Javascript And Xml) allows the javascript clientside code, to request new serverside scripts to repopulate parts of the page dynamically

(1) like any axiom it is not always true

almostbob 866 Retired: passive income ROCKS

No,.
telling you to check the google adwords API to find how to interact with the code
google publish instructions for their systems
ergo, 'does the googleads api have anything to say?'

the google search would probably be 'google adwords api'

almostbob 866 Retired: passive income ROCKS

nothing appears to call the checkpackage() function
perhaps include it as a subroutine in the validation script
something like

    17.if (frm.Country.value == "") {alert('Country is required.');frm.Country.focus();return false;
    18.checkpackage()}

its been a long time since I did anything clientside,
you may have to move the checkPackage() function before the validation script, dont remember if declaring a function after its call is invalid or not

almostbob 866 Retired: passive income ROCKS

the validate function coded by the original author uses a replaceable parameter "frm" function ValidateForm(frm) {
that way the same code can be reused with multiple form ids
the script is called with a default replaceable parameter 'this' which is replaced on execution with the form id
onsubmit="return ValidateForm(this);"
is functionally equivalent to onsubmit='return ValidateForm("ContactUsCaptchaWebForm);'

it is important that form and input names & ids are properly matched to the names and ids within the javascript validation code
( havent actually performed the matching yet, making breakfast. )

almostbob 866 Retired: passive income ROCKS

How do you intend to pay for this consultive design process
This is not a 'do my homework for me' site
people will help you, debug YOUR work
but if you expect more, you are in the wrong place
google search for a tutorial on database integration, and begin yourself

almostbob 866 Retired: passive income ROCKS

we seem to have a logical failure,
let me google that for you,
There we go

almostbob 866 Retired: passive income ROCKS

why not follow the directions from the one that makes the rules google webmaster 101
google 101 says submission sites are penalised

code compliant sites get higher rankings, it is easier for bots to fint content. read this thread Read me first before asking for a review in the website review forum
yeah I wrote the first post but the instructions are valid
and clean up the code with the included links. then submit the site to google via google webmaster tools

almostbob 866 Retired: passive income ROCKS

I always assumed that 0, is
'put the marker on the identifier for the location'
in national parks and other really large single entities, the marker jumps to the labelled name, 1/2mile or more.
the directions still take you to the carpark.
Its usefull if you are going to a 'place' if you are going to the grill, you want the B marker to be on the location marker for the grill, not on the associated building

almostbob 866 Retired: passive income ROCKS

Your code is irrelevant. An iframe is not part of your page, it is external, a complete page from doctype to /html rendered in a little box.
the code of the iframe is by google
the terms of service are by google
the API to manipulate the iframe is by google
ergo, 'does the googleads api have anything to say?'

and even if the href of the iframe is ON your server it is still external to the page that calls it, just for reference.

almostbob 866 Retired: passive income ROCKS

css, perhaps the same structure as a css menu, no requirement for javascript
use button div instead of .menu ul , set the styles to dispplay or not display

almostbob 866 Retired: passive income ROCKS

Does the googleads api have anything to say?

the googlead is outside your page, the clicktrack is already written to report to google, so your code will have no effect
if it did, you would break the googleads TOS,

I would not want to argue an intellectual rights lawsuit against google

almostbob 866 Retired: passive income ROCKS

No, its not urgent to me, no amount of capitals makes it urgent :grin:

dont try to remake the wheel, most users already know where the print button is on their browser
create a print stylesheet that makes the onscreen version, which is one shape, look better on paper, which is a different shape

@media print { /* typeface margins columns images laid out to suit paper */ }
@media screen { /* what you already have */ }
almostbob 866 Retired: passive income ROCKS

I thinmk the op is not using this like 4state css
the op seems to be a gallery function, changing an outsdide image relevant to the area of interest to confirm choice

almostbob 866 Retired: passive income ROCKS

I reread my post, my english (first language) is bloody awful
they are trying to teach me convsersational french/canadian, good luck

almostbob 866 Retired: passive income ROCKS

Its all open source, and easily decodable, neat job actually, but executes slowly.
the right to use a program, does not necessarily transfer ownership of the program.
like the photographers who retain the negatives of wedding photos, and all reprints must be purchased from them.
I would assume that the programmer retains rights to the code, in the TOS you signed without reading.

almostbob 866 Retired: passive income ROCKS

it would occupy me for about 15 minutes, then it would be another thing in the garage roofspace. so many great ideas are up there
we have a local bloke, who offers to take hi-res photos of your house for $25, that's why I got one, but after I had birds eye views of all the roof (from him), so I never used it for that

almostbob 866 Retired: passive income ROCKS

if ($BS=='Music') {$this="beethoven's fifth symphony";}

The code is encrypted to protect the encrypted resources,
you have not supplied the correct key to complete the decryption, do not know how to reference the key
this is very obviously not your code
those able to decode this are on the side of the person from whom you appear to be trying to steal

but i would like to know why and how u encrypted ur code ?

cmps, so would he,

almostbob 866 Retired: passive income ROCKS

Sites promising SER, share one thing in common, they do not work, most penalise
the place to submit to SE is as the first reply, mark, wrote
submit to the search engine

almostbob 866 Retired: passive income ROCKS

you might then get back into SER if you stop spamming

almostbob 866 Retired: passive income ROCKS

goto google webmaster tools and read webmaster 101

you should be able to work out how to google search google webmaster tools

almostbob 866 Retired: passive income ROCKS

post the relevant code
the file posted four years ago by the OP, does not look like header.php, the included file that has output where there should not be any

edit:
It may be as simple as moving the line include '/computer/inc/header.php';

after the mail processor redirects

almostbob 866 Retired: passive income ROCKS
@charset "utf-8";
/* CSS Document */

body {
    background-image:url(images/background.jpg);
    background-color:#000;
    background-repeat:no-repeat;
    background-position:top left;
}

try body { backround:url(images/background.jpg) #000 no-repeat top left; }
small is beautiful

cant see a definition of h4 or p in the css,

try to get away from px as dimensions, they dont work,
on anything except the screen you laid it out on.
em or % are current best practice, scalars that auto adjust to almost every device, fixed width elements push offscreen in partscreen windows or small devices, users usually wont scroll right, mice dont have hscroll wheels

almostbob 866 Retired: passive income ROCKS

if the file is at the document root, or a subfolder of the root, it is often more convenient to reference the root, the path is a constant regardless of the depth of the folder structure the site attains
<link href="/default.css" rel="stylesheet" type="text/css" media="all" />
<link href="/css/default.css" rel="stylesheet" type="text/css" media="all" />

almostbob 866 Retired: passive income ROCKS

sorry David,
the OP wont return to look at the answers after three years.
The code samples will be useful to others who get referred to DaniWeb from Google or other code sites because the answers work,
its not a total loss

Oh, Hi, Welcome to DaniWeb :)

almostbob 866 Retired: passive income ROCKS

about the web spider, I dunno, pebkac error dont remember why I typed that, what it referred to, must have been something, but its gone now

the difference, DaniWeb's prompt,
somebody spent half an hour debugging somebody else's code, the solution isnt lost, its for the user's benefit
a different thing entirely than stopping a person navigating away from the page, for the website's benefit

almostbob 866 Retired: passive income ROCKS

pǝɹoq 'ɯɐ ı ǝɹoɟǝɹǝɥʇ 'ʞuıɥʇ ı
8-ɟʇn ɟo sǝıʇılıqıssod ǝɥʇ ǝuıɯɐxǝ oʇ ƃuıʇuɐʍ ɟlǝsʎɯ puıɟ ı
sʎɐp ǝsoɥʇ ɟo ǝuo sı ʎɐpoʇ

today is one of those days,
I find myself wanting to examine the possibilities of utf-8
I think, therefore I am, bored

my favorite utf character, Ƒ fhook, the bad words . . . , Oh Ƒ it
Is this the sign of NinJa NJ ?
no, this is, ninjas are sneaky nj

almostbob 866 Retired: passive income ROCKS

chicken curry, with rice, Canadian style Indian food

almostbob 866 Retired: passive income ROCKS

my version of a sea water de sal(dont care enuf to look it up)n plant, is a big tube 50 feet across, sticks up 50 feet out of the water.
you just start pumping the air out, and as soon as the water gets about 32 feet above the surrounding ocean in the pipe, it boils and you pump out cold water vapour, which condenses immediately, cool fresh distilled water

almostbob 866 Retired: passive income ROCKS

sorry if I came across a bit heavy, flash actionscript can be SEO friendly, but it takes a bit of work,
these standard tests may assist you in getting it to work the way you want on a lot of devices

speed examine sprites for small images icons logos , always a good place to start on speed tweaks

html standards

handheld standards

css2 standards
css3 standards

handheld device emulator
opera
iphone
ipad
android

other browsers

problems (if any present) will show
serious code errors in the w3c validator sites will produce blankscreens in browsershots(other browsers link)

Valid code does not ensure the site will work ...
Invalid code does ensure the site will not work ... .. in all browser OS combinations

not all layouts work in handheld devices
examine css @media handheld { }
to simplify the style and layouts for small devices

fixed size elements do not work in any device except the screen they were designed on, current best practice is em or % for layout, scalar quantities that auto-adjust to window size, screen resolution, user preference, device capability.
Redirects to mobile subdomains, and or mobile specific css files, with small sinmple pages for phones and tablets is easy to accomplish, and if you separate content from layout, you can use the same content on all subdomains, with just simplified …

almostbob 866 Retired: passive income ROCKS

goto googlecode and get the mobile detect script
it is small efficient, and you can redirect flash incapable devices to another file with a simpler menu .
flash is killing your user retention, for desktop users as well as mobile users, a non flash menu would be better fom seo and user retention

almostbob 866 Retired: passive income ROCKS

the links below, may give you assistance in getting your code, to look the way it should, on as many devices as possible

html standards
handheld standards

css2 standards
css3 standards

handheld devices
opera
iphone
ipad
android

other browsers

problems (if any present) will show
serious code errors in the w3c validator sites will produce blankscreens in browsershots(other browsers links)

Valid code does not ensure the site will work ...
Invalid code does ensure the site will not work ... .. in all browser OS combinations

not all layouts work in handheld devices
examine css @media handheld { } & simplify the style and layouts for small devices, look at redirects to a subdomain for less capable devices

fixed size elements do not work in any device except the screen they were designed on, current best practice is em or % for layout, scalar quantities that auto-adjust to window size, screen resolution, user preference, device capability

the editor used, wont have much effect, the standards used, will

strictly code based, you understand(care about) your content more than I do

almostbob 866 Retired: passive income ROCKS

Current standards and best practices suggest that pixels are not an appropriate dimensioning tool for laying out a web page.
a crt uses approx 96 px/inch
an lcd approx 120 p/inch
a current hi-res plaasma, cell phone /tablet approx 267 px/inch
a printer up to 4000 px /inch
depending on the device used to lay out the page, it will appear from vainshingly small, to ridiclously large on different devices
NO fixed dimension site works, on any device except that which it was laid out on
best practice is to lay the site in em or % scalar dimensions that auto adjust to screen resolution, window size device capability and user preferences. this ensures the page loooks as similar as possible, within the display capabilities of the device it is being viewed on.

A page laid in pixels, looks ridiculous on this widescreen monitor,
1000px column in the middle of a 2600px screen
the same page looks worse on a phone or small device, or partscreen window, the content is pushed offscreen right and all the user sees is the pretty blank border. Users do not scroll sideways to view content, they leave.
with a body { width:100%; margin:2%; } or similar, all users have the same experience.
font-size set in em, the site becomes visual disabiliity friendly, emphasised text adjusts around the user's preference instead of an arbitrary XXpx, which may be vanishingly small on the Ipad-etc at …

almostbob 866 Retired: passive income ROCKS

still learning sql, does this work
if mysql_query("SELECT username FROM admin WHERE 'username' = '$username';) { die('username already registered'); }

almostbob 866 Retired: passive income ROCKS

what he said ^^

relative path statements will remain correct
../../../folder/file
will always be up3 down folder and access file
relative links will work if the system is not installed at the root of the live server (or moved later)
or use a config that sets a full basepath at install, and is included in all other files with a well document edit point

being that web-devs are probably operating with an incomplete specification, expected to produce a perfect rendition of what senior somebody keeps changing every second day

how hard will the browndraft hit when senior management decides they want it relocated, and developers havent left a simple path for the change (that the spec they are working off doesnt include)

browndraft:
noun;perjorative, brown-downdraft. the effect where senior people sh_t on their immediate subordinate and the sh_t ball develops increasing momentum as it rolls down, each layer of seniority adding their own sh_t onto their ,subordinate till it finds someone that all the above agree is responsible

senior:
adjective;. imaginary status assumend by people who have risen in a hierachy to the point that their ill-considered decisions can be corrected completely by lower ranks without their notice, allowing them to take credit without doing anything

developer:
1;noun, lowest layer in a browndraft
2;noun, one who as been able for so long, to produce so much, from so little, that they have become able to produce anything from nothing
see also …

almostbob 866 Retired: passive income ROCKS

pottery ==> terra cotta army on tv while I was posting