Categories
Wordpress

How To Disable HTML In WordPress Comments

How To Disable HTML In WordPress Comments In this tutorial we will explain you How To Disable HTML In WordPress Comments.We are also using WordPress as a blogging option, but sometime we have lots of comments which consist of HTML tags on it.To solve this we just have to put a single line of code on […]

Categories
How To Article Technology - Tips

How To Turn On Error Reporting In PrestaShop 1.5

How To Turn On Error Reporting In PrestaShop 1.5 Recently i am working on a prestashop project, i am new to prestashop.So when i am configuring the live site on localhost.After configuration a blank page has been displayed nothing else.I am bit confuse that what is wrong here.I do a google for this and found […]

Categories
Sql Server

How To Select Random Records In SQL Server

Hi Guys in this tutorial i will let you know, How To Select Random Records In SQL Server.This is very needful when we have to select some records from our database but randomly.We can achieve this by a function in SQL Server. NEWID: NEWID() generates the GUID in random order.Also The value returned by NEWID() is different […]

Categories
Asp, Asp.net How To Article

How to get URL & Querystring Value Using jQuery

How to get URL & Querystring Value Using jQuery In this tutorial i will let you know guys, How to get URL & Querystring Value Using jQuery.This is very useful when we have to process a request by querystring value. Example: URL = http://www.hightechnology.in/project.aspx?projectid=1 Read Querystring Value: function GetQueryStringParams(sParam) { var sPageURL = window.location.search.substring(1); var sURLVariables […]