almostbob 866 Retired: passive income ROCKS

time as a fourth dimension is simple to understand
a floor plan is a section across the z dimension, and the time dimension
an elevation is a section across the x dimension, and the time dimension
or elevation is a section across the y dimension, and the time dimension
your baby photo, teenage photo, wedding photo, retirement photo, are sections across the time dimension, and the x y z dimensions
the time dimension is enormously important.
It is simple to stand on the train tracks in front of a train, as long as the train's position on the time dimension is 'yesterday'
it just is bloody difficult to produce a linear drawing along the time dimension.

ddanbe commented: Great explanation. +0
almostbob 866 Retired: passive income ROCKS

19 is wrong
20 is wrong
26 is wrong
39 is wrong

almostbob 866 Retired: passive income ROCKS

somepeople would write, just google it
other people would write google it for me
still others would write let me google that for you

because its funny

almostbob 866 Retired: passive income ROCKS

Google says to set the favored domain yourself
through your webmaster tools account you can program google
or MattCutts has generic and specific advice
and moz says the same

almostbob 866 Retired: passive income ROCKS

Ask Google:
.
get a google webmaster tools account; follow the instructions

ridiculous to ask information from us, when you can get it directly from Google, personalised to your site

almostbob 866 Retired: passive income ROCKS

The spam/content threshold on facebook and twitter is very low
links to your site, without contextual reason, have a rapid negative effect
& will trip search bot algorithms
you won't know until SER disappear
+1WebOutGateway's "be patient"

good results take more time than results

almostbob 866 Retired: passive income ROCKS

goto google webmaster tools, and get the answer, from the ones who make the rules
with all the recent algorithm changes your site may no longer be relevant

almostbob 866 Retired: passive income ROCKS

It is more than ridiculous to rely on any third party for search engine quality checking

why not get accurate results from the source: google webmaster tools

almostbob 866 Retired: passive income ROCKS

Although saddened by the passing of more of the stars of my youth
I wonder if, at the funeral, they played the parody :

When-a, When-a, When-a, it's my turn to go
I wanna be cremated
Don't need a shov-el, or a back hoe
I wanna be cremated

Just get me to the furnace, put me in the flame
Never mind a casket, or headstone with my name
I can't afford a funeral, or eulogy that's lame
Oh no no no no noooo

When-a, When-a, When-a, it's my turn to go
I wanna be cremated
Don't need a shov-el, or a back hoe
I wanna be cremated

Not mockery, memory

almostbob 866 Retired: passive income ROCKS

Google publishes the NAME of the algorithm
the algorithm itself is better protected than any country's security data.

Code the site cleanly
Use original content
Link to quoted material
dont spam
dont cloak
dont keyword stuff

and dont get kicked in response to any of the above
easy peasy

Content is King

almostbob 866 Retired: passive income ROCKS

more homework
die('lazy student');

almostbob 866 Retired: passive income ROCKS

html5,
no type='text/css' type='text/javascript
http://www.w3.org/TR/2011/WD-html5-author-20110809/the-link-element.html

not required,
and
some browsers, guess which in particular, spit it

<M/> commented: i'll keep that in mind :) +10
almostbob 866 Retired: passive income ROCKS

It is an error in your code, as cereal shows
can be as simple as including an extra space where there shouldnt be one, before the opening <?php
that space is output to the browser and no headers can be sent
If you cannot locate it post the code and others will point out the fault,

its easy to see other's errors,
impossible to see your own. . . . . other peoples errors are more fun

if you do not have access to your php.ini file, many hosts do not permit it
file buffering can be enabled within the file, (in this case compression as well)

<?php ob_start("ob_gzhandler"); ?>
<!DOCTYPE html>
<html lang="en" xml:lang="en">
<head>
</head>
<body>
</body>
<script src='/js/bootstrap.min.js.php'></script>
</html>
<?php ob_flush(); ?>
almostbob 866 Retired: passive income ROCKS

has the site providing facebook services .. ditto the above

almostbob 866 Retired: passive income ROCKS

make your sitemap dynamic
install the optional plugin for whatever script runs the backend, to automate sitemap refresh
when the bots return, new content will be visible, greatly increases indexing

almostbob 866 Retired: passive income ROCKS

english, for the helpscreens
the translations of helpscreens can make one procedural error, and f-up your whole week

<M/> commented: Straight to the point +0
almostbob 866 Retired: passive income ROCKS

Sud, the op is long gone, its three years old

the code, was garbage then, is garbage now

Clientside is not where login is managed,
thats a server function

every blog or cms includes user management, from wordpress up down and sideways, to custom written applications

JorgeM commented: garbage is exactly what i was thinking. This example shouldnt even be used for testing purposes. People...do not create login forms with a javascript authentication scheme. No! +12
almostbob 866 Retired: passive income ROCKS

php code is executed onload, unless explicitly coded as a function for later call
function name([variable list]) { code }
cereal's sample,
and yours,(not meant as disparagement)
will execute,
and return a result,
not always the expected result
but a result

the submit button submits the form as, name:value pairs, to the formhandler described in action='filename'
the formhandler then uses its code to validate, sanitise, & decide whether to
submit to the database, or
return for correction, or
discard the submission,
however coded by the developer.
Nothing is predetermined by language constructs

submission of incomplete or incorrect forms to the database, is always a bug in the handler script
some value not checked, within range, already in use, etc
to Stop the user submitting the form when an error is reported, is easy, disable submission until all fields are correctly filled, you are using ajax so its easy
Start with the submit button disabled
<input id='subm' type='submit' disabled='disabled'>

to stop unreported errors being submitted (there is always the chance, however small, of two users posting to the db at the same time) validate again in the form handler, and return

almostbob 866 Retired: passive income ROCKS

well slap me down
let me google that for you

almostbob 866 Retired: passive income ROCKS

I dont have that book, I'll buy it tomorrow, and read it yesterday

almostbob 866 Retired: passive income ROCKS

I stand by the comment, a huge judgement error:
posting links to your site in a thread asking basic assistance in fields you pretend to be competent enough to offer as service:
the post will be high in search results, further demonstrating ignorance of search engines
keywords: become less relevant with each iteration of the search algorithm, bots read semanticly, if you read "how google crawls the web" it may help

Do the beginner steps; get a google webmaster tools account
read google 101
submit your site
let google tell you precisely what to repair in your site to improve your site rank.
instructions, guesses, from anyone other than google are a bit anticlimactic

don't tell your paying customers (god help em) that this free service should be the first step for them, instead offer 'individualised genuine google reports'.

almostbob 866 Retired: passive income ROCKS

As hericles said,
plus with a database site you can make your sitemap dynamic to pull all content from the database each time the bots visit, enabling easier indeing

inde (eks) ing, keyboard failing

almostbob 866 Retired: passive income ROCKS

get a google webmaster tools account,
let google tell you,
precisely what to do.

beyond ridiculous to ask anyone other than google what google want

almostbob 866 Retired: passive income ROCKS

As so correctly written, No
for your further reading: Google101 how google crawls the web, in google's webmaster help screens, may prevent any other similar embarrassing questions

almostbob 866 Retired: passive income ROCKS

it is javascript,
it will not work all the time, (IE<9 of course, or high security settings), when it does work (justabout everything else) it is effective.
it may add to apparent page load time,

onload and onunload scripts, are often considered malware, as the popup porn industry, and may get, if used injudiciously, any external code, penalised delisting from ser,

NOT displaying the most important part of the page immediately, kills user retention, the user wants the content NOW thats what they came for, display everything else whenever you like

almostbob 866 Retired: passive income ROCKS

Many cms, wordpress etc, have a dynamic sitemap module built in, or as a pplugin that can create a sitemap and renew it on schedule as new pages are added

there are googleLink standalone scripts

less active sites can use a sitemap generator I like the one at auditmypc.com because I can configure out image links, and reduce 20000 pages to a manageable 5000

Then get a google webmaster tools account, and follow the on-page instructions on your google webmaster tools page to submit the sitemap directly to google
bing yahoo et al are insignificant, google still has 80%+ of all searches,

There's a good sticky,, good coz I wrote it, :) , at the top of the website reviews forum, on getting code ready so the bots can index the site well, more readable code, more gets read each time the bots pass by.

almostbob 866 Retired: passive income ROCKS

when sending files to the server,
the folder has to have permissions set to allow php to write to the folder
the image folder has thosee permissions set, php writes images,
Cereal asked if the songs folder is writeable
if images and songs are sent to the same folder the question is moot,

not getting the point :: may be some research to do
the host control panel helpscreens may have instructions on permissions
your ftp program likewise

almostbob 866 Retired: passive income ROCKS

Can you rephrase the question, it makes no sense,

do you want a script to create a sitemap
do you want to know what a sitemap is
do you just post to support your signature spam

happygeek commented: Number three nails it... +14
almostbob 866 Retired: passive income ROCKS

Google looked over every file in the sitemap, and discarded those it did not care for.

  • duplicated content(and/or sufficiently similar content)
  • badly formed code that the bot bounced
    possible reasons, not the reasons
    159/170 = 93% : thats good, few sites (no sites) are totally indexed, the other pages will be reached by users if they need them
almostbob 866 Retired: passive income ROCKS

If you are doing work for which you expect to get paid,
LEARN HOW TO DO IT

You put your site address on a post that says
"Hey everyone I'm lying to you.

"we're experts in responsive web design, web development, seo."

some new definition of expert the public may not be familiar with?
expert: combination noun: EX+spurt
EX: has been;
spurt: drip under pressure;
ergo expert: a has-been drip, under pressure

almostbob 866 Retired: passive income ROCKS

Adam and Eve walk through paradise. Adam said to Eve, "Do you actually love me?", In which Eva replied: "Of course, who else?".

She still counts his ribs every night while he's asleep

almostbob 866 Retired: passive income ROCKS

You have to leave at least 2 options, so people can always choose the wrong one

almostbob 866 Retired: passive income ROCKS

The time dimension

4th dimension is "time" and we can not jump it.

3fa475575e5d78eaaf3c44817c6d973c Yet:

have to be careful we don't travel through occupied spaces

ddanbe commented: Great! :o) +0
almostbob 866 Retired: passive income ROCKS

generally:
original, semantically & grammatically correct, accurate content.
Don't mess up read-ability to stuff the text with keywords.
use others' content, with permission, and attribute that content, the backlinks help them.
keep the landing page small so it loads fast,
subsequent pages will already have the css and scripts in the cache, they can be bigger for the same apparent load time.

can't be specific about your site, know nothing about it.

almostbob 866 Retired: passive income ROCKS

Do your own bloody homework,

diafol commented: hah hah - bloody funny +14
almostbob 866 Retired: passive income ROCKS

Is set in the printer dialogue by the user

almostbob 866 Retired: passive income ROCKS

I have all I need

8 letter word representing bovine excrement

bloody students
havent learned enough yet to know, what anybody who gave a damn enough to help, would need to do that help

not made any effort

the school finals next week, NOT our problem. If you had done any work all year, you would be done now.

example of how to ask

search yourself

blackmiau commented: they never learn... +2
almostbob 866 Retired: passive income ROCKS

they are also very baby bum smooth without the usual hardness that a man of 50 might expect.

You can't be fifty, you were 20 when I was 20
I can't be fifty, 21 and some months

almostbob 866 Retired: passive income ROCKS

why would anyone take instruction from one of us, faceless (and/or mindless) people
when you can get presonalised instructions from google .? . ?

almostbob 866 Retired: passive income ROCKS

I dont think you could find all their websites

They appear to be a facilitator, a provider of click-to-play links for gambling providers.

XLMedia owns more than 2,000 web sites, in 17 languages, which act as a “customer doorway” for gambling operators. These content rich websites are designed to attract online gaming players which are then directed to XLMedia’s clients. Sophisticated research, optimisation, testing and analysis on in-house platforms ensure that the websites maintain high rankings on internet search engines, which in turn drives online traffic.

many such turn out to be untouchable, the links may be to scumbags, but the provision of the link is grey

Multiple sites, registered to multiple holding companies,
wholely owned subsidiaries, but with their own structures directors and act as their own registrants in different jurisdictions.

XLMedia Plc is incorporated in Jersey(Registered Number 114467). Registered office: 12 Castle Street, St Helier, Jersey JE2 3RT. The rights of shareholders may differ to those of a UK incorporated company.

My bold

Jersey, is a tax and liability haven
and the office is IN the Jersey Financial Services Commission building,
Dodgy? dunno but sure looks dodgy

Connection between them is obscure and secure.
It takes enforcement years to trace the cash flow, with hundreds of agents and specific snoop software.
If they wish to hide any corporate links, it is much easier than finding them

almostbob 866 Retired: passive income ROCKS

shortener to just fu**ing google it, a different approach to sarcasm
just fu**ing google it

almostbob 866 Retired: passive income ROCKS

No ink, 0, ziip nada
had one,
service number and blood type
bullet took out half, skin grafts took out the rest
can't get one now, would have to stop being platelet donor for 12 months.
ex-service so the serum contains clotting factors platelets and antibodies for just about everything imunnisable
I have met some of the recipients, leukemia diagnosed 11 months old.

Thats my, makes me feel good for others, thing, I feel so indebted that others donated for my life, I have a lot to make up

when I am too old to donate blood will probably have to get my social and blood type on one end, and 'when I fall down put me in a taxi and send me home' on the other

what I do for my self, single malt, sipping whisky

almostbob 866 Retired: passive income ROCKS

upload from the local system does not need a cron job at the server
local system task scheduler to start an ftp client will do it

almostbob 866 Retired: passive income ROCKS

slide0 hgas different styling than applied to slide 2 3 4
Try <div id='slide0' with the styling attributes of the slides that do work

<div id="slide0" style="float:left; width:100%; height:500px; ">

compared to

<div id="slide1" style="float:left; width:100%; height:500px; background:#444444; padding:10px; border-top-left-radius:5px; border-top-right-radius:5px;5px; border-bottom-right-radius:5px;5px; border-bottom-left-radius:5px; box-shadow: 10px 10px 5px #888888; position:relative; z-index:1;">

z-index default is 0 :: slide0 may be behind the other slides in IE8's opinion so the links unclickable.

Patrick Thomas commented: Solved by Almostbob +0
almostbob 866 Retired: passive income ROCKS
  1. sign up for google webmaster tools
  2. verify site ownership
  3. submit xml sitemap
  4. follow google instructions specific to your site

beyond crazy to rely on instructions from anyone other than google

almostbob 866 Retired: passive income ROCKS

a possible solution : do the whiz-bang serverside, and only send innocuous html to the browser, php jsp perl instead of javascript.

in your code sample above, line 9 should be line 19.
<body> does not belong inside the <head>

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>HTML5</title>
<meta name="description" content="">
<style>
body {background: url(pics/paris.jpg) center top; background-size: 105% auto;}
</style>
</head>
<body oncontextmenu="return false">
<h3 align="center">Hello World</h3>
</body>
</html>
almostbob 866 Retired: passive income ROCKS

As well as the prior answer, there are image watermark plugins for wordpress, Google
the hard part is working out that its called watermarking :P

almostbob 866 Retired: passive income ROCKS

w3schools.com a tutorial site

dennis.ritchie commented: thankyou +0
almostbob 866 Retired: passive income ROCKS

"Your current logo does not display well on handheld devices, you should consider updating it to capture this expanding market"
(If bs were music, the above would be brahms' lullaby but BS works when logic doesnt)

almostbob 866 Retired: passive income ROCKS

please place the garbage in the appropriate forum for garbage. Your link will be forever associated with garbage, from the entirely negative replies to your post. Not an auspicious beginning. Google searches for you will return this thread, with the many references to GARBAGE.
They will also see incorrect semantics, lousy grammar, and total ignorance of the actual use of that which you pretend to be profficient in, PHP.
Lesson one in "Foot-in-mouth disease"
everyone avoid your services.