
Search In
Customizing Routes :-
In MVC application we are using routing for mapping the URL structure. But sometimes we have situation to change the URL structure according to the requirement. For achieving the requirement, we&nb
htaccess File method:
Any website running on Apache server you can use htaccess file method also called as Apache redirects.
Important point is that it will work only on Linux servers with the mod_rewrite enabled.
Now question is that What
Basically Array is used to store multiple values in a single variables(only store a fixed size sequential collection of same type of element) .
Syntax ->
var names = new Array( "Mukesh" , "Ravi");
Parameter of an Array can be a list of string
MVC Action Results:-
ActionResult is a return type of a controller method,it's also called an action method. In MVC by default the controller actions will return the ActionResult Object. You can return various types of
Here I have create a ListView app in android. In the Listview numbers of items shown in vertical scrollable list. In Listview items are automatically inserted to the list and In ListView Adapter pulls content and image from a source database class,
Hello Reader's!, If you are developing the html 5 based form and need to show the progress bar of file uploading then you can use the following code written in PHP and Javascript:-
The PHP html file will be go like this:-
<?php
//get unique id
Below are some sought-after interview questions asked, related to Squid
Question1: What is Squid?
Answer: Squid is an Application software that works as a proxy server as well as web cache Daemon. Squid Protocols such as FTP, HTTP, HTTPS, SSL,TLS,
With the help of Core Graphics Framework and touch methods of UIResponder we can easily draw on iphone screen.
There are two ways to do this : Either create a UIView subclass and draw directly on it, or use imageview from the View controller.
In o
One way to add undo functionality to a paint app is by storing state of the view and taking the view back to previous state on undoing. We can store state in arrays. And the state here will be all the lines being drawn and properties of the lines lik
Color Range: Selection Command
In Photoshop we often use several methods for selecting a particular portion of the layer or image. Color range is one such method through which we can select a specific portion of an image.
It is quiet good when we w