2,295 Posted Topics
Re: +1 Kelly Burby **Be** the webmaster | |
Re: Irrelevant links from high ranked sites have negative value Keep the posts and the links on relevant websites, to the business. In this thread, the link to your site is relevant, the text says I have problems with my site The same link in different circumstance is irrelevant, spam, downgraded. … | |
Re: op line 9 $command='mysql -h' .$mysqlHostName .' -u' .$mysqlUserName .' -p' .$mysqlPassword .' ' .$mysqlDatabaseName .' < ' .$mysqlImportFilename; returns mysql -hlocalhost -uusername -pmypassword trigger < event.sql compare to possible fix $command='mysql -h '.$mysqlHostName .' -u '.$mysqlUserName .' -p '.$mysqlPassword.' '.$mysqlDatabaseName.' < '.$mysqlImportFilename; returns mysql -h localhost -u username -p … | |
Re: well [let me google that for you](http://lmgtfy.com/?q=php+organizational+chart+maker) | |
Re: this seems to be an insanely complicated database schema I can't determine Taywin, sorry mate, I didnt realise you already asked the Q I was going to need info on DB design | |
Re: <?php if(!$data['access_level_id']){ echo '<select name="access_level_id">'; echo '<option value="3">Student</option>'; echo '<option value="4">Student Group Master</option>'; echo '</select>';} else {echo "Access level $data['access_level_id']';} ?> If not set, display select box, if set, display setting If not the correct index from the` $data` array, you probably know the correct index, or <?php echo '<select … | |
Re: Please provide the matching css that makes these behave as a menu possible cause in the css, a small error that does not allow the content to assume their normal position below the menu, when you are templating, you have to stick to the template, all the inline styles are … | |
![]() | Re: 1981 chem, physics, pure math, applied maths, biology, cartography, English, English lit, I went to school on mondays, mondays were prac classes didnt go other days, boring external exams made 100% of the marking, I do well in exams, usually finish hours before the end There was a truant officer, … |
Re: Parker, you arent using *that* script `<option` is **inside** the for loop in your second post `<option` is **outside** the while loop in your first post Pritaeas: 12000 posts,moderator,featured,sponsor,1915 solved, 1544 reputation, 172 skill; **10** on the 0-10 sliding scale of guru is telling Parker 1: 20 posts, nul, nul, … | |
Re: User agent behaviour is specific to the user agent, other browsers have a different default behaviour on each element. that may need a correction portable firefox, safari, chrome, lynx, portable versions of any major browser that you arent using for development, are good for testing that your code works for … | |
Re: A gun is legal, till you use it to shoot somebody, then there is a problem. Getting a gun is a deliberate act the penalties are higher The software is legal, The software may be used compliantly when it is used non compliantly there there is a problem for the … | |
Couldn't log in. Couldn't request reset. Immediate thought, I have p-ed off majorly those I should not. Those who have met me in person will be able to affirm this, I am **expletive** 99% of the time. I have been banned from other sites before, permanently (sadly often), and assumed … | |
Re: the id and name of the select field are missing from the code sample, I have chosen 'fieldname' <?php if($_POST['fieldname']){ echo "<option value='$_POST['fieldname'] selected='selected'> $_POST['fieldname'] </option>";} else { $getData = $db->prepare("SELECT * FROM first_university_degree_list"); if ($getData->execute()) { $res = $getData->get_result(); while ($data = $res->fetch_array()) { echo "<option value='$data['univ_degree']'"; if($FirstUniversityDegree == … | |
Re: 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 | |
Re: post the actual error message, not a link. follow the instructions you have been given > Please... pretty please... "mod speaking" - paste your code and errors directly into this thread. 'mod' is the bloke who kicks your ass off the site when you annoy them enough | |
Re: Another "*proffessional*" who cant create their resume in the language they claim to be profficient in. Links to your resume, from this well SEIndexed thread where you state your incompetence, will not help your employment search. Move your resume when it is corrected, to a host not linked from here … | |
Re: I am not as polite as you two Do your own bloody homework `die('lazy students');` ![]() | |
Re: it can be as simple as propogation time, DNS servers take time to react to the construction of new sites, or the changing of site structure. very likely the links may simply not have reached google yet sitemap submission to the webmaster tools page will increase depth of googlebot access | |
Re: display header("Content-disposition: inline; filename=$YourArray['filename']"); header('Content-type: application/pdf;'); echo $YourArray['content']; force save header("Content-disposition: attachment; filename=$YourArray['filename']"); header('Content-type: application/pdf;'); echo $YourArray['content']; not tested for pdf works with images the mimetype pdf/file is wrong | |
Re: csv files do not store data in columns each field in the row is only as wide as the data it contains each row is therefore different in size the program reading or writing the csv file is intelligent enough to parse the data and **display** it as columns > … | |
Re: The time dimension > 4th dimension is "time" and we can not jump it.  Yet: have to be careful we don't travel through occupied spaces | |
Re: The first step would be the bravesites helpscreens the second would be godaddy helpscreens They are usually pretty good | |
Re: google for google webmaster tools get a webmaster account read the webmaster helpscreens optimize your design according to the rules posted submit your site for indexing dont use any SEO sites till after you read the google info, there are some link exchanges that get you delisted | |
Re: add selected='selected' to one of the choices or add a blank entry with selected='selected' <option value="" selected='selected'>choose</option> second run of the page is remembering the last time to see what it is like without the memory effect, clear the tif of course the field is centered around the currently selected … | |
Re: my 5c a4 papers involve making things explode, lots of fun, not appropriate to the business of business many accept the existance of an unrelated degree, as evidence of competence, I do not know why. In reality I **like** blowing things up. it still opens doors, that I wouldn't think … | |
Re: [Google says](https://support.google.com/webmasters/answer/139066?hl=en) to set the favored domain yourself through your webmaster tools account you can program google or [MattCutts](http://www.mattcutts.com/blog/seo-advice-url-canonicalization/) has generic and specific advice and [moz](http://moz.com/learn/seo/domain) says the same | |
Re: somepeople would write, [just google it](http://justgit.com/?q=what%20is%20social%20media) other people would write [google it for me](http://googleitfor.me/?q=what+is+social+media) still others would write [let me google that for you](http://lmgtfy.com/?q=what+is+social+media) because its funny | |
Re: if you must use javascript, javascript security is a joke hash the password, and only put the hash in your file then hash the entered password and compare the hashes it is more difficult to work an md5 or sha1 backwards to get the text security is usually configured at … | |
Re: external stylesheets in reverse order of declaration, last declared is it, the others do not exist Internal styelsheets kill external styles Inline styles kill internal stylesheets media queries :: there is no media specified for the linked css FILEs, so the last one takes priority and replaces all prior something … | |
Re: many new sites follow google's instructions given in their *new* webmaster tools account many older site operators think they know more than google does, about google those older sites think they dont *need* webmaster tools accounts, and disappear from ser | |
Re: 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 | |
Re: 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* | |
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 … | |
Re: The default actions on insert flash drive, are not able to be set as a cdrom drive is even if you create a 'autorun.inf' it wont work as expected I refer to this artical often http://www.samlogic.net/articles/autorun-usb-flash-drive.htm | |
Re: open new tab or open new window is set in the user's Internet Options the web page has no control of it attempting to *take* control of any user's pc will be seen as malware, with the appropriate action being taken by anti-malware programs, blogs, et all. **not** a good … | |
Re: no search engine bots read and parse website text semanticly If it makes no sense as plain language: * to have the keyword in the title * to leave the keyword out of the title * to have a title that does not relate to the content * to have … | |
Re: datetime is a stupid, woefully inefficient data construct a timestamp uses 4 bytes, and stores all the information of a 25byte text representation datetime not much in 1 record, a lot in 100million records and the processing to output the data in any form, is a less, orders of magnitude … | |
![]() | Re: ditto all the above, a watermarking script is easy to implement, and idoes not need to modify the images on the server, only while they are served |
Re: 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 … | |
Re: 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 | |
Re: 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 | |
Re: has the site providing ad services changed their format the ad script is included in the KB count of the page, and you dont have much control of that when developer comments and keys are not removed from the first production run of code, ` :token: //this is 20kb to … | |
Re: 4 of 8 50% is a good result I have 5000+ of 200 000+ well linked and menued pages in the google index, the others are similar enough in purpose to need no further indexing. It is normal no site is 100% indexed, suffient to direct searches appropriately, in the … | |
Re: 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 | |
Re: a. with a text editor b. with an ftp client [noparse][voice=porky]that's all folks[/voice][/noparse] gotta make a joke sometime robots.txt is just a text file, notepad will do it, the content is simple there are dozens of short tuts on what it needs to contain to accomplish the litany it is … | |
Re: Please expand the question, as it is it could be anything how to create a database driven site, how to copy n paste code in my editor a wide diverse range of possibility the more info you give, the better and more specific the answers can be utrivedi's above answer … | |
Re: How about something on the submit button onclick='window.onbeforeunload = null;' or on form.submit. |
The End.