By Harsh, on April 5th, 2010%
TECH 101 – Mashups For Planning
View more presentations from gisblog.
Mobile Webinar
Related:
* Mash-ups as Planning Tools
* GISP and AICP
* Technology Division of the American Planning Association (APA) Webinar Series – TECH 101: Mashups for Planning
* APA Technology Division: Education
* APA Technology Division Webinar . . . → Read More: Webinar Series: TECH 101 – Mashups For Planning
By Harsh, on March 18th, 2010%
* Part 1
* Part 2
Interviewed by Carl Williams.
Related:
2009
* Technology Division of the American Planning Association (APA) Webinar Series – TECH 101: Mashups for Planning
2008
* GISP and AICP
2007
* Mash-ups as Planning Tools
* Neogeography 101: Word Association
* Elite Systems Research Institute, Inc. [ESRI] et al
* Google Earth [GE] @ Work
2006
* ESRI Ketchup!
* Why do you like Geography?
2005
* A . . . → Read More: Interview: “Geographic Information Systems (GIS) – It’s Much More Than Google Maps – A Chat With GIS Experts”
By Harsh, on July 28th, 2008%
Well, I have switched from b2evolution to WordPress CMS. And thanks to Apache’s mod_rewrite, I was able to keep all my old links intact. Here’s how:
### wordpress:
<IfModule mod_rewrite.c>
# basic:
RewriteEngine On
RewriteBase /gistools/discuss/weblogs/blogs/
# file:
RewriteCond %{REQUEST_FILENAME} !-f
# dir:
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /gistools/discuss/weblogs/blogs/index.php [L]
# [R] Redirect [L] Last rule
# post:
Options +FollowSymLinks
RewriteCond %{QUERY_STRING} title=([^&]+)
RewriteRule ^index\.php /gistools/discuss/weblogs/blogs/%1\.html? [r=301,nc]
# archive – monthly:
http://www.spatiallink.org/gistools/discuss/weblogs/blogs/pi.php?m=200807
RewriteCond %{QUERY_STRING} . . . → Read More: b2evolution 2 wordpress
Recent Comments