Let's Ride Share
- Monday, October 2nd 2023
Create an Account
Membership is All Ways free. Please encourage others to join and ride share as often as possible.
Kind Ride Share is much more than a ride sharing network. It is also an exciting new social media platform designed to help you express your personality and interests, build your own network of travel resources along the routes you travel, meet new friends, find old acquaintances met during our travelers, share our travel adventures, and most importantly establish our ride sharing reputation to help build trust.
Microsoft's @msn.com, @Outlook.com, @hotmail.com, or @live.com email accounts are not supported and cannot be used to signup. I recommend Gmail.com or Mail.com.
Before you join, get to know your
Magical Mystery Ride of Kindness
Rideshare
Networking commuters and travelers of all types, to share transportation resources, is the primary goal of Kind Ride Share. Bringing folks together in a positive, goal oriented environment engineered to foster relationships is only one component of the networking process.
People Guide
When you join, your commuter profile is the primary point of contact where folks can get to know you. For those who are serious and want this platform to work for them, building a page that is informative and expressive is the focus. To help you best represent your demeanor, personality, and worldview the People Guide offers tools help you trick your page. This is the preferable practice expected from each of us.
Interstate 01
Insterstate 01 is my search engine that helps you navigate the People Guide. It includes powerful filters allowing you to narrow your community to specific happenings, events, and subcultures.
Adventure Scrapbook
Often time traveling leads to adventures that we tend to reflect upon for the remainder of our lifetime. The Adventure Scrapbook is a program that enables commuters to record and share their travel experiences, meet others with similar interests, and discover new and exciting excursions.
Due to a decline in interest by the mutual ride sharing community, KindRideShare.net closed indefinitely on August 7th, 2023. Signups are no longer being accepted. All past accounts were permanently deleted together with all backup copies. In other words, nothing was preserved.
How to save 50% or more in your travel expenses
You can save 50% or more in your travel expenses by jumping into a carpool or ride share. Or, if you have a vehicle that is not getting much use you can lend it out and make money without the hastle of someone in the middle jacking up prices for profits. Here's how:
Carpooling
For your daily and routine commute, such as to and from work or school, try jumping into a carpool or create one yourself. A carpool can reduce your daily commuter expenses by 75% or more.
Ride Sharing
For long, interstate travel try making use of empty seats by taking others who are headed along your same route of travel. Ridesharing over distances can save you 50% to 75% or more in personal fuel costs.
Car Sharing
If you don't drive your vehicle that often or want to make some extra cash with the spare car in your driveway, try lending it out on your own terms. By lending your car on a personal agreement, all of which you can enforce in a court of law should that become necessary, you can potentionally make $160 or more per day.
Alternative Use
KindRideShare.net is not limited to just people. It can also be used to transport vehicles one-way from city to city, ship or deliver personal belongings, transportation for pets, and any other use that requires motorized travel. The goal is to share transportation resources in an effort to save in personal costs, reduce congestion, and conserve the air we breath all within the spirit of bringing people together.
Before you join, get to know your
Magical Mystery Ride of Kindness
Rideshare
Networking commuters and travelers of all types, to share transportation resources, is the primary goal of Kind Ride Share. Bringing folks together in a positive, goal oriented environment engineered to foster relationships is only one component of the networking process.
People Guide
When you join, your commuter profile is the primary point of contact where folks can get to know you. For those who are serious and want this platform to work for them, building a page that is informative and expressive is the focus. To help you best represent your demeanor, personality, and worldview the People Guide offers tools help you trick your page.
Interstate 01
Insterstate 01 is my search engine that helps you navigate the People Guide. It includes powerful filters allowing you to narrow your community to specific happenings, events, and subcultures.
Adventure Scrapbook
Often time traveling leads to adventures that we tend to reflect upon for the remainder of our lifetime. The Adventure Scrapbook is a program that enables commuters to record and share their travel experiences, meet others with similar interests, and discover new and exciting adventures.
How to save 50% or more in your travel expenses
You can save 50% or more in your travel expenses by jumping into a carpool or ride share. Or, if you have a vehicle that is not getting much use you can lend it out and make money without the hastle of someone in the middle jacking up prices for profits. Here's how:
Carpooling
For your daily and routine commute, such as to and from work or school, try jumping into a carpool or create one yourself. A carpool can reduce your daily commuter expenses by 75% or more.
Ride Sharing
For long, interstate travel try making use of empty seats by taking others who are headed along your same route of travel. Ridesharing over distances can save you 50% to 75% or more in personal fuel costs.
Car Sharing
If you don't drive your vehicle that often or want to make some extra cash with the spare car in your driveway, try lending it out on your own terms. By lending your car on a personal agreement, all of which you can enforce in a court of law should that become necessary, you can potentionally make $160 or more per day.
Alternative Use
KindRideShare.net is not limited to just people. It can also be used to transport vehicles one-way from city to city, ship or deliver personal belongings, transportation for pets, and any other use that requires motorized travel. The goal is to share transportation resources in an effort to save in personal costs, reduce congestion, and conserve the air we breath all within the spirit of bringing people together.
Terms and Conditions
Your use of this website is contingent upon the Terms and Conditions as shown here. Last updated, August 12, 2022.
Safety Guide
Last updated, August 21, 2022.
KindRideShare.net Privacy Policy
Last updated on August 21, 2022.
JavaScript
JavaScript is an open-source programming language designed for creating web-centric applications. It is lightweight and interpreted which makes it much faster than other languages and is integrated with HTML making it easier to implement in web applications.
JavaScript is critical for web development. Without it, much of the special effects and dynamic functionality we see happening on web pages would not be possible.
Introduction to JavaScript
JavaScript is a scripting language that is used to create and manage dynamic web pages, basically anything that moves on your screen without requiring you to refresh your browser. It can be anything from animated graphics to an automatically generated page content.
When most people get interested in web development, they start with good old HTML and CSS. From there, they move on to JavaScript, which makes sense, because, these three elements together form the backbone of web development.
- HTML is the structure of your page like the headers, the body text, any images you want to include. It basically defines the contents of a web page.
- CSS controls how that page looks (it's what you'll use to customize fonts, background colors, etc.).
- JavaScript is the third element. Once you've created your structure (HTML) and your aesthetic vibe (CSS), JavaScript makes your site dynamic (automatically updateable).
Why JavaScript?
JavaScript is an essential programming language. Here's why:
- Javascript is the most popular programming language in the world and that makes it a default choice for web development. There are many frameworks available which can be used to create web applications with JavaScript.
- JavaScript offers lots of flexibility. It is used to create stunning and fast web applications with tons of customizations to provide users with the most relevant graphical user interface (GUI or UI).
- JavaScript is also used in mobile app development, desktop app development, and game development.
- The incredible thing about JavaScript is that you can find tons of frameworks and libraries already developed, which can be used directly in web development. That reduces the development time and enhances the graphical user interface.
What is JavaScript Used For?
JavaScript is used in various fields from the web to servers, and here's a quick list of the significant areas it's used in:
- Web Applications: JavaScript is used for adding interactivity and automation to websites.
- Mobile Applications: JavaScript isn't just for developing web applications; it is also used for developing applications for phones and tablets. With frameworks like React Native, web engineers can develop full-fledged mobile applications with all those fancy animations.
- Web-based Games: If you've ever played a game directly on the web browser, JavaScript was probably used to make that happen.
- Back-end Web Development: JavaScript has traditionally been used for developing the front-end parts of a web application. However, with the introduction of NodeJS, a prevalent back-end JavaScript framework, things have changed. And now, JavaScript is used for developing the back-end structure also.
What is JavaScript Used For at KindRideShare.net?
KindRideShare.net uses JavaScript primarily for cookie management and to show/hide containers embedded into the page. For example, when you click on a button that opens a dialog box on the page it JavaScript working on the page that is making that possible. Also, when you submit any data without leaving the page, or content is loaded into the browser without having to refresh the page, that too is JavaScript working in the background. JavaScript is also used to collect data about use behavior, to help me better understand how my pages are working for my end-users.
Can I use KindRideShare.net without JavaScript enabled?
The short answer is NO! Without JavaScript being enable visitors will not be able to navigate the website, request additional content on a page, or access embedded content.
Is JavaScript harmful?
JavaScript can be dangerous if the proper precautions are not taken. It can be used to view or steal personal data even when you don't realize what's going on. And since JavaScript is so ubiquitous across the web, we're all vulnerable.
It is never advisable to allow third party JavaScript applications to run within a website without having a through knowledge of JavaScript and its array of uses. Any webpage that links to a JavaScript file being hosted at a third party site run the risk of allowing the third party to collect a ton of data related to user behavior and the content they are viewing. It can also be used to serve the client computer with downloadable files that can be executed on the client computer without their knowledge. It is for this reason that all third party JavaScript files being used at KindRideShare.net are carefully inspected and thoroughly tested before being installed. Furthermore, it is the policy at KindRideShare.net that no third party JavaScript files be installed on any page within the domain.
Cookies
What is a cookie?
The cookie is a very small text file placed on an internet user's hard drive. It is generated by a web server, which is basically the computer that operates a website. The information the cookie contains is set by the server and it can be used by that server whenever the user visits the website. A cookie can be thought of as an internet user's ticket into the website.
What does a cookie look like?
Below is the content of a typical cookie. This one is from KindRideShare.net:
PHPSESSID:"lq5l6of8181938f501qc76bfj7"
The codes will only make sense to KindRideShare.net servers.
History of cookies
Cookies for the internet were originally developed in 1995 by browser company Netscape. The word 'cookie' comes from 'magic cookie,' a term in programming languages for a piece of information shared between co-operating pieces of software. The choice of the word cookie appears to come from the American tradition of giving and sharing edible cookies.
What is the purpose of cookies?
Cookies make the interaction between users and websites faster and easier. Without cookies, it would be very difficult for a website to allow a visitor to fill up a shopping basket or to remember the user's preferences or registration details for a future visit.
Websites use cookies mainly because they save time and make the browsing experience more efficient and enjoyable. Websites often use cookies for the purposes of collecting demographic information about their users.
Cookies enable websites to monitor their users' web surfing habits and profile them for marketing purposes, for example to find out which products or services they are interested in and send them targeted advertisements.
Different types of cookies
All cookies are the same. The only thing that separates them into "types" is now they are stored on the client computer.
Session or transient cookies
Cookies that are stored in the computer's memory only during a user's browsing session and are automatically deleted from the user's computer when the browser is closed.
These cookies usually store a session ID that is not personally identifiable to users, allowing the user to move from page to page without having to log in repeatedly. They are widely used by commercial websites for example, to keep track of items that a consumer has added to a shopping basket.
Session cookies are never written on the hard drive and they do not collect any information from the user's computer. Session cookies expire at the end of the user's browser session and can also become no longer accessible after the session has been inactive for a specified length of time, usually 20 minutes.
Permanent, persistent, or stored cookies
Cookies that are stored on the user's computer and are not deleted when the browser is closed. Permanent cookies can retain user preferences for a particular website, allowing those preferences to be used in future browsing sessions.
Permanent cookies can be used to identify individual users, so they may be used by websites to analyze users' surfing behavior within the website. These cookies can also be used to provide information about numbers of visitors, the average time spent on a particular page and generally the performance of the website. They are usually configured to keep track of users for a prolonged period, in some cases many years into the future.
Flash cookies
Adobe Flash is not as common as it used to be, but websites that use Flash for video clips or animations will store small files on your computer that are known as Local Shared Objects (LSOs) or Flash cookies. They can be used for the same purposes as regular cookies.
Flash cookies can also back up the data that is stored in a regular cookie. When you delete cookies using your browser controls, your Flash cookies are not affected. So, a website that served a cookie to you may recognize you on your next visit if it backed up its now-deleted cookie data to a Flash cookie.
You can control Flash cookies. Adobe's website offers tools to control Flash cookies on your computer.
Are cookies dangerous?
No. Cookies are small pieces of text. They are not computer programs, and they can't be executed as code. Also, they cannot be used to disseminate viruses, and modern versions of both Microsoft Internet Explorer and Netscape browsers allow users to set their own limitations to the number of cookies saved on their hard drives.
Can cookies threaten users' privacy?
Cookies are stored on the computer's hard drive. They cannot access the hard drive - so a cookie can't read other information saved on the hard drive, or get a user's e-mail address etc. They only contain and transfer to the server as much information as the users themselves have disclosed to a certain website.
A server cannot set a cookie for a domain that it is not a member of. Despite this, users quite often find in their computer files cookies from websites that they have never visited. These cookies are usually set by companies that sell internet advertising on behalf of other websites. Therefore, it may be possible that users' information is passed to third party websites without the users' knowledge or consent, such as information on surfing habits. This is the most common reason for people rejecting or fearing cookies
KindRideShare.net uses cookies that are essential for the website to work. To improve the website, I require the use of additional cookies to help me understand how visitors use the site, measure traffic to and from social media platforms and to personalise the user experience. KindRideShare.net does not allow third-party cookies within its domain, to include cookies often set in users computers by embedded YouTube players. Please visit my Terms and Conditions for more information.
Your browser must be set to accept all cookies. Failure to allow cookies will disable your ability to use the website.