
Search In
Ionic is a Phone Gap which is driven by AngularJs and has a common code for both Iphone and Andorid devices, it is free open-sources mobile SDK used for developing hybrid/native apps. Today in this tutorial, we will learn how to make a simple login i
To know the Directives used in ASP.NET page, First of all, we should know what is ASP.NET directive and where it is used?
So, Directive are the commands helps in specifying optional settings, such as registering a cus
Hello Reader's!
If you learning the wordpress and want to show the contents of a page from admin panel. Then you can use the code below:-
First you need to publish the page with it's title, content and a featured image. Now open the page and write
Hello Reader's,
If you want to set session time out for fix time period in PHP use the below code.
$page = $_SERVER['PHP_SELF'];
$sec = "1";
header("Refresh: $sec; url=$page");
session_start();
$now = time();
if(!isset($_SESSION['start'])
Portlet is application of the liferay portal, In which we write the business logic of the application.
Follow below steps to create and deploy the liferay portal :
Step 1: Create liferay portlet in eclipse.
Step 2: Right click on portlet in eclips
Hello Reader's If you want to make user redirect and show him the error message on next page then by using codeigniter you can do by following functions:-
Let's say if user input wrong username/password then you'll redirect user by following code of
Hello Reader's if you want to show the current timestamp on the web page by just a single click, Then by using JS you can do it.
Lets see the example below:-
<!DOCTYPE html>
<html>
<body>
<h1>My First JavaScript</h1>
Hi Guy,
In this Blog, We will discuss about how to make a SEO friendly web page with the help of HTML5 and CSS. Note that for making this tutorial simple, we only consider the aspect of making a web page not whole website.
What is r
First of all we should understand the pagination concept , so for this check the cakephp.org .
If we want to pass the custom variables in pagination so first of all pass the variables to the view . Lets suppose we want to pass $pass .
In the contro
There are many techniques through which we can place an event when the scroller reaches the bottom of the page.
If the user wants to play an event when he reach the bottom of the page, he can do the same with the help of the example below: