@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16



Comments:

<0> holy ****ing **** :|
<0> ....
<1> i'm here!
<2> i'm going to try to get a freelance job making a db driven site with php//mysql and writing and adding content for 11 weeks
<0> man **** this
<0> wait
<0> fear you still there?
<2> should take up about 6 hours a week
<1> yeah
<0> ok
<1> what's goin down
<0> that is some WEIRD ****
<3> all better now
<4> ira.... depends on the office really
<1> what is
<4> boss sends me porn every day ;/



<2> yeah i guess so
<0> fear.. the server is sooooooo lagged
<1> oh
<2> mr_0rga5m - what do you think i should be charging for somethign like that?
<5> Trip- send him a pic of your penis
<4> and not some erotica soft porn
<0> i joined like 10 seconds ago, and i suddenly saw my own conversation, from the window i already closed..just flood my screen
<4> some hardcore bizzare stuff
<0> now it seems to be...back...
<0> but jeezus that was ****ty
<4> FatherHam.... i'd ignore with a giggle ;)
<1> yeah it's weird, i saw you say fearx and then leave, and then say holy ****ing **** :| without joining
<6> Ira - i've not an idea mate .. i've not freelanced for myself yet ever
<7> finalllly
<6> although i have some mates who do
<7> ..
<6> they charge -400 a day
<7> that's not what i changed it to >:|
<7> wtf
<3> ...
<6> down in birmingham .. up in london i know somebody charges a day
<7> alright enough of this bull****
<3> lol
<2> cool
<2> i'm thinking 25-30 and hour mr_0rga5m
<2> an
<3> | Adobe Flash | Bin: http://pastebin.sekati.com | Links: http://www.stranger.per.sg | Rules: http://www.sdesignstudios.com/rules.html |
<4> isn't flash fun? :)
<6> yea that sounds good
<2> first freelance job, so i guess i can't charge crazy money!
<2> down in brum? up in london? where are you mr_0rga5m?
<6> im in brum
<2> and which way are you facing :)
<2> wow
<6> heh
<2> in brum??
<2> or just out of it?
<2> as in brum not your mind!
<6> right in the ****ty yardley part atm
<6> moving back to sheldon/solihull soon as ..
<6> heh
<8> hey, everyone looks down on on release, what do people use instead again?
<5> ?
<8> hittest?
<5> No
<5> Shhh
<2> ahh ok
<6> so your a brummy Ira_ ?
<2> yeah
<2> brum is pretty ****ty sin't it
<2> expensive too for what it is
<6> which bit .. and do you like it
<6> hehe
<6> yea
<2> south, and no
<6> :}
<2> sheesh - i'm thinking 0ish for my work
<2> sounds a lot
<6> nah
<5> How about a website where you pay some small flat fee to submit a text ad. It is just a headline and limited # of chars, and a url if you wish. Then people with accounts can either feed something, or starve it, by spending points. They get points by referring people to the site. Then the ads are sorted on the front page based on how many points people have fed into them.
<5> So you can put like a little module on your site that shows the ads from the site, when people click you get points, then you can use those to influence what is hot on the site.



<9> re
<9> so.. this flash person here has set up an fla using buttons. Is it possible for me to gotoAndStop() a particular frame within a button? (The frame for the "Over" state for that button.)
<9> something like buttonname.gotoAndPlay(2) ?
<9> gotoAndstop, rather
<5> No
<5> Buttons are buttons, not movieclips
<9> bugger; that's a pain.
<9> So there's no way to force a button to "click"; I'd need to convert all the buttons into movieclips and then rewrite the way she's done all the "over" state etc., eh?
<3> yes
<10> :O
<9> drat
<11> so like
<11> whats up
<5> Werd to like yo momma foo
<11> yeah
<11> exactly
<11> so im writing this raffle ticket system in C++, and I have basically a 1d array for the raffle tickets, and I want to make a web interface to show each person's ticket count, so basically what's the most efficient/easiest way of raiding a 1d array from a text file into an AS array?
<11> raiding = reading
<12> can anyone connect to www.essentlearning.com
<12> ?
<11> nope
<12> k thx
<12> :)
<12> thought was me
<12> yay - lets play!
<12> heh
<13> ShiZnit- no
<11> so are there any good tutorials on reading into an AS array?
<12> thx :)
<12> reading into?
<14> i bought
<11> yeah im writing a raffle ticket system in c
<14> one of their books
<11> and i want to interface it on the web
<11> i basically just need to read this return delimited text file
<11> into an array
<11> so i can parse it and generate some odds/statistics form it
<11> s/form/from
<12> sethd - tickets=234234,234234,234234,234234,234234,234234,234234
<12> arr = tickets.split(",");
<12> :/
<11> oh right
<12> split your string to an array :)
<11> but im talking actually reading from the text file
<12> yes
<15> he wants to know how to import a txtfile
<12> lv = new LoadVars(); lv.onLoad = function(s) { if(s) { trace(this.tickets.split(","); } else { trace("no file"); }; lv.load("textfile.txt");
<11> nice
<12> =)
<11> afk
<11> =\
<12> lv = new LoadVars(); lv.onLoad = function(s) { if(s) { _level0.ticket_arr = this.tickets.split(","); } else { trace("no file"); }; lv.load("textfile.txt");
<12> _level0.ticket_arr would be your array to access :)
<11> nice
<11> can you split by returns?
<12> throw handler to continue within the if(s) { letsMoveOn(); }
<12> yup
<12> split("\r\n"); - whatever
<11> whast the syntax look like for that
<11> ah ok
<11> awesome.
<11> thanks shiz
<12> if yer gunna do that though
<12> you need to use onData not onLoad
<12> onData does not use url formatting for vars
<12> onData will load raw data
<11> hmm
<12> so to do \r\n etc - use onData - same principle
<11> ok
<12> but
<12> lv = new LoadVars(); lv.onData = function(theData) { if(theData) { _level0.ticket_arr = theData..split("\r").join("").split("\n"); /* clear r and use n */ } else { trace("no file"); }; lv.load("textfile.txt");
<12> when you use onData the argument returned (in this case, we call it theData) is raw data of what was loaded ...
<12> if you use onLoad - its url formatted variables
<11> makes sense


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#beginner
wrt54g btexact
#cph
#delphi
#delphi
#gentoo
#windows
jurki lumme
#politics
#stocks



Home  |  disclaimer  |  contact  |  submit quotes