2,295 Posted Topics
Re: @Dingo, that is 99% going to be the cause of the problem files already minified individually and cant be stitched together too many files for speed, by http protocol 2 at a time @logicslab I use [jspretty](http://www.jspretty.com/) to un-minify javascript files, then the text versions will stitch together and minify … | |
Re: since the 80s (god I'm old) plain text editors now notepad++, wamp & DevPHP probably 2 times faster than I can be with a wysiwg editor, and the code is better, and allows for templating the whole site Just added six new properties to my site(real estate leasing), ~400 pages … | |
Re: nothing prevents the *anything* speaking regions of the world, inventing the hardware and software needed, except not wanting to invest 30 years. or improve the translation, except the requirement for effort. English, because the inventors spoke english | |
Re: Grey hat, is what the lying bastards, offering to take your money call black hat SEO, mix a little white in the black, call it grey Right up to the point where the SE black-list your site and remove it from indexes. It is much more difficult to get **back** … | |
Re: for 'google is your friend' I always like "[url=http://lmgtfy.com/?q=how+to+block+access+after+three+failed+attempts+php]Let Me Google That For You[/url]' and '[url=http://www.jfgit.com/how+to+block+access+after+three+failed+attempts+php/]Just f_ing Google It[/url]' to bring a little levity to the reply its not urgent to ME no matter how many capitals there are | |
Re: the value in the select option is 1, if you want to get a different value you can do so programmatically, or by changing the value in the field. changing the value is an obvious method so I won't show it. giving the select a name so it is accessible … | |
Re: [QUOTE=RTFMID10T;1772901]Plus ProblembetweentheKeyboardandchair was way too long.[/QUOTE] Is subgroup of error ID10T - PEBKAC; problem exists between keyboard and chair | |
Re: [code=php]<form action='<?php echo $_SERVER['PHP_Self']; ?>'> <input type='text' name='field1' value='<?php if(isset($field1)){echo $field1; } ?>'> <input type='text' name='field2' value='<?php if(isset($field2)){echo $field2; } ?>'> <input type='text' name='field3' value='<?php if(isset($field3)){echo $field3; } ?>'> <input type='text' name='field4' value='<?php if(isset($field4)){echo $field4; } ?>'> <input type='submit' onclick="return confirm('Are all fields complete?')">[/code] I like to add confirmation to … | |
Re: [QUOTE=twmprys;819241]I'm trying to display in a web page all the images stored in a database. THis is my code, but it only displays the first picture: <?php include "cysylltiad.php"; $result = mysql_query("SELECT * FROM files ORDER BY fid"); while($row = mysql_fetch_array($result)){ header("Content-Type: {$row['type']}"); echo $row["content"]; } ?> where content is … ![]() | |
Re: 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, … | |
Re: do NOT send the password via email, defeats the whole purpose of security, send a link via email, to the email address of registration ONLY, to a page that logs them in, and requires they reset the password | |
Re: You do understand that javascript is clientside, so anyone who wants to find your password can 'view source' and read the password stored in clear text at the very least hash the password and send only the hash value | |
Re: AAT is the largest land area in the world so not nice to forget it[code=php]<?php $aussie_states = array( 'AAT' => 'Australian Antarctic Territory', 'ACT' => 'Australian Capital Territory', 'JBT' => 'Jervis Bay Territory', 'NSW' => 'New South Wales', 'NT' => 'Northern Territory', 'QLD' => 'Queensland', 'SA' => 'South Australia', 'TAS' … | |
Re: [QUOTE=snoopspanky;1097306]i cant open a link--example--i click on a email from jobs.com-it list jobs as a manager-says view discp-i click it and it dont open.-any one know why?[/QUOTE] Dont hijack other peoples threads start your own try turn off your pop up blocker(or hold whatever key combination) if the links are … | |
Re: A simple accurate ( & annoying) answer: Fix your code a more helpful answer: the key is in the code, which nobody can see if you don't post it or a link to it | |
Re: order is important in css in some of the styles you set[code=css]margin-top:0; margin:5px;[/code]result [icode] margin-top:5px; [/icode] in other styles you correctly zero the top margin[code=css]margin:5px; margin-top:0;[/code]a group of applied 5px will soon add to the 'missing' amount | |
Re: Your script, unnecessary, fix the href in the link http:**//**www. Html Ref:[Note: The target attribute on the a element was deprecated in a previous version of HTML, but is no longer deprecated, as it useful in Web applications, particularly in combination with the iframe element](http://dev.w3.org/html5/markup/a.html) | |
Re: [IE6 IE7 IE8 support @media queries](http://msdn.microsoft.com/en-us/library/hh781508(v=vs.85).aspx) Joshua made a small mistake? so it can be simply done in css `@media screen { }` `@media print { }` so `@media screen {.dontshow {display:none;}}` `@media print {.dontprint {display:none;}}` results in <div> this text would display in both screen and printer</div> <div class='dontprint'>this … | |
 I was thinking about dogs, getting one, a house isnt complete without at least one dog, and the above description of Labradors just broke me up | |
Re: fixed size elements do not work in any device except the one the page was laid out on body:1000px looks ridiculous on my windescreen, even ridiculous on an iphone coz that tiny screen is 2700px wide laid out in em or % ,,, scalar dimensions that auto adjust to window … | |
Re: Oldschool <select name="comments" onchange='this.form.submit();'> <?php echo $op;?> but it has to have <input type='submit' name='mysubmit' value='Delete Comments' /> just in case there is a name conflict ![]() | |
Re: we seem to have a logical failure, [let me google that for you](http://lmgtfy.com/?q=what+is+link+baiting), There we go | |
Re: show the rewrite code that you are using, to allow people to make the alteration, it is often just enough to include a 301 permanently moved to the redirect but nobody will be able to make a correct assessment without seeing what exists | |
Re: 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 | |
Re: **Reality:** An infinite number of possible people and a finite number of combinations of letters and numbers, means somebody else has the same name as you be thankful your name is not bill smith live with it **The incredible egocentric universe you live in:** Contact every website in the result … | |
Re: New college semester new dumbarse students RTFM | |
Re: 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 | |
Re: <form action='<?php echo $_SERVER['PHP_SELF']; ?>' method='post'> <input type='text' name='firstname' value='<?php if(isset($_POST['firstname'])){echo $_POST['firstname'];} ?>'><label for='firstname'>First Name</label> ![]() | |
Re: The first days of a new college semester homework questions RTFM | |
Re: [url=http://support.google.com/webmasters/bin/answer.py?hl=en&answer=70897]RTFgoogleM [/url] SE penalise autolink generators [quote]: Google works hard to improve the user experience by identifying spam links and other practices that negatively impact search results. The best types of links are those that are given based on the quality of your content[/quote][quote][b]Quality guidelines - basic principles[/b] •Make pages … | |
Re: not reading the question, javascript was not the answer, edited out wrongness | |
Re: as Forrest Gump didn't say "stupid is as stupid answers" "Life is a venereal disease, you never know what you're gonna get" | |
Re: Content content content Lose the priority flag, characteristic of all spam. Your mail is **not** important gmail address most auto-mail will be flagged as spam, that setting is the choice of the gmail account holder (You) | |
Re: incorrect doctype `<doc type html>` The doctype declaration must be exact (both in spelling and in case) `<!DOCTYPE html>` without a doctype the browser does not know what you are trying to tell it, nothing else will work the tutorial sites mentioned by the prior posts is here http://www.w3schools.com/ | |
Re: +1 Bradley Valuable Content, on well laid out pages with no junk ads Bounce, is a sign you are doing EVERYTHING wrong | |
Re: really, you mark down the people who try to help you?, werent they fast enough, they didnt fix the abortion of code you provided, you'll notice that after you did mark down both those who tried to extract enough information from your incompetence, to repair your stupidity, that no-one else … | |
Re: did you use the code supplied, that loads the eot font for 'other browsers' or did you not is the other browser IE6 did you read the instructions, including fault finding, google apis are pretty good | |
Re: I am _self dad _parent is Dead mum _parent is in Australia | |
Re: THE db is not supposed to be human readable, it is meant for the machine to read date stored as a timestamp, is smaller more efficient and faster, not so much for a few records, but it makes a large difference to use a four byte timestamp to a 25 … ![]() | |
Re: Landing pages should have pure content NO click here to enter, that is immediate bounce Home pages should have pure content the user wants the ppoint of entry, regardless of the query string used to FIND the site, to contain the information requested, anything else, and they will bounce to … | |
Re: can you post the code to the attempt, so that we can see what is attempted, else we are shooting blind | |
Re: There could only be a single con :where a folder name and extensionless filename are the same: likeliehood, zero, non existent, would only happen to someone *not* checking design. | |
Re: the **last** item is 'selected':: the last item will **be** selected when the drop down list receives focus put the selected option first and the first item will be selected when the list receives focus, & will start at the top, put the selected item in the middle and the … | |
Re: 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 … | |
Re: format the drive ? maybe, dunno | |
Re: it would be better not to use proscribed characters [The following printing ASCII characters are not used in Python. Their occurrence outside string literals and comments is an unconditional error:$ ?](http://docs.python.org/2/reference/lexical_analysis.html#delimiters) $ is proscribed, $0-$9 are used in python internal structure, if the executing program set $3, that value would … | |
Re: something like body {margin:5%;padding:5%;border:1px;} p {margin:1%;margin-left:4%;} p:first-line {font-weight:bold;margin-left:3%;} p:first-letter {font-size:160%;} The phone I am writing on has a screen only 9cm wide, 10cm borders mean blank screen. Fixed dimensions mean a large number of potential viewers wont see the site as intended, and will leave translating the layout from fixed … |
The End.