I recently ran into a problem where the Dota2 Web API api.steampowered.com/IEconItems_570/GetSchema/v0001/?key= was down and still is down for 3 days now. I am working on a new version of my app - … [Read more...] about Dota2: Extract Schema when GetSchema is Down
Abhishek Tanwar – Blog
XQUERY DESIGN PRINCIPLES #THREE
This is third in the series. Don't re use the same expressions over and over again When it comes to XQuery writing we normal parses XML and reads data. There are lot of constructs in XQuery to be used … [Read more...] about XQUERY DESIGN PRINCIPLES #THREE
XQuery Design Principles #Two
This is second in the series. Please read "XQUERY DESIGN PRINCIPLES #ONE". A Little bit of Documentation won't take much of a time When it comes to any language, documentation about the functionality … [Read more...] about XQuery Design Principles #Two
Migrate BPMN 1.0 Models to 2.0 Model
Hello guys, I was currently learning and working on the EA business processes using EA tool (9.1 version.) I had some old diagrams and when I created new ones, some got created with 1.1 BPMN and some … [Read more...] about Migrate BPMN 1.0 Models to 2.0 Model
XQuery Design Principles #One
After a long stretch of work in XQuery in a leading COTS product, I have come up with below XQuery design guidelines for reference. However, the actual implementation might be based on the product … [Read more...] about XQuery Design Principles #One
Eclipse PDT Publish Files to (AMP/Any)Server
Hello guys! I am currently working on a module where I am using Flash, PHP and Java. For Java testing on a server, I have cofigured my eclipse with a publish to local server whenever changes are … [Read more...] about Eclipse PDT Publish Files to (AMP/Any)Server