Web CSS Challenge This is a challenge for all you web designers and CSS experts/hackers. Check out this design: Each panel has a margin between the parent of 10 pixels in each side. The red panels are also spaced by 10 pixels with each other. The
SDE Creating a geographic view in SDE There are two ways to create a view: Either via ArcSDE command line commands or ArcCatalog toolbox tool in ArcCatalog. ArcCatalog Using ArcCatalog is pretty straightforward: Open the toolbox in ArcCatalog -> Data Management -> Layers and Table views -> Make
ASP.NET Handling unhandled exceptions from AJAX.Net postback A couple of days ago, I had to deal with a bug in a page I wrote. The page contains a couple of UpdatePanel controls. For some reason, when an exception was thrown during the PostBack of one of this panels, the page was
Web CSS and Html debugging Translating UI design to a CSS & Html can be a little complicated. You receive a design from a UI team/expert in your company, which includes general look for the web site,font sizes, images , positioning in the page, distances etc... and you
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:
Ajax UpdatePanelExtender Upgrade In Updating an UpdatePanel in the Client side, I described how I was able to update an UpdatePanel from the client side. The solution was pretty simple: Create an extender which adds an hidden button to the update panel, and performs a click on
Agile What I doing to become a better developer Shani Raba has tagged my to answer this question. I think the answer is pretty simple: Don't stop learning. Read, code, and listen to the people around you. I think that curiosity is a very important thing. In the race of life, it's easy
Web Remove the scroll bar from a web page A couple of months ago I was performing maintenance on the main page of my team's web site. One of the things I noticed is that the page contains a disabled scroll bar which is not used. So I wanted to remove it to
ASP.NET Updating an UpdatePanel in the Client side In the last couple of weeks I have been learning the ASP.Net Ajax extensions and Ajax Control Toolkit. It really is an amazing framework for simple and complex web applications. While I was practicing the technology, I notice that there was something missing.
ASP.NET Failed to access IIS metabase In the last couple of weeks I've formatted and reinstalled my laptop. It was one of the longest installations I've ever done and I encountered many problems during the installation. This was a really annoying one. After I finished the installation of windows, updated
ESRI Geographic Database Migration - The problem I would like to present a problem I had when it was decided that our GIS application needed a new version of the geographic database. Let me explain: Our geographic database includes two components: Oracle database: version 9i ESRI's SDE component: version 9.1
Debug Debug Mode in SDE ArcSDE (Spatial Database Environment) is a software product from ESRI which handles geographic databases. I like to think about it as another tier which wraps all the access to the geographic features that are stored in the database. When you want to access some
Html Mouse positions in a Html page Let's say I have a page with some kind of image on it. Suppose we want to create a control which performs zoom on the image according to a user defined borders (User drags the mouse from one point on the image to another
Debug Client Script Debugging One of the tools provided with Visual Studio 2005 is the Script Explorer. This tool can be used to view all the JavaScript that have been loaded so far, accessing the functions and objects and debug the script simply by using breakpoints. You can
ASP.NET The elusive ReadOnly TextBox Suppose you a have a text box in an ASP.Net page. This text box needs to contains calculated values from other inputs that will be received from the user (other text boxes). The user can not change the text in the TextBox directly.
Visual Studio Using objects with Web Services In our latest project we encountered a problem with the usage of a Web Service. The web method we created received an object as a parameter that contained information about the operation we wanted to perform. When I created the web reference to the