| |
| |
| |
|
Page: 1 2 3 4 5 6 7
Comments:
<0> also http://littlegreenfootballs.com/weblog/?entry=21956_Reuters_Doctoring_Photos_from_Beirut&only <1> reisio: It doesn't look like it was manipulated. <1> It looks like it was darkened <1> oh wait <1> yeah <1> the top <1> nevermind <1> >.> <2> seamonkey probably would only work with the 4th system so...not worth it for me (it'll have to be all systems or none heh) <0> nonsense <0> it'll work on any of those if mozilla did <2> reisio...so where is a bsd and any recompiled os 9 build? <2> I checked the entire seamonkey download page...nothing not even in alpha 1.0 <0> you might have to compile yourself oh noes <0> more likely someone will distribute 3rd party compiles <3> decore!
<1> Zeros! <1> lol <4> hello <5> is it possible to manipulate dom elements before adding them to the document? <6> hi <4> I'm down to my last major IE6 compatibility bug. I've had to remove floats in several places due to crazy behavior in IE, but I have to use them on my gallery page... which looks wrecked in IE: www.halcyonflow.com/gallery.php <4> I'm wondering if there's some IE-specific requirement for floating divs that I'm missing. They work fine in Firefox. <7> I've never had cross browser issue with floats :O <4> They always seem to behave differently between IE and FF for me. <4> So apparently am I doing something wrong, but I don't know what. <4> I've tried it with and without spacer divs, both with the same results. <4> Each of the images and the text with them (datetime and image info) is contained in a single div. All of those image divs are floated left so they will wrap to the next line depending on the window width. <4> the page validates as HTML 4.01 strict, so my markup is okay <7> and what is it doing in ie? my dev computer is currently down and I don't have ie <4> I'll grab you a screenshot <4> well <6> Rehevkor give your floating elements a Z-index (and thus a position: relative) and you might get more of what you are looking for. Although I find it odd that your floating elements are behind you containers (boxes) <4> three screenshots <4> since it changes radically as you resize the window <4> I thought z-index only applied with position:absolute <6> no <6> z-index however wont work w/o setting the position element. <4> ok, here they are: http://www.halcyonflow.com/first.gif second.gif and third.gif <4> I got those three images by resizing the window horizontally <4> im gonna go eat. if anyone can make sense of that, send me a PM or use the contact page on my website. thanks. <5> how can I create an element from an html string? <5> createElement does not seem to work well on it. <8> innerHTML <9> hey folks, can someone tell me why my checkbox is showing up on a spearate line from my labels? (all the other fields are working great) <9> http://paste.css-standards.org/1812 <10> hmm <10> i'm not very good in forms <9> man me either <9> its the designer who comes up with css <9> i'm just worthless at it <11> evening <11> having issues getting value from HTTP_ACCEPT in IE, it only comes back with */* is this correct? <8> for 2nd requests such a thing is common yes <10> hey, does anyone know if there is a possibility to change the http headers on CPANEL ? <12> woo, got my free pics again <12> thank you, walmart <11> But it is only the first request to the test URL I have setup....so I close down IE completely, then load up the test page straight away and the value is still empty.... <13> Hmm ... i emailed to ask if Jaws supported XForms and one of their salespeople wrote back to say he'd talked to tech support <13> "I checked with technical support and we honestly do not know what X forms are." <0> heheheh <12> hah, the winxp Desktop Cleanup Wizard just popped up <12> and asked me if I'd like to remove the Internet Explorer shortcut. Last use: Never <14> never go to windows update? <14> :) <12> sure, I update all the time <12> I'd just never used the IE desktop shortcut icon <12> I do Start -> Microsoft Update <12> somehow the Desktop Cleanup Wizard must track the actual usage statistics of the individual shortcuts on the desktop <12> personally I think it has too much time on its hands <15> how can i get a javascript popup that i've opened to close on it's own when a user takes a certain action? <15> this is for CAPTCHA <15> i have a CAPTCHA popup window, when the user authenticates i want the popupwindow to send the relevant info back to the main window and i want the popup window to close itself <16> Do people here use any blog web services things? Like to have a global login or avatar or something? <15> i've got the captcha popup implemented and the captcha works and i can call a function in the main window with window.opener <16> what does white-space:nowrap do? <13> inono: the spec wasn't clear?
<16> sorry <16> content:"\2192" inserts the \2192 character right, but how do I find out what that is <13> what do you mean? you mean you want to know what character that is? <16> yes <16> i cant figure out how to look it up <13> i think it should just be "2192" <13> they're unicode codes (UTF-16 actually) <13> http://www.unicode.org/charts/ <13> has a lookup by character code <13> but <13> http://people.w3.org/rishida/scripts/uniview/conversion <13> is easier to use <13> just stick the number in <13> <13> UTF-16 code units: <13> and then click in the character box <13> s/character/"Characters" <13> 2192 seems to be some sort of arrow thingy <17> can i disable select's ? <17> <select> i mean <17> i.e so you can't chose something <13> inono: did that help? <13> do you mean disable an option or disable the whole select? <17> ah just checked the reference.. thanks <17> how would i disable an element via js? <0> insert the attribute <17> innerHTML ? <17> i gave the select the id="awardInstitution" <17> how do i eval a string to an element.. can i do document[myForm][myElement] and p*** them in like that? <17> got it <17> is there some kind of standard way of doing this? onClick="toggleFormSection('myForm', this, Array('myInput', 'mySelect')) <17> onClick is not really that portable is it? <17> oh btw, can i get the form name by doing something like this._parent or so? <17> ah got it, this.parentNode.name <16> webben: yes thanks, i thought that arrow thingy was an image :P <18> how do i make flash in linux? which app is good for it? <19> lo all <19> what exactly does it mean when you talk about using javascript with webservices? <19> is it just using javascript to call a SOAP object for example? <20> hey <20> anyone know of a program that lets me grab html codes from images? <20> html color code* <18> endra: say what? what kind of images? <20> just any image <21> would anyone mind sharing a photogallery layout with me? <20> lets me select a pixel and gives me the html color code for it <21> should i have a seperate div for each image ? <18> endra: i think any editor can do that, you just move your mouse and the color number shows up <20> mindwarpd: have a thumbnail page that lists all images resized to same size, then when you click on the image it will show a different page that shows 1 image in a div, and then a previous/next link <20> this how I did it.. http://maggiegrace.org/gallery/photos/ <21> that's cool endra <21> *looking* <21> are you using a db to store your paths? <20> its really cheap but it works dynamicly for me (my script auto creates thumbnail (w/ cache), generates code, previous/next, etc) <20> nop <20> nope <20> its all dynamic, I have it read from harddrive the list of files, check them to the cache, if they dont exist in cache then create a thumbnail for the image, then shove all the "virtual paths" into an array and p*** it to my smarty page which will list them <21> okay rock <20> and since its an array its easy to get the previous/next links (my system works like so.. gallery/photos/0/ is thumbnail, /1/ if first file, /2/ is second file, /3/ is third, all the way to the end) <21> ah rad.. i had a set up like that too <21> i understand <20> :-) <21> just keep doing i++; or something <20> or something, yea ;p <21> i gotcha, i understand it <21> ... broadly speaking <21> that isn't you is it? <21> heh <21> (sorry i can't help but gawk) <21> some of your photos aspect ratios look a little skewed <20> doesnt matter <22> anyone come across some CSS which puts IE and FF so they use equal sizes for h1's etc? <20> i'll pick 1-5 bad images rather then resizing it manually, etc <21> endra, good deal
Return to
#web or Go to some related
logs:
gentoo t60 ati-drivers ext3 disable permissions #lisp ubuntu php5-bz2
#gentoo what does etc mean +linux ifconfig hw + SIOCSIFHWADDR: Invalid argument #gentoo #python +redhat +up2date +core4
|
|