Everything & Nothing

August 28 2015

Well peoples, another thread in the similar vain to it's predecessors, anything and everything x 4. Where you can chat and chew the fat on anything you desire. Impossible to go off topic. Over to you all in the RHP sandpit. Play nice and no throwing sand And be careful, the cat may have buried a turd in the pit overnight......

Comments

Page 12 of 65 1 ... 10 11 12 13 14 ... 65

  • Seachange73

    Seachange73

    10 years ago

    my gorgeous baz.. cant wait to show you and the other 'Perthians' my 'hood'. ... miss you too.

  • Seachange73

    Seachange73

    10 years ago

    my gorgeous baz.. cant wait to show you and the other 'Perthians' my 'hood'. ... miss you too.

  • AnnieWhichway

    AnnieWhichway

    10 years ago

    Im on Android. I think he meant the same thing. P is the same as br

  • Seachange73

    Seachange73

    10 years ago

    Quoting 'Summer_solstice' The <.P.> thing does not work for me when trying to make paragraphs on my phone, it just creates a new line like <.br.> does. To make a paragraph, I have to type: <.br.> <.br.> What gives? I'll keep it simple and in layman's terms.It is all about setting the HTML tags that need to be explicitly specified in your messages where you want the break to enable the receiving web browser to recognize that you want to have a separate break in your message. That instructions come in pairs, an opening and closing tag in the body of your message.For example: Your intended message:"I like chocolate better than champange.However, I prefer to have a hot man rubbing my foot over chocolate anytime"Regardless of where you send it, Android or iphone, the message is strung, packaged and sent to RHP. web browsers will ignore the paragraph breaks and will display the message in one single stream (or string) unless include specific instructions that you want a paragraph or line break.To achieve the desired format, you must include <p> opening tag and the </p> closing tag for paragraphs. These are HTML formating instructions that the web browser will recognize and break up the stream into 2 distinct blocks to be displayed. So your message should be typed to include the as follows: <p>I like chocolate better than champange. </p> <p>However, I prefer to have a hot man rubbing my foot over chocolate anytime.</p><br> for line break is what is considered a standalone tag and simply close itself. End of lesson. You are welcome.

  • RHP

    RHP User

    10 years ago

    Quoting 'Summer_solstice' The <.P.> thing does not work for me when trying to make paragraphs on my phone, it just creates a new line like <.br.> does. To make a paragraph, I have to type: <.br.> <.br.> What gives? Best put on some more clothes. Then again, maybe I check out the front cold nipple shot

  • RHP

    RHP User

    10 years ago

    Quoting 'Summer_solstice' The <.P.> thing does not work for me when trying to make paragraphs on my phone, it just creates a new line like <.br.> does. To make a paragraph, I have to type: <.br.> <.br.> What gives? Best put on some more clothes. Then again, maybe I check out the front cold nipple shot

  • RHP

    RHP User

    10 years ago

    Two cold nipples, my favourite

  • RHP

    RHP User

    10 years ago

    Yes, overdue for a catch up - Posted from rhpmobile

  • Seachange73

    Seachange73

    10 years ago

    Quoting 'Whateverway' Im on Android. I think he meant the same thing. P is the same as br You on top of Android then? So do I get to meet Android at the next meet and greet?

  • Seachange73

    Seachange73

    10 years ago

    Quoting 'Summer_solstice' I have no idea what you just said. Will try again in the morning, time for bed I think. just add <p> at the start of the paragraph and </p> at the end of the paragraph. That will do. Nitey noite.

  • RHP

    RHP User

    10 years ago

    Quoting 'lilyorchid' Quoting 'Summer_solstice' I have no idea what you just said. Will try again in the morning, time for bed I think. just add <p> at the start of the paragraph and </p> at the end of the paragraph. That will do. Nitey noite. my my, that's some semantically correct and parseable markup you're sporting there ;) dare I ask where you'd put your curly braces? The markup is handled isn't quite right on here, but two paragraph tags will be faster to type than two line breaks - even if it isn't technically correct usage. Behind the scenes, the RHP server just converts each P tag, BR tag, or line break it recognises (like on a normal browser) into BR tags, they don't do any actual paragraph formatting - it just does a straight out "find and replace" into BR tags. TLDR version: yes, you need to use 2 <br> tags, or 2 <p> tags if you want to have an empty line in between your paragraphs.

  • RHP

    RHP User

    10 years ago

    Quoting 'lilyorchid' just add <p> at the start of the paragraph and </p> at the end of the paragraph. That will do. Nitey noite. I didn't get to read the whole thing either. I got stuck on repeated use of the words champagne, chocolate and rubbing ;)

  • Seachange73

    Seachange73

    10 years ago

    Quoting 'S_OnTheLoose' Quoting 'lilyorchid' Quoting 'Summer_solstice' I have no idea what you just said. Will try again in the morning, time for bed I think. just add <p> at the start of the paragraph and </p> at the end of the paragraph. That will do. Nitey noite. my my, that's some semantically correct and parseable markup you're sporting there ;) dare I ask where you'd put your curly braces? The markup is handled isn't quite right on here, but two paragraph tags will be faster to type than two line breaks - even if it isn't technically correct usage. Behind the scenes, the RHP server just converts each P tag, BR tag, or line break it recognises (like on a normal browser) into BR tags, they don't do any actual paragraph formatting - it just does a straight out "find and replace" into BR tags. TLDR version: yes, you need to use 2 <br> tags, or 2 <p> tags if you want to have an empty line in between your paragraphs. I think you have just made my day... I love dirty nerd talk..

  • Seachange73

    Seachange73

    10 years ago

    Quoting 'S_OnTheLoose' Quoting 'lilyorchid' Quoting 'Summer_solstice' I have no idea what you just said. Will try again in the morning, time for bed I think. just add <p> at the start of the paragraph and </p> at the end of the paragraph. That will do. Nitey noite. my my, that's some semantically correct and parseable markup you're sporting there ;) dare I ask where you'd put your curly braces? The markup is handled isn't quite right on here, but two paragraph tags will be faster to type than two line breaks - even if it isn't technically correct usage. Behind the scenes, the RHP server just converts each P tag, BR tag, or line break it recognises (like on a normal browser) into BR tags, they don't do any actual paragraph formatting - it just does a straight out "find and replace" into BR tags. TLDR version: yes, you need to use 2 <br> tags, or 2 <p> tags if you want to have an empty line in between your paragraphs. Technically speaking though that the paragraph requires a space or line separating one paraghaph from the succeeding paragraph. So semantically, the use of the the paired <p> tags is more correct than the 2 <br> tags, although the result is the same. but it is a cleaner (and purer) code than 2 <br> tags.

  • Seachange73

    Seachange73

    10 years ago

    Quoting 'countrytouch' Quoting 'lilyorchid' just add <p> at the start of the paragraph and </p> at the end of the paragraph. That will do. Nitey noite. I didn't get to read the whole thing either. I got stuck on repeated use of the words champagne, chocolate and rubbing ;) Just remember all those things

  • RHP

    RHP User

    10 years ago

    Quoting 'lilyorchid' Quoting 'S_OnTheLoose' TLDR version: yes, you need to use 2 <br> tags, or 2 <p> tags if you want to have an empty line in between your paragraphs. Technically speaking though that the paragraph requires a space or line separating one paraghaph from the succeeding paragraph. So semantically, the use of the the paired <p> tags is more correct than the 2 <br> tags, although the result is the same. but it is a cleaner (and purer) code than 2 <br> tags. just as a correction and clarification to my earlier post, the server converts line breaks and typed <br> tags into HTML <br> tags. It also inserts </p> tags (and a space) where necessary so that no <p> tags are left dangling. It doesn't seem to do paragraphs unless explicitly instructed with a <p> tag on a mobile browser - everything else is just converted to <br> True, using plain <p> tags won't result in HTML that was semantically correct as the <p> would only contain a space and not the paragraph... but it is faster. Typing "<p> <p>" is 7 characters, typing "<br><br>" is 8 characters, but using the closed off paragraphs with <p> tags is always going to require 7 characters more than using "<p> <p>". (It's a fencepost problem, the number of breaks between paragraphs B = N-1 for N>=1) If I'm stuck posting from a mobile device, I'd rather be efficient and use the server as a macro processor of sorts than give it perfectly set out HTML - the rest of the page won't be split neatly into paragraphs anyway, just <divs>s with <br>s. It's a quirk that they do generate it that way, so you can't guarantee it in future - RHP could save on data transmission and storage costs (and still have strictly validating markup) by switching to line breaks entirely. Nobody is going to notice if your post about getting all hot n steamy has semantically correct markup. Just wait till you tell it n see ;)

  • RHP

    RHP User

    10 years ago

    A lil lame, rather juvenile and definitely kooky - therefore totally appeals to me. Google "Apomogy" Anything anyone needs to apomogise for? Your chocolates didn't melt. I ate them. I'm sorry.

  • RHP

    RHP User

    10 years ago

    I built my own multi-page website in raw html. Is that a turn on?

  • RHP

    RHP User

    10 years ago

    Quoting 'countrytouch' I built my own multi-page website in raw html. Is that a turn on? YES! :)

  • RHP

    RHP User

    10 years ago

    Quoting 'PepperRose' A lil lame, rather juvenile and definitely kooky - therefore totally appeals to me. Google "Apomogy" Anything anyone needs to apomogise for? Your chocolates didn't melt. I ate them. I'm sorry. Dog shaming? Similar ballpark :)

  • RHP

    RHP User

    10 years ago

    Love the geeky nerd talk.

  • RHP

    RHP User

    10 years ago

    The bush fire south of Perth now threatening Harvey township.I hope all make it to the evacuation points or the beach safely.The scale of the fire can be seen on the BOM Perth radar.

  • RHP

    RHP User

    10 years ago

    Meander, as much as your new username is great and alll. It isn't meander, seriously - this is an issue for me.

  • RHP

    RHP User

    10 years ago

    Meander was cool dude. Haha yes, 'inthecity' although I really had to search my mind to remember that one. Believe it or not - when I picked that username I had narrowed down that and moonmeander. PS moving to amsterdam in November. - Posted from rhpmobile

  • RHP

    RHP User

    10 years ago

    David Bowie has left us. I'm so sad, he was an incredibly beautiful man on so many levels in so many ways. He always pushed the envelope. I grew up with him, I think I am going to weep.

  • MsJonesy

    MsJonesy

    10 years ago

    Some of my favorite memories centre around his music. What a brilliant artist.

  • RHP

    RHP User

    10 years ago

    Quoting '50wetfigs' David Bowie has left us. I'm so sad, he was an incredibly beautiful man on so many levels in so many ways. He always pushed the envelope. I grew up with him, I think I am going to weep. I'm sitting here watching Labyrinth with tears rolling down my cheeks. He had such an impact on my life. I'm incredibly sad.

  • RHP

    RHP User

    10 years ago

    Didnt know hes battled cancer for 18 months. Im a bit devo too, he was such a big part of my youth.

  • RHP

    RHP User

    10 years ago

    Quoting 'willowtree_2' Didnt know hes battled cancer for 18 months. Im a bit devo too, he was such a big part of my youth. Based on your age, I suspect the major influence in your youth would have been Gershwin. Sadly though if you are anywhere my age, he was a big part of my youth as well, great loss. (His music will live forever though) :-(

  • RHP

    RHP User

    10 years ago

    Im younger than you, but not by very much.

  • RHP

    RHP User

    10 years ago

    Quoting 'willowtree_2' Im younger than you, but not by very much. Sorry, missed an (l) last time. Not sure about your maths, but I reckon you are around 47 years older than me HaHa :-) Sorry, I had a mate called David (back in the day & time), he was really into DB, was driving past his flat one day, speading (was not intending to call in), spotted a traffic cop up ahead with a speed camera out, spied an empty parking space on the side of the road, directly outside David's flat, hooked in there, climbed out the passenger door. Cops came up to give me a ticket, said I had been visiting my mate for the last 10-minutes (David Bowie music playing out his window), my mate David heard the commotion & popped his head out and verified it, no ticket :-)... (one of the few times I got one over the cops (accidental of course), but ended up staying a few hours having a few drinks and listening to David Bowie music.

  • RHP

    RHP User

    10 years ago

    Watching 'What We Do in the Shadows'. Haven't laughed this much for a long time

  • AnnieWhichway

    AnnieWhichway

    10 years ago

    Whats your profile pic? Im going crosseyed trying to work it out......

  • RHP

    RHP User

    10 years ago

    3 of Batman's female adversaries...Catwoman, Poison Ivy, and Harley Quinn...having a girly slumber party

  • AnnieWhichway

    AnnieWhichway

    10 years ago

    Gee. Love it. And of course love your shoes......your tight collection......Love to see your undie draw too....😊

  • RHP

    RHP User

    10 years ago

    We put on our red shoes and dance the blues There's a star man waiting in the sky....

  • RHP

    RHP User

    10 years ago

    Jerry Hall 59 and Rupert Murdoch 84 are engaged..xxFreya

  • RHP

    RHP User

    10 years ago

    Quoting 'Freya70' Jerry Hall 59 and Rupert Murdoch 84 are engaged..xxFreya Often Wonder who is more foolish in these engagements of "love"- the future husband or bridegood luck to them perhaps I'm being to cynical and he's hung like a donkey ..

  • RHP

    RHP User

    10 years ago

    Jules ,how very cynical of you.. 😳afteral they may have many happy years together....his mum lived until she was 103 😱😱xxFreya

  • RHP

    RHP User

    10 years ago

    Quoting 'Summer_solstice' Stunning!meeting up for a first date meeting up for a first date tonight if she looks anything like that .....heavens - I will propose marriage .. haha

  • RHP

    RHP User

    10 years ago

    Thanks Summer

  • Seachange73

    Seachange73

    10 years ago

    reading a woman's profile that came up on my screen: "I work damn hard to look damn good! " I just love the self-confidence and why not? Good on you woman.

  • RHP

    RHP User

    10 years ago

    is anyone heading to Tamworth this week for the country music festival?? Jan 15-24th.... :) Btw, no I'm not as I can't afford it... - Posted from rhpmobile

  • RHP

    RHP User

    10 years ago

    Quoting 'Stirry' is anyone heading to Tamworth this week for the country music festival?? Jan 15-24th.... :) Btw, no I'm not as I can't afford it... - Posted from rhpmobile One year I will make it... sigh

  • RHP

    RHP User

    10 years ago

    Went to get a teapot out of a cupboard, and knocked over an unopened bottle of Bombay gin. Now my kitchen smells like gin, and I don't even have enough of it for a glass. *grumbles, and drinks tea*

  • RHP

    RHP User

    10 years ago

    Happy birthday!!! Is it today, or am I a day early? If I'm early it doesn't matter - we can celebrate for longer! Hugs beautiful. I hope you have some wonderful moments today. You deserve them. xoxo - Posted from rhpmobile

  • RHP

    RHP User

    10 years ago

    Happy Birthday. 🎉🎁🎊🎈💝xxFreya

  • RHP

    RHP User

    10 years ago

    Happy birthday!! xx

  • Seachange73

    Seachange73

    10 years ago

    Happy birthday!

  • AnnieWhichway

    AnnieWhichway

    10 years ago

    Ditto as was said in that famous movie. Nice to see some peoples age counter clicks over..... Hope you have a special day!

  • AnnieWhichway

    AnnieWhichway

    10 years ago

    A late start for hoisting the knickers. Someone kept me up late drinking and eating. Bad woman she is... See if she hoists them up

  • Seachange73

    Seachange73

    10 years ago

    apologies for late hoisting. had to hand wash my one and only lace undie and let it dry on the Hillshoist. I just had to wash it as it was wet from last night... Nah. nothing as sexy as that, I was pissing myself laughing with a good friend last night and having a good bonding moment with her. Nice to have honest good friends. Now that the undies are held high up for RHP (yep OPEN for business guys), i am feeling very exposed sitting in my office in commando mode. ooooops.

  • MsJonesy

    MsJonesy

    10 years ago

    Happy birthday!!! Go make havoc to celebrate it properly! Xx

  • RHP

    RHP User

    10 years ago

    Not Zoosk but joined E Harmony years ago when they were new..2010 I think..they were useless,only matched me with Alaskan fisherman...true..and it was so difficult to cancel ,they took my money for three months before I managed to free myself from their tentacles xxFreya

  • RHP

    RHP User

    10 years ago

    Not Zoosk but joined E Harmony years ago when they were new..2010 I think..they were useless,only matched me with Alaskan fisherman...true..and it was so difficult to cancel ,they took my money for three months before I managed to free myself from their tentacles xxFreya

  • RHP

    RHP User

    10 years ago

    Well I tried but the Bridget Jones got caught on the orthopaedic booties 😫xxFreya

  • Seachange73

    Seachange73

    10 years ago

    pmsl @ Alaskan fisherman....

  • Seachange73

    Seachange73

    10 years ago

    I saw a trailer of the upcoming new X Files series and I am sooooo excited. I can't wait. More excited about it than any series ever. Come on, 31 Jan.

  • RHP

    RHP User

    10 years ago

    Sounds like its going to be a battle trying to get your money back. Happy birthday. Older and poorer in one day. Cute profile pic. 🎉🎈

  • RHP

    RHP User

    10 years ago

    can you contact your credit card company and do a chargeback?

  • RHP

    RHP User

    10 years ago

    is run by one of the christian sects, so your dealing with the "ethics are soluble in cash" syndrome. Summer,Belated birthday wishes I would ring the credit card company, plead deception and try and manage a sob or two.

  • RHP

    RHP User

    10 years ago

    I find it hilarious how people have been sending dildos to the 'militia' occupying the wildlife refuge in Oregon. Dicks for a bunch of dicks

  • RHP

    RHP User

    10 years ago

    Quoting 'PepperRose' Went to get a teapot out of a cupboard, and knocked over an unopened bottle of Bombay gin. Now my kitchen smells like gin, and I don't even have enough of it for a glass. *grumbles, and drinks tea* Waste of a bloody good Gin. Hope you licked it off the floor. (or even rolled in it so your partner could lick it off)

  • RHP

    RHP User

    10 years ago

    waiting for green at the traffic lightsan elderly couple sitting in one of those tandem electric cartshusband at the wheel with both the wife's arms clutched on tight to his (if anyone says it is his bit on the side or lover from the nursing home I will shatter and scream)

  • RHP

    RHP User

    10 years ago

    Adding our birthday wishes to you as well :-) xox W and L

  • MsJonesy

    MsJonesy

    10 years ago

    A day at the beach. So relaxing! Can someone pop over and cook me dinner....I seem to be incapable if getting up and doing so.

  • RHP

    RHP User

    10 years ago

    Hey folks, Recently i purchased an LG Front loader washing machine. Because i'm cautious of my foot print, i got one that had the most water and electricity star rating. Anyway, after having some poor results. ie hung out and dried the clothes were always stiff, and held a strong soap powder smell, which kinda got me thinking that the machine isn't rinsing properly. I'm using the recommended dose of soap powder. After watching this thing the other day I'm almost certain that its not taking enough water in. I mean i hear it fill etc, but the clothes soak up the water and it cycles basically in a dry drum. Is this normal? Its my first front loader. Sure the clothes come out clean but with a little more water, i think my problems would be overcome. And WTF is it with the wash times on front loaders!! 1 hour plus!! FFS

  • MsJonesy

    MsJonesy

    10 years ago

    Completely normal front loader operations. Massively cut back on how much powder you are using.....and only use one for front loaders (which you probably already knew). I use about 2/3 of the quantity of powder the box tells me to use...cos one thing I have learnt whilst on this planet is every manufacturer wants you to use more so you buy more. I would have thought there would be a bit more water than reported, see of there is a high water level setting. But cutting back on the powder will certainly make the washing less stiff and less soap smelly.

  • RHP

    RHP User

    10 years ago

    I love them. I use the pre wash setting most of the time and liquid rather than powder. As far as long wash times I wash overnight as I have the night rate power because I also run a pool.

  • AnnieWhichway

    AnnieWhichway

    10 years ago

    Let you know Sally is fine and in a good place now. She wont be returning to rhp. She has enjoyed her 3 years here but thought it was her time. We have sorted sone misunderstandings associated with the difficult task of having a relationship in this environment and remain together. She is also happy for me to remain on here for the forum and exercise my bisexual needs. So you havnt got rid if me yet....... Annie

  • RHP

    RHP User

    10 years ago

    I submit pics to the amateur pics, they don't get published. I submit a forum topic, it doesn't see the light of day. I'm starting to feel like persona non grata around here

  • RHP

    RHP User

    10 years ago

    Send the mods a please explain....they sometimes miss things..well that's what they have told me in the past when my OPs have not been posted xxFreya

  • MissBishere

    MissBishere

    10 years ago

    Can take over a week to appear.

  • RHP

    RHP User

    10 years ago

    Wow, really? Ok thanks I didn't realise it took that long.

  • MissBishere

    MissBishere

    10 years ago

    It caught me a couple of times as i reposted them and then ended up with two sets. Have to say your new pics are ridiculously hot 😍😜

  • NotaNumber

    NotaNumber

    10 years ago

    I second Missb72 in saying your pics are serious scorching..that lucky iceblock..let us know when they do get up on the amateur pics page, you will have my votes..

  • RHP

    RHP User

    10 years ago

    thinking about getting drunk on the weekend. First David Bowie, then Alan Rickman and now Don Henley. What a shit week RIP to some greats.

  • RHP

    RHP User

    10 years ago

    Glen Frey Heaven must be sounding mighty awesome right now

  • AnnieWhichway

    AnnieWhichway

    10 years ago

    Lol. Its not just confined to here is it! In the Melbourne Herald Sun. 2 Collingwood stars busted for sending out nude photos of them selves. And doing the deed. Hilarious.

  • RHP

    RHP User

    10 years ago

    Still on a high after going to OSS the weekend for the first time with mrs araps

  • RHP

    RHP User

    10 years ago

    Saw an interview with Julien Blanc some time back, I think it was when he was under the pump in America a year or two ago. It was rather frightening and very egotistically self driven. My thoughts back then were exactly what the immigration department has done. Kudos to them

  • AnnieWhichway

    AnnieWhichway

    10 years ago

    Glen Frey.........legend. One of the best. Now a patron saint at the Hotel Cal.

  • RHP

    RHP User

    10 years ago

    Thank fuck for that. What a douche! Some people don't understand the difference between Dominance, Agression and Violence; and violence is not okay. Quoting 'Summer_solstice' First American pick-op artist Julien Blanc (that guy who likes to choke women) had his Australian visa cancelled, now the same thing thing has happened to his colleague Jeff Allan. From the SMH: A US man who had come to Australia to hold seminars on how to "pick up" women has had his visa cancelled on character grounds.

  • MissBishere

    MissBishere

    10 years ago

    It depends if it's consensual doesn't it? I don't know anything about that guy, going up to women and choking them without their consent is violence. But if they consent then it's just kinky fuckery 😉

  • RHP

    RHP User

    10 years ago

    Just looking through the amature pics on here, and come across a photo of a lady standing in lingere (head cropped off) and in the background is a table with 6 framed family photos for the world to see, kids and all. Not a good look, and pretty stupid in my opinion.

  • RHP

    RHP User

    10 years ago

    Quoting 'Missb72' It depends if it's consensual doesn't it? I don't know anything about that guy, going up to women and choking them without their consent is violence. But if they consent then it's just kinky fuckery 😉 Now..... consider the reaction if a man made that comment. Personally, I think the guy is a douche... but while immigration denied him temporary access....... ...Man Haron Monis was welcomed with open arms as a permanent citizen and allowed to walk among us all.

  • AnnieWhichway

    AnnieWhichway

    10 years ago

    Makes the old bathroom shot with the 4 toothbrushes pretty tame. See Grandma in the background there......

  • MissBishere

    MissBishere

    10 years ago

    LD's pic set? Hubba hubba. Sexy as fuck. Hope everyone votes for them. Even got Toshi's pic of the day.

  • RHP

    RHP User

    10 years ago

    Quoting 'ChiChi05' Glen Frey Heaven must be sounding mighty awesome right now for correction. I'd been reading the piece about it and was tired from work and thinking about the 2 main songwriters.

  • RHP

    RHP User

    10 years ago

    Quoting 'Mischeviouslad' Quoting 'Missb72' It depends if it's consensual doesn't it? I don't know anything about that guy, going up to women and choking them without their consent is violence. But if they consent then it's just kinky fuckery 😉 Now..... consider the reaction if a man made that comment. Personally, I think the guy is a douche... but while immigration denied him temporary access....... ...Man Haron Monis was welcomed with open arms as a permanent citizen and allowed to walk among us all. What a load of crap 20/20 hindsight with a big dose of Tony Abbott fear mongering. Your esteem in my eyes just plumbed new depths.

  • RHP

    RHP User

    10 years ago

    I receive a filrt and message back a compliment and advise the reality of travel time to where I live.Then he asks will I invite him over and I reply that my next 4 weekends are busy but I'll keep him in mind. Soooooo...he says why did I bother to reply at all and I'm a time waster. When I explain (I know I shouldn't have bothered but my Mother taught me manners) that I have hook ups for those weekends, I'm keeping my options open by replying and jokingly tell him to join the queue, he says I have a terrible attitude and he's after people who are fun and have class. After telling him nicely it was his loss and all I was doing was advising him I then blocked him. Class means you have manners as well and this one doesn't make the grade. Glad I'm a farm girl and can sort the grain from the chaff. I'll stick with the lovely gentlemen I've already chatted or met with, or both, who have accepted refusals or delays when they happened with good grace and without the ego trip and insulting behaviour. They know who they are and I'm blowing a big kiss to each of them.

  • RHP

    RHP User

    10 years ago

    for the lovely compliments on my pics people...I really appreciate it!

  • RHP

    RHP User

    10 years ago

    I was just mentioning you in another forum, and was reminded that every time I go to type your name, I think of the scene from Big Bang Theory where the guys are trying to flirt with Summer Glau (River Tam from Firefly) on a train, and their most inventive line is "It's hot in here, it must be Summer." Totally appropriate. I keep meaning to mention it - if for no other reason that I want it to get stuck in someone else's head too!

  • Seachange73

    Seachange73

    10 years ago

    Quoting 'Summer_solstice' A forum poster with four ages in one week? The mind boggles. 😐 Buttoning seems the go these days. Don't worry about one of them. ... she comes and goes with a different profile after she trolls and is found out. She is a thespian apparently so she adapts to the scene, much like a camouflaging Toad or gecko. So next week, she'll be back and barely legal.

  • RHP

    RHP User

    10 years ago

    Sometimes we can't win huh? When we don't reply we are rude, when we do but don't give the answers they want we are time wasters. I received a message telling me that my profile was too long, but that he'd consider reading it if I promised to suck his cock. Whilst I'm all in favour of encouraging people to read, I don't think that's the kind of encouragement I want to be offering ... Although "Blow jobs and Books" could be an intriguing service, I'd imagine? - Posted from rhpmobile

  • tylannister

    tylannister

    10 years ago

    So instead of TL;DR, did he write TL;BJ?

  • RHP

    RHP User

    10 years ago

    No, he did use full sentences, to his credit. No punctuation marks at all, but I guess he couldn't possibly have known that was going to impact me as he hadn't read my profile. - Posted from rhpmobile

  • AnnieWhichway

    AnnieWhichway

    10 years ago

    Would the one if which you speak with the varying age, once been of angelic upbringing?

  • RHP

    RHP User

    10 years ago

    Yes, yes it did. ;-) - Posted from rhpmobile

  • RHP

    RHP User

    10 years ago

    I think I'm seeing a new business opportunity / franchise for us. "Get A-Head (job) in life, increase your reading skills" or $1,000.00 for any man who can read, and remember /recite two chapters whilst getting a blow job. $100.00 entry fee. Haaa, all these guys that come in and pay $100 for a BJ and their mind goes blank $$$

Page 12 of 65 1 ... 10 11 12 13 14 ... 65