Forum: Graphics and Multimedia 1 Day Ago |
| Replies: 19 Views: 1,876 |
Forum: Graphics and Multimedia 1 Day Ago |
| Replies: 19 Views: 1,876 7kb for 1 4state button, thats much less than thought,
but more than a css button, thats 125 bytes,
flash buttons look so good though
daydream, doodle, think,
can flash buttons be reused,... |
Forum: Graphics and Multimedia 2 Days Ago |
| Replies: 19 Views: 1,876 a query, now that the q is solved, I couldnt asnwer it so didnt waste anyones time
How big is the flash for this menu, in KB, ? |
Forum: Graphics and Multimedia 10 Days Ago |
| Replies: 7 Views: 385 I do settimeout, sleep deprived and stupid, work during the night painting the house in the day, went to court
that line wasnt supposed to be included till I got the fuzz out of my head, a sad case,... |
Forum: Graphics and Multimedia 11 Days Ago |
| Replies: 7 Views: 385 <head><script type="text/javascript"><!--
(document.getElementById) ? dom = true : dom = false;
function hideIt(thiselement) {
if (dom)... |
Forum: Graphics and Multimedia 11 Days Ago |
| Replies: 7 Views: 385 to avoid popups use layers
make them visible or not
<script type="text/javascript"><!--
(document.getElementById) ? dom = true : dom = false;
function hideIt(thiselement) {
if (dom)... |
Forum: Graphics and Multimedia 24 Days Ago |
| Replies: 6 Views: 813 Good point
large corporates, many of who use flash in their websites block flash from being installed on pc on the lan
the big dollar customers won't see the fancy work
and may block the site... |
Forum: Graphics and Multimedia 24 Days Ago |
| Replies: 6 Views: 813 Flash sucks
flash intros penalise in search, annoy your customers
anything that makes the page load longer, kills customer retention |
Forum: Graphics and Multimedia Oct 20th, 2009 |
| Replies: 3 Views: 1,040 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... |
Forum: Graphics and Multimedia Oct 12th, 2009 |
| Replies: 3 Views: 852 http://panmental.de/public/programming_projects/Slideshow%20script%20in%20PHP/ developers page
http://sourceforge.net/projects/phpshow/ sourceforge page
small overhead, no java no javascript no... |
Forum: Graphics and Multimedia Oct 12th, 2009 |
| Replies: 3 Views: 852 use a different gallery
there are thousands, many that do not require thumbs to display thumbs |
Forum: Graphics and Multimedia Oct 9th, 2009 |
| Replies: 5 Views: 876 WYSiWYG what you see is what you get
as in "FrontPage is a wysiwyg editor"
the code sample at the top of the prior reply should be cut and pasted into 'html view' in frontpage if you use it
the... |
Forum: Graphics and Multimedia Oct 9th, 2009 |
| Replies: 5 Views: 876 1 file autostart on page load<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<style type='text/css'>
/* css positioning for the media... |
Forum: Graphics and Multimedia Sep 29th, 2009 |
| Replies: 15 Views: 1,203 firefox has video handling issues, ? I dunno
it is not specific code to IE
it works in opera safari IE firefox but only for .asf .wmv files, streaming media files
.avi is not a streaming format,... |
Forum: Graphics and Multimedia Sep 25th, 2009 |
| Replies: 18 Views: 28,960 autoloading stuff in php or other server language is easy
one file in the folder
and auto thumbnails and display and slideshow with fade
... |
Forum: Graphics and Multimedia Sep 24th, 2009 |
| Replies: 15 Views: 1,203 streaming media in
windows media is asf/wmv format |
Forum: Graphics and Multimedia Sep 23rd, 2009 |
| Replies: 15 Views: 1,203 definitely the easiest to code |
Forum: Graphics and Multimedia Sep 23rd, 2009 |
| Replies: 15 Views: 1,203 that part I can do,
and there is a WMP for Mac that downloadable from the included link in the script
BUT
There is no way to stream media into "whatever their media player is" sorry the codes are... |
Forum: Graphics and Multimedia Sep 23rd, 2009 |
| Replies: 15 Views: 1,203 <script type="text/javascript">
<!--//
function shrink(){
document.getElementById("MediaPlayer1").style.width=384;
document.getElementById("MediaPlayer1").style.height=300;
}
function... |
Forum: Graphics and Multimedia Sep 23rd, 2009 |
| Replies: 2 Views: 508 easy fix, dont use flash
there is nothing in that flash menu that can't be done smaller faster simpler in css |
Forum: Graphics and Multimedia Sep 11th, 2009 |
| Replies: 6 Views: 711 one of the errors in the google101 common error list |
Forum: Graphics and Multimedia Sep 3rd, 2009 |
| Replies: 16 Views: 1,081 dunno what I did to post the same answer twice |
Forum: Graphics and Multimedia Sep 3rd, 2009 |
| Replies: 16 Views: 1,081 dunno how to disable printscreen
don't want to interfere with someones hardware
bad mojo
the background image is in the tif,
it has to download to display,
can make it harder to copy,
but... |
Forum: Graphics and Multimedia Sep 2nd, 2009 |
| Replies: 16 Views: 1,081 @media print { img { background:url('./images/copyright.jpg'); } }<img style="background:url('./images/realpic.jpg')" src='./images/blank.gif' width='width of realpic' height='height of realpic'>... |
Forum: Graphics and Multimedia Aug 18th, 2009 |
| Replies: 1 Views: 496 i'm using coppermine photo gallery (http://coppermine-gallery.net/) |
Forum: Graphics and Multimedia Jun 27th, 2009 |
| Replies: 5 Views: 706 sorry, out of brain space,
redirect to a html page instead of an image ??
not sure it can be done either
it should be cause you can make <img src='filename'php'> for generated images
how about a... |
Forum: Graphics and Multimedia Jun 27th, 2009 |
| Replies: 5 Views: 706 this is a hot topic and there are tutorials
AltLab (http://altlab.com/htaccess_tutorial.html)
has my favorite, easy to follow, flexible |
Forum: Graphics and Multimedia Jun 25th, 2009 |
| Replies: 1 Views: 647 You load the template into Flash
and edit it
job description sucks? |
Forum: Graphics and Multimedia Jun 8th, 2009 |
| Replies: 6 Views: 675 I wasnt happy with this document.getElementByID('bigimage').src=image;} but I couldnt see an error either my javascript is **expletive deleted**
there could be quotes in my javascripts, that I... |
Forum: Graphics and Multimedia Jun 7th, 2009 |
| Replies: 6 Views: 675 loading the image onclick may not be as fast as you need for hi res images, but will speed page load because most people do not click images, so only the thumbs will be required
<!DOCTYPE html... |
Forum: Graphics and Multimedia Jun 6th, 2009 |
| Replies: 3 Views: 711 when an image is used as a background, it can be,
repeat-x repeat-y or repeat-both
to tile the image in the direction of its repeat
a tiny image afew bytes in size,
two squares, become a... |
Forum: Graphics and Multimedia Jun 4th, 2009 |
| Replies: 1 Views: 441 http://www.bbclone.de
http://webnet77.com/scripts/geo-ip/index.html
http://www.geoplugin.com/examples
http://www.maxmind.com/app/ip-location |
Forum: Graphics and Multimedia Jun 4th, 2009 |
| Replies: 4 Views: 651 Dont let this person use Frontpage on your files
Frontpage produces the most convoluted complicated code and alters things it has no business altering |
Forum: Graphics and Multimedia May 13th, 2009 |
| Replies: 3 Views: 644 Generic file download
savefile.php<?php
if(!$file) return false;
if(!type) return false;
header("content-disposition: attachment; filename=$file");
header("content-type: $type");... |
Forum: Graphics and Multimedia May 11th, 2009 |
| Replies: 3 Views: 644 saveimage.php<?php if(!$file) return false;
header("Content-disposition: attachment; filename=$file");
header('Content-type: image/jpeg;');
readfile("$file");
?>image link<a... |
Forum: Graphics and Multimedia Apr 14th, 2009 |
| Replies: 5 Views: 757 Unexpected thought
the javascript can be rewritten
I think to work as as
showit(image)
instead of just
showit()
so that it loads the large image into the same div, overlaying the small... |
Forum: Graphics and Multimedia Apr 9th, 2009 |
| Replies: 5 Views: 757 the same effect with layers, is better, looks like a popup, and cant get blocked,
this is one possibility
(I know tables suck, but you can get the code right)
you could replace the button with ... |
Forum: Graphics and Multimedia Apr 7th, 2009 |
| Replies: 4 Views: 833 smaller flipped and mirrored, and tiled each way
especially if you have shares in an optician |
Forum: Graphics and Multimedia Mar 4th, 2009 |
| Replies: 4 Views: 593 error messages usually have a string of digits, or a dump, I was hoping dreamweaver did too
instead they have a long list of errors and yours is included in the trouble shooter
Link: adobe... |
Forum: Graphics and Multimedia Mar 4th, 2009 |
| Replies: 4 Views: 593 copy and paste the error message
'something like' only tells 'almost how' to fix it |