
Search In
Hello everyone,
This Android Video Tutorial will provide you clear idea about "What Android ViewPager is and How to Implement it in Android App?".
Basically ViewPager is an application or a widget tha
Hello All,
We are sometimes in a situation when a particular page loads up on the browser and there are some incomplete contents, raw code displayed in the browser while Angular Js is loaded.
So in order to prevent the browser to show the r
To check the version of joomla you are using includes various steps depends upon the version of joomla you are using. So here various steps are given according to the joomla version
Joomla 1.0.x:
Login to the backend of your site(admin section of
Php Lovers!
I am NOT searching for banned words within other words on a page but searching for banned words within a loaded page.
I am not actually looking for banned words within other words but within the page (meta tags, content).
And so,
Generating the ultimate user experience doesn’t take place overnight, and there can’t be only one area you can improve to create the ultimate website. It’s the composition of many small things. The list below is a great way to make
Hello guys,
To Read request parameters in which parameters send with liferay page URL (i.e http://192.168.3.10:8080/group/dentalnotebook/patientprofile?patientId=140701) and to read from velocity template in the liferay 6.2.
Below example help to
Follow the given steps:
1) Add the script in your page
<script type="text/javascript" src="/path/to/jquery-latest.js"></script>
<script type="text/javascript" src="/path/to/jquery.tablesorter.js"></script>
2) It will sort
WordPress is one of the most popular and simple platforms for blogging. It has themes, plugins, widgets and functions/resources which are used to improve your blog or website. WordPress provide most of the themes and plugins free which are developed
If you have a fixed div and you want the image to be put over it by stretch and scaling then you can use the following code for html and css:-
In the html page add class 'background' and 'stretch'
<div id="background">
<img src="img.jp
Hi friends,
If you are using PDO in php , Now you can Authenticate user using simple code.
include 'conn.php';
try
{
$username = $_POST['user'];
$password = $_POST['pass'];
$smt=$conn->prepare("SELECT * FROM signup WHERE username
