So I want to add a radio from another site, so that people can play it on my site. How can I do that?
I really don't know what to do and I don't even know how to search. I have tried to search but couldn't find anything
Try an iframe tag to copy the "player" onto your website
Tbh we need more information, preferably a example of what you're trying to copy will be the best.
Edit:
<iframe src="http://graaz.tv/wp-content/plugins/shoutcast-icecast-html5-radio-player/html5/html5icecast-350.php?id=10&rand=2"></iframe>
That is it according to your link.
You can adjust the size refer to this link
I want to create an application for my children, a coloring system with drag and drop but I can not find a tutorial, someone he would like a link to a tutorial please
You can find something usefull using the link below.
http://jqueryui.com/draggable/
I've looked around, this question has been asked before but i would like to know if it was possible to do so, maybe without using an API, or using another search-engine.
I would like to check the web for images, by searching with an image.
Is there any way to do so, if so can anybody point me in the right direction, i just can't seem to get started.
Update: This is now supported natively in Chrome. You can right click and image and choose "Search Google for Image."
This extension is the best way. The tool is native to Google Chrome.
Right click to search by image URL. No copying and pasting.
Like so?
https://www.google.nl/search?tbm=isch&hl=nl&source=hp&biw=1680&bih=989&q=YourImageURL_Here
Or just drag the image in the search bar of google.
anyways, look at this post
Google image search: How do I construct a reverse image search URL?
You can use google search by image. Look at this http://www.google.com/insidesearch/features/images/searchbyimage.html
this is the direct link which work as of now. But not necessarily for forever.
https://www.google.com/searchbyimage?image_url=YOUR_IMAGE_URL
How do I go about changing the My Site and My Profile text on everyone's My Site within SharePoint 2007?
I can't seem to find anywhere where these are set in any of the master pages.
12\TEMPLATE\SiteTemplates\SPSPERS\default.aspx is the page where you will be able to change it. But it is not recommanded to touch this file for editing. One of the best recommaned approach to achive what you want is defined here
To solve this problem rather than create my own My Site Host as was suggested on another forum I used jQuery to find the tabs and change their name on the fly. Not the greatest fix but it works flawlessly
Is there a way to get SharePoint to display code snippets in a pre-formatted way?
Currently if you insert any code, it just looks exactly like the rest of the text. Anything would be better than nothing.
I found hilite.me which produces html styled code which you can insert into a sharpoint wiki.
It supports a number of languages and styles and is an online app.
No because MOSS's wiki is just a new page with the word "wiki" attached to the link.
Even though this is an old question, I have yet another solution that possibly didn't exist at the time the question was asked:
You can create a GitHub Gist and use the embed code for the Gist on the SharePoint wiki page. This is especially useful if you are already using Gist, want to share the code snippet in multiple places aside from the wiki, and/or want to keep a history of the code snippet separate from the rest of the wiki page.
To use an embed code without the script tags being stripped, go to Insert > Embed Code in the ribbon when editing the page:
This solution assumes that you are using an IDE that already formats the code for you.
Some of the other answers would be better if you have a raw text file.
While editing a Sharepoint Wiki page:
Copy code from IDE to new MS Word doc
Highlight all in MS Word: Ctrl+A
Copy again inside MS Word
Switch to wiki page, Paste
Continue editing wiki or save
Works fine with Eclipse as IDE. Might be able to paste straight from VS to SharePoint.
If you have code snippets you will reuse in multiple pages, Use a similar copy/paste technique to save or upload htm files into a SharePoint document library and then insert a "Page Viewer Web Part" to view the htm inside a different page.
Not that I'm aware of if you're specifically using the Wiki feature. Your wiki entries are stored like rows in a table as far as I know. If you're not using the wiki you can use the syntax highlighter tool. It's all javascript. http://code.google.com/p/syntaxhighlighter/
For several weeks we are using Telerik Rad Editor
One of the tools is "Format Code Block"
You may see it here : http://demos.telerik.com/aspnet-ajax/Editor/Examples/Default/DefaultCS.aspx
If you install the RadEditor for MOSS .. we will get this amazing tool in Wiki pages too.
So this is not a great answer but for us it was better then the default. You can write your wiki in a tool like Windows Live writer (WLW). WLW has an add in for a code formatter. If you write your wiki page via WLW with the code formatter you can then go to the Wiki page and select "edit HTML source." You can then copy from WLW to the wiki page and get good styling.
Best way I have found is to use tohtml.com
You can cut and paste your code into it and it will generate html that you can past into your sharepoint wiki
you can use prisimjs to show code snippets. When you add prisimjs and css you can use like this;
p { color: red }
if you want easier solution to use prisimjs, you can check this:
http://yasingokhanyuksel.blogspot.com.tr/2017/07/sharepoint-code-syntax-highlighting.html
If you want this for modern pages, there is the Source code content webpart from Qualitem.
https://spfxhub.com/packages/qualitem-source-code-content-web-part
Disclaimer: I am a co-developer.