Some useful tutorials from ScottGu´s blogg
http://weblogs.asp.net/scottgu/pages/silverlight-2-end-to-end-tutorial-building-a-digg-search-client.aspx
tisdag 31 juli 2012
fredag 27 juli 2012
Google Maps in local machine (i.e. localhost or 127.0.0.1)
This seems to give a clue on how to run Google Maps on a local machine
http://stackoverflow.com/a/9321914
https://developers.google.com/maps/documentation/javascript/tutorial
https://developers.google.com/maps/documentation/javascript/events
https://developers.google.com/maps/documentation/javascript/reference#LatLng
https://developers.google.com/maps/documentation/javascript/overlays#AddingOverlays
Add infowindow to marker
http://jsfiddle.net/RaFH5/
Center on markers
http://stackoverflow.com/a/8131507
http://stackoverflow.com/a/9321914
https://developers.google.com/maps/documentation/javascript/tutorial
https://developers.google.com/maps/documentation/javascript/events
https://developers.google.com/maps/documentation/javascript/reference#LatLng
https://developers.google.com/maps/documentation/javascript/overlays#AddingOverlays
Add infowindow to marker
http://jsfiddle.net/RaFH5/
Center on markers
http://stackoverflow.com/a/8131507
söndag 22 juli 2012
Go from MD5 to Bcrypt
A possible way to switch to Bcrypt password hashing, thus leaving the MD5 hashing technique.
http://stackoverflow.com/a/10775785
http://stackoverflow.com/a/10775785
lördag 21 juli 2012
Add data to table at initialisation-time
How to properly add data to tables at initiliasation-time
http://www.playframework.org/documentation/1.1/yaml
https://groups.google.com/forum/?fromgroups#!topic/play-framework/v6IGAAy0aOk
http://www.playframework.org/documentation/1.1/yaml
https://groups.google.com/forum/?fromgroups#!topic/play-framework/v6IGAAy0aOk
fredag 20 juli 2012
Postgis in Play Framework
Possible solution for geometry column in play framework JPA
https://groups.google.com/forum/?fromgroups#!topic/play-framework/f-vp8JgJda0
[...]
import com.vividsolutions.jts.geom.
Point;
[...]
@Column(name = "the_geom", columnDefinition = "GEOMETRY")
@Type(type = "org.hibernatespatial. GeometryUserType")
public Point theGeom;
[...]
https://groups.google.com/forum/?fromgroups#!topic/play-framework/f-vp8JgJda0
[...]
import com.vividsolutions.jts.geom.
[...]
@Column(name = "the_geom", columnDefinition = "GEOMETRY")
@Type(type = "org.hibernatespatial.
public Point theGeom;
[...]
onsdag 18 juli 2012
Google login for my web app
How to enable login to web-site using google login
http://support.google.com/a/bin/answer.py?hl=en&answer=162105
http://support.google.com/a/bin/answer.py?hl=en&answer=162105
Twitter login, creating consumerKey and consumerSecret
Link from stackoverflow to twitters dev site for creating app to obtain consumerKey and consumerSecret, for logging in via your own website.
http://stackoverflow.com/a/6875024/517457
http://stackoverflow.com/a/6875024/517457
Etiketter:
play framework 1.2.x,
twitter,
twitterlogin
Prenumerera på:
Inlägg (Atom)