| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8
Comments:
<0> I love this citation creator <0> I've nothing to cite but it's fun to play with <1> lol <1> i need to fix flow on the left column <1> i'm gonna left align the "remember me" and login button <0> very web2.0 <1> redesign the buttons so they're more legible <1> krisp, that's a good thing right? <1> i like web2.0 <0> lol - for this kind of thing <1> when web3.0 comes along...there'll be a redesign <2> krisp: that design has close to 20 hrs in it ... its crazy <1> Tac_Work, what design? <0> Tac_Work gonna let on how much you're charging the client <0> (I htink that we're under chjarging our clients at the moment) <3> Meh, anyone? this AJAX thing really threw a wrench in the works..
<1> krisp, i want to do this.... <1> when you change pages, the current content slides up, then the new content slides down with it <0> majd? <1> wouldn't that be the ****? <0> majd bit beyond me bud <0> :P <1> that's web2.0 on steroids <1> krisp, pretty easy to do actually <1> provided prototype and scriptaculous <0> lol <1> it'd be nice though..huh? <0> maybe - would need to see it :P <4> majd: IE has page transitions ;) <1> krisp, so with the car dealership site, is it a matter of bad taste, or a matter of inconsistency? <1> GarethAdams, **** IE <1> i don't even censor it anymore <3> Anyone? willing to save me? =P $5 paypal to whoever can solve this for me =( <1> on my mla site (http://jtaby.com:81/mla/) i have a bad case of the peekaboo bug <1> mugger, what's the problem? <0> mugger url :P <1> lol <3> <3> Mmmm, can someone look at this -> http://test.pixelcharm.com/new/directory/?country=Australia and tell me how to make it work for IE? Seems like displaying the second boxes is only half working in IE.. <0> majd car dealership - just lack of design flare <3> It works 100% fine in firefox, but the sort box has problems in IE <1> mugger, nice design <0> mugger first probklem <0> `validate d> GarethAdams, **** IE <0> [22:05] <majd <5> The URL d> GarethAdams, **** IE is not valid and contains 1 errors. There was also no valid doctype found in the document. Please see http://tinyurl.com/kettt <1> mugger, damn..i gotta install IEs4linux <0> `validate http://test.pixelcharm.com/new/directory/?country=Australia <1> lol <5> The URL http://test.pixelcharm.com/new/directory/?country=Australia is not valid and contains 6 errors. Please see http://tinyurl.com/nzxwg <3> Mmmk, hadn't validated yet because I got stuck on the IE thing, but I"ll fix that now <1> krisp, i'm still in the phase where i'm trying to figure out whether or not i'm a designer or a coder <1> i'd like to think of myself as a mesh of the two <1> have you seen my portfolio? <0> majd looking at the car site - you are NOT a designer <0> :P <3> Well, looking at my site, do you think I am a designer or a coder, Krisp? <0> mugger coder <1> http://www.flickr.com/photos/20979758@N00/ <3> krisp: and you think you're a designer? <1> most of them **** <0> mugger no - I know I'm NOT a designer :) <0> majd you could design if yuou spent some time with a good designer <0> I think <6> heh <6> coming from someone that's NOT a designer, that's pretty heavy :p <0> reisio don't think so - I work witha designer all the time - so I know what a good designer is like :P <6> if you say so :p <3> Okay well I changed a bit of the site, however its still giving me two errors which I don't understand at all <3> http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Ftest.pixelcharm.com%2Fnew%2Fdirectory%2F%3Fcountry%3DAustralia <0> hmm an ampersand is & <3> yeah, thats getting pulled from database <3> thats the warning though, the question I have is the actual errors <3> with the </select> <3> I have a feeling it has something to do with the "onchange" value's inside the select <0> hmmm - don't think you can have a select with no options....
<0> hmm <0> wrong script <0> that's bvetter <0> cool :P <3> you're a protege eh? =P <3> well tell me how to fix my ajax! <0> mugger I'll tell you one thing - but you won't like me for it :P <3> Whats that, don't use ajax? <0> nah <3> Don't rely on javascript? <0> nah <3> ok lets hear it then <0> lol - I don't think you'll want to hear it here... <0> lol - you get me? <0> mugger? <7> what's the best way to center a <div> on the page? <0> +center <5> http://dorward.me.uk/www/centre/ <7> the same as http://www.w3.org/Style/Examples/007/center.html#block <0> hmm - it depands <0> swimrr I usually just apply margin: 0 auto; yes <7> hmmm - didn't work <7> <div style="margin-left:auto;margin-right:auto;"> <0> browser? <7> FF <0> think you have to provide a width <7> sorry, I did - width:800px; <7> any thoughts? <0> hmm <0> can I see the page? <7> I have 4 images in the page and they are not centering <0> swimrr URL? <7> hold on <7> what is this coding - onload="setTimeout('showbox(\'hoverwin\');', 1); ?? <0> javascript call <7> is it necessary? <0> don't know without seeing th page mate <7> here's the code I can't get to center - http://pastebin.ca/82742 <0> browser? <0> how can I do a query just to get the newest record in a table without knowing any of the field names?? <8> i have a table cell with a textarea, text and a submit button which i *can't* get to align at the top <8> pointers? <0> oc <9> HOw can one hide .jsp file extensions when displaying pages? <0> CBro2006 what? <0> you can[t HIDE them as such <9> why not? <9> ussually some websites dont show their .asp extensions <0> you could use mod rewrite to rewrite foo to foo.jsp to not show in the address bar <9> I dont use Apache <0> CBro2006 that's because thery're no .asp pages <9> I am using JBoss <10> that's server configuration, for example tell it to parse all .html files as .jsp <9> so how does it work? <0> they're simply foo as opposed to foo.asp <10> then you can put jsp code inside html files <0> and it tells it to server everything it does;t understand as aspo <9> well I am not using Apache... <9> so not sure how to achieve the same in JBoss <9> Nomikos: I am not sure I understand what you mean with the putting JSP code in html files? <10> CBro2006: check documentation, you want extension handlers or some such <10> CBro2006: well, i can put <?php ?> code inside regular .html files if i've told the server to treat .html as PHP files <10> as for files without extension at all.. well, it's something server side. either "check the docs or consult your administrator" ;-) <9> hmmm so you are saying I got to somehow configure jboss to treat .html as .jsp and then I should be able to rename my JSP files to .html? <0> CBro2006 yes <0> nomad411 I've done that with PHP too :P <9> ok <10> that's about as much as i know - or want to - about it ;-) <9> ok cool <9> thanks <11> why would you want to "hide" jsp pages as html pages anyway? <6> why would you want to use JSP :/
Return to
#web or Go to some related
logs:
alsatools gui #css firefox config options ghanariah
ubuntu apt-get remove tomcat5 ubuntu ssh authorized_key not work nikosgr ERROR NUMBER 1226 thunderbird doesn't offer STARTTLS qmail Gentoo error while loading shared libraries: libGL.so.1
|
|