Knowledge Base.
Here I will share my experiences on any other subjects on computer technologies, on life, on anything!...
Special Characters in HTML.
Tuesday, April 19, 2016
Here are all the special characters in HTML. Like if you need to add space or quotation mark and so on
...Click here for more
Handling Ampersand on Oracle SQL.
Thursday, December 10, 2015
While working on Oracle SQL statements, if you have text fields containing ampersand / and (&) symbol, you will probably get a pop-up for input screen asking for variables. It is because ampersand works as a variable on the query. What you need to do is:
...Click here for more