New line characters in XML

How to put newline/carriage return characters into an XML document? The typical string with escape sequence like ‘\n’ can’t be used, because this string has no special meaning in XML and it’s hidden when viewing in any editor or IDE. If this character is interpreted into html and trying to display in browsers, it would be just an empty character. In windows, instead we need to use hexadecimal escaped character: 
 for newline or 
or 
 or 
 to represent a carriage return. In browser,…

Continue reading »

Saturday Aug 30th from 10:00pm to 01:00am Sunday Morning PST

247Apps Loan XML Editor Micro Application and Licenses API Scheduled Maintenance   We will be conducting an upgrade to our Online Toolbox for Loan XML Editor Micro Application and Licenses API to provide better security, stability and speed for our clients across United States. As usual, this upgrade will occur during the hours of the morning when you are all asleep. Starting Saturday Aug 30th from @ 10:00pm PST. Our scheduled window for this maintenance cycle should be under 3 hours. We apologize for any…

Continue reading »

Using Lodash in arrays, objects in React-Native development

Why Lodash? It provides various built-in functions for arrays, collections, manipulated objects, and other utility methods that we can use directly instead of writing them from scratch. It makes it easier to iterate over the arrays, strings as well as objects. With Array Functionalities Lodash provides a set of functions to manipulate arrays, including sorting, filtering, slicing, and transforming arrays. These methods help in efficiently handling array operations. Example: const _ = require(“lodash”); const users = [ { id: 1, name: ‘Dave’ }, { id:…

Continue reading »

BuildingPermits

[ { “id”: “caf3b9d5ce317d53”, “description”: “Battery backup”, “number”: “RE2303928”, “jurisdiction”: “Berkeley”, “type”: “Re) – electrical – 1 & 2 unit residential (building)”, “fees”: “619.6”, “status”: “active”, “file_date”: “2023-10-02”, “issue_date”: “2023-10-11”, “final_date”: “2023-12-11”, “construction_duration”: 61, “approval_duration”: 9, “contractor_id”: “KOm4dMLIuT”, “address”: { “street_no”: “3360”, “street”: “DWIGHT WAY”, “city”: “OAKLAND”, “zip_code”: “94704”, “state”: “CA”, “latlng”: [ 37.868443, -122.24374 ] }, “tags”: [ “solar”, “utilities”, “residential”, “solar_battery_storage” ] }, { “id”: “71c02bd70f7ce1c9”, “description”: “Install 27 kwh back-up batteries in cabinet “, “number”: “E2304692”, “jurisdiction”: “Berkeley”, “type”: “E) – electrical…

Continue reading »

Sunday August 27th from 10:00pm to 01:00am Monday Morning PST

247Apps and MyNetworkSolution VPS Scheduled Maintenance   We will be conducting an upgrade to our VPS Servers to provide greater security, stability and speed for our clients across United States and Canada. As usual, this upgrade will occur during the wee hours of the morning when you are all asleep. Starting Sunday August 27th @ 10:00pm PST. Our scheduled window for this maintenance cycle should be under 3 hours. We apologize for any inconvenience this disruption may cause and thank you for your patience. Thank…

Continue reading »