-
Replied To a Post in Scrabble
peat -
Replied To a Post in senior of HS
I was an infantry soldier retired :disposal munitions explosive ordinance: alive & with all four limbs, always a bonus Uni courses were, so I could blow things up with less … -
Replied To a Post in Hiding Div until clicked
If :hover, the hidden element drops out again, when moving from the anchor to the hidden element, as soon as the mouse is no longer over the anchor :focus remains … -
Replied To a Post in Hiding Div until clicked
with a link the *fixer* has to view source to see what is wrong, that will miss anything serverside that is stripped before being sent to the browser the solution … -
Began Watching Hiding Div until clicked
When clicking on the word reachme, there is an event that occurs, the problem is not with the anchor or the event. The problem, keeping the #reachme div hidden until … -
Replied To a Post in Hiding Div until clicked
code, not link please -
Replied To a Post in Scrabble
most -
Replied To a Post in Scrabble
wort -
Began Watching return selected field for drop down list
I want if the user clicks submit to return the the selected value when the form reloads that what I try and no luck <?php $getData = $db->prepare("SELECT * FROM … -
Replied To a Post in return selected field for drop down list
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 = … -
Began Watching Scrabble
So the game works like this: We start with a word, and each person must change that word. You must change **one letter only**, and you **may not add or … -
Replied To a Post in Scrabble
font -
Edited Not Banned .. that's a surprise
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, … -
Created Not Banned .. that's a surprise
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, … -
Began Watching Not Banned .. that's a surprise
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, … -
Replied To a Post in senior of HS
Escaped being bullied in High School, didnt go much, and between end of yr 6 and beginning of 7, grew from 4ft 5 to 6ft 1 was the *weird kid … -
Gave Reputation to diafol in one who can solve this php code ?!?
foreach( $Players as $Player ) { echo "<option> htmlspecialchars( $Player[ 'Name' ] </option>"; echo '</select'>; } The `</select>` should be outside the loop otherwise you'll get multiple close select tags. -
Gave Reputation to diafol in one who can solve this php code ?!?
foreach( $Players as $Player ) { echo "<option> htmlspecialchars( $Player[ 'Name' ] </option>"; echo '</select'>; } The `</select>` should be outside the loop otherwise you'll get multiple close select tags. -
Began Watching senior of HS
I've laughed, I've cried, I've torn out my hair, but yes! I have made finally to my senior year. I want to know what your senior year was like? -
Replied To a Post in senior of HS
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 … -
Replied To a Post in one who can solve this php code ?!?
`</option>";` in line 3 should be `</option>";}` -
Replied To a Post in one who can solve this php code ?!?
<?php if( Is_Array( $Players ) ) { echo '<select class="form-control">'; foreach( $Players as $Player ) { echo "<option> htmlspecialchars( $Player[ 'Name' ] </option>"; echo '</select'>; } else {echo '<input class="form-control" … -
Began Watching one who can solve this php code ?!?
one who can solve this php code ^ echo "<option><?php echo htmlspecialchars( $Player[ 'Name' ] ); ?></option>"; ^ And the error on the page http://gyazo.com/aaf5d029a1da9d52ea3341dd01e55960 -
Replied To a Post in one who can solve this php code ?!?
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 … -
Gave Reputation to Eduard_1 in Correcting html code of c. v.?
I didn´t do it the ´officialy´ way (I was in a hurry!). That´s why! -
Began Watching Correcting html code of c. v.?
Who can correct the html code of my cv? http://www.eduardlid.herobo.com -
Replied To a Post in Correcting html code of c. v.?
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, … -
Replied To a Post in Using webservice
If you are serving many files from the web service, it would be better to retrieve the file onclick the page will be huge, +(all files x1.25) if all embedded … -
Replied To a Post in DNS lookup timeout & robots.txt fetch failed
RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] 1. turns on rewrite 2. if the link does not start with www 3. replace link with www and 301 permanently … -
Replied To a Post in Using webservice
the above two scraps are used when the pdf is the only thing on the page to be displayed, headers make the page limited in the amount of other data … -
Began Watching Using webservice
Hi, I use SOAP like webservice. It's work nice. Now I want to get pdf file from server. I receive a array ('filename'=>'test.pdf', 'mimetype'=>'pdf/file', 'content'=>'dhjhfjskjfhksjfhsjfhsfhsdfjhsfj') How can I read and … -
Replied To a Post in Using webservice
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 -
Began Watching outputs all the words ending in a "s"
Write a function that outputs all the words ending in a "s", in a sentence sent to it as a parameter. -
Replied To a Post in outputs all the words ending in a "s"
I am not as polite as you two Do your own bloody homework `die('lazy students');` -
Began Watching no proper formatted output in csv file
program fetching text file contents into array, and storing array variable values into example.csv file. The values are not storing column wise. ----------------- text file content ----------------- THE SAHARA CO-OP … -
Replied To a Post in no proper formatted output in csv file
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 … -
Began Watching DNS lookup timeout & robots.txt fetch failed
Hifriends! I've just started working on SEO for my sites, but I have problems in my first attempt. I signed int to Google Webmaster tools...added a site and verified it … -
Replied To a Post in DNS lookup timeout & robots.txt fetch failed
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 … -
Gave Reputation to Ehsan_4 in php in_array does not work when comparing with a mysql row
I solved the issue by using the trim() function. -
Gave Reputation to ousaf in how to make my site searchable?
You should follow these tips to search by search engines 1- Apply schema tags to make your webpage more semetic to search engines visit this site https://schema.org/ 2-Apply <meta name="description" … -
Gave Reputation to John_66 in how to make my site searchable?
write great content lots of content and then submit site too google the rest will take care of itself -
Began Watching i did on/off page to the site but not visible on google
i did on/off page to the site but not visible on google. -
Replied To a Post in i did on/off page to the site but not visible on google
Go get a google webmaster tools account and let google tell you what to do properly Much of what passes for optimising, on webpages devoted to seo, is apocryphal. What … -
Stopped Watching What is the current algorithm used by Google
What are the current algorithm announced by Google??... What are the major activites of them?? -
Began Watching HTML Select tag works in XP (IE7) but alignment is wrong in Windows 7(IE11)
Hi Team, I have a piece of code like below which works correctly in Windows Xp (Ie 7) but when i try it in W7(IE 11) rendering is wrong, when … -
Replied To a Post in HTML Select tag works in XP (IE7) but alignment is wrong in Windows 7(IE11)
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 … -
Gave Reputation to TaoistTotty in No "Open option" is present in IE11 when downloading pdf from a link
Have you had a look at the addons IE has, it could be that it does not have one for the PDF 'reader' and setting this to be the appropirate … -
Replied To a Post in 4th dimension
[This u tube](https://www.youtube.com/watch?v=iPPzXlMdi7o) is a linear along the time dimension, 12 years long, -
Replied To a Post in 4th dimension
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 … -
Began Watching Education
Do we really need accrediated education to effectivly have the expected experience and/or knowledge in a chosen field? For instance can we learn more from doing a course in programming …
The End.