Search Results

Showing results 1 to 40 of 1000
Search took 0.08 seconds.
Search: Posts Made By: almostbob
Forum: HTML and CSS 1 Day Ago
Replies: 4
Views: 102
Posted By almostbob
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...
Forum: HTML and CSS 1 Day Ago
Replies: 1
Views: 85
Posted By almostbob
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...
Forum: HTML and CSS 1 Day Ago
Replies: 15
Views: 288
Posted By almostbob
Q&D validation,
run the site through http://www.browsershots.org in browsers for each OS
IF w3c html validation errors are egregious it will show blankscreens in some (or many, sometimes ya really...
Forum: MySQL 2 Days Ago
Replies: 4
Views: 133
Posted By almostbob
my db is simple, numeric data only, but i went here, MYSQL Charsets (http://dev.mysql.com/doc/refman/5.1/en/charset-syntax.html) to find out how to display other character sets, it was complicated,...
Forum: Website Reviews 2 Days Ago
Replies: 3
Views: 98
Posted By almostbob
Less gentle,
Fix the code,
a 'template' does not mean the author of the template knows what they are doing
...
Forum: JavaScript / DHTML / AJAX 3 Days Ago
Replies: 6
Views: 173
Posted By almostbob
write the descriptions into <divs> with different ID, not the same id visibility hidden
then for the onclick event change the visibility of the div to inline or block
<img src='thisimg.jpg'...
Forum: Website Reviews 3 Days Ago
Replies: 3
Views: 98
Posted By almostbob
take each site and run them through
http://websiteoptimization.com/services/analyze/ Speed tweaks
http://validator.w3.org/ html check
http://jigsaw.w3.org/css-validator/ css check...
Forum: JavaScript / DHTML / AJAX 3 Days Ago
Replies: 13
Views: 250
Posted By almostbob
<html><head></head><body>This is a popup window,<br>
which may not open on any random system thanks to popup blockers<br>
on the chance that it does open, I want to close it 5 seconds later...
Forum: JavaScript / DHTML / AJAX 3 Days Ago
Replies: 6
Views: 173
Posted By almostbob
thisimg is 80*80
thatimg is 640*500
theotherimg is 1024*768
yourimg is 216*136

You gave no details I made them up
<img src='thisimg.jpg' width='80' height='80' alt='click for credits'...
Forum: JavaScript / DHTML / AJAX 3 Days Ago
Replies: 5
Views: 177
Posted By almostbob
html tags should really be lower case, values quoted, corrected <html>
<head>
<title>Simpler Adder</title>
<script type='text/javascript'> // corrected
<!--
function CalculateSum(Atext, Btext,...
Forum: JavaScript / DHTML / AJAX 3 Days Ago
Replies: 6
Views: 173
Posted By almostbob
<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...
Forum: Website Reviews 3 Days Ago
Replies: 1
Views: 114
Posted By almostbob
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.bigdogcattle.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0 bugs, xhtml requires self closed tags <tag /> lower case code...
Forum: Website Reviews 4 Days Ago
Replies: 8
Views: 246
Posted By almostbob
noticably faster load
screen fonts sized around my basefont, Thank you
all good
Forum: Website Reviews 5 Days Ago
Replies: 2
Views: 152
Posted By almostbob
http://validator.w3.org/ bugs, xhtml requires <tag />
http://jigsaw.w3.org/css-validator/ bugs css3 is not well supported
http://demo.opera-mini.net/demo.html?www.yoursite.com/ handheld, put...
Forum: HTML and CSS 5 Days Ago
Replies: 4
Solved: Submit button
Views: 183
Posted By almostbob
<button type='submit' name='thisorthat' value='whatever you want'>displayed label</button>
Forum: Website Reviews 5 Days Ago
Replies: 8
Views: 246
Posted By almostbob
Some parts of the site use fixed size text, px, 10px is 1.8mm high on my screen, and does not resize if I Select larger.
the W3C reccommended fonts sizes for screen display are em and %, each of...
Forum: Website Reviews 5 Days Ago
Replies: 2
Views: 152
Posted By almostbob
http://analyze.websiteoptimization.com/ (http://analyze.websiteoptimization.com/authenticate.php?url=http://www.advertiserbay.com/&) lot of speed tweaks
http://validator.w3.org/...
Forum: Website Reviews 5 Days Ago
Replies: 8
Views: 246
Posted By almostbob
the css that displays on your site does not validate, the code that does validate is not what may causes the site to fail to display,
better perhaps to remove the css button till
IE6-7 ff-3...
Forum: PHP 5 Days Ago
Replies: 1
Views: 118
Posted By almostbob
http://www.google.com/search?hl=en&safe=off&q=php+youtube+clone&btnG=Search&meta=&aq=f&oq= (http://www.google.ca/search?hl=en&safe=off&q=php+youtube+clone&btnG=Search&meta=&aq=f&oq=)
Forum: Website Reviews 5 Days Ago
Replies: 1
Views: 157
Posted By almostbob
standard tips and tweaks

http://websiteoptimization.com/services/analyze/ speed tweaks: pretty good, but This site is not using HTTP compression, otherwise called content encoding using gzip....
Forum: Website Reviews 5 Days Ago
Replies: 1
Views: 182
Posted By almostbob
standard tips and tweaks

http://websiteoptimization.com/services/analyze/ speed tweaks
http://validator.w3.org/ HTML self closing<tag /> errors :: xhtml strict, is Strict...
Forum: Website Reviews 5 Days Ago
Replies: 8
Views: 246
Posted By almostbob
standard tips and tweaks

http://websiteoptimization.com/services/analyze/ some work required
http://validator.w3.org/ PASS
http://jigsaw.w3.org/css-validator/ fail, site does not use the css...
Forum: Website Reviews 5 Days Ago
Replies: 1
Views: 171
Posted By almostbob
standard tips and tweaks

http://websiteoptimization.com/services/analyze/
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/
http://demo.opera-mini.net/demo.htm?www.yoursite.com...
Forum: Website Reviews 6 Days Ago
Replies: 2
Views: 225
Posted By almostbob
Standard tips and tweaks

html (http://validator.w3.org/check?uri=http%3A%2F%2Fwww.siteter.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0) fail is too harsh, needs work
css...
Forum: Website Reviews 6 Days Ago
Replies: 3
Views: 222
Posted By almostbob
Standard tips and tweaks

html (http://validator.w3.org/check?uri=http%3A%2F%2Fwww.fonttenterprises.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0) fail is too harsh, needs work...
Forum: Site Layout and Usability 8 Days Ago
Replies: 2
Views: 333
Posted By almostbob
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...
Forum: HTML and CSS 10 Days Ago
Replies: 3
Views: 294
Posted By almostbob
Dont do it, even if you find out how,
its a waste that users will not wait for
click away, next google search response
Forum: Website Reviews 11 Days Ago
Replies: 3
Views: 289
Posted By almostbob
Standard tips and tweaks
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/
http://demo.opera-mini.net/demo.html?inhomehealthcareagency.com/
http://www.browsershots.org...
Forum: Website Reviews 12 Days Ago
Replies: 7
Views: 302
Posted By almostbob
includes, for menues copyright etc, are code scraps incomplete files stitched together by the server an served as 1 file
framesets are made up of full files with headers et al and each takes longer...
Forum: Website Reviews 12 Days Ago
Replies: 7
Views: 302
Posted By almostbob
try this in your menu<html>
<body background="./img/grass3.jpg" topmargin="0" marginwidth="0" marginheight="0" >
<a href="./main_body.html?*session*id*key*=*session*id*val*" target="main"><img...
Forum: Search Engine Optimization 13 Days Ago
Replies: 7
Views: 290
Posted By almostbob
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

BUT
Google adwords adsense,...
Forum: Website Reviews 13 Days Ago
Replies: 7
Views: 302
Posted By almostbob
Very 1980s
MM Frames are bad mmkkay
its hard to index frames,
better effects are available using css and php includes to place nav etc exactly where you want, when you get your support staff...
Forum: Website Reviews 14 Days Ago
Replies: 1
Views: 268
Posted By almostbob
Its got big ears and its feet smell . . . . . :)

on a more prosaic note

Standard tips and tweaks
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/...
Forum: Website Reviews 16 Days Ago
Replies: 1
Views: 241
Posted By almostbob
standard tips and tweaks

http://websiteoptimization.com/services/analyze/
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/
http://demo.opera-mini.net/demo.html?www.exactrate.net/...
Forum: HTML and CSS 16 Days Ago
Replies: 1
Views: 250
Posted By almostbob
<%@ Page Language = "VB" aspcompat=true Explicit="True"%>
<%Dim src As String = " bet "%>you knew to quote values up there , , , but, ,<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"...
Forum: Site Layout and Usability 16 Days Ago
Replies: 3
Views: 471
Posted By almostbob
standard tips and tweaks
http://websiteoptimization.com/services/analyze/
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/
http://demo.opera-mini.net/demo.htm?www.yoursite.com...
Forum: Website Reviews 16 Days Ago
Replies: 2
Views: 262
Posted By almostbob
standard tips and tweaks

http://websiteoptimization.com/services/analyze/
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/
http://demo.opera-mini.net/demo.htm?www.yoursite.com...
Forum: Website Reviews 16 Days Ago
Replies: 2
Views: 243
Posted By almostbob
standard tips and tweaks

http://websiteoptimization.com/services/analyze/
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/
http://demo.opera-mini.net/demo.htm?www.yoursite.com...
Forum: Website Reviews 16 Days Ago
Replies: 1
Views: 333
Posted By almostbob
standard tips and tweaks

http://websiteoptimization.com/services/analyze/
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/
http://demo.opera-mini.net/demo.htm?www.yoursite.com...
Forum: Website Reviews 16 Days Ago
Replies: 1
Views: 241
Posted By almostbob
standard tips and tweaks

http://websiteoptimization.com/services/analyze/
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/
http://demo.opera-mini.net/demo.htm?www.yoursite.com...
Showing results 1 to 40 of 1000

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC