2,295 Posted Topics
Re: the page designer used px sizes in the css, pixels are for images - all other elements should be measured in relative sizes. if the window is smaller than the sum of the pixel sizes[INDENT]either on a small screen or the window open to less than fullscreen, the divs overlap[/INDENT]the … | |
Re: winzip freezip easyzip or any other of the zip/ra/gzip/tar creation utilities to compress for distribution is done locally on your development machine not on your server, although the files are .php .inc .sql they are just text files, nothing special, | |
Re: A guaranteed way to get blacklisted popups are offensive popups are a security risk popups are blocked by default, by almost everyone popups that follow the mouse are more offensive learn about layers | |
Re: It is possible, preferable?, to [B]actually[/B] preload the .pdf file so that the impression of instant loading is given. in the page prior to the pdf linked page add a preload script [INDENT][code=javascript]<script language="javascript" type="text/javascript"> //<![CDATA[ <!-- image1 = new Image(); image1.src = "http://mysite.com/mypdf.pdf"; //--> //]]> </script>[/code]The code above placed … | |
Re: Just as a point of interest, a ponderable[INDENT]security concerns mean most browsers are configured to disallow pop-up[INDENT]this is, at this time, a method of creating a system that will not work A layer within the page would be [LIST][*]more compatible, [*]easier to implement and control,[*] still have the external files … | |
Re: I use php script to determine mobile browsers, and redirect to a mobile version of the site, very small icons instead of images, mostly containing directions to the properties, with links to the full pages as an option. Hits to the mobile pages are up 500% since January get email … | |
Re: mediocre is sufficient for me. the buttons inside the template are just links, (usually) so you save a copy of the template with the new name and change the button text where the button says something like [icode]<a href="target">page 1</a>[/icode] to [icode]<a href="page1.html">My page 1</a>[/icode] Post part of the template … | |
Re: It is better to validate the form on submission, as well character strings can equal representations of the character you dont want, " [code=html]<script type='text/javascript'> function isAlphabet(elem, helperMsg){ var alphaExp = /^["']+$/; if(elem.value.match(alphaExp)){ alert(helperMsg); elem.focus(); return true; }else{ return false; } } </script> <form> Letters Only: <input type='text' id='letters' onkeyup="isAlphabet(document.getElementById('letters'), … | |
| |
Re: tiger & ardav have discovered ftl travel, this has placed them outside of the relativistic universe and allows them to post retroactively in advance, in 1981, they are going to make a fortune for their later, younger selves purchasing MicroSoft stock ![]() | |
Re: post the 'wrong' menu code, its easier to edit than compose new and one of the gurus will be able to fix it | |
Re: mode_rewrite in your server configuration .htaccess file [url]http://www.easymodrewrite.com/[/url] <<how to | |
Re: goto [url=http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=35769]google webmaster guidelines[/url] and read the instructions [B]Nothing [/B] anybody else has to say about search engines matters, does it note what Google says about link exchange services once you are registered as webmaster and google verify (also yahoo,msn,ask) you can see multiple reports of what the bots see … | |
Re: I would be extremely displeased at any site that attempted to manipulate my hardware. My choice That being said, there are a number of coupon sites that limit printing to 1, by a flash script, dont know how, didn't permit the script to run, have not returned to any of … | |
Re: from [url]http://gdymov.com/google-indexes-title-attribute-in-a-tag/[/url] [INDENT]While searching I observed a strange phenomenon. For this search, look at the page codex.wordpress.org/Plugins/Statistics that appears 9th, the snippet says: Backlinks ([url]http://gdymov.com/inbound-links-backlinks-wordpress-plugin/):[/url] Draws a graph over how the number of incoming links (thus the name “Backlinks”) to … but the text [url]http://gdymov.com/inbound-links-backlinks-wordpress-plugin/[/url] does not actually appear on … | |
Re: try changing the outermost script tags to [code]<script type='text/javascript'> <!-- <![CDATA[[/code] [code] ]]> --> </script>[/code] | |
![]() | Re: [url=http://www.google.com/search?hl=en&lr=&ei=7KQkStaoJpuOMrCfrIoF&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=javascript+slideshow+with+captions+and+crossfade&spell=1]google javascript+slideshow+with+captions+and+crossfade[/url] or if you dont need the slideshow to be clientside [url=http://www.google.com/search?hl=en&lr=&ei=7KQkStaoJpuOMrCfrIoF&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=php+slideshow+with+captions+and+crossfade&spell=1]google php+slideshow+with+captions+and+crossfade[/url] [url=http://www.google.com/search?hl=en&lr=&ei=7KQkStaoJpuOMrCfrIoF&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=asp+slideshow+with+captions+and+crossfade&spell=1]google asp+slideshow+with+captions+and+crossfade[/url] |
Re: [QUOTE=Atli;887480]Hi. You should ALWAYS store dates and times in the standard date/time format (YYYY-MM-DD HH:SS), and store them in date type fields, to avoid problems just like this one.[/QUOTE] This advice is wrong, totally wrong, could not be more wrong A database is a machine construct designed for the efficient … ![]() | |
Re: excel file format is proprietary, excel can read/write .csv comma separated values php can read/write .csv comma separated values a bunch of tutorials on creating the button to do so [url]http://www.google.com/search?hl=en&q=php+export+mysql+table+as+.csv+tutorial&meta=[/url] have no idea how myself | |
Re: and get rid of the graphic maps they work wonderfully, as, great way to keep yourself out of google | |
Re: set before you populate the select box put a value in it equal to the largest expected size, in the code below function populate is not defined, I figure you have yours already written, and my javascript isnt good enough[code=html]<select id='country' onchange='populate("nextselect");'> <option> Select </option> <option value='appleland'>appleland</option> <option value='bananaland'>bananaland</option> <option … | |
Re: loading the image onclick may not be as fast as you need for hi res images, but will speed page load because most people do not click images, so only the thumbs will be required [code=html]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" > <head> <script language="javascript" … | |
Re: another method without sessions in each page, the 'refering page' of course is different [code=php]if ($_SERVER['HTTP_REFERER'] != 'referring page') {header("location: ./booking.php");} [/code] | |
Re: They list both in the $9.96/month category, and have a fairly helpful helpdesk, even though I'm not a subscriber to their service there was immediate email reply. help desk rep said " have the Customer contact us and switch to a *nix hosting package" hope it works, the *nix packs … | |
Re: [code=html]<!--snipped for brevity --> </head> <body> <div id="nav" style='top:0; position:absolute; z-index:100;'> <ul> <li><a href="">Home</a> | </li> <li><a href="">Home</a> | </li> <li><a href="">Home</a> | </li> <li><a href="">Home</a> | </li> <li><a href="">Home</a> | </li> <li><a href="">Home</a> | </li> <li><a href="">Home</a></li> </ul> </div> <object style='top:0; z-index:0; position:absolute;' <!--snipped for brevity -->[/code]both the menu.div … | |
Re: [icode]<a href="somepage#somemarker">[/icode] [code=html]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>HTML Template</title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> </head> <body><a name='top'></a> <a href='#top' style='background: transparent; color: #000000; text-align: right; font-size: 85%; top: auto; left: auto; bottom: 1px; right: 1px; position: fixed; '>Goto Top</a> blah<br />blah<br /> blah<br />blah<br … | |
Re: [url]http://www.google.com/search?hl=en&q=drag+drop+image+resize+javascript&meta=&aq=f&oq=[/url] there are thousands of them pre-written Image quality will [B]not[/B] be preserved on resize unless the image is downloaded at the largest possible size and resized smaller by <img width height> controls if the image is displayed at 320*320 and physically is 320*320 enlarging the image makes the browser … | |
Re: 'framesets are bad ssi is better' - that tutorial is at least ten years old current practice excludes ssi php is far more developed, flexible, powerful than SSI, ssi is redundant nothing that ssi can do is not able to be done by php (asp for ms fans) much that … | |
Re: towards part 3 code not confirmed for this use, but the source of the data can be from the dbase instead of input [code=php]<?php /* configurable script All options can be input from the command line in the form <img src='make.jpg.php?h=l1=v1=l2=v2=l3=v3=l4=v4=l5=v5=size=max=r=imagename=color='> order is not important to create multiple signs from … | |
Re: repair the database design dates and times are correctly stored as a timestamp, 10 digit number of seconds from 1/1970, not as a text date field, the data is supposed to be machine readable, the output human readable a cron job or script update to fix your design fault is … | |
Re: [code=css]#footer { position:absolute; margin-bottom: 0; }[/code]zero works without em,px,%,pt | |
Re: [url]http://www.bbclone.de[/url] [url]http://webnet77.com/scripts/geo-ip/index.html[/url] [url]http://www.geoplugin.com/examples[/url] [url]http://www.maxmind.com/app/ip-location[/url] | |
Re: [INDENT]when you get the database contents assuming the row is array $row $row['textarea'] is assumed to have a value inserted into the html textarea[/INDENT]if you create a javascript variable of $row['textarea'] you could compare textarea.value with that javascript variable onblur and enable the button [B]code as thought process only,[/B][code=php]<script type='text/javascript'> … | |
Re: [url]http://javascript.about.com/library/blfollow1.htm[/url] get an object to follow the mouse | |
Re: I am lousy at javascript, but here is the google search [url]http://www.google.com/search?hl=en&q=javascript+populate+menu+on+menu+select&meta=[/url] and the site I got mine from [url]http://javascript.internet.com/forms/auto-drop-down.html[/url] | |
Re: [code=php]if (!strpos(#_post['textbox'],'http://') == 0) { return false} [/code] /* return false can be any thing, have successfully used header("location: $_server['http_referer]"); to bounce incorrectly filled pages back */ } or javascript can check similarly in the [icode]<form onsubmit='javascript'>[/icode] before submission | |
Re: Wordpress preview lugins at wordpress.com Wordpress latest posts plugins at wordpress.com a bunch of other plugins from various other providers hav no experience as which ones work best, | |
Re: [QUOTE=caige;882236]any one have a code or any advice for a php illiterate????[/QUOTE] [url=http://www.google.com/search?hl=en&q=file+upload+php+script+tutorial&meta=]google is your friend[/url] | |
Re: [url=https://www.google.com/webmasters/tools/dashboard]Google webmaster tools[/url] has a very good section on how to get indexed, and get good rankings do not use a link exchange, they are negative in effect proper site design, keywords, content, incoming links from indexed sites do work made the first page for our region, and field, and … | |
Re: [code=php]<?php ob_start("ob_gzhandler"); ?><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8"><meta name="distribution" content="global"> <meta http-equiv="content-Script-Type" content="text/javascript"><meta name="author" content="Rob Dockrey 2004"> <style type='text/css'> <!-- .logo { background-color: #eeeeee; color: #000000; text-align: right; font-family: verdana, geneva, arial, serif; font-size: 8pt; top: expression(document.body.scrollTop + document.body.clientHeight - offsetHeight ); … | |
Re: [code=html]<img id='largeimg' src='largeimg0.jpg' style='float:right'> <img src='smallimage1.jpg' onclick='document.getelementbyid('largeimg').src="largeimg1.jpg";'><br> <img src='smallimage2.jpg' onclick='document.getelementbyid('largeimg').src="largeimg2.jpg";'><br> <img src='smallimage3.jpg' onclick='document.getelementbyid('largeimg').src="largeimg3.jpg";'><br> <img src='smallimage4.jpg' onclick='document.getelementbyid('largeimg').src="largeimg4.jpg";'>[/code] witdh height statements omitted for brevity together with an image preload script between the </body></html>(after page load) tags to make the large images appear to be instant [code=html]</body> <script language="javascript" type="text/javascript"> //<![CDATA[ <!-- largeimage1 … | |
Re: google for css dropdown menu vertical it is just a css formatted <ul><li></li></ul> the contents of the <li> are the links or a submenu of another <ul> the css for the mouseover effects is something like [code=css]ul.li {margin:10px;} ul.li:hover { margin-left:20px;} ul.li.a:hover { margin-left:20px; background:eeeeee;}[/code] | |
Re: [url]http://help.godaddy.com/article/788[/url] godaddy : 5-7 days for domain name registraion transfer of nameserver update | |
Re: form mail requires some processing on the server the form target can be a php file a perl script python script asp script or other cgi script the html [icode]<a href="mailto:[email protected]? [email protected]&[email protected] &subject=some%20subject&body=some%20default%20text">[/icode] link works if the browser and mail program are configured to do so, the mail addresses are … | |
Re: Likewise, fire the developer trying to hide that they havent kept up with current best practice | |
Re: I use netfirms hosting mysite is accessible as mysite.netfirms.com as well as mysite.com all netfirms hosting is php enabled(*nix) or asp enabled(eeww MS hosting) use php to include your menu change filename.html to filename.php and add [icode]<?php include('menu.php') ?>[/icode] where you want the menu to appear read all about it … | |
Re: [quote=my favorite Rant]Don't use fixed sizes for anything except articles that are fixed sizes, images, video all other elements should be scaled in relative sizes, ems or %, then the page size will adjust to monitor resolution and window size preserving layout without error overflow or browser compatibility issues examples[INDENT]two … | |
Re: [url]http://centricle.com/tools/html-entities/[/url] copy the escape coded texted in the box and click the decode button [code=html]<p><span class="caps">APRIL</span></p> <p><span class="caps">SAT</span> 18<br> <span class="caps">OPEN TUTORIAL </span>(10.00- 4.00)<br> This day will include a session on Reflective Practice, Alternative Formats and Physical Skills. It is open to all SWs although the majority of participants are … | |
Re: you have set the z-index of body elements the table(very iniefficient as you are also using css positioning) used for layout to 100 if the z-index of the advertising script is lower it will be behind but the code is a mess, fails [url=http://validator.w3.org/check?uri=http%3A%2F%2Fwww.wanaspace.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0]w3c validation[/url] a place to start when … |
The End.