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

Search In

Change time zone in CodeIgniter

Some time developer wants to change the timezone in codeigniter application. There is may way to change the timezone in codeigniter. Here I am explaining you the best way to change the timezone in codeigniter, which is- First open the index.php, whi

How to make border with round radius for all the images in website

Hello Reader's you want to make the edges with border and round in shape for all the images in you website then you just need to put CSS3 to update as below:- border:solid 5px #000000; -moz-border-radius: 32px; -webkit-border-radius: 32px; border-ra

Jquery difference between .append() and .appendTo() method

Hello Readers, If we want to insert any element or content within define particular element using jQuery, then we can use jQuery .append() or .appendTo() method. jQuery .append() and .appendTo() both methods are doing the similar task, add a ht

Jquery fineuploader update metadata of the file

Hello Guys I used jquery fineuploader to upload multiple files in my web application but fineuploader update the metadata of the file during upload file and original metadata of the file has been lost. I want to extract original metadata of th

Expandable ListView

Hi  kindly help me to fix my issue. i am using expandable listview to display data from SQLite Database. in my database title,contents and favorite columns and some other columns. how I can display data to expandable listview kindly help me

To Check if edit distance between two strings is one

 Edit distance between two strings is said to be one when following changes occur:- Adding a character. Deleting a character A character is changed // C++ program to check if given two strings are // at distance one. #include <bits/st

Instance Initializer block in java

Instance Initializer Block: There are two types of data members: static and instance data members.  Instance data members are those that belongs to instance of a class. i.e objects. Here comes the role of instance initializer block. It is used

Recycler view concpet

Dear Sir/madam,                                 I have doubt with recyclerview with retrive se

How Cucumber Works ?

Cucumber a command-line tool has scenario inside the Feature file which contains a list of steps for the Cucumber to work through. Cucumber follow some basic rules or syntax called Gherkin to understand these feature files.   Since each scenar

Count the occurence of an interger in a string

Description: Given a string of integers, count how many times that integer repeats itself, then return a string showing the count and the integer. Example: countMe('1123') (count_me in Ruby) Here 1 comes twice so <count><integer

1 99 720
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: