
Search In
In this tutorial we will learn how to upload file with restriction on the type of file with the help of Codeigniter's upload class in the Codeigniter's library. With the help of this library we can set our preferences as per the uploading fil
How to Work with a Stored Procedure
DELIMITER //
CREATE PROCEDURE `p2` ()
LANGUAGE SQL
DETERMINISTIC
SQL SECURITY DEFINER
COMMENT 'A procedure'
BEGIN
SELECT 'Hello World !';
END//
The four characteristics of a procedure are:
Language : For p
$("#txtautocompid").autocomplete({
source: function (request, response) {
debugger;
$.ajax({
url: '../WardManagement/WardResultEntry/autocomplete2',
// url: '../WardManagement/War
Material Design was launched in Google I/O 2014 for Android developers in 2014 with the purpose of revitalizing and improving the user interface, although it also works for iOS and web. However, it was something else. Material Design is a visual desi
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
Hi please could you someone help me with this python question. Part of my uni course!!! Only have an hour till submission and totally lost. Thank you so much! Any help at this point would be appreciated.
TASK
A virus is spreading ac
Today, the development of mobile applications is more important than ever, and there are many programmers dedicating more on mobile development for iOS and Android. This is the era of smartphones. According to Statista, mobile apps will gen
While writing stetaments in SQL we have scenarios where manipulations based on conditions needs to be performed
For doing that we use conditional statements
ALTER proc [dbo].[sp_CheckLeaveAvailability]
@FromDate date,
@ToDate date,
@Empl
There are various methods to bounce an element. We can bounce an element using jQuery, any plugin or by simple CSS.
To add the bouncing effect using CSS we use keyframes.
In keyframes the animation is done by changing the style in particular time
Hello readers, In this tutorial I will guide you to create Wordpress Plugin for "Get all Category in Dropdown".
For creating Wordpress Plugin, we need to do some basic things for creating a Plugin.
1) Create Wordpress Plugin, just think w
