반응형

구글지도 마커 쉽게 만들기

 

 

http://codepen.io/katydecorah/pen/Klieu

 

위 사이트로 들어가서 주소 검색 후 셋팅을 다 하고,

아래 빨간 동그라미의 내용을 가져다가 붙이면 주소가 짠!

 

 

 

반응형
반응형

Google Maps API for Designers

 

반응형
반응형

구글 - 할일목록(TASKS) 모바일에서 보기

 

https://mail.google.com/tasks/

 

 

 

반응형
반응형

http://angularjs.org/

 

Are you a JS ninja? Would you like to become superhero, fight evil, and change the way web apps are written? Awesome, because we are hiring!

HTML enhanced for web apps!

 

Why AngularJS?

HTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.

Alternatives

Other frameworks deal with HTML’s shortcomings by either abstracting away HTML, CSS, and/or JavaScript or by providing an imperative way for manipulating the DOM. Neither of these address the root problem that HTML was not designed for dynamic views.

Extensibility

AngularJS is a toolset for building the framework most suited to your application development. It is fully extensible and works well with other libraries. Every feature can be modified or replaced to suit your unique development workflow and feature needs. Read on to find out how.

 

The Basics 

Add Some Control 

 

 

 

반응형
반응형

10 Best jQuery Google Maps Plugins

구글지도 플러그인

http://designreflect.com/10-best-jquery-google-maps-plugins/


Most of the users on the internet use Google Maps whenever they need to find a location of a certain place. Google Maps is easy to use so it is widely used among internet users. These days it is common to see Google Maps embedded into the websites. People embed Maps to their websites so that their visitors can easily find their location to contact them.

Some premium WordPress theme developers have also started providing the options to embed Google maps by default into their themes. You might have already seen maps embedded into other websites and might be wondering how to embed these maps into your website as well. It seems a complex task at first but using these jQuery plugins you can easily accomplish this task yourself. All these plugins have proper documentation to help you out.

If you want to embed Google maps to your website, here are 10 Best jQuery Google Maps Plugins for you.

gMap – Google Maps Plugin for jQuery

More About gMap – Google Maps Plugin for jQuery

bMap – jQuery Google Maps Plugin

More About bMap – jQuery Google Maps Plugin

jQuery GPS

More About jQuery GPS

Google Maps the jQuery Plugin Way

More About Google Maps the jQuery Plugin Way

jQuery UI Map

More About jQuery UI Map

Google Maps jQuery Plugin

More About Google Maps jQuery Plugin

Googlemaps

More About Googlemaps

Mapbox – Zoomable jQuery Map Plugin

More About Mapbox

gMap3 – jQuery Plugin for Google Maps

More About gMap3

goMap

More About goMap

반응형
반응형

Guava 라이브러리는 구글에서 서비스하는 자바프로젝트에 기본적으로 사용되는 Core 라이브러리로 웹,안드로이드 플랫폼, GWT등등에 사용되고 있다.

Guava: Google Core Libraries for Java 1.6+

The Guava project contains several of Google's core libraries that we rely on in our Java-based projects: collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth.

The latest release is 13.0, released August 3, 2012.

Start using Guava

You can download a JAR at:

Guava is also available in Maven Central under the following identifiers:

Learn more about how to UseGuavaInYourBuild.

Please see the 13.0 release notes for more details about this release.

Learn about Guava




반응형
반응형

What Is Google App Engine?


# 예제 따라해보았다.
완전 시행착오 많이 하고. Ant 를 Eclipse와 연동해서 build 는 하는데, 이클립스에 이미
Ant가 플러그인되어 있는데 새로 내려받은거와 연동을 해서 혼선이 있었다.
 SDK 다 내려받고, web.xml 만들고 경로 연동에서 잘 해주어야 한다.
Ant  빌드파일 생성 시 <property name="sdk.dir" location="../appengine-java-sdk-1.4.3" /> 라고 있는데, 
실제 appengine 경로에 연결을 잘 해야 한다. 소스만 보고 따라하면 안됨.
이클립스에서 실행이 안되서(나의 설정잘못이겟지만. 아무튼.), 도스창으로 들어가서
> ant runserver 를 실행하고 나서야 웹페이지에서 확인할 수 있었다.
ant 를 도스창에서 사용할면 환경변수에 ANT_HOMEPath%ANT_HOME%/bin 을 잊지마라.



Google App Engine lets you run your web applications on Google's infrastructure. App Engine applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs grow. With App Engine, there are no servers to maintain: You just upload your application, and it's ready to serve your users.

You can serve your app from your own domain name (such as http://www.example.com/) using Google Apps. Or, you can serve your app using a free name on the appspot.com domain. You can share your application with the world, or limit access to members of your organization.

Google App Engine supports apps written in several programming languages. With App Engine's Java runtime environment, you can build your app using standard Java technologies, including the JVM, Java servlets, and the Java programming language—or any other language using a JVM-based interpreter or compiler, such as JavaScript or Ruby. App Engine also features a dedicated Python runtime environment, which includes a fast Python interpreter and the Python standard library. The Java and Python runtime environments are built to ensure that your application runs quickly, securely, and without interference from other apps on the system.

With App Engine, you only pay for what you use. There are no set-up costs and no recurring fees. The resources your application uses, such as storage and bandwidth, are measured by the gigabyte, and billed at competitive rates. You control the maximum amounts of resources your app can consume, so it always stays within your budget.

App Engine costs nothing to get started. All applications can use up to 500 MB of storage and enough CPU and bandwidth to support an efficient app serving around 5 million page views a month, absolutely free. When you enable billing for your application, your free limits are raised, and you only pay for resources you use above the free levels.

Getting Started


반응형

+ Recent posts