2,295 Posted Topics

Member Avatar for The Dude

its so[I] current [/I] the text is so up to date Last Mod April 10, 2006 the basic premise is right tho

Member Avatar for suzzena
0
188
Member Avatar for bigdawg26

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 …

Member Avatar for almostbob
0
80
Member Avatar for darrylpatterson

.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

Member Avatar for digital29
0
142
Member Avatar for clutchkiller

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 …

Member Avatar for cwarn23
1
130
Member Avatar for sarahgn4t

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 …

Member Avatar for almostbob
0
66
Member Avatar for abhish2005

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

Member Avatar for diafol
-2
119
Member Avatar for Excizted

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

Member Avatar for almostbob
0
157
Member Avatar for Alena112001
Member Avatar for UberJoker

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

Member Avatar for Airshow
0
3K
Member Avatar for Evil_Tidus

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

Member Avatar for almostbob
0
101
Member Avatar for bigdawg26

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 …

Member Avatar for scottloway
0
138
Member Avatar for Kikay19

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 …

Member Avatar for untitledking
0
190
Member Avatar for Nilesh Warude
Re: Ajax

we dont do homework show your code, and it will be repaired if broken

Member Avatar for almostbob
-2
54
Member Avatar for Naggelos

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 …

Member Avatar for almostbob
0
127
Member Avatar for gurinder16
Member Avatar for coachHinesfan

Block google advertising, google spyware tracker and a lot of other crapware [url]http://www.mvps.org/winhelp2002/hosts.htm[/url]

Member Avatar for Biker920
0
265
Member Avatar for gsivaram11

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

Member Avatar for almostbob
-4
44
Member Avatar for samarudge

[code=html]<table width="100%"> <tr> <td>Content</td> <td width='*'>More Content</td> </tr> </table>[/code]

Member Avatar for samarudge
-1
93
Member Avatar for albertkao

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 …

Member Avatar for Airshow
0
121
Member Avatar for grisha83

make life easier on yourself (may not be the problem but make life easier) dont use mixed case filenames 'This' is exclusive to 'this'

Member Avatar for diafol
0
220
Member Avatar for sammer021486

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 …

Member Avatar for sammer021486
0
107
Member Avatar for Bubbleboy
Member Avatar for gruffy321

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 …

Member Avatar for scottloway
0
130
Member Avatar for phatgirl21
Member Avatar for baseballfury

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

Member Avatar for baseballfury
0
2K
Member Avatar for javedkhan
Member Avatar for MDanz

[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

Member Avatar for almostbob
0
71
Member Avatar for 3oltan
Member Avatar for brixton
Member Avatar for rilika

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 …

Member Avatar for almostbob
0
65
Member Avatar for atechg

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 …

Member Avatar for almostbob
0
376
Member Avatar for MxDev

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

Member Avatar for webexpertzhere
0
79
Member Avatar for mairtinomarta

The options are not in alphabtical order, keypress M is selecting items in the order they are coded html, can't spell.

Member Avatar for mairtinomarta
0
135
Member Avatar for ausmaya

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

Member Avatar for urtrivedi
0
103
Member Avatar for takeshi

Any effort by the op would discover mismatched braces Screwem, do their own damn homework

Member Avatar for kireol
0
262
Member Avatar for guruwannabe

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 …

Member Avatar for diafol
0
136
Member Avatar for tanha
Member Avatar for stjohn999

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

Member Avatar for rajendra.parmar
0
113
Member Avatar for simondmeredith

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'

Member Avatar for rajendra.parmar
0
78
Member Avatar for whiteyoh

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 …

Member Avatar for macneato
0
103
Member Avatar for OmniX

[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

Member Avatar for OmniX
0
99
Member Avatar for gopi17

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;">

Member Avatar for asal80
0
82
Member Avatar for InsightsDigital

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 …

Member Avatar for karol33
1
224
Member Avatar for darktangent

you actually want your site blacklisted you want to open a window to override user actions Not a particularly good idea

Member Avatar for almostbob
0
392
Member Avatar for jmercola

[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

Member Avatar for vaultdweller123
0
140
Member Avatar for phpbeginners

gues you all have the same homework assignment [url]http://www.daniweb.com/forums/thread257925.html[/url]

Member Avatar for phpbeginners
0
94
Member Avatar for manoj30dec

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

Member Avatar for harshbavaliya
0
117
Member Avatar for shiv0013

[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

Member Avatar for almostbob
0
54
Member Avatar for mrazaabhatti
Member Avatar for almostbob
0
67
Member Avatar for UnderPressure

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

Member Avatar for UnderPressure
0
119

The End.