
Search In
Hiii guys, one problem occurred in my android app.
Problem: I add map on fragment in tab layout but not move camera position location wise and also I can't add marker and not perform other operation but i try this code on activity at t
def sub_lists(list1):
sublist = [[]]
for i in range(len(list1) + 1):
for j in range(i + 1, len(list1) + 1):
sub = list1[i:j]
sublist.append(sub)
return sublist
l1 = [1, 2, 3, 4]
print(sub_lists(l1))
In magento sometimes we need to get the current store details from system configuration for some reference,
Then lets see how can we do it :
1. To get all the stores from magento
for the same we can use
Mage::app()-
Hye. I am Nabilah and below is my Java code at Jframe in netbeans. It is code about attach file or imageto display to Jframe. Here I hope someone can help me
1. how to resize image (stadardize the size I upload) that already attached and displ
Hello friends,
Today, we will learn how to get the last element of an array using PHP. There are various ways of doing it which are as follows:
1. end(): PHP proivdes an in-built function which returns the last element of an array end().
Syn
Hello friends,
Today we learn how to get the properties of a class in PHP. In PHP, get_class_vars() function is used to get all the default properties of a particular class. It will return the result in the form of associated array. The properties t

Hey there!
Today, while using Bootstrap breadcrumb, I came across something which I never did see before. The syntax is given as under :
content:"\00a0";
I was using Bootstrap breadcrumb and I found the above syntax there. The entire CSS
Hello Reader! If you want your html form that block the pressing action of enter button and accept only submit button then you can see how its working in the example below :-
$("FormSubmit").bind("keypress", function (e) {
if (e.keyCode == 13) {
Hello Reader's, If you have to get the only names of columns of table then see the code below:-
You can use following query for MYSQL:-
SHOW columns FROM your-table;
Below is the example code which shows How to implement above syntax in php to list
Hi,
Recently, I've built my first landing page in adobe muse but when I was about to finish, I realized that if I insert
the HTML code for my email autoresponder using "object >> insert HTML", then there is no way to modify or style my opt-in
