DEV Free source control for home usage Recently, I’ve started to work on several projects in my free time. After a while, I realized that I couldn’t manage without source control (especially after you do some refactoring on a xaml code and suddenly nothing works…). I started to search,
st_geometry st_geometry configuration In st_geometry overview [https://blog.house-of-code.com/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
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 [http://blogs.microsoft.co.il/blogs/dorony/] and I) decided to use the AutoComplete extender from the
Web CSS Challenge: To be continued Last week I posted the CSS Challange [https://blog.house-of-code.com/css-challenge]. I got some great responses, but unfortunately they were a little problematic. I'll explain. The first solution by Ohad [http://blogs.microsoft.co.il/ohadaston] was this page [http://tmpsrv.
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: