Asian Roleplay

Last Login:
April 16th, 2024



Gender: Male
Age: 36
Sign: Leo
Country: United States

Signup Date:
October 18, 2014

Subscriptions:

Previous123Next

03/04/2024 06:44 PM 

Easy Peasy Way To Quit Porn

A member shared something powerful that we feel is worth sharing with the entire community. It's a resource for anyone struggling to break a porn habit/addiction. Painlessly quit porn immediately, without willpower or any sense of deprivation or sacrifice.

"Easy Peasy Way To Quit Porn"
Audiobook and/or a PDF book written in 17 Languages
https://easypeasymethod.org/

05/08/2023 10:39 PM 

Posting GIF Images in Stream

REMINDER: You can post GIF images in the Stream. The image needs to be 500 pixels wide (or less).

TIP: Use this website to resize the image if it's too wide. https://ezgif.com/resize

07/20/2022 12:37 PM 

Custom Text Editor in Messages

Everyone can now use the Custom Text Editor in Private Messages!


 

01/03/2022 08:17 PM 

Suicide Hotlines in The United States

National Suicide Prevention Lifeline
https://suicidepreventionlifeline.org/
1-800-273-TALK (8255)


Crisis Text Line
Text "741741"
https://www.crisistextline.org/


Trevor Lifeline
https://www.thetrevorproject.org/get-help/
1-866-488-7386

Trans Lifeline
US: 1-877-565-8860
Canada: 1-877-330-6366

Veterans Crisis Line
1-800-273-8255, Press 1

08/12/2020 11:01 PM 

Clicking on External Links

Be careful about clicking on external links to unknown websites. See below to understand how an external link is used to get a member's IP address. It's not possible to track down your street address or name with an IP address. https://i.imgur.com/5YPiKsB.png

Ignore people who claim they know you and where you live.

Contact Support if you see this type of activity.
https://asianroleplay.com/contact/


07/17/2020 03:27 PM 

Profile Layout Coding Tips

Very helpful post by 𝖗𝖆𝖛𝖊𝖓 𝖙𝖆𝖑𝖔𝖓𝖘.  Thank you for sharing
 
CSS and HTML Errorstricks and solutions
Before we start, remember to save a copy of your layout in case anything happens.

In this list, I’m compiling some of the main issues I’ve encountered that are currently affecting people’s layouts. The majority of these have to do with people not knowing how to correctly clean their codes or using some misused techniques that newer code editors will no longer recognize and it is not any form of imposition by the admins of this site, but merely an update where they are now moving on to HTML5 and cleaning up old editors and HTML4 that allowed certain of these to work… although it is not the correct way. I know this because I’m a certified graphic designer in my country and I finished a three year course two years ago where we were updated in the novelties of the HTML5.

So, let’s tackle these issues. They are divided in two categories as far as I can see which are as follow:
  1. Parts of your layout are not displaying, appear chopped or the tags have been stripped.
  2. Parts of your layout displays incorrectly or is not respecting the CSS you applied to it.

For the first, you are going to need to revise your code attentively and look for any missing quotes in attributes. HTML4 and prior allowed you to write things like:

<img src="https://urlofyourimage.here/file.png" width=495px height=350px float=left">

But the correct way is as follows.

<img src="https://urlofyourimage.here/file.png" width="495px" height="350px" float="left">

This error is caused by the orphaned quote at the end. If quotations are missing, then HTML5 is interpreting the following text as part of the attribute instead of a piece of independent code. Adding the required quotations will solve this issue, but be careful. A missing quotation might cause huge chunks of coding of being eaten by a misreading of the tags.

The second issue revolves around “custom tags”. These are tags that do not belong to the regular tags of HTML if you aren’t sure which tags belong to HTML here is a complete list of all of them and their recommended uses. Just like the previous case, HTML4 and prior allowed you to create custom tags with any attributes you wished to add. This type of customization has been in disuse since 2004 due to the fact it slowed down browsers by having to go through countless dictionaries to understand what you referred to while executing. This is trickier to solve, but not impossible.

<style>
myfirst { font-family:Times; size: 30px; }
</style>

<myfirst>Text here</myfirst>

As you can see “myfirst” is not a valid tag from the list I linked. First, you need to turn your custom tag into a class. This is as simple as adding a dot before the name of your custom, but make sure it does not overlap another class.

<style>
.myfirst { font-family:Times; size: 30px; }
</style>

Once you have the tag turned into a class, you need to re-assign it to a valid tag. In this case, I can only provide an example, but you have to evaluate what tag works better for your customization, if it’s only a text effect font would do the trick, if it’s a more complex effect it could be applied to a div.

<font class="myfirst">Text here</font>

There are other codes causing strange behaviours, but it is mostly for bad programming or having attributes it shouldn’t have.

If I can be of further assistance, you are always welcomed to contact me.

07/07/2020 02:49 PM 

Proper Code for hiding your Headline

When hiding your headline it is important to type out your style code correctly and be sure that you end them with either a double quote or ending tag.

You will lose everything beneath the tag If you type it out like this, this is not the proper formatting and this tag will no longer work.

<font style="display:none;

Type it out this way instead.

<font style="display:none;">

[ This blog post is private ]

03/02/2020 05:15 PM 

Image Hosting Websites

We've compiled a list of image hosting websites that are good for storing or finding images that can be used in Profile layouts, Messages, Comments, and the Stream. Post your suggestions below.

So far these are these have been suggested:

https://abload.de
https://artstation.com
https://cloudinary.com
https://deviantart.com
https://dropbox.com
https://e-shuushuu.net
https://fanpop.com
https://fotki.com
https://freeimage.host
https://freeimages.com
https://funkyimg.com
https://gifyu.com
https://imagebam.com
https://imageshack.com
https://imgbb.com
https://imgur.com
https://nickpic.host
https://opendrive.com
https://photos.google.com
https://pinterest.com
https://pixabay.com
https://pixiv.net
https://postimages.org
https://pxhere.com
https://transparenttextures.com
https://tumblr.com
https://unsplash.com
https://weheartit.com
https://zerochan.net


05/14/2018 10:26 PM 

Turn ON YouTube Auto-Play in Chrome

To TURN ON YouTube autoplay on your Chrome browser, open this URL in Chrome.

chrome://flags/#autoplay-policy 

1) Set Autoplay Policy to "No User Gesture Required" 
2) Relaunch Chrome 
3) All done.

Previous123Next

View All Posts



Mobile | Terms Of Use | Privacy | Cookies | Copyright | FAQ | Support

© 2024. AsianRoleplay.com All Rights Reserved.