Reshared post from Programming.com:

Please Visit: http://ift.tt/1ajReyV






Original Post from Programming.com:


How to locate a Programmer... #SoTrue






aProgrammer.jpg







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1lTjShx

via LifeLong Community

26.04.2014 13:42

Please Visit: http://ift.tt/1ajReyV





Chrome extensions that will let you focus on reading: Readability, Evernote Clearly, and MagicScroll Web Reader.







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1imE1Ob

via LifeLong Community

Chrome Extension: Hide Element Demonstrate how to get DOM access to the selected element in context ...

Please Visit: http://ift.tt/1ajReyV



Chrome Extension: Hide Element

Demonstrate how to get DOM access to the selected element in context menu.

http://ift.tt/1468Xx0

http://ift.tt/1k3OJH3



Hide elements using the context menu.







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1k3OI5W

via LifeLong Community

25.04.2014 00:48

Please Visit: http://ift.tt/1ajReyV





But, if user is behind a proxy server or access your web server through a load balancer (for example, in cloud hosting), the above code will get the IP address of the proxy server or load balancer server, not the original IP address of a client. To solve it, you should get the IP address of the ...







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1fciSGP

via LifeLong Community

Reshared post from Android Developers:

Please Visit: http://ift.tt/1ajReyV






Original Post from Android Developers:


Share With Intents



"One of the most inherently useful Android intents is the Share intent. You can let the user share data to any service they want, without writing the sharing code yourself, simply by creating a share intent."



+Alexander Lucas talks about how to app sharing to your app using the apps already installed on your phone; and how the ShareActionProvider in Android 4.0 makes it even easier.



What's other Intents do you use to add 3rd party functionality to your apps?






[This post is by Alexander Lucas, an Android Developer Advocate bent on saving the world 5 minutes. —Tim Bray]. Intents are awesome. They are my favorite feature of Android development. They make all ...







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1nKD16E

via LifeLong Community

Where to put persistence.xml in web app? Got exception: No Persistence provider for EntityManager when...

Chrome Extension Naptha: highlight, copy, and translate text from any image. http://ift.tt/qcVPTu...

Please Visit: http://ift.tt/1ajReyV



Chrome Extension Naptha: highlight, copy, and translate text from any image.

http://ift.tt/1f5e1Hc

http://ift.tt/1rfQgOJ

http://ift.tt/1tAsVJD



Highlight, copy, and translate text in any image







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1f8vpem

via LifeLong Community

how-create-your-proxy-server-using-google-app-engine-in-java http://ift.tt/1hm0dCW...

Please Visit: http://ift.tt/1ajReyV



how-create-your-proxy-server-using-google-app-engine-in-java

http://ift.tt/1iHA1r5



I'm trying to hava a simple Proxy server written in java on Google engine app the servlet is : import java.io.*; import java.util.Enumeration; import java.util.Iterator; import java.util.Map; import java.util.List; import java.util.logging.*; import javax.servlet.*; import javax.servlet.http.*; import java.net.URL; import java.net.HttpURLConnection; public class ProxyServlet extends HttpServlet { private ServletContext servletContext; private Log...







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1iHA1r7

via LifeLong Community

How To Convert String To InputStream In Java http://ift.tt/1i7PuBS...

Please Visit: http://ift.tt/1ajReyV



How To Convert String To InputStream In Java

http://ift.tt/1ltRNgH

InputStream is = new ByteArrayInputStream(str.getBytes());

BufferedReader br = new BufferedReader(new InputStreamReader(is));



package com.mkyong; import java.io.BufferedReader; import java.io.ByteArrayInputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; public class StringToInputStreamExample { public static void main(String[] args) throws IOException { String str ...







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1i7PwK5

via LifeLong Community