2,295 Posted Topics
Re: stream webcam? piece of cake, using [url=http://www.yawcam.com/] YAWcam [/url][indent] at each building. (property manager) surprising how 'slip and fall' occurences stop when webcams over the carpark and pathways stream live to the internet and record a 36 day loop insurance went down too[/indent] | |
Re: the user agent chooses its own default style, and there is (to my knowledge) no CSS attributes you can change to determine the masking character. Of course, this is possible if the password field is just a standard text field, and you manually mask the input with a javascript event … | |
Re: apache mod_rewrite in the .htaccess file any calls for sitemap.xml ,,,[code=apache]RewriteEngine ON RewriteRule ^sitemap.xml? sitemap.php[/code] so just make your php script a php script | |
Re: 10px is huge on a 17inch 640*480 display 10px is readable on a 17inch 800*600 display 10px is small on a 17inch 1024*768 display 10px is invisible on a 17inch 1280 * 1440 display and occupies the whole screen on a blackberry px are [U]not[/U] the W3C recommended dimension for … | |
Re: outsourcing the image is one way of increasing connection numbers the http protocol limits the number of connections (2) to each domain, exactly how i dont know, but it can be finessed images on a subdomain pics.mysite.com scripts on a different subdomain scr.mysite.com text/php/html files on [noparse]www.mydomain.com[/noparse] the http parser … | |
Re: Post the code why expect somebody else to go to your site hash there way through the links to find your javascripts, repair them and post the answers | |
Re: Inline tags <b><font><u><i> etc are, at best, frowned upon, in xhtml, html4 and above and should be replaced by css <h anything> styled to your preference, is better than <b>old | |
Re: apache Mod_gzip mod_deflate will compress on the fly if enabled in apache or php headers and browser accept headers are there best speed tweak has been, given that transparent.gif is a 1*1px transparent.gif image[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"> <!-- @(#) $Id$ --> <head> <title>HTML Template</title> … | |
Re: [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"> <!-- @(#) $Id$ --> <head> <title>HTML Template</title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> </head> <body> <!-- bla bla stuff you want to display immediately --> thumbnails <img alt='img1 description' id='img1' src='blank.gif' width='80' height='80' /> <img alt='img2 description' id='img2' src='blank.gif' width='80' height='80' … | |
Re: [icode]<script type='text/javascript'>[/icode] [I]language=[/I] is deprecated | |
Re: [INDENT][INDENT][indent][COLOR="Red"][B]Deleted by MIB[/B][/COLOR][/indent][/INDENT][/INDENT] | |
Re: [B]standard tips and tweaks[/B] [noparse]http://websiteoptimization.com/services/analyze/[/noparse] [noparse]http://validator.w3.org/[/noparse] [noparse]http://jigsaw.w3.org/css-validator/[/noparse] [noparse]http://demo.opera-mini.net/demo.htm?www.yoursite.com[/noparse] [noparse]http://www.browsershots.org[/noparse] code, css, mobile browsers, other browsers, optimize hints of course thats once you get the code written [url=http://www.w3.org/TR/WCAG10-HTML-TECHS/]W3C guidelines for layout[/url] give hints for accessible sites, accessible is also readable for average joe pixels are for images, not anything else recommended … | |
Re: SEspiders are good but consider the worst case If the search engine misses something, hiccups, when spidering your relative links and does not record a baseref then your hard written pages end up linked as [noparse] ./mypage at google http://www.google.com/mypage.html not http://www.mysite/mypage.html[/noparse] and you get KOed in your search engine … | |
Re: Got to give Kudos for the self confidence, & you found a great place to ask questions if confidence isnt enough | |
Re: 1/4 century plus 2, my Kids are older than that I feel OOOLLLDDD Happy Birthday, and welcome to the long downhill "remember when" "I used to ..." and all the other boring old people things that will appear in your conversations, and younger (damn) people will roll their eyes about. … | |
Re: [B]Q[/B]&[B]D[/B] validation, run the site through [url]http://www.browsershots.org[/url] in browsers for each OS IF w3c html validation errors are egregious it will show blankscreens in some (or many, sometimes ya really mess up :) ) browsers if the site displays right in the target browsers, the html/css errors dont matter so … | |
Re: special purpose fields like the ICRA ratings system end up in meta tags | |
Re: the only opinion on link exchange that matters [url]http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=66356[/url] The most common effect is downgrading | |
Re: [code=css]ul#navigation { width: 12em; top: auto; left: 0; bottom: auto; right: auto; position: fixed;} /* should put the menu in the centre of the left edge of the page, you can set the position explicitly I didnt, I like left:auto;right:0; better to put the menu on the right side of … | |
Re: local is the local pc font store, I think, from the web server, even a web server installed locally it requires a url something like[code=css]@font-face { font-family: GraublauWeb; src: local("Lucida Grande"), url("fonts/GraublauWeb.otf") format ("opentype"); }[/code] [url=http://webfonts.info/wiki/index.php?title=%40font-face_browser_support]http://webfonts.info/ font-face browser support [/url] details on browser differences | |
Re: actually none. webmaster is an admin to be an author as well needs languages html for sure asp/php depending on host support, to give life to pages and a willingness to drag yourself thru a mire of competig technologies to accomplish whatever unspecified task you plan for this website dont … | |
Re: apache mod_rewrite in .htaccess[code=apache]RewriteEngine ON RewriteRule ^sitemap.xml? makesitemap.php[/code] sitemap generated from the database whenever anything looks for a sitemap | |
Re: Lost some details of the post, damn edits In UK Canada Yes In US Au no for the uk get the database to import to a sql table or red from perl here [url]http://88.80.16.63/leak/uk-post-codes-2009.bz2[/url] or buy it from the post office | |
Re: html <label> tag anything within the label is clickable for the checkbox [code=html]<label for='check1'>Entire Row<!-- any kind of code --> <input type='checkbox' id='check1' value='yes'> Yes <!-- any kind of code --></label>[/code] | |
Re: my db is simple, numeric data only, but i went [url=http://dev.mysql.com/doc/refman/5.1/en/charset-syntax.html]here, MYSQL Charsets[/url] to find out how to display other character sets, it was complicated, thats when I decided to set numeric tables (chickened out) | |
Re: [code=html]<button type='submit' name='thisorthat' value='whatever you want'>displayed label</button>[/code] | |
Re: dont use the code off that site its Crap no dtd parameters dont exist tables are outdated parameter values should be quoted This site is a mashup of the worst that they could copy from somebody else [code=html]<html><HEAD><TITLE>Welcome to Getref.com</TITLE> <link href="style/stylesnew.css" type='text/css' rel='stylesheet'> </head> <body bottomMargin=0 leftMargin=0 topMargin=0 rightMargin=0> … | |
Re: Dont use fixed sizes, the W3C recommended screen layout is % and ems. the site looks weird on 2400 widescreen. about 1/4 width show the customized css code for comment, there are some css mavens here | |
Re: Bytehost only support Cron in premium accounts You could schedule a php task from your local pc at the time appropriate there are a bunch of possibilities [url]http://www.google.com/search?hl=en&safe=off&q=alternative+to+cron&start=10&sa=N[/url] | |
Re: [code=html]<img src='thisimg.jpg' width='80' height='80' alt='click for credits' onclick='document.getElementbyID("credits").innerhtml="File Name - thisimg.jpg<br>File Size - 80px*80px 15KB";setTimeout("document.getElementByID(\"credits\").innerhtml=\"\"",3000);>[/code]if populating images on the page from a database the scripting language can fill the blanks from the imagedetails stored | |
Re: html tags should really be lower case, values quoted, corrected [code=html]<html> <head> <title>Simpler Adder</title> <script type='text/javascript'> // corrected <!-- function CalculateSum(Atext, Btext, Ctext, Dtext, form) { var A = parseFloat(Atext); var B = parseFloat(Btext); var C = parseFloat(Ctext); var D = parseFloat(Dtext); // Error Ctext declared form.Answer.value = (A * … | |
Re: The database is not meant to be human readable, it is machine readable and efficient (we hope), correct your database design to store dates as a timestamp, it is less overhead to rewrite the adduser script and do a tablewide update of existing records once than it is to constantly … | |
Re: [url=http://www.google.ca/search?hl=en&safe=off&q=php+youtube+clone&btnG=Search&meta=&aq=f&oq=]http://www.google.com/search?hl=en&safe=off&q=php+youtube+clone&btnG=Search&meta=&aq=f&oq=[/url] | |
Re: Dont do it, even if you find out how, its a waste that users will not wait for click away, next google search response | |
Re: make yourself a page a really enormous wad of text images are insignificant as jpg and png are already optimized and nobody should be bmp-ing make 2 one with gzip enabled, one without compare load times run both through [url]http://www.websiteoptimization.com/services/analyze/[/url] to see the difference I find a huge speed differential … | |
Re: The adsense reporting, includes google's monitoring javascripts so may give you a better sense of what pages are getting hit, So you can optimize your site content [B]BUT[/B] Google adwords adsense, analytics servers are listed in the Spybot 'Immunize' database, and the MSMVP Hosts file, as [url=http://en.wikipedia.org/wiki/Malware]malware[/url], revenues and the … | |
Re: the current W3C reccommendations are device resolution independent, Ems %age dimensions adjust to all screen sizes and user preferences Web editors that can layout in % are freely available Web editors that cant, can be converted example if you design for 800*600 width=80px becomes width=10% | |
Re: does [icode]src="file:///c:\users\sonnydajalexa\desktop\test\smiley.jpg"[/icode] work | |
Re: I dont have an answer, but I'm fascinated by the question I remade my tables hard I did a lot of find and replace[code=html]<!--almost--> <table> <div class='outer'> </table> </div> <tr> <div class='row'> </tr> </div> <td> <span class='cell'> </td> </span> <style type='text/css'> .outer { width:95%; border:1px solid #000000; } .row { … | |
Re: [code]<%@ Page Language = "VB" aspcompat=true Explicit="True"%> <%Dim src As String = " bet "%>[/code]you knew to quote values up there , , , but, ,[code]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> </head> <body > <form name='loc' action='testsac.aspx' method='get'> <table class='s0' width='100%' cellpadding='1px' cellspacing='1em' align='center' border='1px'> <tr … | |
Re: target='_blank' creates a new unnamed window target='Ralph' creates a new named window, Ralph, Ralph (mywindow, detail, example etc) can be accessed by javascript the window can be closed [icode] <a href='#' onclick='Javascript:Ralph.close();' > Close popup </a>[/icode] for most people this will not be neccessary or effective as their popup blocker … | |
Re: [icode] limit =1 [/icode] ? if you only want one pic or if pictures in albums are number, select only number 1 in each album hard to code without knowing the data structure | |
Re: external css files do not have <style></style> they need only contain definitions, do not require comments whitespace or formatting [code=css].thumbnail{ position: relative; z-index: 0; } .thumbnail:hover{ background-color: transparent; z-index: 50; } .thumbnail span{ position: absolute; background-color: lightyellow; padding: 5px; left: -1000px; border: 1px dashed gray; visibility: hidden; color: black; text-decoration: … | |
Re: Google is Your friend [url]http://www.google.com/search?source=ig&hl=en&rlz=&q=free+tutorial+information+security&meta=lr%3D&aq=f&oq=[/url] 24 million responses | |
Re: 'view source' and everyone has your password even if you fix the input box as [icode]type="password"[/icode] elsewhere on this site, I know not where i was browsing there was another discussion thread that hashed the password, and sent the hashed value as password, and compared the hash of the entered … | |
Re: any time consuming bandwidth eating enhancement you make, will make no difference to the user, If the enhancement delays the loading of the page they will leave user click away may seriously annoy the client who is paying for this development Check with the client whether they want a inaccessible … | |
Re: depending on the language used as the front end to the mysql back end, php $date=strtotime('string'); asp $date=DateTime.Parse('string'); in sql getdate($date) don't use those codes look em up, I havent, so there will be errors sql date format sux, is explained here [url]http://www.tizag.com/sqlTutorial/sqldate.php[/url] hugely sux personal view[INDENT]a unix timestamp is … | |
Re: [url=http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html]mode_rewrite on your apache server[/url] will display the url however you see fit or this server side, in this case php, the url is always [noparse]http://www.site.com/download.php?file[/noparse] where the file is accessed [code=html]<a href='download.php?file=thisfile.pdf'>download Thisfile.pdf</a>[/code][code=php]<?php /*download.php*/ If (!$file) { die ('no file, incorrect filename'); } if(!$_SERVER['HTTP_REFERER']=='note1') {die ('direct linking not permitted'); … | |
Re: THe algorithm is the biggest secret they have lots can tell you the results few know how it is achieved, the few all work for search engine companies -- with a non disclosure clause for the simple stuff, use a search engine | |
Re: bringing it to current best practice would help fixed width central column looks ridiculous on a widescreen monitor, creates horizontal scroll bars opn a small monitor or small browser window font becomes vanishingly small on a hires monitor, fails on a [url=http://demo.opera-mini.net/demo.html?www.mlwehelp.com/]handheld/blackberry/iphone[/url] potential customer CEO has either the latest desktop … |
The End.