2,295 Posted Topics
Re: 'I am very new at web development"; yeah, guessed that, with more experience you wouldnt ask the question unless you built another google, big fat hairy deal site isnt unique, the information is available from a hundred(at least) other sources google maps provide routes to them all as well every … | |
![]() | Re: d'ya think any of the ops are going to read this crap after **7 years** |
Re: I always force the user to enter 3 separate fields, day month year into three inputs, text or select, and eliminate the ability for users to make errors a sele3ct field of 1-31, a select filed of text months with values 1-12 antext field for year. it is simple then … ![]() | |
Re: Ask them using another site's content without attribution, is considered stealing putting their site in your Iframe, is considered stealing putting their content in your Iframe with their logo, is definitely considered stealing If you ask them they may consider allowing you to access their content, | |
Re: Google make the rules, yahoo DONT Google have 75%+ searches, anything yahoo do is therefore insignificant | |
Re: line 19, incorrect mixed quote and dquote the benefits of an editor with code highlighting, perhaps you should get one, or if your current editor supports the feature turn it on, you can ttrace bugs by color changes Notepad++ notepad2 | |
Re: url includes *http : // fullpathtoimage* (uri broken so that would not become link) image is changed from the user browser, cannot locate the image first run of this script will cause considerable delays downloading the image appararent speed can be improved by placing an image fetch between </body> and … | |
Re: how have you specified the page layout in css, | |
Re: look for, as previously noted, position:fixed;, and overflow: anything other than 'visible' in the css some browsers (guess which, hint starts with *I* ends with *nternet explorer*) handle overflow badly, others less badly, some (few) follow the spec | |
![]() | Re: Add a dynamic dns service, to remap the ip address given to you, and altered, at random by your home servie provider, to a domain name chosen by you, and you will be actually good to go. No domain name, nobody will be able to find you. accessing as ip, … |
Re: Cant Fix a picture post the aberrant code | |
Re: diafol's answer, dead on, correct, specify encoding. UTF8 is the default encoding for a growing group of browsers, with inbuilt advanced language support, chrome safari and opera spring to mind. UTF8 support huge character sets with no more than hex80 (128) characters encoding. characters above hex7f are represented by a … | |
Re: The error message is browser specific, not website specific. The installed language of the browser, and whether the translation is available, determines the content of the error message. NOT a good idea to depend upon anything that requires the user to have or do anything properly. serverside validation, and controlled … | |
Re: 1.<form method="post" id="some_id" action="process.php" onSubmit="return confirm('are you sure?\nIf all fields are not complete the form will not submit');" > with some simple text formatting, a \n newline to break the text into manageable areas | |
Re: How about if you remember your country's pm going all the way with LBJ | |
Re: as does line 54 find a code highlighting editor, notepad++ there are dozens, having the colors change as the posted code does on DaniWeb, makes it very easy to find headslap moment errorors ( *erroror*s, headslap moment :) ) | |
Re: I have an infinite number of email addresses, all validate and can be found [here](http://www.auditmypc.com/freescan/antispam.html), [here](http://www.spamhelp.org/harvesterkiller/) , and [here](http://antispam.byteplant.com/products/cleanmail/spambot-trap.html) I hate loathe and detest spammers, they look up to see whale shit (-pretty low, whale shit sits on the bottom of the ocean) first against the wall when the revolution … | |
Re: <script type='text/javascript'> function whoop(){ if(document.getElementById("entry_53").value > 30) { var ade = document.getElementById("entry_53").value - 30; alert( "Please Deposit " + ade); }} </script> <input tabindex='27' onfocus='whoop();' onblur='whoop();' id="27" name="27"> | |
Re: usually you do not delete data from a table, usually the data is marked deleted, in a table column(type =date or timestamp) for that purpose, and the "deleted" item is excluded from other reports this is to ensure trace-ability, deleted items can screw up later work | |
Re: <script type='text/javascript'><!-- (document.getElementById) ? dom = true : dom = false; function hideIt(layer) { if (dom) {document.getElementById(layer).style.visibility='hidden';} if (document.layers) {document.layers[layer].visibility='hide';} } function showIt(layer) { if (dom) {document.getElementById(layer).style.visibility='visible';} if (document.layers) {document.layers[layer].visibility='show';} } --></script> <div id="layer1" style="position:fixed; width:50%; bottom:0;top:auto;z-index:30; left:0; visibility:hidden; padding:10px; margin:10px; background:#ececec; border: 1px solid;"> <b>text</b>:<br> Text Text Text Text … | |
Re: 70% of something, is better than 100% of nothing there is so much freeware in php that the product has to be exceptional to sell. the added impetus of being on a site surrounded by other programs for sale, may make a significant difference, the main thing though, will always … | |
Re: Why not echo $username and see what is being posted [code]<?php if isset($username) {echo $username; } If (isset($_POST['username'])) { echo $username."was posted"; echo "Username Entered"."<br />"; } Else { echo $username."was posted"; echo "Username Not entered"."<br />"; } ?> [/code] | |
Re: Its free, insert text into selection, is a function in most graphic editors, free & good one at http://www.irfanview.com | |
Re: [code]<button type="submit" name="button1" value=" "> <img src="images/button_sub2.png" width="32" height="32" alt="submit" border="0" /> </button>[/code] or style the submit button [code=css]input[type=submit] { background:url('input.gif'); } input:hover[type=submit] { background:url('input.gif') green; }[/code] | |
Re: check out google webfonts for the solution, they have implemented a pretty good system that works, you can do it yourself, BUT, big but,, do you want to add between 15 and 90 seconds to download page times, If you use google, there is a pretty good chance that the … | |
Re: the problem is not in line 138, the problem is before that, line 138 is where the redirect is attempted, and the error detected. check also the script that calls the login function anything that outputs, even a blank space or line return, in any included files or the script … | |
Re: I'm assuming you want the php script to act on the subfolders The google search would be something like "php recursive script" I have one that I use to make a folder tree of pdf files downloadable, it may provide an insight, it is probably badly written, but functions ok … | |
Re: the error message implies a bug in the code snippet, you are using, it is often simpler/safer (for the reasons outlide by petzoldt01) to modify the login code to accomodate a blank uri, than allow bugs to go forward. post the scrap? | |
Re: for a testing server, on localhost, with apache mysql php et al, http://www.usbwebserver.net/en/download.php installs to a thumbdrive, or any folder. | |
Re: Downloadable fonts are implemented in html5, which means NO you cant use them, no browser supports all of html5 yet, IE 5678 supports .eot format d/l fonts, badly. | |
Re: what do you call a deer with no eyes and no legs still no idea | |
Re: I would have severe problems with a web site accessing any part of my hardware | |
Re: It appears you have installed an out-of-the-box chat system\ those systems are usually configured to block url access to the chat server, else anybody could push anything into your chat. imagine a bot locating the chat system and pushing porn into the stream going to all your users just by … | |
Re: `margin-left:auto; margin-right:auto;` `margin:auto 0;` // fill left and right zero top and bottom | |
Re: http://www.geoplugin.com/examples another site with similar software | |
Re: [Let me Google 4g Specs for you](http://lmgtfy.com/?q=4g+wireless+specification&l=1) [Let me Google the difference between 3g 4G](http://lmgtfy.com/?q=difference+between+4G+and+3G+&l=1) seems to be quite an upgrade, lmgtfy.com fun | |
Re: Try move this section of code from the end of line 62-92 <?php if(empty($_POST) === false){ $errors = array(); $name=$_POST['name']; $email=$_POST['email']; $message=$_POST['message']; if(empty($name)=== true || empty($email) === true || empty($message) === true ){ $errors[] ='Name, Email and Message are Required';} else { if(filter_var($email, FILTER_VALIDATE_EMAIL) === false){ $errors[] = 'Please Enter … | |
Re: Benefits: apparently not many, no current browser implements html5 completely. http://html5test.com/results/desktop.html like css3 its currently 'do it and hope it works' 6-12 months to release browser upgrades, and 3-4 years for current windows users to upgrade to newer versions with html5 when the hardware dies | |
Re: I use similar I dont think p will ever equal 3 <?php if(isset($second)){ $third == $second; } if($first - $third) <= 5){$p='1';} elseif($first - $third > 5){$p='2';} else $p='3'; echo "<img src='images/img$p.png' />"; ?> | |
Re: syntax is important $type is a variable, the values are quoted, html should be lower case, earlier in the code there must have been something creating the value in $type from the post/get array, assuming the form is submitted by the post method and the form is submitted to itself … | |
Re: start tv episode voiceover.. * Does insane paranoia automatically decrease once you get more than a month in or ten posts? * will it always stay an unhelpful peanut, * stay tuned for the next episode in "life of a scared mind" ..end voiceover Tinabina, post what you need to … | |
Re: Have messed this up b4 If the nocache code is getting displayed in the browser in the output window Assuming the page displayed is "page.php" page.php includes the line [icode]<img src="getImageFromDatabase.php" alt='database blob image'>[/icode] or something similar The nocache code previously listed should be inserted in the <head> of "page.php" … | |
| |
Re: <li><a id="facebook" rel="_blank" href="https://www.facebook.com"> </a></li> ie is quirky it was a big *nothing*, should now be a big space character & should be clickable | |
Re: It is not a seo issue, but it may cause many, if not most, browsers to fail to display the page, and ruin visitor retention run the generated page through the css validators css2 http://jigsaw.w3.org/css-validator/validator?profile=css21&usermedium=all&warning=1&lang=en&uri=http%3A%2F%2Fwww.yoursite.com css3 http://jigsaw.w3.org/css-validator/validator?profile=css3&usermedium=all&warning=1&lang=en&uri=http%3A%2F%2Fwww.yoursite.com replace yoursite.com with a uri to the generated page, and see how bad/good … | |
![]() | Re: At the bottom of every page, **terms of service,** states the rules. you dont post to a public forum if you want privacy. facebook owns every update, twitter owns every tweet, Daniweb owns every reply. the 'decoration' is there as a reminder to those who did not actually read the … |
Re: not the ideal way to handle multiple inputs or multiple users example, 100 entrants = 400x3 'invalid form data' messages if the form is validated, or 400 users created to blank values if the form is not validated most input is done one record at a time multiple updates can … | |
Re: Given [icode]<a name='linkname'></a>[/icode]is the target on the same page [icode]<a href='#linkname'>goto linkname</a>[/icode] on another local page [icode]<a href='../relativefolder/page#linkname'>goto linkname</a>[/icode] cross site page [icode]<a href='http://www.thatsite.com/page#linkname'>goto linkname</a>[/icode] the target does not have to be an <a>anchor, any named element can be the target, the actual target is the [B]name[/B] not the element … | |
Re: I set timeouts in .htaccess to 5secs for anything that needs it, is the usb server a wamp/lamp system? <IfModule mod_expires.c> ExpiresActive On ExpiresByType text/html "access plus 5 seconds" ExpiresByType image/gif "access plus 5 seconds" ExpiresByType image/jpg "access plus 5 seconds" ExpiresByType image/png "access plus 5 seconds" ExpiresByType application/x-javascript "access … |
The End.