
Search In
Hello Readers ,
If we want to change the array key lower case to uppercase and vice versa then their is PHP function array_change_key_case() .
Example.
<!DOCTYPE html>
<html>
<body>
<?php
$age=array("Peter"=>"35","Ben"=
ASP.NET: How to use SelectedIndexChanged with DropDownList?
SelectedIndexChanged is an event which is fired whenever selected item changes in web server controls like DropDownList, Combobox etc. To handle SelectedIndexChanged event a corresponding e
For configuring the size of “upload file, post, memory” in an application developed in php we need to do the following changes in the file “php.ini”. The path where we can find the “php.in” is below:
1-> Debian/ Ubuntu : { /etc/php5/apache2/p
After creating a ViewPager (as I also described here ViewPager) we need to catch the changing of slides event.
To do this we have a listener OnPageChangeListener i.e, ViewPager.OnPageChangeListener that invokes whenever we chance the page or increme
In javascript you can change the background color of HTML page,It is very simple to understand.
Example:
HTML Code:
<!DOCTYPE html>
<html lang="en">
<head>
</head>
<body onload="backgroundcolorchange();">
Interface is the way to get the multiple inheritance.
This means that a class can inherit two or more class.
As java, we can not extend more than one class but we can extend more than one interface.
So Interface is used to have inheritance
But there
Changing default template for front-end:
Login to the back-end of Joomla site.
Click Extensions -> Template Manager.
Default template for site is marked with a star(yellow in color) which is protostar.
Select the template you want to set default
Hii ,
the html markup consists of 4 buttons which make a call to a function change our URL. This function accepts the page Title and URL as parameters. In frist checks whether browser supports HTML5 and if yes then a state object containing the
For changing the url of admin from our existing magento store there are two methods we have:
Method 1- First Go to app/etc/local.xml file , open this file with an editor .Now find for the admin node where you have to change the frontName to our
Canvas is a game object where all the UI elements are children of it. It has a canvas component attached to it. All UI elements can only be visible inside a canvas. If you directly create an Image then Canvas will be created automatically with
