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

Search In

how to change all keys in an array to lowercase.

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 ?

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

PHP.Ini setting to allow large files upload

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

How to catch changing of View Pager slides

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

Background Color Change Randomly in javascript

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

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

How to change default template in Joomla?

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

Change Browser URL without reloading using JavaScript

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

How can change the URL of admin in Magento?

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

Rendering Modes of Canvas

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

1 6 342
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: