Embeddable Website Viewer [closed] - javascript

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'm trying to do something kind of like Google's embeddable pdf viewer except I want to be able to embed a website and be able to view that on my website.
Specifically because I have many different teachers and they all use something called Planbook for their assignments, so I want to be able to view all of them at once. Also, I think it would help some other students.
So, does anyone know of a way to do this?

A quick way to acheive this is to use the HTML iframe. It displays a frame of another webpage, an example usage is <iframe src="http://www.w3schools.com"></iframe>. Also see this link for some more basic info.

Related

How to fire up a javascript function with Java [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I am currently getting some data from a website and I need to use java to fire up a javascript function without clicking the corresponding button on the HTML, the HTML of that button looks like this:
<a class="d-info" href="javascript:downXml(12449086,'2.Some Video names');">XML</a>
the script is not embedded in this HTML so how to deal with this situation, thank you so much!!
The details that you have provided is not enough but assuming that you're trying selenium or JSoup like library to automate or to scrape the web page details. checkout some selenium automation scripts how that is doing the job. You can pick DOM elements and automate the real scenario.

Preloading content with grey bars like youtube [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
can anyone explain me, how I can add a content preloader to my site so that's look like this:
How is this done?
Many thanks.
This is called a Loading placeholder.
You can find some examples on many sites.
Here is an example on Codepen. As you can see, you can do it only with HTML and CSS.
If you want other examples, you can find a lot of tutorials on YouTube with keywords Loading placeholder tutorial. If you want to make it more easily, you can use this library.
Good luck.
You can get better per loader from https://icons8.com/preloaders/

Planning to make web app like Canva [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I want to make app like canva but i dont know where to start, i have good experience in html and css but a basic javascript.
I need to know what they use.
How to save html data to image like canva functions.
How they save the data and load it again.
I already try Html2canvas but problem in images limit.
You should use Javascript canvas libraries like Fabricjs
but i don't think that basic knowledge of javascript would be enough for such app you will have to improve your javascript skills to an at least intermediate level.

How to show my twitter feeds on a static webpage? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have a static HTML webpage which is not capable to run php or connect with MySQL. I used this page to create my personal home page. I am very interested to list my last 20 tweets in this page. Is there an easy way to fetch those tweets from twitter.com and then show them in my static homepage ?
I am open to any technology that work best for this job.
Take a look here. (You'll need to be logged into Twitter.)
This should do the job for you. The good news is it's all HTML!
Good luck...
There are many widgets available for doing just this on the client side, in html. Some are even from Twitter: https://dev.twitter.com/web/embedded-timelines

How to create different versions of a website depending on where someone comes from? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
This is a little hard to explain.
I want to have a separate home page depending on where people are coming from. For example, if they come from FaceBook, I'd like a special home page for FaceBook users. If they come from Google, I'd like another home page for them.
Here's an example of a website that does this. It will be the normal site at first, but once you've clicked the link thru FaceBook, your browser will only load the FaceBook version.
Normal:
http://www.protectyourhome.com/
From FaceBook:
http://www.protectyourhome.com/Facebook
Any ideas on the codes I'd need for this?
I figured out another way to do this, it's not exactly what I wanted but I made a copy of the website with the index page as indexFB.php and only linked that version of the site with Facebook.

Categories