
Search In
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
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
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
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
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
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:
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
Dear Sir/madam,
I have doubt with recyclerview with retrive se
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
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
