@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5



Comments:

<0> anybody using bugzilla?
<1> nope, although i hear they came out with a windows desktop client.
<2> nope, that is a paid client
<2> bugzilla need a some work to make it look nice
<2> we use jira now
<1> losing interest in the bug tracking in perforce?
<1> or for work?
<3> who the hell ever thought about writing a filesystem and moving files around :/
<2> hahhaaa
<2> don't tell me you store the binary to the mysql
<2> i thought you have store the virtual filesystem, why it is a problem moving it around?
<3> its not
<3> its the logistics of getting things right
<3> um i do store the binary in MySQL
<2> i will something to do that and put my frontend on that. even i do that i will just store the meta in the db and rename the file to a guid and store them in os



<3> nah i need everything in database hence why im doing this
<3> but its ok
<3> the problems is making a "recycle bin"
<3> lol
<3> nearly got it tho
<4> call it Trash bin
<4> recycle sounds too windows
<2> recycle bin will be just a boolean flag
<3> yeah could do
<3> but not really that easy
<3> what if a folder is deleted/renamed and had a file thats now in the recycle bin if you want it back in the same please your buggered
<3> as soon as you unflag it the file disapears
<4> then surely, the world will come to an end :p
<2> just my data sturcture in mind is different from yours
<2> :)
<2> going to eat
<2> later
<1> POSSUM!
<5> Greetings ppl!
<1> howdy
<5> I've got a text filed (<input> tag) and i was wondering if there is a onLostFocus event.
<5> is there such a thing?
<1> onblur
<5> furtive: thanks!
<1> or if you want to go the complicated route, ya write something that checks when onfocus is called on other elements. my nobody wants that.
<1> np
<1> s/my/but
<5> yea i got that dont worry
<5> well that was my primary thoght
<5> what i'm trying to do is comparing p***word field with ReP***word field *if you know what i mean)
<5> then i thogh of the onMouseOut
<1> yeah, but mouse might never go into input
<1> or can leave before you're done
<1> anything that has onfocus has an onblur too
<5> Perfect! thanks!
<1> good list of event handlers and details here: http://www.javascript-channel.com/Wiki.jsp?page=EventHandlers
<5> furtive: thanks man, i was looking for a reference!
<1> np
<1> wow, 3-0 Toronto in first 10 minutes.
<3> http://www.neofuture.co.uk/bitchunker/browser.php
<1> cute
<3> the recycle bin works too
<3> (no restore yet tho)
<3> check out my [browse] button
<3> lol
<1> looks good, putting treeview on left?
<3> yeah
<5> is there a way i can get users IP with Javascript ? ( get = show on page)
<1> no
<1> js is client side
<5> only server site support ?
<1> you can get it with serverside languages
<1> yup
<5> ok
<5> furtive: I have an option field. And i want to get its selection with js. how do i do that? document.getElementId('field_name').[0].checked ???
<1> http://www.javascript-channel.com/Wiki.jsp?page=FAQ#select
<5> 10x
<1> np
<5> emm...
<5> man i could use some help now if possible...



<3> anyoen got a str validation 0-9,-.-a-z.A-Z
<3> no ****e charcters
<1> A throaty Charlton Heston whispering "Zaaaaanzibar..." into your ear while you sleep, lusting inaudibly for the beaches of Tanzania.
<5> NeoFu7ure: /s ?
<3> ok filename validation
<1> [a-zA-Z0-9]
<1> oh, add a \. in there
<3> var objRegExp = /(^[a-z_0-9 .A-Z]+$)/;
<3> i think ill have
<1> escape the .
<1> i think
<1> NeoFu7ure: http://regexplib.com/REDetails.aspx?regexp_id=965
<5> NeoFu7ure: /(^[a-z_0-9\.A-Z]+$)/
<1> although that will allow . as a filename, and ..
<5> windows allow .. aswell!
<1> does it allow .?
<1> (that's a question ;-) )
<5> XP does!
<3> xp allows ./.././..///././/.// as a filename if you nativly make it
<3> it wont list in explorer but will excist in fat
<5> explorer is another matter. :)
<5> furtive: I have an option field. And i want to get its selection with js. how do i do that? document.getElementId('field_name')[0].checked ???
<5> oups
<5> document.getElementId('field_name').checked[0]
<5> this is the way?
<3> .selected
<3> whats realistc for folders do you think
<3> a-z_0-9\.A-Z-=+*
<3> what else
<1> you can put spaces and ' in windows folder names
<1> i do it all the time
<5> No you cant put " ' " sign in them
<3> you can
<1> i just did
<1> and i said i do it all the time
<3> \/:*?<>"|
<3> are the NOT allowed list
<3> (apparently)
<1> %?
<5> Yes i'm sorry i was talking about the "
<5> the not allowed are: \/:*?"<>
<5> and | yes
<5> the % is allowed
<5> there is also character limit
<3> yah i dont care about that (i aitn aloweing any more than 65)
<3> http://www.neofuture.co.uk/bitchunker/browser.php
<3> IE only Work in progress
<3> http://www.neofuture.co.uk/whiteboard/whiteboard.php
<3> ignore that whoops
<3> awe crap i can make a file with spaces in it and jack all else
<3> ok i need to sort that :/
<1> http://www.mileskimball.com/images/us/local/products/detail/p62082b.jpg
<5> Can someone pls take a look at this: http://www.nomorepasting.com/paste.php?pasteID=57106 and tell me what am i missing here?
<1> is - a legal character in a name?
<3> http://www.mileskimball.com/images/us/local/products/detail/p62082b.jpg
<3> coool
<5> furtive: i dont know if JS is catching it but its legal cause i p*** it to a cgi script
<5> let me check it tho
<3> Internet Explorer Developer Toolbar Beta
<1> yeah, - is legal
<3> oooooooohh
<5> yeah :(
<3> Explore and modify the document object model (DOM) of a web page.
<5> you are right!
<5> its working now!
<3> lol
<3> whoops
<1> found it
<1> on line you have a . before [aSelect...]
<1> sorry, on line 3
<3> WOW this is cool
<1> use the javascript console in mozilla or the debugger NeoFu7ure mentioned
<3> its awsome
<1> NeoFu7ure: is this your setup? (scroll down): http://www.bulletinboardforum.com/m/homemade_web_server.php


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #javascript
or
Go to some related logs:

rar archive tool for ubuntu
#teens
fn_four_point_eight_nine_eight_nine_seven_nine_fou...
#java
wget scan
#chatzone
#AllNiteCafe
apt-cache linux ubuntu
#php
firefox can't cut and paste



Home  |  disclaimer  |  contact  |  submit quotes