almostbob 866 Retired: passive income ROCKS

I have a flashdrive with MSDOS 3.31, and several DOS versions of programs, 123, wordstar, just to play.
3 second boot and zero delay in loading programs, makes me wonder why we have wasted so much on bells and whistles
I'd be happy (almost) with a text UI
Linux dont load that fast

almostbob 866 Retired: passive income ROCKS

The op has noted that what they are doing, does not work particularly well;
if they attempted it they may note that what is being suggested, does work;

one is left with the thought, why does the OP not make the attempt to try what is suggested.
Perhaps a charitable answer, may come to mind.

ckeditor has a particularly good f_ing manual
Wise men say many times: RTFM

almostbob 866 Retired: passive income ROCKS

Get a Google Webmaster Tools account
(set it up per onpage in structions)

follow the SEO instructions Googlebot, will give you = individualised instructions from the rule maker itself

Woo Hoo

crazy to ask anybody else, even those of us with the best intentions don't have access to your code enough to give exact answers

Coz its all so nice in the nuthouse
alone in my little padded cell
Its all so nice in the nuthouse
The doctors and nurses treat me swell

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

Note the Difference

robot.txt is a an exercise in futility

robots.txt is a file containing control directives to search robots

summer semester has started,
the beginner html course questions have been asked again.

be worried,
if the coursework texts have got the name of such a basic element wrong,
the rest of the course will be total crap

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

developed from binary coding,
representation of kilo anything,
2^10
2*2*2*2*2*2*2*2*2*2 = 1024
4 kilobyte 4*1024

slack definition of kilo, 1000,

1, marketers add 2.5% to the size of anything, and say they are bigger than the competition,

2, why so many terabyte drives, don't hold a terabyte; even before formatting

3, because the practitioner is stupid, lazy, or both.

almostbob 866 Retired: passive income ROCKS

Get a google webmaster account, and get the right answers from google about what google want from a website.

Bots parse all text on the page.
Whatever language the site is offered in, must be correct.
It does not have to be idiomatically correct.
Semantically; grammatically; correct content gains results.
Original Content gains results.
Correct coding gains results.

Shortcuts: all shortcuts: penalise

almostbob 866 Retired: passive income ROCKS

read the folder tree and link the files

    <?php ob_start("ob_gzhandler");?>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd"><html><head>
    <meta http-equiv='Content-Type' content='text/html;charset=utf-8'>
    <style type='text/css'>
    body{background:url(d.jpg) no-repeat center right fixed;
    background-color:#f6f6f6;color:#000000;
    font-family:verdana, geneva, arial;margin:2%;}}
    ul {list-style-type:none;}
    ul.dirlist{list-style-type:none;padding-left:0.5em;
    margin-bottom:0.2em;text-transform:capitalize;font-weight:normal;}
    ul.dirlist li{padding-left:0.5em;margin-bottom:0.3em;
    font-size:0.7em} 
    ul.dirlist li:first-letter{font-size:1.3em;}
    ul.dirlist li a:hover{font-size:1.3em;
    font-weight:bold;background:#b0b0b0;}
    ul.dirlist li a{font-size:1.3em; 
    font-weight:bold;background:#f0f0f0;}
    .logo{background:transparent;text-align:right;
    font-size:85%;top:auto;left:auto;
    bottom:1px;right:1px;position:fixed;}
    .smalltext{background-color:#f6f6f6;font-size:85%;} 
    .tinytext{background-color:#f6f6f6;font-size:70%;}
    .text{background-color:#f6f6f6;font-size:100%;}</style>
    <title>pamphlets</title></head>
    <body>
    <h3>equipment pamphlets</h3>
       <span class='tinytext logo'>&copy;</span>
    <ul class='dirlist'>
    <?php $it=new RecursiveIteratorIterator(new RecursiveDirectoryIterator('.'));
    //line below, select displayable filetypes
    while($it->valid()){if(!$it->isDot()){if(stripos('-pdf-zip-',substr($it->key(),-3))){
    echo '<li>'.str_replace("_","&nbsp;",str_replace("/",": ",$it->getSubPath())).":\n<a href='".$it->key()
    ."'>\n".str_replace("_","&nbsp;",str_replace("\\","",substr(trim($it->key(),"\ ."),strlen($it->getSubPath()) +2)))
    ."</a><span class='smalltext'> ".number_format((filesize($it->key())/1024),0)
    ."KB</span>\n";
    . '<span class="text"><b> '.date("jS M Y",filemtime($it->key())).'</b></span>';
    . "</li>\n";}} $it->next();} ?>
    </ul></body></html><?php ob_flush();?>
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

Why not contact them about mirroring, many distribution sites use local mirrors.

almostbob 866 Retired: passive income ROCKS

likely the best place to look is the Host's helpscreens,
to get accurate detail on the ftp settings requirements,
then enter that to netbeans ide ftp section

the page linked to shows demonstration data in the fillable fields, not real data

almostbob 866 Retired: passive income ROCKS

More Traffic, or more conversions,
I get fewer than 200 page hits daily, but average 2 sales from those 200,
in real estate, that is a huge return, my hosting is $4.95/month.
selling shoes I would need thousands of hits and thousands of conversions.

we can't give accurate information, nobody knows what the site currently looks like, what you want to accomplish, what you need to change,

this thread (mine, but it's good enough to get a ReadMe) may help with coding,
Google WebMaster tools will help with Search engine optimizing

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

submitting a revised sitemap to google webmaster will speed up reindexing to the new uri

almostbob 866 Retired: passive income ROCKS

Websites attempting to override user settings is generally frowned upon, even if harmless it is still considered potentially malicious

it can be done in css with a @media print call, in which there is a div, full width full height containing the background image, not as background, just as an image, with a z-index=(minus something huge), visible as a background behind printed info

almostbob 866 Retired: passive income ROCKS

Is set in the printer dialogue by the user

almostbob 866 Retired: passive income ROCKS

The best answer (I hope), a google webmaster tools account: verify ownership; submit the sitemap; and let google tell you every fault they see in your site, (every time google changes the search algorithm)

all instructions on the google page
we, can guess closely, but why not have google tell you everything; including a set of 'similar sites' you can check

almostbob 866 Retired: passive income ROCKS

+1 Diafol's most pertinent question,
Are you tryng to output
a csv file for a particular device or service,
a generic .csv, or
create a html table

the html in the middle of your php code without an echo or heredoc, just breaks the php script

almostbob 866 Retired: passive income ROCKS

PDP 11, monecs fortran and cobol on puched cards
15 year old sneak into Monash University data labs after hours, few locked doors in 1979
built a bunch of specials, one-task data handlers,
bought an ibm pc the day they came out. had it specialled up to 64K ram, 20Megabyte external harddisk, 60 Meg tape drive, and hercules MDA graphics so I could display Hi res 720x340; one color images
took 3 months pay to buy it,
man was I dumb

incidental: ibm pc, ollivetti m24, Sun, are still running, MSdos 3.31, DrDos 6.2 and SunOs 4.1
some games just dont update well
The sparcstation still does graphic raster/vector conversions, it takes 3-5 hours to reduce a 6gig jp2, satellite or aerial, to a 85meg .svg

almostbob 866 Retired: passive income ROCKS

Google will tell you exactly what they want you to do

Sign up for google webmaster tools
verify site ownership (instructions on the tools page)
submit sitemap (instructions on the tools page)
wait a few days for results, go to your google webmaster page and follow the instructions to improve your site.

almostbob 866 Retired: passive income ROCKS

Dexsmart: when one search engine has >70% of all trafic, only what they say matters.
Google makes the rules, together the others add up to monkey sh_

almostbob 866 Retired: passive income ROCKS

Look at hotel booking scripts
customers are customers, still
hairdressers are analogous to suites/rooms
salons > hotels

hotels have multiple rooms: salons have chairs
rooms take boookings /day: stylists take bookings /hour+

modifying one to the other is less difficult than it looks, db schema is so similar

almostbob 866 Retired: passive income ROCKS

I think the google algorithm is skewed; (screwed)
The 'best' results in Google for programming Q are other pages that link(farm) to the answer on DaniWeb.
The answer, is not in the 'best' search results

almostbob 866 Retired: passive income ROCKS

Chicken soup

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

not going to get much help with that question

nobody wants to do your homework
google it yourself

almostbob 866 Retired: passive income ROCKS

cant always think of .., but a possible explanation of why ..

IE builds the box model for nested elements differently to other browsers.
padding margins etc is inside each element on ie, outside the element on more standards compliant browsers
. . so . . .
when IE creates an element there is a bare area at the border, not part of any element, not present in other browsers, just big enough to cause the :hover effect to fail.

you may be able to repair it by altering padding and/or margin in the css for the nested lists

almostbob 866 Retired: passive income ROCKS

<rant>Hooray, argument time, am bloody Australian, Fibre One
color / colour : hiccup / hicough : check / cheque : gray / grey

Bob takes a chill pill </rant>
escitoloparam while effective in treating some disorders is not appropriate for all.
please contact your health proffessional before starting escitaloparam treatment.
side effects can include being a smart-ass

almostbob 866 Retired: passive income ROCKS

352: 'is too' some

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

Not just wordpress, there are hundreds of blogs, cms software, some better suited to different purposes
If you can define the exact result you want to achieve, you may be able to google a cms to accomplish the task
there are likewise hundreds of hosts and stand-alone sites offering one-click installs on these programs
setup can be simple-tastic

almostbob 866 Retired: passive income ROCKS

no hits, this time

google dont publish their algorithm,
Google do advise anybody who asks how to remain compliant with their algorithm, in a round-about way.
google webmaster tools provides all kinds of advice, from google, about how google sees your site, and what is good or bad
individualised reporting

almostbob 866 Retired: passive income ROCKS

And, google really do provide individualised instructions exact to their current rank algorithm through google webmaster tools
create accoount
verify site ownership
submit sitemap (see AuditMyPc - Sitemaps )
follow google's instructions for the site

wont fix your content, will fix your code

still one of the mindless :)

almostbob 866 Retired: passive income ROCKS

Quite enjoying tv shows again this spring

The trailer park boys film in the streets
What the street looks like 10 months of the year
what the street looks like mid may to mid july, When the Trailer Park Boys film bad quality
car wrecks, bubbles' kitties, Exploding trailers, drug grow ops (<-- thats not so different its still a trailer park), instant prison appearing for a few days, cant tell which are real cops and which are tv cops.

almostbob 866 Retired: passive income ROCKS

presonalised should be personalised

Bob : one of the mindless people

almostbob 866 Retired: passive income ROCKS

But you say than you want execute a php file,

No you doesnt
the op wants to schedule a file upload to synchronize a folder of pdf
and wants ideas to work with, postulates a php script

the other you, in answer says executing a php file by cron is unneccessary

what do this file? where is it?

if it is done serverside, then you he me us has to write the script another reason to use a local task

I use filezilla and don't find options to do that automaticaly.

what you read about scheduling php, is not what is written in the answer.

I use wget or rsync to do this kind of tasks.

... .. . without cron . .. ...

almostbob 866 Retired: passive income ROCKS

Tim Hortons Coffee, and blueberry Fritters :: Wifi is popping up everywhere, even Nova Scotia

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

love fake oreos
banana icecream

almostbob 866 Retired: passive income ROCKS

something like

<meta name="keywords" lang="EN" content="Nova Scotia, FAQ, Insurance, locator">
<meta name="keywords" lang="FR" content="la Nouvelle-Ecosse, FAQ, assurance, guide de locataire">

unsure about title changes
our English pages have a link En Francais, class fr display block class en display none
the French pages have a link In English, class en display block class fr display none
identical content in identical location on the same page, no reload

Quebecois get French text by default, every body else gets English by default

cookie remembers the language choice for repeat visits

With five languages the pages would be too big,
mysite.com
es.mysite.com
de.mysite.com
fr.mysite.com
with appropriate links betwee them SEbots would find all the keywords

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

is the pope catholic
do bears poop in the woods
does monkey poop smell like bananas

all answer yes

create a google webmaster tools account
verify owership of the site (instructions on site)
submit sitemap (instructions on site)
get SEO instructions from google, personalised to your site

Not instant, takes a couple of days

almostbob 866 Retired: passive income ROCKS

Spring thankyou hotdogs, family picnic munchies from the oil company that provides heating oil for the winter. -35,
glad I was in Aus
Still dont understand why the kids dont want to go to Aus to escape the winter

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

Sometimes, the questions asked are so banal, mindless, or have been repeated so often that . . . (rant rant rant)
for those times, a little humor

let me google that for you lmgtfy.com
just google it justgit.com

let you create a link with just the right amount of sarcasm

for example why I should stop asking the same question over and over

just fu**ing google it is unfortunately blocked by the bad words filter,