| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Comments:
<0> TWD: yes, looks fine <0> save the syntax errors farther in <1> doh <1> It still validates what are the syntax errors I made? <0> </div <0> </body> <1> hrm well I don't have the time to figure out the other stuff I need to know right now maybe another day. <1> thank you very much tho you've been a big help <0> np <2> ajnewbold: You here? <3> hi, does anyone know anything about putting chinese character text through <form>'s into mysql databases ? <3> ive set up a unicode database, and it seems to accept chinese (simplified) text <3> but when i try to put (traditional) chinese text through <3> it comes up as random ascii characters in the database <3> anyone? <4> part of your chain doesnt support unicode, obviously
<3> but the odd thing is it accepts simplified chinese <3> what part of my chain could it be, if its not the database ? <4> browser, webserver <4> im no expert, im just thinking about it logically <3> yeah <3> any idea who i could ask ? <4> this is probably the right place <3> heh <3> i believe the web server is apache <4> you'll just have to wait till someone knowledgable sees your question <4> it will need to be compiled with unicode support, thats for sure <5> The Pope! <3> the fact that its accepting chinese simplified text though <3> does that not suggest its working with unicode in some way ? <4> what is, the database? <3> the web server <3> im sure the database is set to unicode <4> the database, and the webserver are different applications <3> yeah <4> both will need unicode support compiled in <3> but that the simple chinese text is going through demonstrates that in both are working with unicode <3> just not the traditional... <4> ah, then you got me <4> not my forte <6> hi all <6> why is it that i get no errors in firefox, but i get a serious error in IE6 when i try to do document.getElementById('someDiv').innerHTML = 'hello div';the error i get is: document.getElementById('...') is null or not an object <7> I am looking for some low-profile "trim" for a client's weblog <7> for example, silhouettes of plants or something <7> just to give the bar background a little texture below the text <7> But I can't find any good public domain images.. does anyone have any thoguhts on this? <8> what do people thihkn of this deisgn ? http://chrissouthgate.co.uk/ <4> I like the image, but theres not so much of a design as an empty page with an image in the centre <9> hi. how can i control the distance between the list-marker (i use an image) and the content of a <li>? <10> matley: margin/padding <0> matley: use background images <9> Dorward, no. i set both them to 0px but i still see a lot of space <9> reisio, nice hack, but if i want to change the font dimension, i have to change also the image too <0> k, then you can like take the contents of the li and margin-left: -something; them <0> or position: relative; left: -something; whichever is required <9> reisio, it works. thx <11> hey <4> anyone know a quick hacky sql statement to undo the evil works of magic quotes gpc? <11> meh <11> my email forwarding from my domain provider is either not working or very very slow :( <4> email hates ne <4> me <11> are you the one to blame for this unacceptable behavior :( <4> absolutely not. <4> unless by unacceptable behaviour you are referring to my own nonworking maildaemon :D <11> ah :) <4> anywhoo. tv and sleep beckon <11> about your gpc question <4> its ok, i was being silly <11> ah. <4> i pwasted my article into the webpage, then tried to hack it in phpmyadmin <4> so i just repasted directly into phpmyadmin :D <11> :-p <4> i'll should at my webhost a bit more for htaccess/php_flag in the morning <4> shout* <11> hey <11> anyone here wanna send me an email to test my forwarding
<12> address? <11> pm <11> thx <12> "Your message has been sent." <11> thx <13> how can i install my forum without having the files in the public directory? <0> gonna depend a lot on the forum system <13> smf <13> it is <13> that help reisio? <0> should be useful information for you <13> say what <13> simple machines forums <13> reisio, what infomation do you need? <0> I don't need any, you do <13> yeah <13> <13> how can i install my forum without having the files in the public directory? <14> use rails <15> ...Or just configure our site appropriately. :P <15> s/our/your/ <13> thanks <13> mattmcc, howd i do that? <0> mattmcc: but that doesn't sound as snazzy as 'rails' :p <15> brainfreez: Depending on how well the app was written, you can move it out of your web root and use an Alias or some URL rewriting. <0> django! <0> catalyst! <0> djatalails <15> reisio: Right, forgive me for not accepting the knee-jerk "Use my pet framework" response to the question. <0> mattmcc: :) <0> also you definitely need .:A_J~A-X:. <15> Oh, yes, definitely. <0> you can download a precompiled binary of it from http://AJAX.vagina/ <0> then all you have to do is take it all and embed it inside a Flash SWF <0> and then put it in a frameset inside some tables <14> i think reisios response was a lot better <14> my apologizes <13> man.. where do i learn all this geek **** to sort my forum out <16> how can i make a constant data stream between server and browser? i have scripts that may take a while to process and output log messages. i would like to show the log to the user without delay <15> By far, the easiest way is to just have the page refresh. <17> Hi mattmcc <17> Hi all. <16> i would have to save the log messages then <16> hi rindolf <17> nightfreak: hi. <16> i'm no looking for the easiest way, i want the best <17> nightfreak: where are you located? <16> berlin germany <17> nightfreak: I see. <17> So you are a night freak. <17> I'd better shave. <17> I'm in Tel Aviv, Israel. <16> i just came from work 1 hour ago <16> rindolf did you read my question? <17> nightfreak: I think so. <17> nightfreak: you can always cache it. <16> any sugests? <17> nightfreak: have it output to a file and then serve the file. <16> and how to keep the information about already displayed logs? <18> odd question but there like any online/software checker for to check your site for any 404 links? <15> Seems like thre would be lots of them. <15> There have been downloadable ones for almost as long as the web's been around. <15> So I can't imagine why there wouldn't be web-based ones. <19> Doesn't W3C have one? <18> ughh w3c.org = still doesn't even actually connect at all :-/ <20> i am using iframes to show PDFs inline... can i put an <a href> in an iframe so that browsers that dont support it can just download the PDF? <18> or detect for application/pdf and provide a link if not detected? (you know how they detect your flash/shockwave and point you to a download link if you don't have it?) <20> blackish the iframes will always contain either PDFs or image files... <20> whatever file is linked to will always be browser-renderable <20> but yea i SHOULD prolly detect what the mime-type is and link non-renderable files just in case... <20> umm... <20> does IE display PDF files ? <20> i cant get it to show PDF files in the browser at all <20> opera doesnt do it either... <20> firefox is working fine though...
Return to
#web or Go to some related
logs:
faking http_host unistall rpm fedora #web ubuntu wpa-conf faster than fgrep linux TEKNOMEGA
#math tv ep info tcl
run_array failed invalid argument #lisp
|
|