st_geometry st_geometry configuration In st_geometry overview I gone over some important issues concerning st_geometry. You saw all kind of cool things you can do in simple SQL queries. In order to use these queries you need to do some additional configurations to your database after
st_geometry st_geometry introduction In the last couple of months we have been using the new st_geometry type of the ArcSDE geodatabase. st_geometry allows us to use simple queries in order to retrieve and manipulate geographic data in a database. For example: SELECT * FROM buildings b
ASP.NET AutoComplete Extender Troubleshooting One of my tasks in our last release was to create a search box for a large value tree. For the implementation we (my team leader Doron and I) decided to use the AutoComplete extender from the Ajax Control Toolkit. While implementing, we ran
Web CSS Challenge: To be continued Last week I posted the CSS Challange. I got some great responses, but unfortunately they were a little problematic. I'll explain. The first solution by Ohad was this page. The problem here is the bottom div. It created the bottom margin for the red
DEV DefaultButton, UpdatePanel and System.Web Last week I've encountered a very weird problem when I tried to use the new DefaultButton property of an Asp.Net Panel in an UpdatePanel. I used two Panels, each one in a different UpdatePanel, and set the DefaultButton. Something like this: <asp: