2,295 Posted Topics
Re: With ALL the above, write unique, accurate, content, for other sites to link back to links for the purpose of having links, is penalised | |
Re: the comments are included, this is not a function, this is an explanation of how part of a function could be coded. It is incorrect, the explanation refers to "element**s** with the id", when ID is singular and multiple elements cannot have the same ID, throw it away and get … | |
Re: it is as simple as mattster wrote, just extended a little `<a href="mailto:?body=entityencodedhtml&title=title&bcc=bcc&cc=cc">email</a>` As a last ditch effort RTFM :; READ THE *rude word* MANUAL outlook express?, dead in the water, putting your newsletter on a href is not a useful solution, windows vista,7,8 and higher versions to come, do … | |
Re: I'll try, poor design:: anything that depends on another developer or a user, behaving in a particular manner. styles that are inserted in other code bases should be absolutely device independent. PX are pretty much useless as a layout tool, on a crt a px is 1/96inch, or lcd 1/132 … | |
Re: Asboth prior replies(+1), the ID is always created in the database as an auotincrement. there are hundreds of short tutorials on creating a simple phpsql database schema, most only occupy a single page, and the basic premise is simple. may be worth googling, and using one. the tutorials tend to … | |
Re: content is King directory submission sites are penalised link sharing sites are penalised link spamming is penalised Your original content, links from content-related valid non-spam sites | |
Re: not part of the q, <label> use is wrong (non functional) html <label> is used to add clickable text to input buttons, does nothing if used elsewhere `<input type='radio' name='gender' value='M' id='bloke'> <label for='bloke'>Male</label>` `<input type='radio' name='gender' value='F' id='sheila'> <label for='sheila'>Female</label>` `<input type='radio' name='gender' value='?' id='shim'> <label for='shim'>confused</label>` ![]() | |
Re: its better to use long tags, short tags mean the file is not portable, between servers, The ISP can always change the configuration of the server without notice and the short tag script will cease to function, long tags always work short tags are common between languages, can cause errors … | |
Re: As diafol above, the ip address is available to the form handler the form processor scrpt supplied by ISP can be often configured to capture the IP address, and other common data, without an input in the html form simple as reading the helpscreens for the particular script more exact, … | |
Re: most godaddy hosting includes php the php $_server[] array used in the godaddy form already includes this information its a matter of changing your html form to a php form (by changing the file extension) and coding something like [code=php] <input type='hidden' id='ip' name='ip' value='<?php echo $_server["remote_address"]; ?>'> <input type='hidden' … | |
Re: note the corrections in allenhill99 & creditcards replies robot.txt is nothing the file must be named robots.txt | |
Re: And ensure your mail is not formatted with title or content that would trigger a spam filter "Win a $million" is one sure way to get dumped | |
Re: The website doesnt, the SE does these results are considered relevant enough to be multi-linked Goto google webmaster tools register yourself & your site, read Google_webmaster_101 & **Follow The Instructions** google inform you what they expect, to rank well content is King | |
Re: <ul id="infobox-img-dropdown-list" name="featured-infobox-1-img"> <li value="phpWillFill"> <input type='radio' value='1' name='option' id='option1' /> <label for="option1"><img src="phpWillFillThis" /></label> </li> <li value="phpWIllFill" class="selected"> <inpu type='radio' value='2' name='option' id='option2' selected='selected'> <label for="option2"><img src="phpWillFillThis" /></label> </li> <li value="phpWillFill" > <input type='radio' value='3' name='option' id='option3'> <label for="option3"><img src="phpWillFillThis" /></label> </li> </ul> If you dont want the actual … | |
Re: #slidingDiv_2{ height:100px;padding:20px;margin-top:10px;display:none;} #slidingDiv{ height:100px;padding:20px;margin-top:10px;display:none;z-index:10;} now div 1 will slide over div 2, z:indexes can be used to change the relative depth in the page, your javascript could also set the active div z-index higher programmatically so the active on always scrolls over the inactive, toggling between 0 and 10 . … | |
Re: go to google, and read the google maps api there is nothing that is not included in the instructions | |
Re: Probably the best single thing to do, is to enroll your site in [Google Webmaster tools](https://www.google.com/webmasters/tools/home?hl=en), and follow google [SEO101.](http://support.google.com/webmasters/bin/answer.py?hl=en&answer=35291) The other sites are insignificant, google holds 77% of searches, the others add to less than 1/3 of google share, so anything google does is copied by the others. Google101 … | |
Re: 0px is invalid as a dimension, zero is dimensionless, 0px=0em=0% and should be expressed as 0 IE8 could be *doing its thing* and spitting the dummy for something as simple as that | |
![]() | Re: in the code that **displays** the iframe, what class is the iframe, how is the iframe define ![]() |
Re: perhaps an em or fractional em(.9em) could/would/should self adjust to browser metrics, user preference, something like #container {top: 0.7em;} | |
Re: no, the demo unlink code just shows a range of possibilities for its use you can just unlink the file but it is good to check if exists | |
Re: the most likely cause is IE, try a better validator, like http://validator.w3.org/check apart from messy code, hard to read, there doesnt seem much wrong | |
Re: <link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'> <meta charset="UTF-8"> from the source code of the page the image is prtscr from http://www.asgcinc.org/ | |
Re: for your own use, try, base64 encoding, the image is written as displayable characters and recoded on the fly the same as images are embedded in email a likely google search would be *multipart mime* refers to email but the process is the same the ([enclosed]) also ([[ ]]) (([[ … | |
Re: <!DOCTYPE html> <meta http-equiv="X-UA-Compatible" content="IE=Edge"/> just a thought, I'm not going through a few hundred K of file | |
Re: localhost does not have an smtp server, mail() does not work without an smtp server html filoes do not process php commands, unless you have modified the configuration "addhandler serverparsed" the php helpscreens at php.net are very good, and include EDIT: Correct code samples, would be probably a good idea … | |
Re: Googlebots have read the sitemap, and discarded duplicate, and low value pages. Improve the value (content) of the un-indexed pages and resubmit the sitemap sitemap bombing, like any other black or grey SEO tool, will get you delisted. No third party site can guarantee you any better result than the … | |
Re: <form name="daftar" method="post" action="daftar.php" onsubmit="return tq()"> <input type="submit" name="Daftar" value="Daftar" id="submit" onClick="return checkscript()"/> perhaps | |
Re: <!DOCTYPE html> <html lang="en"> <head> <title>PHP Test</title> </head> <body> <p>This is an HTML line</p> <p> <?php echo 'This is a PHP line'; echo phpinfo(); ?> </p> </body></html> corrected code doctype html5 must close or selfclose all elements php left out a little echo would suggest getting a code-highlight editor, these … | |
Re: like everyone else, google apis would be the place to look https://developers.google.com/maps/ Its pretty easy, I can do ergo VERY easy | |
Re: [The google search ](http://lmgtfy.com/?q=how+to+create+a+multipart+mime+email+in+php) would proabaly be "how to create a multipart mime email in php" [Wiki mime type](http://en.wikipedia.org/wiki/MIME) explanation I dont do it myself, but it encodes the image as base64 text, so it can be sent in the body of the email | |
Re: Anything other than organic linking, degrades SER and leads to blacklisting. Search engines are very good at detecting black practice | |
Re: javascripts may not work, many users block javascript as security issue css is easier @media print { .dontprint {display:none;} } @media screen { .dontshow{ display: none; }} anthing you dont want to print is 'class="dontprint" ' a set of separate page headers and text to complete a printed page that … | |
Re: add it to your google webmaster details for the site | |
Re: Solution to all the above READ THE Finelyconstructed MANUAL | |
Re: why set a height? especially why px[code=css]#footer {bottom:0; top:auto; width:100%; position:fixed; z-index:10; text-align:center; padding:.5em 1em; } #header {top:0; bottom:auto; width:100%; position:fixed; z-index:10; text-align:center; padding:.5em 1em; }[/code]may work and not waste so much screen space for empty footers and headers | |
Re: The wonders of scripting, perhaps have the link be smarter, in something like [code=php]<a href='login.php'> //be something like <a href='login.php?refer=<?php echo $_SERVER['PHP_SELF']; ?>'>[/code] and have the login page return to the supplied parameter | |
Re: [QUOTE=Vineeth K;1003415]" Two Americans sitting in bar first man said to other " I have lot of family problems. Second man said : " I will tel you mine .i married a widow with a daughter.My father married that daughter. So my father become my son in law , my … | |
Re: css has states for all elements as psuedo(?cantspell)classes <element> <element>:hover <element>:active <element>:focus <element>:first-line <element>:first-letter and others active and focus mean pretty much the same thing but account for browser differences selected='selected' for a <li> has nothing to do with presentation, it is a method of defining the default choice [code=css] … | |
Re: it is the same as interacting with any other input, password light pen touchscreen the output of the device is compared with the stored sample on submit of the form no more difficult than any other submitted form the number of posts on this from 1 post wonders leads me … ![]() | |
Re: pages that are substantially the same are not indexed for a shopping cart thats most of them Google webmaster tools download the list of indexed files | |
Re: printing is at the control of the user, taking control of remote hardware is frowned upon, | |
Re: You dont have to reinvent the wheel, its all been done before and available for download, [url]http://www.google.ca/search?hl=en&q=verify+date+javascript&meta=[/url] I have used the one at javascript.internet.com | |
Re: [url]http://3d2f.com/programs/18-270-dbf-to-sql-download.shtml[/url] mAY HELP woz gunna edit the text and put the capslock off, but didnt | |
Re: Customer{customer id, customer fname, customer lname, customer address1, address2, addresscity, adress_postalcode, customer tel no, customer_category} /* invoices and statements are usually posted, plan for it even if the course notes dont require it */ customer_category{cust_type, discount} /* four possible entries Private =>0 Bus_Silver => .1 Bus_Gold => .25 Bus_Diamond => … | |
Re: these emulators may assist, basic phone, ipad, iphone handheld http://demo.opera-mini.net/demo.html?www.google.com http://iphonetester.com/?url=http%3A%2F%2Fwww.google.com http://www.ipadpeek.com/?url=www.google.com replace google.com with your uri | |
Re: 1. no, formatting creates, in simple terms, an index to store the location of all other files that file box occupies some space 2. drive makers TB are not TB. drive makers use decimal 1000 everyone else uses binary 1024 (2x2x2x2x2x2x2x2x2x2) as the basis for kilo mega giga tera drive … | |
Re: Try doing as sanchixx did start a thread, ask a question explain the *actual* problem post the code affected await reply | |
Re: Google do not permit iframes, my content in your iframe is considered by most sites to be content theft. they do provide an api that allows you to put their content in a div, the api includes google's choice of attribution |
The End.