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

Search In

Run Multiple AsyncTask on a Single Time

In android, thread pool pattern is use in AsyncTask. Early the size of the pool was 1 i.e, there was no support for parallel bunching of AsyncTasks.But from HONEYCOMB version Android allows multiple Asynctask at a time. We just have to use execute

Servlet Filter in java

Servlet Filter is a unique concept of java technology, which intercept to Http repuest in web application. It's can intercept Http request for servlets, JSP's or other static contents. Filter's, In which servlet filter's doesn't dependent on each ot

Audio Playing while App is in Background Mode

In order to continue your audio running while the app is in Background mode(like in the case of live Streaming), we just have to add this line in our AppDelegate method application didFinishLaunchingWithOptions: [[AVAudioSession sharedInstance] set

How to use strtotime() Function in PHP ?

The strtotime() function parses an English textual datetime into a Unix timestamps (the number of seconds since January 1 1970 00:00:00 GMT). Syntax of strtotime() Function strtotime(time,now); you can see belloe example: <?php //here call

To insert values to identity column in SQL Server

Identity field is usually used as a primary key. When you insert a new record into your table, this field automatically assign an incremented value from the previous entry. Ex: CREATE TABLE Customer ( ID int IDENTITY,

  • 288
Javascript Debugging

JavaScript Debugger is very important in javascript because It is difficult to write JavaScript code without a Debugger Your code might contain syntax errors, or logical errors, that are difficult to diagnose. There are no indications for errors

Wordpress 404 Error Template

Wordpress 404 Error Template :- Every wordpress theme has a 404.php file. This error occur when a user click on link to a missing web page, the web server will send the user an error message template such as 404 Not Found !!!. Admin can customize t

Data download problem using apache-flume from Twitter

Hello Everyone, Nowdays I was trying to learn how to handle Big Data, the framework I am currently using is Apache Hadoop. Now I need large amount of data for testing for getting large amount of data I was using apache-flume to download tweets from

How to return an image from Asp.Net MVC Controller

Hi,      While working in a Asp.Net MVC project, I am stuck in a issue that how to return an image from MVC Controller ? The real senario is that I have to return an image among various images (that I have kept in the Conten

Set robots in magento for cms pages

Robots is useful to prevent your website from search engines indexing. You can simply add robots.txt in your website as well as set the default robots settings from admin. Go to configuration->system->design section to set the value for robots.

1 372 423
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: