Skip to main content

Posts

XML: invalid Character Was Found in Text Content

SYMPTOMS When parsing XML that contains "special characters" using the Microsoft XML parser (MSXML), the parser may report the following error message at the line and position of the first special character: An Invalid character was found in text content. Back to the top CAUSE The XML document is not marked with the proper character encoding scheme. Back to the top RESOLUTION Specify the proper encoding scheme in the XML processing instruction. - or - Re-encode the XML data as proper UTF-8. for sample: <?xml version="1.0" encoding="iso-8859-1" ?> <rootelement> ...XML data... </rootelement>

Promote your blog

give people what they want and do it consistently. commenting on other blogs. join Mybloglog.com, bloggingfusion.com, bloggerforum.com , blogcatalog.com, spicypage.com, technorati.com, blogoozle.com link exchange. Submit Blog Feed to Feed Directories: 2RSS more comming soon...

Yahoo map image api

Yahoo! Maps Web Services - Map Image API http://developer.yahoo.com/maps/rest/V1/mapImage.html here is sample http://local.yahooapis.com/MapsService/V1/mapImage?appid=L_D7A5XV34FEk1zgAt.tfXOfRgUpqt5kv6R4mA6tUX3tMXW0IwhhNkm8z__D&zip=92694&image_width=1000&image_height=1000&zoom=1 here is image result http://gws.maps.yahoo.com/mapimage?MAPDATA=C9potud6wXVzQEw_r1Mjq5iDQ_eh75FHySHFPf_9Ef0Yghz.OYd.YmJyspFS6gIX7E3ytyoVGsAjOKG9oFIyN1Cms_fxrp3I0UZPaehZDqUuTZSXG91SoVFcP_xIaEpKqb3WsygEVZDav3V3ENsYYO6uqb2g&mvt=m?cltype=onnetwork&.intl=us

restore database with backup and transection logs

USE master GO -- First determine the number and names of the files in the backup. RESTORE FILELISTONLY FROM disk = 'C:\yourfolder\yourdbbackupfile.BAK' RESTORE DATABASE yourdatabasename FROM disk = 'C:\yourfolder\yourdbbackupfile.BAK' WITH NORECOVERY, -- change location MOVE 'xxx_Data' TO 'C:\newfolder\newfile.MDF', MOVE 'xxx_Log' TO 'C:\newfolder\newfile.LDF' GO RESTORE LOG yourdatabasename FROM disk = 'C:\yourfolder\logfile1.TRN' FROM disk = 'C:\yourfolder\logfile2.TRN' WITH NORECOVERY GO -- WITH NORECOVERY need attach database, or WITH RECOVERY then dont need attach.

Public Land Survey System

The Public Land Survey System (PLSS) is a method used in the United States to survey and identify land parcels, particularly for titles and deeds of rural, wild or undeveloped land. Its basic units of area are the township and section . It is sometimes referred to as the rectangular survey system, although non rectangular methods such as meandering can also be used. The survey was "the first mathematically designed system and nationally conducted cadastrial survey in any modern country" and is "an object of study by public officials of foreign countries as a basis for land reform." [1] The detailed survey methods to be applied for the PLLS are described in a series of Instructions and Manuals issued by the General Land Office , the latest edition being the "The Manual of Instructions for the Survey of the Public Lands Of The United States, 1973" available from the U.S. Government Printing Office . The BLM announced in 2000 an updated Manual is curren...

web application frameworks

1 Client-side 1.1 ActionScript 1.2 JavaScript 2 Server-side 2.1 ASP.NET 2.2 ColdFusion 2.3 Java 2.4 JavaScript (server-side) 2.5 Perl 2.6 PHP 2.7 Python 2.8 Ruby Comparison of features Ajax MVC MVC push/pull i18n ORM Testing framework DB migration framework Security Framework Template Framework Caching Framework Form Validation Framework links: ASP Xtreme Evolution Comparison of Ajax IDE: http://ajaxpatterns.org/Ajax_Tools GWT Designer Visual AJAX IDE - AJAX WebShop XI-Community and XI-Factory Ajax Toolkit Framework for Eclipse IntelliJ Idea Morfik JSEclipse Aptana jMaki plugin for NetBeans jMaki plugin for Eclipse MX AJAX Toolbox for Dreamweaver MyEclipse Zero Kode ZK-Bench

Mobile GIS (GIS on PDA)

mobile GIS and field mapping application running on Windows Mobile/Pocket PC/Smart Phone Sql Server CE GPS: Bluetooth enabled Sync with RDA/Replication Features: Google Map supported Custom Map Processing to fit on PDA Auto GPS reading as walk Drawing polygon, polyline and point on map support shape view, map view and data view UTM grid on map data format with Geographic/UTM Geographic and UTM data converter Export to KML, CSV GPS signal indicator information from EnvironmentalStudio.net