2,295 Posted Topics

Member Avatar for jacksonbird03

With ALL the above, write unique, accurate, content, for other sites to link back to links for the purpose of having links, is penalised

Member Avatar for almostbob
0
238
Member Avatar for rosalyncaraig
Member Avatar for lanhaibibo

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 …

Member Avatar for almostbob
-1
209
Member Avatar for subrata_ushasi

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 …

Member Avatar for mattster
0
225
Member Avatar for asif49

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 …

Member Avatar for almostbob
0
216
Member Avatar for amith_ami

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 …

Member Avatar for almostbob
0
182
Member Avatar for jamesfrank101

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

Member Avatar for starc_davis
1
141
Member Avatar for rosstafarian

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>`

Member Avatar for stbuchok
0
353
Member Avatar for williampritchar

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 …

Member Avatar for almostbob
0
1K
Member Avatar for gsam777

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, …

Member Avatar for gsam777
0
3K
Member Avatar for bbqkaren

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' …

Member Avatar for gsam777
0
3K
Member Avatar for chrispitt

note the corrections in allenhill99 & creditcards replies robot.txt is nothing the file must be named robots.txt

Member Avatar for bhav123
1
341
Member Avatar for shlokka

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

Member Avatar for almostbob
0
412
Member Avatar for LegateLucius

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

Member Avatar for almostbob
0
71
Member Avatar for Martin C++

<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 …

Member Avatar for almostbob
0
1K
Member Avatar for davidjennings

#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 . …

Member Avatar for davidjennings
0
362
Member Avatar for davy_yg

go to google, and read the google maps api there is nothing that is not included in the instructions

Member Avatar for davidkroj
0
148
Member Avatar for Lisabraker

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 …

Member Avatar for AbhijeetAtechnocrat
0
251
Member Avatar for webdevstudent

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

Member Avatar for Troy III
0
151
Member Avatar for sonicx2218
Member Avatar for sonicx2218
0
249
Member Avatar for Ritesh_4

perhaps an em or fractional em(.9em) could/would/should self adjust to browser metrics, user preference, something like #container {top: 0.7em;}

Member Avatar for almostbob
0
187
Member Avatar for fheppell

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

Member Avatar for Eng. Hadi
0
283
Member Avatar for solomon_13000

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

Member Avatar for Troy III
0
525
Member Avatar for louie540

<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/

Member Avatar for Albert Pinto
0
144
Member Avatar for silvercats

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 ([[ ]]) (([[ …

Member Avatar for almostbob
0
110
Member Avatar for riahc3

<!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

Member Avatar for riahc3
0
295
Member Avatar for MasterHacker110

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 …

Member Avatar for MasterHacker110
0
311
Member Avatar for couponmember

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 …

Member Avatar for almostbob
0
205
Member Avatar for dina85

<form name="daftar" method="post" action="daftar.php" onsubmit="return tq()"> <input type="submit" name="Daftar" value="Daftar" id="submit" onClick="return checkscript()"/> perhaps

Member Avatar for dina85
0
102
Member Avatar for SirMahlon

<!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 …

Member Avatar for almostbob
0
480
Member Avatar for geneh23

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

Member Avatar for geneh23
0
133
Member Avatar for dbalas

[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

Member Avatar for paulkd
0
498
Member Avatar for hustmet

Anything other than organic linking, degrades SER and leads to blacklisting. Search engines are very good at detecting black practice

Member Avatar for bhav123
0
161
Member Avatar for ultramel

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 …

Member Avatar for almostbob
0
206
Member Avatar for EricBattelle
Member Avatar for NitinThacker
Member Avatar for missy_mi
0
2K
Member Avatar for Altairzq

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

Member Avatar for Welosiu
0
374
Member Avatar for jrotunda85

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

Member Avatar for bakhtn
0
2K
Member Avatar for The Dude

[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 …

Member Avatar for Ene Uran
9
4K
Member Avatar for SelArom

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] …

Member Avatar for Cobra98
0
5K
Member Avatar for codedome

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 …

Member Avatar for diafol
1
840
Member Avatar for Allison2009

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

Member Avatar for jenniferlopezus
0
240
Member Avatar for sri.

printing is at the control of the user, taking control of remote hardware is frowned upon,

Member Avatar for rajengg
0
476
Member Avatar for sannidhikumar99

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

Member Avatar for phoochaliaw
0
158
Member Avatar for Gerbiler

[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

Member Avatar for Ujube
0
342
Member Avatar for caniballism

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 => …

Member Avatar for SethAngel
0
150
Member Avatar for siyajoshi

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

Member Avatar for unni6849
0
152
Member Avatar for rotten69

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 …

Member Avatar for technoknol
0
2K
Member Avatar for Sanchixx

Try doing as sanchixx did start a thread, ask a question explain the *actual* problem post the code affected await reply

Member Avatar for almostbob
0
310
Member Avatar for sri.

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

Member Avatar for almostbob
0
87

The End.