google image search by image file(Not URL) - google-image-search

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

Related

Get information from "inspector" on a web page

A really noob web programmer here!
So I need to build a program that, as I give it a link it inspect the page (like the right click and "inspect element" option that we have in Firefox) and get the infromation from it exported. I wanna be able to filter what kind of information that I am having and to put them all together in a hash or somethink like this.
Does anyone have a tip? What language should I go for? There is any plugin or lib that already does that? I just want a direction so I can get started with this project! Thanks!

How can I add radio from another site to mine

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

How to save a whole website as a jpg or png in order to post it on Behance?

I am finally done with my website and now I am looking for the best and easiest way to save it as .jpg or .png in order to be able to present it on Behance. What is the best way to do this?
I used HTML, CSS and JQuery to build my single page website.
I kindly ask you to help me with this as I am still new to coding and am still discovering the world of web design!
Thank you all in advance!
There are several addons that you can use to screen capture an entire webpage. Webpage Screenshot is one that works in Firefox and Chrome.
https://chrome.google.com/webstore/detail/webpage-screenshot/ckibcdccnfeookdmbahgiakhnjcddpki?hl=en
https://addons.mozilla.org/en-US/firefox/addon/fireshot/
If i understand it correctly, you want to save your webpage as an image to display it as a presentation.
There are many options you have.
One of them is to take a screenshot of the webpage and use a GFX editing program to crop it to your liking and save it.
Another of them is to use a browser add-ons to take a screenshot of the web page and save it.

How to better expose your chrome extension

I've developed a chrome extension because I needed something that could make pages view things in greyscale.
I tried addons like this but it was completely broken for me.
Anyway, after creating my own, with a lot more than just 'greyscale' functionality I called it something really generic.
So now I'm worried, anyone searching for 'greyscale' or 'webpage photo filter' wont find my extension!
My question is; is there any way to add tags to your extension listing in the store that searches will take into account? Or do you have suggestions on where I should spout keywords in the current description space?
Add keywords into your extension's description, either into sentences, bullet points, or just a simple list at the end.
There are no tags in Chrome Web Store listings. You have to get creative with your text.
A suggestion for your description:
Create your own webpage photo filters!
See things in;
black and white (greyscale)

Is it possible to provide Code highlighting on sites.google.com websites?

Is it possible to do Code Syntax highlighting on sites.google.com websites like the way we do it on Blogger.com or Wordpress.com?
Unfortunately there is until now no support for syntax highlighting within Google Sites. As a workaround you could use http://tohtml.com/ and enter your code there and copy the colored output (not the HTML) directly into your Google Sites page.
This works perfectly, as long as you don't need to edit large pieces of the code regularly.
I have tried creating a gadget myself with Google Code Prettify, and there were a few issues.
One is that classes aren't supported, so you will have to follow what Stack Overflow is doing to prettify.
http://www.codingthewheel.com/archives/syntax-highlighting-stackoverflow-google-prettify
The other problem I faced was the interaction between the iframe and the parent frame. You will notice that there is a domain permission problem, and so you will be unable to access the parent.document from your iframe.
This should save some people a few hours of hacky testing.
Yes, you can!
Just select the desired text, and go to "Formatting" -> "Code" OR "Block Code"
You can insert gadgets into Google Sites pages. You could create a gadget that did syntax highlighting using any number of open source javascript syntax highlighters.
Not an ideal solution but would get you what you want. Lemme know if you want further pointers.
I've found an alternative way.
If you use IntelliJ, just copy the code from the IntelliJ editor and paste it into your Google site text (not in html mode).
Works out-of-the-box!

Resources