
Search In
Software development requires a lot of skills and time if you want to get a high-quality product. But today’s IT market is full of interesting tools that simplify the development process and make it much easier. Frameworks are the tools that co
We can generate all possible combinations of given string. Here I made a function get_string_combinations($str), this function will accept string as a parameter and will give you all possible combinations of that string. In this function, I have conv
Hi Friends,I am back with my MVC article with some new things.
So we've covered the concept and structure of an MVC application in my previous article which are listed below:-
1-ASP-Net-MVC-What-s-inside-Part1
2-ASP-Net-MVC-What-s-inside-Part2
We k
Hi readers !
In this blog we will see how we can clear all textboxes in a form using jQuery .
To clear a textbox with id 'txtBox1' in javascript we use below code :
document.getElementById('txtBox1').value = '';
We can use this code to clear s
In this tutorial, we will know that how to implement Picasso Library to loading images in android.
This is an open source library to loading images in Android. It provides a functionality to fast processing and caching data into memory. It dev
I am writing this blog because I faced issue for adding cron jobs in Amazon Ec2 cloud server. I was using Linux 64bit .
To add cron jobs open command prompt (via putty if windows) and login via ssh, when you are login then type:
which php
this wi
In the below example I will help you to use covariant return type in java. In covariant return will used overriding method. The covariant return type specifies the return type in the same direction as the subclass. Here in the below examp
Get the name of Controller and Action method in View using Asp.Net MVC
In one of my Asp. Net MVC project, I needed the name of the Controller and the Action Method in the View page.
For this I used the following code:-
@{
var actionMethod = @
Smartphones and smartphone applications, rule our lives. From the moment we wake up to the second we fall asleep, we are constantly in contact with one app or another. From streaming music to movies, from shopping to ordering food, these ap
When it comes to Game Engines and Game Development, the technology name unity comes at top as it is not only most popular and powerful game engine which has a great visual editor for developing the games for iOS and Android but also have a lots of fu
