As a programmer in training ( What I like to call myself ) - I like to take challenges to see if I could create something in which people could use everyday. Although this may have been done before, I would like to present to you, iScreen - The Instant Screenshot Sharing!
As soon as you open iScreen, your cross-hair is changed and allows you to drag and select part of your screen - the image is uploaded and sent to my servers, in which a browser will open up to a link of your image, and is instantly saved to your clipboard. You can then send the link in an IM, email, etc.
I am still learning, don't think of this as something made by a huge company - if you find any problems with it let me know.
LET ME KNOW WHAT YOU THINK!
Here is the link to the website: [url]http://www.imgbomb.com/upload/iscreen[/url]
Thanks,
Alexnewtron.
This is...EXACTLY Gyazo.
Nice work though.
[QUOTE=Yogurt;33725279]This is...EXACTLY Gyazo.
Nice work though.[/QUOTE]
Except gyazo is terrible. Images are inaccessible if they use enough bandwidth.
[editline]15th December 2011[/editline]
I use zscreen + dropbox or, more recently, puush since zscreen has a habit of not working seemingly at random.
[editline]15th December 2011[/editline]
by the way, isn't "iScreen" already a thing? I seem to remember seeing the name as an iPhone app or something.
From the image from your site, it looks exactly like gyazonwin.cpp in the Gyazowin source code. Looks like you just changed the upload URL...
[URL]https://github.com/gyazo/Gyazowin/blob/master/gyazowin/gyazowin.cpp[/URL]
[QUOTE=uberness132;33725747]From the image from your site, it looks exactly like gyazonwin.cpp in the Gyazowin source code. Looks like you just changed the upload URL...
[URL]https://github.com/gyazo/Gyazowin/blob/master/gyazowin/gyazowin.cpp[/URL][/QUOTE]
Although gyazowin had been a help in iScreen, not the full source was used. Only the selection part - however the uploading code is written by me, because the gyazowin was proven to not work the way I wanted it to.
[QUOTE=uberness132;33725747]From the image from your site, it looks exactly like gyazonwin.cpp in the Gyazowin source code. Looks like you just changed the upload URL...
[URL]https://github.com/gyazo/Gyazowin/blob/master/gyazowin/gyazowin.cpp[/URL][/QUOTE]
How do you even do Japanese comments and English code with the same keyboard?
I've never thought about how hard it would be to program if English wasn't my native language.
[QUOTE=chimitos;33729464]How do you even do Japanese comments and English code with the same keyboard?
I've never thought about how hard it would be to program if English wasn't my native language.[/QUOTE]
English isn't my native language and I do just fine.
[QUOTE=chimitos;33729464]I've never thought about how hard it would be to program if English wasn't my native language.[/QUOTE]
I learned basic English by learning to program.
Similar to [url=http://puush.me/]Pussh[/url], but great work!
I also made an application like this. It uploads to imgur. :dance:
[QUOTE=chimitos;33729464]How do you even do Japanese comments and English code with the same keyboard?
I've never thought about how hard it would be to program if English wasn't my native language.[/QUOTE]
The OS lets you switch keyboard layouts quickly with keyboard shortcuts.
I've made an app like this that uploads to an FTP server (via FTP or SFTP)
Anyone interested? It supports both custom-area capturing and capturing specific windows... Returns a link and all, of course.
[editline]18th December 2011[/editline]
Forgot the link: [url]http://sharpmindprojects.com/project/upscreen/[/url]