2,295 Posted Topics
Re: its so[I] current [/I] the text is so up to date Last Mod April 10, 2006 the basic premise is right tho | |
Re: px are not the recommended scalar/measurement on a .12 dot pitch hi res screen 15px=1.8mm=.07inch high, hardly visible current best practice is em % as measurements, settings that adjust to screen resolution and user preference. [indent]Using the current best practic will also make the site more user friendly, as impaired … | |
Re: .asp will be preferred by those unlucky few with windows servers, a proprietary Microsoft product with all the bugs holes and illogicalities that implies for the 90% on other than windows hosts there is .php why pay for something where the free one works better | |
Re: THe Hosts file part of every windows since 3.11 part of every MacOS part of every linux os part of every freeBSD os and very seldom used,,,, DOH a text file list of 127.0.0.1 uri one item per line no ads, no google adware, no trackers, no problems vastly improved … | |
Re: What will said Current best practice is % and em, the derivation of % is obvious, the em is width of the M in the user's set basefont both scale to window size, and user preference a div 25% wide is 25% wide on a widescreen monitor and a handheld … | |
Re: The google maps API as posted in google code, includes AJAX calls of the type required there are other sites than google that provide editable code to create the desired result as well ![]() | |
Re: [code=php]echo <<<END <h1>Edit Page</h1><p>Here you are allowed to edit your personal page, $array["page"], in all sorts of ways. You can start out by choosing a background color, and what font you would like. In that way you can make a completely unique page, that is like no others. Have fun! … | |
Re: dont do it, there are too many annoying sites ![]() | |
Re: perl scripts are always invoked as a result of some request, until then they just sit on the server doing 0 nada nothing traditionally perl script gets data posted or getted to it from a html form, runs on the server and returns a html page to say its done. … | |
Re: the first line of an xhtml file should be a doctype no doctype , doesnt work [icode]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> [/icode] [icode]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> [/icode] validate your code and css [url]http://validator.w3.org/[/url] html check [url]http://jigsaw.w3.org/css-validator/[/url] css check | |
Re: 12px is, on a hi-res monitor (.12mm dot pitch), 1.4mm (0.05inch) high, px are not scaleable by the user to the users convenience, current best practice for screen layout is em and %, which both adjust around the user basefont settings, the site becomes immediately impairment friendly and you wont … | |
Re: We pretty much all do, all built at least our own sites, this is technogeek heaven, tecsheaven's thought is the pplace to start look at a hosting package, get a domain name appropriate to your business, myname.com many hosting packages have built in support for website layout tools, downloadable desktop … | |
Re: we dont do homework show your code, and it will be repaired if broken | |
Re: Post the code, and the gurus here are likely going to be able to point and shoot : done nobody wants to have to pull the code of the site and work it aside:: Google tracker is malware,(third party script loaded without user permission that reports browser activiety to the … | |
Re: have you tried it without the dot in invoicNo thinks concatenation ![]() | |
Re: Block google advertising, google spyware tracker and a lot of other crapware [url]http://www.mvps.org/winhelp2002/hosts.htm[/url] | |
Re: english is not the first language? [url]http://www.php.net/manual/en/tutorial.php[/url] select the button on the page for your preferred language | |
Re: [code=html]<table width="100%"> <tr> <td>Content</td> <td width='*'>More Content</td> </tr> </table>[/code] | |
Re: look at your code in the post above, at line 33 you see the colors change, one of the benefits of code highlighting is it shows you when you are missing quotes there are editors available with code highlighting that make debuging easier other than than it is unusual to … | |
Re: make life easier on yourself (may not be the problem but make life easier) dont use mixed case filenames 'This' is exclusive to 'this' ![]() | |
Re: Yes, that is the foundation behind many websites php asp shtml all have the ability to do server includes, all you need to do is find which of the above your server supports, and you can include the menu with a single statement, and it doesnt need to be a … | |
Re: background is a reserved word | |
Re: when you get the code sorted out for the css rollover, the FIRST rollover for each image will appear very slowly, as the file is not downloaded from the server until that time this can really mess up your page appearance javascript to preload the images can be added to … | |
Re: [QUOTE=baseballfury;1147120]I've tried editing my query as per you instructions and ended up with the following: $sql4 ="SELECT Company.Link, Company.Address, Company.TelOther, Company.HomeTel, Company.Area, Company.Classification, Company.Class2, Company.Class3, Promotions.CompanyName, Promotions.PName, Promotions.PDescription, Promotions.Monday, Promotions.Tuesday, Promotions.Wednesday, Promotions.Thursday, Promotions.Friday, Promotions.Saturday, Promotions.Sunday, [B]date_format(Promotions.StartDate, '%d/%m/%Y'), [/B]Promotions.EndDate, Promotions.PromoID FROM Company INNER JOIN Promotions ON Company.Name=Promotions.CompanyName WHERE Promotions.EndDate IS NULL … | |
Re: [code=html]<div style="width:100%; bottom:0; top:auto; position:fixed; text-align:center">test</div>[/code] one of many ways, styles belong in the stylesheet tables are not used for layout, too much code too little content, current best practice is css positioning, separates layout from content, makes constant appearance simple | |
Re: references ? site name ? anything ? kerplunk | |
Re: email without a title/subject header is routinely bounced | |
Re: some more information may be neccessary to give accurate answers what do you need to prefetch random code sample images/pdf/etc[code=html]</body> <script type="text/javascript"> //<![CDATA[ <!-- image1 = new Image(); image1.src = "http://mysite.com/image1.jpg"; image2 = new Image(); image2.src = "http://mysite.com/image2.jpg"; image3 = new Image(); image3.src = "http://mysite.com/image3.jpg"; //--> //]]> </script> </html>[/code]do not … | |
Re: Yes, its the most common improvement from "my first web page" to "my second web page" in .php .asp .shtml (server side language extensions to html) you can [icode]<?php include('menu.php'); ?>[/icode] (example) the only thing you have to do is determine what server language your hosting package supports and use … | |
Re: Do you mean news from your site? or news from newspaper/reuters/associated press or other news agencies? if your site php&mysql as [url=http://www.daniweb.com/forums/member202654.html]cwarn23[/url] posted, if external site look for a rss feed, most news sites have them, and one of many rss2php rssthtml feedreader scripts off google hotscripts phpscripts scriptworld | |
Re: The options are not in alphabtical order, keypress M is selecting items in the order they are coded html, can't spell. | |
Re: [LIST] [*]Wrap code in [noparse][code] [/code] [/noparse]tags to improve readability [*] THERE IS NO JAVASCRIPT the javascript that defines the function changeImage() has been placed in [icode]<style type='text/css'></style>[/icode] tags (xhtml QUOTED) [*]javascript not css it belongs in [icode]<script type='text/javascript'></script>[/icode] tags there is nothing there that changes the image. [*][code=html]<script type='text/javascript'> … | |
Re: Any effort by the op would discover mismatched braces Screwem, do their own damn homework | |
Re: easyphp is an IDE integrated development environment for php, it contains a local server that can parse php files and support for php mysql html etc to use it to locally view php files follow the instructions here [url]http://www.easyphp.org/introduction.php[/url] item 5. see the result dreamweaver doesnt display php well (at … ![]() | |
Re: change display:hidden; to display:none; | |
Re: you start, we steer - once you begin There are announcements above all the forums about homework just how PO everybody who will answer is about homework show a code example, and many will help straight off, otherwise you just get answers like this | |
Re: wrap it in [url=http://www.w3schools.com/html/html_forms.asp]form tags[/url] [icode]<form></form>[/icode] cant be more specific without more information post the code you are using, then its easy to point at 'there' | |
Re: an iframe contains a complete file, style references for the file within the iframe have to be included in the html of the file within the iframe If you are accessing a file on another site, the file will use that other site's styles If you are accessing a file … | |
Re: [url]http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html[/url] general information and [url]http://httpd.apache.org/docs/1.3/misc/rewriteguide.html[/url] howto, by the authors | |
Re: inline styles are outdated a little, an external stylesheet allows the same style to be applied to every page without so many repeated definitions,. <body style= "background-image:url('wall.jpeg'); background-repeat:no-repeat; background-position:center;"> | |
Re: google analytics Google adwords servers appear in the [url=http://www.mvps.org/winhelp2002/hosts.htm]MSMVP Hosts file[/url] Spybot , adaware, and just about every other antimalware software files as malware [COLOR="Red"]THird party script; installed without user permission; reporting browser habits to a third party; Classic definition of spyware[/COLOR] Most users have spybot adaware MBAM or something … | |
Re: you actually want your site blacklisted you want to open a window to override user actions Not a particularly good idea | |
Re: [code=php]<?php if($login_successful == "1") { echo "<a href='http://www.icselect.com/login.php?logout=1'> Logout</a>"; } else { echo "<a href='http://www.icselect.com/login.php'> Login</a>"; } ?>[/code]no quotes around variable name, quotes indicate quoted text. xxxxxbla bla bla <> 1 text is never equal to one | |
Re: gues you all have the same homework assignment [url]http://www.daniweb.com/forums/thread257925.html[/url] | |
Re: Please wrap code in [noparse][code][/code] tags[/noparse] code highlighting makes simple errors, obvious errors [code=php]<?php $adminuser = $_POST['adminuser']; $adminpass=$_POST['adminpass']; if((!$adminuser=="") or (!$adminpass=="")){ echo "Please enter Username and Password"; } elseif((!$adminuser=="admin") or (!$adminpass=="manoj")){ echo "Invalid Username and Password"; } else{ "good"; } ?>[/code]try[code=php]<?php $adminuser = $_POST['adminuser']; $adminpass = $_POST['adminpass']; if((!$adminuser) or (!$adminpass)){ … | |
Re: [code]javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI= document.images; DIL=DI.length; function A(){for(i=0; i<DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5 ); void(0)[/code] makes dancing images | |
Re: cant fix it if you dont show it show the code you are using | |
Re: .htaccess has been around since darpanet, and terminal servers, and is a part of the server OS, not a part of the php application php is somewhat newer the op is just showing their age :) ( F*** mod_perl :icon_razz: ) best to post the code, its easier for someone … |
The End.