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

Search In

How to use different versions of Jquery on a single page

If you calling the different versions of Jquery then your code can clash the mutual variables. To use each of the Jquery versions separately you have to use " jQuery.noConflict()" Consider the links with multiple Jquery versions below:- <script

Check for Internet Connection

Hi All To check internet connection using objective c you can use this function. There may be a plethora of reasons that you need to check whether or not the device that is using your application has an internet connection. If checking whether the

To perform a real-time capture

To perform a real-time capture, a client may instantiate AVCaptureSession and add appropriate AVCaptureInputs, such as AVCaptureDeviceInput, and outputs, such as AVCaptureMovieFileOutput. [AVCaptureSession startRunning] starts the flow of dat

Network check for wifi 3g 4g

Hi Guys, You can use this function before hitting any server api. This will check whether your device is connected to network or not. + (BOOL)isNetworkAvailble{ const char *host&#95;name = "google.com"; BOOL _isDataSourceAvailable = NO

How to identify the network usage of your particular application in android?

If you wanted to monitor the data usage of your particular application than you need to know the pakage name of that application which you want to monitor. So just add the method getDataUsage given below in your utility class and pass the context an

Convert a Video File from One Format to Another Format using FFmpeg command

Hello Readers, If you want a concert a video file from one a define format to other format, you should to use following command: ffmpeg -i INPUTVIDEONAME -c:v libx264 -profile:v baseline -c:a aac -strict experimental -ar 44100 -ac 2 -b:a 128k -

Get all the CSS styles associated with an element

Hello Today we will discuss about the ways in which we can get all the CSS styles associated to an element. The CSS styles to an element can be applied in two ways: - using inline styles e.g. <div style="border:solid #000 2px; overflo

Solve Extra points in football (Probabilistic Game Strategies and Backward Induction)

The above example is taken from book Algorithms Design and Applications by Michael T. GoodRich (page number 336 to 338 in text book and in pdf it's from 354 to 356, section 12.4.2) http://canvas.projekti.info/ebooks/Algorithm%20Design%20and%20Ap

How to Merge Two Tables on Coded Columns Using Python

 Hi guys!   I have two tables and I need to merge these two tables on columns left_on='A', right_on='B'. The problem is that 'A' column is coded 'B' column.   What would be the best option to merge t

How to use IN keyword in LINQ

In SQL Server, we are very familiar with IN keyword and we use this keyword in many times which is very helpful for us. It save our extra efforts and code line like below query.     To achieve this in LINQ , we heve below two mechanism

1 8 93
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: