htmldb-de.blogspot.com
Rund um Oracle APEX: November 2012
http://htmldb-de.blogspot.com/2012_11_01_archive.html
Rund um Oracle APEX. Erstes BLOG in DEUTSCH mit Hauptfokus Oracle Application Express (vormals HTML DB) Entwicklung von Bernhard Fischer-Wasels. APEX 4.2 verfügbar - mit tablet/smartphone templates. Seit ein paar Tagen ist APEX 4.2 released und ich habe gleich eine kleine Smartphone Anwendung. Gebaut - zur Anmeldung bei Oracle Events. Testet es mal auf Eurem Smartphone iPhone oder Android. Sieht schon cool aus! Es gibt dazu auf der apex.oracle.com. Viel Spaß und Erfolg damit! APEX Index page on OTN (E).
htmldb-de.blogspot.com
Rund um Oracle APEX: Mai 2011
http://htmldb-de.blogspot.com/2011_05_01_archive.html
Rund um Oracle APEX. Erstes BLOG in DEUTSCH mit Hauptfokus Oracle Application Express (vormals HTML DB) Entwicklung von Bernhard Fischer-Wasels. Kostenloser Hands-On Workshop 7.6.2011 in Jena. Die Kollegen von Oracle Potsdam bieten erneut einen kostenlosen Hands-On Workshop zu Oracle Application Express (APEX) an:. Wann: Am 7. Juni 2011 (Dienstag). Oracle Deutschland B.V. and Co. KG mit Unterstützung der DOAG Regionalgruppe Thüringen. Uhrzeit: 10:00 bis 17:00 Uhr. Viel Spass und Erfolg! SOA in der Logist...
htmldb-de.blogspot.com
Rund um Oracle APEX: Anychart 5 (Flash) Integration
http://htmldb-de.blogspot.com/2008/11/anychart-5-flash-integration.html
Rund um Oracle APEX. Erstes BLOG in DEUTSCH mit Hauptfokus Oracle Application Express (vormals HTML DB) Entwicklung von Bernhard Fischer-Wasels. Anychart 5 (Flash) Integration. Dimitri Gielis (Apex Evangelist) hat eine super Demo. Mit Skriptbeispielen und "Integraton Kit" erstellt für noch mehr Flash charts.:. Der Highlight ist dieses "Dashboard", wo sich sogar die "Gauges" wie Windgeschwindigkeit, Windrichtung, Niederschlag, usw. bewegen. Die "Anychart 5 Version" bietet nun doch noch einiges mehr. Oracl...
oracle-maps-tipps.blogspot.com
Oracle Maps Tipps: Home-Link in Navigation Panel
http://oracle-maps-tipps.blogspot.com/2007/05/home-link-in-navigation-panel.html
Montag, 7. Mai 2007. Home-Link in Navigation Panel. Rarely used but very efficient is the HOME-Link integrated in the Navigation Panel:. It helps to go back to the HOME settings defined in the respective function. Mapview.setHomeMap(mpoint, nZoom);. How to achive this? See the example code as below:. Var baseURL = "http:/ " document.location.host "/mapviewer";. Var mapCenterLon = -122.45;. Var mapCenterLat = 37.7706;. Var mapZoom = 3;. Mapview = new MVMapView(document.getElementById("map"), baseURL);.
oracle-maps-tipps.blogspot.com
Oracle Maps Tipps: FOI's and Performance
http://oracle-maps-tipps.blogspot.com/2007/04/fois-and-performance.html
Freitag, 20. April 2007. ZOOM LEVELS for FOI's! When experiencing performance issues consider this:. The more FOIs you display, the higher the overhead in the client browser. The solution is to limit the number of FOIs to be displayed based on the zoom level. Check out methods like:. This sets the minimum zoom level at which FOIs become visible. Above that level, the FOIs are not shown at all. This sets the level up to which FOIs are rendered as a. Thanks to Albert Godfrind for pointing me to this! My AP...
oracle-maps-tipps.blogspot.com
Oracle Maps Tipps: Oracle Maps and "Spatial Join" (german: VERSCHNEIDEN)
http://oracle-maps-tipps.blogspot.com/2008/06/oracle-maps-and-spatial-join-german.html
Mittwoch, 4. Juni 2008. Oracle Maps and "Spatial Join" (german: VERSCHNEIDEN). One of the most important tasks of a GIS application is the "Spatial Join" or "das Verschneiden" (in German):. Oracle Maps may fully take advantage of the inbuilt Oracle Spatial Technology as part of the database. The functions ANYINTERACT and/or SDO RELATE are used to calculate above e.g. which FOI (customer) is located in the Polygon (REGIERUNGSBEZIRK = County). A mouse click listener is registered to the map. Enabling the a...
oracle-maps-tipps.blogspot.com
Oracle Maps Tipps: April 2007
http://oracle-maps-tipps.blogspot.com/2007_04_01_archive.html
Freitag, 20. April 2007. ZOOM LEVELS for FOI's! When experiencing performance issues consider this:. The more FOIs you display, the higher the overhead in the client browser. The solution is to limit the number of FOIs to be displayed based on the zoom level. Check out methods like:. This sets the minimum zoom level at which FOIs become visible. Above that level, the FOIs are not shown at all. This sets the level up to which FOIs are rendered as a. Thanks to Albert Godfrind for pointing me to this! Mein ...
oracle-maps-tipps.blogspot.com
Oracle Maps Tipps: Basemap and 5 FOI Layers - Styles by Mapbuilder
http://oracle-maps-tipps.blogspot.com/2007/05/basemap-und-5-foi-layer-styles-mit.html
Donnerstag, 3. Mai 2007. Basemap and 5 FOI Layers - Styles by Mapbuilder. Without "programming" and with just little expertise in the "Mapbuilder" and in "Oracle Maps" this is possible:. 1 Basemap mit counties and sub-districts. Counties "Freistaaten" (lightgreen-transparent),. Other counties (green, transparent),. APEX Selectlist: customer sales styles: variable points and bars. Cooming soon: "How To Tipps". Abonnieren Kommentare zum Post (Atom). Auf der CEBIT 2007. Ortacle Maps Tipps Index.