How to hide URL in address bar? - url

I have made a website to display dataset for a publication that I am need to submit to a venue that needs blind review. My server is from the university so the link contains my college name and my name. How do I create a link that takes the viewver to my website without revealing my identity displayed by the URL?
My current URL looks like univ.edu/myname/Dataset.html. I do not want it to show univ.edu and myname. Anything else is ok.

Related

data entry form in google sheet for multiple users not working when accessed simultaneously

I've created form in google sheet, so that multiple users can add data, modify & delete.
However, it is not working properly when multiple users are working on it simultaneously.
For an example, two people are working on the sheet. User A and User B. If user A is typing something user B is also able to see and user B will be able to enter the detail, but it will change the details which are being entered by user A. Technically same sheet is opened for both the users and details keeps on changing what users are changing.
Ideally, if user A is entering some details user B should not be able to see it and form should be blank or unique for user B, so that both the data won't clash. I want it to be like the way google form is there wherein form will be blank when any user is opening it. (I have tried google form for my work, but as there are too many drop downs google form takes time to load and work gets slow that the reason I am trying to find the option in google sheet).
google sheet link
Above is the google sheet which you can open and check the form and coding. Also, please test it with a different id to test for multiple users.
Let me know if there is any workaround for this. Also, let me know if you need any other details.
Answer:
This just isn't possible. Sheets is meant to be a collaborative tool; what's edited by one person will always show up for others. You need to use a different tool, for example like a Google form for data entry, but having data not being edited in other open versions is just not workaroundable.

Upload invoices to host and send url to customers! hide URL joomla?

I don't know exactly what tittle use but my problem is as follows. I have a Website for my small company and i would love to upload all my invoices to my host (where my website is hosted) and send to my clients just a link for the invoice. But the problem is that when i send a link for example "www.mycompany.com/invoice/invoice-15.pdf" i need to send them that link but if some of my clients see the URL can easily change the invoice number in the URL and see other invoices which i don't want. That's is why I wonders if there is kind of module that hide the URL and display for example "www.mycompany.com/invoice/l87y23bf9.pdf". I don't know if its possible or if there is some other options which i can use.
It is not very convenient to upload invoices by FTP. And download link is outside of Joomla. Even this one www.mycompany.com/invoice/l87y23bf9.pdf is not controlled by Joomla. If it would be something like www.mycompany.com/index.php?option=com_cobalt&task=download&id=2 then you can control it.
i suggest you install extension like Cobalt. then you create article and upload file to that article. You set author of that article user you want to give invoice to. Then you set that only this user can open this article.
Another way is to install some PM (Personal Message) extension and send files internally as attachment to personal message.
If your website is Joomla!, I recommend you this way to manage invoices, using extension to upload PDF invoice or any documents that you want to share with your customers
https://extensions.joomla.org/extension/jdownloads/
https://extensions.joomla.org/extension/phoca-download/
Then, in your website, you open login panel for customers. So, when you send invoices or any document for your customers, just send customer login info on first time, them your customers can login and see it as private area. Two extensions above allow to set permission to view for special user(s), or publish file if you want to show for all customers.
It's good way that I'm using, anytime when you have new invoices or files, just alert your customers about file name via email, so customer can login and see, download, etc.

Have a link in custom crm report

Is it possible to have a link in a custom crm report?
In the picture, How can I make patientId as link that when it is clicked, the patient form opens?
Turn those labels into hyperlinks, seems to be plenty of questions on this already.
Use this information to set the correct URL to open the patient form
Open forms, views, dialogs and reports with a URL, for example:
http://myorg.crm.dynamics.com/main.aspx?etn=[your entity name goes here]&pagetype=entityrecord&id=[record Id goes here]

sending parameters to another website

I use Asp.Net Mvc4. I need to transfer some data to another web site.I want to explain:
There is a site that people query their salaries on this site. For exmaple www.xsalary.com. People enter this site. They enter their identity number, year, month etc. infos to textboxes into this site. Then they click submit button and, the site shows their salary infos to them.
I have a personnel web application. I have personel's identity number etc. I show personnel salaries in a page. In this page, there is button.When someone click this button, application open the site that I explain above, and textboxes in this site is filled with my sending parameters identity number, year etc. infos.
I hope I can explain what I need. How can I do this in Mvc ? Is it possible ?
Thank in advance.
My idea would be. Put a #html.TextareaFor element on your main site. Connect this element with your Model. If the user push the submit button, you send the information from your textarea to your controller where you can query the Information from your database. Now you can put the salary information into another view.
Let the controller call the result view and show the user his salary information.

How to parse user entered string for URLs and safely display?

I'm adding a feature to a web app where users can click a button to enter a link, and then paste in an address. I then want to be parse out the string entered, and extract the domain from the URL so that I can display the domain separately next to the link. The idea here is something similar to what Slashdot does, where links are displayed with their domain next to them so that users have some degree of warning before clicking on a malicious link like goatse.
Example link display:
Link [google.com]
What's the best way for me to parse what the user enters? I'd like to avoid limiting the users from pasting in any type of a legitimate protocol. For example, I'd like them to be able to enter in "aim:goim?screenname=SCREENNAME", which is an aim protocol link that opens a chat window. For oddball protocols like aim where the domain doesn't exist, I'd like to display the protocol instead of the domain.
Also, are there any security gotchas I should be aware of?

Resources