Search found 3854 matches
- Tue Apr 16, 2013 4:00 pm
- Forum: Discussion Section
- Topic: Rant/Complain Thread: u mad?
- Replies: 8283
- Views: 255972
Re: Rant/Complain Thread: QQ moar
I saw a therapist for a while a few years back, acting on a long-standing suspicion that I may have some form of depression—a feeling I'd denied, telling myself I was just being a lazy bum and nothing more. I found it helpful to have a receptive stranger to open up to who wouldn't judge me. I talked...
- Mon Apr 15, 2013 5:19 pm
- Forum: Discussion Section
- Topic: Music you're listening to atm?
- Replies: 4036
- Views: 153012
- Mon Apr 15, 2013 7:48 am
- Forum: Discussion Section
- Topic: What do you eat?
- Replies: 3011
- Views: 118657
Re: What do you eat?
Rey, between your umbrella drink comment in the forum rules thread and your first drink outing that has started the current drinks conversation in here, I don't think I'll be able to avoid thinking of this KitH sketch whenever I see your username for the next several days... :D http://www.youtube.co...
- Mon Apr 15, 2013 6:50 am
- Forum: Discussion Section
- Topic: Birthday Thread: NOODLES
- Replies: 2444
- Views: 113797
Re: Happy Birthday Thread - Zeta/Homestuck
Happy Birthday, Zeta!
- Mon Apr 15, 2013 12:13 am
- Forum: Discussion Section
- Topic: What do you eat?
- Replies: 3011
- Views: 118657
Re: What do you eat?
That's quite the concoction, there.
I might have to give that a try.
I might have to give that a try.
- Sun Apr 14, 2013 11:46 pm
- Forum: Discussion Section
- Topic: Coding discussion
- Replies: 67
- Views: 7702
Re: Coding discussion
The problem you're having with the second connection isn't with classes, but functions.
- Sun Apr 14, 2013 9:24 pm
- Forum: Discussion Section
- Topic: Rant/Complain Thread: u mad?
- Replies: 8283
- Views: 255972
Re: Rant/Complain Thread: QQ moar
but I space out real good
- Sun Apr 14, 2013 8:32 pm
- Forum: Discussion Section
- Topic: Coding discussion
- Replies: 67
- Views: 7702
Re: Coding discussion
The precise definition of an object (in an object-oriented programming, or OOP, context) varies between languages, but the general notion of an object in most languages that have some kind of OO aspect to them is that of a container that bundles some variables and the functions (referred to as metho...
- Sun Apr 14, 2013 3:04 pm
- Forum: Discussion Section
- Topic: Coding discussion
- Replies: 67
- Views: 7702
Re: Coding discussion
"object->property" is the simplest description of the object operator in PHP.
You can sorta (sorta) think of it like the slashes in a URL, if that helps. Objects can have other objects as properties and you'll often see that operator chained like object->object->....
You can sorta (sorta) think of it like the slashes in a URL, if that helps. Objects can have other objects as properties and you'll often see that operator chained like object->object->....
- Sun Apr 14, 2013 4:09 am
- Forum: Discussion Section
- Topic: Rant/Complain Thread: u mad?
- Replies: 8283
- Views: 255972
Re: Rant/Complain Thread: QQ moar
Ah. I've done that once while swinging into a parking space, driving an SUV that I forgot had a cattle guard out in front. ^^;; It was just a light tap that didn't do any real damage, though, and the owner of the other car was cool about it.
- Sun Apr 14, 2013 4:00 am
- Forum: Discussion Section
- Topic: Discussion Thread II: Bots? What bots?
- Replies: 11696
- Views: 347188
Re: Happy drunken stupor day!!
I'm not really a fan of Vespid/Kroot auxiliaries.
Funny you should post a link to those miniatures at GW. I was just on there looking at the new releases earlier today, and have you seen the upcoming 1-click collections?
Funny you should post a link to those miniatures at GW. I was just on there looking at the new releases earlier today, and have you seen the upcoming 1-click collections?
- Sun Apr 14, 2013 3:32 am
- Forum: Discussion Section
- Topic: Rant/Complain Thread: u mad?
- Replies: 8283
- Views: 255972
Re: Rant/Complain Thread: QQ moar
... Oops. Was it just brushing a bumper, or did you like take out a mirror or something...?
Or did the other car scrape you? Whichever case, I hope the damage wasn't severe.
Or did the other car scrape you? Whichever case, I hope the damage wasn't severe.
- Sun Apr 14, 2013 3:26 am
- Forum: Discussion Section
- Topic: What do you eat?
- Replies: 3011
- Views: 118657
Re: What do you eat?
Vodka and OJ.
And a Greyhound is vodka and grapefruit juice, which is also good.
Hope you had fun on your outing.
And a Greyhound is vodka and grapefruit juice, which is also good.
Hope you had fun on your outing.
- Sun Apr 14, 2013 2:01 am
- Forum: Discussion Section
- Topic: What do you eat?
- Replies: 3011
- Views: 118657
Re: What do you eat?
For me, gin and tonic is almost always Hendricks with cucumber.
Never had a fuzzy navel, although I know what's in it. I like the name. :3 A hairy navel is kinda the lovechild of the fuzzy navel and the screwdriver, the latter of which I have a lot, but clearly those names are not as cute.
Never had a fuzzy navel, although I know what's in it. I like the name. :3 A hairy navel is kinda the lovechild of the fuzzy navel and the screwdriver, the latter of which I have a lot, but clearly those names are not as cute.
- Sun Apr 14, 2013 1:24 am
- Forum: Discussion Section
- Topic: Coding discussion
- Replies: 67
- Views: 7702
Re: Coding discussion
No, you don't need to use the mysqli API, but with the old mysql API you won't have access to some of the more useful functionality such as prepared statements. The differences for basic operations are minor, and you really should choose mysqli or PDO over mysql unless you're dealing with an impenet...
