You are here: Re: For Those On The Cutting Edge Of Web Design « All PHP « IT news, forums, messages
Re: For Those On The Cutting Edge Of Web Design

Posted by ByteCoder on 06/29/05 14:38

Mimic <dev@null.net> wrote in
news:RsudnWa_JMS6dlzfRVnyug@brightview.com:

> Onideus Mad Hatter wrote:
>
>> On Mon, 27 Jun 2005 23:08:20 +0100, Mimic <dev@null.net> wrote:
>>
>>
>>>Onideus Mad Hatter wrote:
>>>
>>>
>>>>On Sun, 26 Jun 2005 23:08:47 -0700, newcastle <dan@dan.nospam>
>>>>wrote:
>>>>
>>>>
>>>>
>>>>>Onideus Mad Hatter wrote:
>>>>>
>>>>>
>>>>>>I contributed my thoughts to the only article in existence (as far
>>>>>>as Google can find) regarding liquid images:
>>>>>>http://www.michelf.com/weblog/2005/liquid-image/
>>>>>>
>>>>>>He, he, he...it seems that once again I have made web design
>>>>>>history.
>>>>>>
>>>>>>For those who aren't retarded like Starshine Moonbeam aka
>>>>>>MORONbeam, here's teh actual code segments:
>>>>>>
>>>>>>HTML File
>>>>>>:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Fuzzy"
>>>>>>:"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
>>>>>>: <html>
>>>>>>: <head>
>>>>>>: <title>Histology Tutorial</title>
>>>>>>: <meta http-equiv="Content-Type" content="text/html;
>>>>>>: charset=windows-1252"/> <meta http-equiv="imagetoolbar"
>>>>>>: content="no"/> <meta name="keywords" content="Backwater
>>>>>>: Productions, histology, WWCC, Walla Walla"/> <meta
>>>>>>: name="language" content="en-us"/> <meta name="distribution"
>>>>>>: content="GLOBAL"/> <meta name="copyright"
>>>>>>: content="Backwater Productions 2005"/> <meta name="author"
>>>>>>: content="Backwater Productions"/>
>>>>>>: </head>
>>>>>>: <body style="margin-left:0; margin-top:0; margin-right:0">
>>>>>>: <script language="JavaScript" type="text/javascript"
>>>>>>: src="internals.js"></script>
>>>>>>: </body>
>>>>>>: </html>
>>>>>>
>>>>>>JavaScript File
>>>>>>: document.cookie = "farfoos=" + document.body.clientWidth;
>>>>>>: document.write("<img src='index.php'>");
>>>>>>
>>>>>>PHP File
>>>>>>:<?php
>>>>>>:
>>>>>>:$filename = 'shapes.png';
>>>>>>:
>>>>>>:list($width, $height) = getimagesize($filename);
>>>>>>:$new_width = $HTTP_COOKIE_VARS["farfoos"];
>>>>>>:$new_height = $height / $width * $new_width;
>>>>>>:
>>>>>>:$image_p = imagecreatetruecolor($new_width, $new_height);
>>>>>>:$image = imagecreatefrompng($filename);
>>>>>>:imagecopyresampled($image_p, $image, 0, 0, 0, 0, $new_width,
>>>>>>:$new_height, $width, $height);
>>>>>>:
>>>>>>:imagepng($image_p);
>>>>>>:?>
>>>>>>
>>>>>>--
>>>>>>
>>>>>>Onideus Mad Hatter
>>>>>>mhm Ή x Ή
>>>>>>http://www.backwater-productions.net
>>>>>
>>>>>Is there a way to make the image resize without refreshing the
>>>>>browser?
>>>>
>>>>
>>>>The best I've come up with in the past hour is to alter the
>>>>JavaScript file like this:
>>>>
>>>>: document.cookie = "farfoos=" + document.body.clientWidth;
>>>>: document.write("<img id='shapes' src='index.php'>");
>>>>:
>>>>: window.setInterval("check()", 1);
>>>>: var width = document.body.clientWidth;
>>>>:
>>>>: function check()
>>>>: {
>>>>: cwidth = document.body.clientWidth;
>>>>: if ( width != cwidth )
>>>>: {
>>>>: document.cookie = "farfoos=" + cwidth;
>>>>: document.getElementById("shapes").src='index.php';
>>>>: setTimeout("width = cwidth;",250);
>>>>: }
>>>>: }
>>>>
>>>>The problem though is that you have to start off windowed and then
>>>>make it bigger for it to work. If you go from big to small it won't
>>>>resize because it just puts in a scroll bar and the clientWidth
>>>>stays the same. I tried to put in a scrolling:hidden style into the
>>>>main HTML file but then the whole thing didn't work at all so I'm
>>>>not completely sure, it may not be possible without a refresh.
>>>>
>>>>Although impossible is usually just another way of saying "I don't
>>>>have time". For my own purposes it works the way I want it to. The
>>>>next thing I'll probably do with it is to make it so that it can
>>>>handle PNG alpha transparencies as the current version does not and
>>>>that's a function that I require for my next major project.
>>>>
>>>> --
>>>>
>>>>Onideus Mad Hatter
>>>>mhm Ή x Ή
>>>>http://www.backwater-productions.net
>>>
>>>See previous - but you could forward the index to itself and include
>>>the dimensions as get variables. Also, I meant to say before, but Ive
>>>just forgotten again - oh yeah, add in an onresize - refresh
>>>function.
>>
>>
>> I thought about an onresize refresh function, that'd probably be
>> easiest way, but I'm trying my hardest to get it to function on the
>> fly without needing to reload everything. Probably I'll try and set
>> it up with iframes next...although now that I think about it...most
>> everything would need to be refreshed anyway if it was
>> resized...hrmmm...
>>
>> Before I even get back to messing with it though I need to construct
>> a better primer, the one I'm going to use in the contest against
>> Starshine. I'm REALLY pushing my skills in graphic art and color
>> theory on this one, I hope Starshine comes up with something halfway
>> decent to try and rival it, although I'm thinkin this is gonna wind
>> up being a flawless victory on my part.
>>
>
> Dont worry about the refreshing parts, I have that pretty much
> covered. There is one piece of my design I dont like which perhaps you
> could poke out when I up the code.
>
> Check this out also, its great: http://stylephreak.frogrun.com/cm.php

Very nice. Bookmarked! :)

--
----------------------------------
- ByteCoder -
- "Da Evul Dootchie" -
- Qnl0ZUNvZGVyQHBsYW5ldC5ubA== -
----------------------------------

 

Navigation:

[Reply to this message]


УдалСнная Ρ€Π°Π±ΠΎΡ‚Π° для программистов  •  Как Π·Π°Ρ€Π°Π±ΠΎΡ‚Π°Ρ‚ΡŒ Π½Π° Google AdSense  •  England, UK  •  ΡΡ‚Π°Ρ‚ΡŒΠΈ Π½Π° английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Π‘Π°ΠΉΡ‚ ΠΈΠ·Π³ΠΎΡ‚ΠΎΠ²Π»Π΅Π½ Π² Π‘Ρ‚ΡƒΠ΄ΠΈΠΈ Π’Π°Π»Π΅Π½Ρ‚ΠΈΠ½Π° ΠŸΠ΅Ρ‚Ρ€ΡƒΡ‡Π΅ΠΊΠ°
ΠΈΠ·Π³ΠΎΡ‚ΠΎΠ²Π»Π΅Π½ΠΈΠ΅ ΠΈ ΠΏΠΎΠ΄Π΄Π΅Ρ€ΠΆΠΊΠ° Π²Π΅Π±-сайтов, Ρ€Π°Π·Ρ€Π°Π±ΠΎΡ‚ΠΊΠ° ΠΏΡ€ΠΎΠ³Ρ€Π°ΠΌΠΌΠ½ΠΎΠ³ΠΎ обСспСчСния, поисковая оптимизация