I couldn't find how to insert picture which is save on the web site to my project in Khan Academy.
I learn JavaScript and one of my project is move stars od the background. I would like to change background and I use external link from wikipedia. I tried use same sequncies for use but does not work correctly.
Thank you for your help.
Spery
Thank you for your help.
Related
I am trying to add a new Sir Trevor block that I created for a web application we are making. However, I just can't figure out how to add icons for Sir Trevor to use. There is a folder called images/icons/src but that seems to be ignored. So, where DO they go?
-Ferdy
I had the same problem in my application and the solution that I found is this website: http://icomoon.io/app/#/select
There are some icons for free and you can upload SVG files to create custom fonts(icons).
Basicaly, you should select some icons and advance to the configuration page, where you should input a ligature (this is the icon_name in your block) and, in “preferences”, you should select “Encode & Embed Font in CSS”, and then download it. You will have a zip file, and in the style.css you will get the base64 encoded of the font (.woff) file ....this string should be placed in sir-trevor-icons.css.
This solution works fine for me.Good luck!
Regards,
Mauricio Baum Jr.
I'm searching for a simple script for my web-project.
For example: There is a simple website where you can upload an image, and If you click on the "find similar Images"-Button, it shows you similar images (similar colored picture) (from a file with many other images).
Is there a free and simple script where I can use it for my web-project (HTML5/JavaScript)?
I found this one, but I am not sure If it is good enough to use it: http://tcorral.github.com/IM.js/
Good Advices are welcome :)
I have a blog hosted freely on blogger. I want to show some html live demo, as my tutorial is about javascript and html. Can anyone suggest, how it can be done, i have to display sample javascipt page based on Extjs.
It should be embedded inside the post, like how we paste the code using code syntax highlighter.
Something similar to this demo: http://docs.sencha.com/touch/2-0/#!/api/Ext.form.Panel
Edit-1
As per #Circadian, i have used jsFiddle.net but it is giving entire code too, as shown in the image attached. But I don't want to share my entire code. Any other better suggestions? .
Thanks in advance.
jsfiddle offers iframe embedding and supports Extjs
edit:
then have a look at using github gists
I really like how cnn.com implements this. I can REALLY use it on the website I am making. What makes it so cool is the page numbering, and the first, previous, next and last buttons. Notice how you get an image preview when you hover over a number...nice!
Anyone with a link to a website that shows how to implement this? I will be calling images and other information from a database.
Link to the cnn page:
http://edition.cnn.com/2011/WORLD/africa/02/10/egypt.protests/index.html?hpt=T1
Thanks in advance.
You can try these pages. They have LOTS of different ones to choose from.
http://vandelaydesign.com/blog/web-development/jquery-image-galleries/
http://www.tripwiremagazine.com/2010/10/20-stunning-jquery-image-sliders-and-tutorials-for-creating-your-own.html
I am trying to insert PowerPoint slides into HTML preserving links in the PowerPoint slide. I was just wondering if any of you knew a good method to maybe exporting a PowerPoint slide to an HTML and then displaying it in a div on your page, with a link to say do a JavaScript function on that same page.
I've never used it, but PPT2HTML might help. There's also this blog that describes how to save your presentation for the web then modify it.
This isn't exactly what you're after, but there are some html-based presentation tools like S5, DOMSlides you might want to consider as they wouldn't suffer from being translated.
You can use the jQuery plugin called PPTXjs.
This plugin convert pptx to html using javascript only (no server side code needed).
It is based on PPTX2HTML but support a lot more shapes, media (audio, video) and more.
Using:
$("#result").pptxToHtml({
pptxFileUrl: "path/to/slide.pptx"
});
For more details : https://github.com/meshesha/PPTXjs.
1)u can convert it to flash swf
2)convert all slides to an image file and then add 2 buttons(Back,Next) with calling the next and previous images based on an integer variable and this buttons will show u the previous and next slides :)
sorry but u cant embed it without copying all the Powerpoint-exported HTML code in your div tag
Though not quite what you asked, Google Docs or Slideshare both let you embed Powerpoint as flash - perhaps that would be a more elegant way to do this. That is, if embedding is the aim!
I remember there was a function in PowerPoint to export it to an HTML, I would do that and then have it in the page using an <iframe> and then put that inside a <div>