Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Simple way for uploading a file in CodeIgniter 2.0 using library class Upload

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

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

When click autocomplete value the corresponding data bind in subgrid(datatable)

$("#txtautocompid").autocomplete({ source: function (request, response) { debugger; $.ajax({ url: '../WardManagement/WardResultEntry/autocomplete2', // url: '../WardManagement/War

An Easy Guide to Material Design Implementation for Android Developers

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

How to check which version of Joomla is running on website?

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

Python Programming Task Help

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

React Native vs Real Native Framework – Which is better for Mobile Apps?

  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

Conditional Statements in SQL

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

Bouncing effect using CSS keyframes

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

Create wordpress Plugin- Get All Category in Dropdown

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

1 248 481
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: