2,295 Posted Topics
Re: Agree with the above users' posts, my site logs, a general commerce site, show 76% IE users block IE, not supported, lose 76% of visitorss, not a plan. tell anybody what to do, for any reason, get only negative publicity, not a plan | |
Re: That response is part of a system put in place by the site owner to stop bandwidth theft. The owner pays for the service, and others using it without permission is considered theft. By your method of accessing the file, from outside the site, you have been identified as a … | |
Re: <a style="background:url('image');" href='url'>select</a> | |
Re: syntax <?php $handler = fopen('index.txt','r'); while ($line = fgets($handler)){ echo '<br>'.htmlentities($line);} fclose($handler); ?> the original works, without the substring and exit, to generate **functional** html, this version generates **displayable** html | |
Re: for html/php If you use the same name for input fields, only the last one of each name will be sent, data input fields must have unique names those elements, such as radio buttons, with common names, act as a single input with preset values redesign the forms for pdf … | |
Re: the number <50posters, disagreeing with csgal's interpretation of how the site is run, bossLady, the noobs have spoke, you must be wrong Noobs, that was a facetious comment, csgal [B][U]is[/U][/B] bossLady, the Queen of DaniWeb, her board, her decisions, her config, so its probably not reasonable to disagree If it … | |
Re: happens often when a laid out on screen in pixels you will get the same effect on your pc, if you open the site in a partscreen window content will push offscreen right the solution is a different dimension em or % are scalars that adjust to window size device … | |
Re: the process is not as you expect when you navigate from page to page, the whole page is redrawn, any background image or color is blanked out and redisplayed new content is not simply drawn over the top of the old background could not see any fault in it | |
Re: There is no difference between static urls and dynamic urls for SE purposes dynamic urls are rewritten as static urls by mod_rewrite before the search engine is involved, user bot alike see only the static url the bot knows it, the user knows it, everybody knows it except certain deficient … | |
Re: goto google webmaster tools read the instructions[INDENT]that will tell you what works and what does not, and what SEO really is[/INDENT] follow the instructions[INDENT]lots don't[/INDENT] submit the site[INDENT]when set up properly to google yahoo msn ask[/INDENT] Dont submit the site before following the instructions, it is harder to get re-indexed … | |
Re: [code=php]$sql=mysql_query("Select * from students where voted=1 group by department order by course"); $sql=mysql_query("Select * from students where voted=1 group by course order by department"); $sql=mysql_query("Select * from students where voted=1 course=%s group by department order by name", $session['course']);[/code]combinations of group by order by produce widely different and often interesting results … | |
Re: site.com, is somebody else's url, Do Not post faked urls they always turn out to belong to somebody, and DaniWeb will get blamed for your being ignorant of the social niceties. Use your url, and/or post the code that the screwup applies to, then help will be more likely to … | |
Re: http://www.auditmypc.com/free-sitemap-generator.asp | |
Re: google has 70% market share the others add up to less than 30% google can confidently make the rules, do make the rules intelligent webmasters follow the google101 at google webmaster tools | |
Re: doesnt work that way code and questions and interested persons will assist SO post a link to the site, the code to it, or something to enable interested persons to help and good luck, starting is hard, continuing gets easier | |
Re: http://wordpress.org/support/topic/how-to-remove-the-footer-text | |
Re: *Change the links* - not generally the thing to do. preserving indexed files is a godsend, update them for sure, but dont kill them | |
Re: MagicInvisibleFriendsWhoLiveInTheSkyAndGrantWishesToThosWhoBelieveInThem, did not think it was possible to find something sillier, but there it is, expanding the limitations. on a strictly engineering level. magic science gadgets that do anything you imagine, as soon as you imagine it, after the fact, dont exist, the limits you notie, are logical limits, the … | |
Re: % as layout dimensions, current best practice, scalar units that auto adjust to window size resolution user preference and device ability there are 800 px in a 15 inch crt 2670 in a 7 inch iphone 3020 in this 19 inch led monitor px will never look the same, and … | |
Re: No, they never were Content is King clean code signup for google webmaster tools, and follow the instructions. then submit an xml sitemap to google Anything you do deliberately *offsite* to increase your search ranking, will breach TOS and be appropriately punished no linkfarms no link exchanges no paid services … | |
Re: its called a self processing form the processing is done by php so is not output to the browser, here is a code sample <?php ob_start("ob_gzhandler"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><head><title>Tell A friend </title><?php if(isset($_POST['to_name'])){$to_name =$_POST['to_name'];} if(isset($_POST['to_email'])){$to_email =$_POST['to_email'];} if(isset($_POST['from_name'])){$from_name =$_POST['from_name'];} if(isset($_POST['from_email'])){$from_email =$_POST['from_email'];} if(isset($_POST['message'])){$message =$_POST['message'];} If … | |
Re: the google search would be something like [Search](http://lmgtfy.com/?q=css+dropdown+flyout+menu+download) I usually go straight to stu nicholls site for menus http://www.cssplay.co.uk/menus/drop_examples.html | |
Re: XML sitemap is for bots, and is important HTML sitemap is your acknowlegement that your navigation system is not working, Better is to fdix the nav. Intuitive menu systems, and logical link structures negate any need for a user to have to look for where they are or need to … | |
Re: **id** is unique may only contain 1 item, duplicating id may cause problems in compliant browsers **class** contains one or more items positioning is done easiest by css styling the classes <div id='singular'> this div has an id, the id can only be used by this div and no other</div> … | |
Re: try one of the online scans, panda activescan, and Computer Associates scanners, less footprint disable most of the installed autoruns while you do it to lessen the processor load | |
Re: further to pritaeas accurate answer, you appear to be resizing large images in the browser, (resized thumbs typically get a prefix or suffix when created) a large image is downloaded then displayed 130x130px, resize the image at the server then serve the thumbnail image, 130x130 is 4 times smaller than … | |
Re: well it it may help to know what brand and chipset, if you know, the hardware gurus (I'm not one I cant remember exactly what I was told just a few months ago to get my laptop booting again) may be able to tell you what keys to hit to … | |
Re: I din't have a magic invisible friend who lives in the sky and grants wishes. I cannot conceive of a possible reality where a magic invisible friend lives in the sky and grants wishes I cannot convieive a reality where multiple magic invisible friends live in the sky grant wishes, … | |
Re: this is a **read the printer control language manual** problem page size and printable area are not the same thing there is no code sample, and not even a mention of what printer, so the only advice is go back and RTFM, | |
Re: Communicate with the client, there will be a hundred changes in requirements during the development test run every aspect you can imagine, and those you can't, before it goes live, I, middle aged, old fashioned, typify the small company C-levels who will sign your cheques *websites for them and there … | |
Re: Is your .htaccess file, named htaccess or **.** htaccess (dot htaccess) because you say you are new at this, are you putting up and editing htaccess, when the file doing the work, and possibly being corrupted is .htaccess sort of a blank name with an extension I have the first … | |
Re: Book title **Ping google for every change**, or *how to get blacklisted* its a Hindenburg, great idea, right up to the crash n burn Google TOS are remarkable in their specificity | |
Re: IE8 released 2009 CSS3 released 2011, not complete at 5 June 2012 dunno wy ma tigermoth dont have no jet engine neither | |
Re: bubbafunk Yes * means everything [B]BUT [/B][U]Context is King[/U] elementA {space} * means everything that is a child of elementA just as the robot has written why it didnt work, for YOU, will have to wait till a guru comes along, I dunno | |
Re: I just get randomly 45degree parallel lines opaquing the screen, on mouseover of blank areas, that sometimes fades immediately, sometimes persists 20s ![]() | |
Re: one way `<a href="pathto/savefile.php?file=pathtosomefile.txt">download somefile.txt</a>` savefile.php is below <?php $file=$_GET['file']; if(!$file) return false; header("Content-disposition: attachment; filename=$file"); header('Content-type: text/plain;'); readfile("$file"); ?> | |
Re: its called CSS, cascading style sheets a basic tutorial is [url]http://www.w3schools.com/css/[/url] simply you put a link in the head of each file to the stylesheet and in the stylesheet define the look of the page every page looks like the style change the style sheet, change every page When you … | |
Re: put the css in the css file, class for a multi-member group, id for a singleton group in php, however the class/id is determined very similar to madCoder's above [code=php]<!-- boring html --> <div id='<?php isset($special_condition) ? "special_id" : "boring_id"; ?>'> blah </div> <div class='<?php isset($special_condition2) ? "special_class" : "boring_class"; … | |
Re: <?php header ('content-type:text/css'); ob_start("ob_gzhandler"); ?> /* <style type=text/css> */ @media all {.dontall {display:none;}} @media handheld { img { display:none; } } @media print { body {font-size:10pt; font-family:verdana, arial, sans-serif;} .dontprint {display:none;} .lt {float:left;text-align:right;width:30%;} .rt {float:right;text-align:left;width:65%;} .bk {clear:both;width:97%;border:#778899 solid 0;margin:4pt 1% 4pt 1%;padding:4pt;} .bkb {width:95%;border:#778899 solid 1pt;margin:4pt 1% 4pt 1%;padding:4pt;} .block … | |
Re: [tutorials](http://lmgtfy.com/?q=php+tutorial+for+beginners) | |
Re: Ignore BS kills, BS, PX Hacks are no way to make the site appear as you wish, they do not work. current best practice is em & % as layout tools, pixels are device dependent, and change size a 15inch monitor used to be 800px, now a 7inch tablet is … ![]() | |
Re: professionally,1972 punched cards on shared VMS servers creting bank software MonEcs Fortran age: when everybody else seems [B][I]so[/I][/B] young | |
Re: You can learn php, and have millions of potential clients, develop with free software, make use of millions of other developer's input and work You can learn coldfusion, but there are limited clients, limited hosts with cf support, and expense in purchasing the software, and the licenses for distribution You … | |
Re: you do realise that unstyled divs, are 100% width of the containing element and display as block in otherwords, all you need is <div></div> <div></div> <div></div> <div></div> | |
Re: [QUOTE=murderotica;674516] Have you tried lying inside a coffin?[/QUOTE] have only ever been truthful when in a coffin | |
![]() | |
Re: Then DO your coursework. the course is to teach **you**, Nobody does your homework for you. \*expletive deleted\* lazy students |
The End.