(Morten Braten) I ran into a problem the other day when moving some code from one database to another (both XE 11g). The code in question needs to convert an XMLType to a CLOB to do some (hacky) string manipulation on it, and then turn it back to an XMLType.
Tag: JSON / JAVA / XML
jQuery Validation Plugin to Validate Web Forms
(Manoj Bhoir) This article explains how to ue the jQuery validation plugin to validate your web forms.
ORA-22926 when using getClobVal to convert XMLType to CLOB
(Morten Braten) I ran into a problem the other day when moving some code from one database to another (both XE 11g). The code in question needs to convert an XMLType to a CLOB to do some (hacky) string manipulation on it, and then turn it back to an XMLType.
Google Map with JSON
(mparvez) Most of us are familiar with Google map. Google has provided very rich APIs to use in our own application. I was using an ASP.NET Google Maps User Control name GoogleMaps.Subgurim.NET for my marker and polygon drawing for a long time. It is an excellent tool indeed.
Google Map with JSON
(mparvez) Most of us are familiar with Google map. Google has provided very rich APIs to use in our own application. I was using an ASP.NET Google Maps User Control name GoogleMaps.Subgurim.NET for my marker and polygon drawing for a long time. It is an excellent tool indeed.
Simplify JavaScript Object Oriented Programming Model: Part 2
(Sandeep Singh Shekhawat) This article provides a simplified explanation of the JavaScript Object Oriented Programming Model.
Simplify JavaScript Object Oriented Programming Model: Part 2
(Sandeep Singh Shekhawat) This article provides a simplified explanation of the JavaScript Object Oriented Programming Model.
Writing automation test with Selenium WebDriver Extension jQuery – RaYell Effectively
(Chinh Vo Wili) When you use Selenium WebDriver, Page Object pattern and waiting element loading complete are important when executing test case. Beside one, extension selector with jQuery, query selector helps you to easily interact with web page. This tip introduces how to use this one effectively
Usage of GSon in Java to Read/Write JSON
(Niladri Biswas) For serializing and deserializing Java objects to and from JSON, we are using GSon (also known as Google Gson) which is an open source Java Library * of Google.
Writing automation test with Selenium WebDriver Extension jQuery – RaYell Effectively
(Chinh Vo Wili) When you use Selenium WebDriver, Page Object pattern and waiting element loading complete are important when executing test case. Beside one, extension selector with jQuery, query selector helps you to easily interact with web page. This tip introduces how to use this one effectively
