Is anyone there who can help me to find a server which can store E-Contents (E-Book, video and podcast) and provide an embedding option to be used in my website?
You can use The Preview Wizard for books.
The Preview Wizard is designed to let you quickly, easily, and
reliably integrate previews with your site. You can embed a book
viewer, link to Book Search, or even add a preview "popup" window to
your siteāall you need to do is generate the code and paste it onto
your page. You can also customize this code using some simple
JavaScript functions.
Instructions
Demo
Related
Background
I understand there is a very similar post here. But I could not do a follow-up comment because I don't have enough reputation yet... since I just recently joined.
Goal
I would like to create an extension that adds two things onto the current built-in chrome bookmark manager that would appear right below the URL box in the pop-up when you do star(bookmark) and click more. (could not post an image again because of reputation limit) First is a box for note-taking, where the notes will be searchable and editable within the bookmark manager. Second is another box for setting up a reminder to remind user to view the bookmark (very simple - only allows date and time)
Question
I don't want to drastically change anything about the current pop-up nor the manager. So I'm trying to avoid creating an extension from scratch. Instead, I wonder if extracting the relevant code from Chromium source code is feasible/legal as I don't have much experience in open-sourced projects? And then build on top of that to create an extension that basically is the same as the built-in bookmark manager but with additional features. Thank you!
Current state
I'm still looking at the Chromium source code. And I will update this post if I have any progress.
I am looking for some general advice on where to start with a project. I am working on a journal website which will display a handwritten journal with the ability to switch between a typed transcript version via a switch button. I am coding the website from scratch and working within php.
It will be around 70 pages long.
Have the ability to switch between the pages via arrows or by typing in a page number.
A switch that switches between the handwritten version and the typed transcript.
I have included some annotations of my designs below to give some more details of what I would like to achieve.
Is there some kind of framework available that allows for embedding multiple page pdf into a site that I can then work from to achieve the ability to switch between the handwritten and transcribed version
I am a bit stuck on where to start - I am more of a designer :)
Thanks for taking your time to read
Nina :)
The most common JS framework to embed PDF files in a webpage is pdf.js, you can find a demo here https://mozilla.github.io/pdf.js/web/viewer.html. I have not used pdf.js but I don't think it allows for editing the PDF content, like the style and fontface. So you could create 2 pdf files, a handwrittin and a plain pdf and just switch the viewed files around with a button, or try styling the pages in HTML/CSS and not PDF's. If you are not that experienced with CSS I would recommend the former.
Hope it helps.
Edit: I am not sure if a clickable popup is possible inside of a PDF, if this is an important feature, you may have to choose the HTML/CSS path instead of the PDF path.
So I have been looking to make a Sound Cloud widget for code-pen for testing then I will implement it to my website. what I am trying to aim for is something that displays a couple of tabs that you can click on that will let you change the view to different parts of my profile such as my re-posts and my tracks that is all I want but my problem is that i do not know how to code at all I have looked at the soundcloud resources:
https://developers.soundcloud.com/docs/widget
but it is all confusing as I have no idea what to start with as a base and what I need. I have looked for templates but found nothing that matches my keywords.
for now all I am trying to do is create a widget that matches this Image
using css js and html and any other code that can be embedded in html
I also want to make it possible for anyone to modify it for their own account by a variable at the top of the JavaScript code for the key, a commented out link to get a consumer key and any other key that is related/required for the widget, the user id / user URL, how to find the user id with link.
for now those are not required because getting a working widget is my first priority even if it does not look good. so I am asking for help on what I NEED to do first to get a base to it for example what lines do I need in my html to import the SDK for the widget? what are the requirements do I need for my widget such as a API key and what one because I know you can enable certain things with api's and disable options such as playback
https://www.w3schools.com/howto/howto_js_tabs.asp
Make the href="www.example.soundcloud.com/user/re-posts" for each tab, I am unfamiliar with soundcloud API's though
I'm making a site for my web dev class that's supposed to act like ai, where the user asks a question about a computer issue and ideally, the main result would be a YouTube tutorial embedded on the site. So the site homepage would just be a search bar in the middle, kind of like google's homepage.
I want the question to just be entered in the search bar(I already designed it in html, css, and javascript) in the middle of the homepage and when the user presses enter, the result page should just be an embeded youtube video spanning the page width.
Realistically, if I were to work on a site like that I'd have to develop my own algorithm, but for demonstrating how the site would look, how can I go about customizing the Google CSE script to result in one embed video, or what's the closest way thing I can do to that.
Is the javascript in google CSE even customizable in that regard?
Also, open to trying any suggested, more open source search API.
I started learning HTML, CSS, and JavaScript this year btw, so I'm sorry if I'm saying anything noobish/dumb
Search engine makes use of crawlers and build indexes to show up results on searches. A search's result is entirely based on how the site was ranked based on the keywords. So in short, no you can not customize the google search result. However you can implement SEO (Search Engine Optimization) on your site in order to have your site show up in search result on any search engine. For starters, you can read more about it here: https://en.m.wikipedia.org/wiki/Search_engine_optimization
You can. Because you are not customizing how the public sees search results but only yours. However, there is no official customization method provided. You need to fake a Google by setting up a local website or using some user script technology.
I want to create a small widget of my website. This widget will facilitate easy
viewing of latest content posted on the website
embedding it on other website.
posting of comments instantly to my website from within the widget
How shall I start building such widget.
I heard of this CROWDSOUND, and this is exactly what I want but want to create my own.
Please help me do this.
Thanks
Look at the iframe tag in HTML.
This, is, for instance, how Google Gadgets integrates multiple webpages into little boxes in a single home page.
http://www.w3schools.com/TAGS/tag_iframe.asp
http://code.google.com/apis/gadgets/