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

Search In

Resolve maximum allocation time exceeds error in PHP?

In PHP, many times we found the error i.e. "maximum allocation time exceeds". For resolving these errors we use php.ini file or we can resolve it buy using our .htaccess file. 1. Using php.ini file For this we have to increase the max_execution

Error while building Unity3D Android Game := Plugins colliding with each other

when I build the game in Unity3D , it makes error :"plugins colliding with each other" I am using Facebook SDK and Playfab.com SDK Found plugins with same names and architectures, Assets/Plugins/Android/libs/android-support-v4.jar (ARMv7)

Split array up into n-groups of m size?

A very good method i found in ruby so just thought to share it with everyone, so i am writing this blog to share and help others. This particular blog is for splitting up of array into many groups. Lets see this as an example below: 1) arr = (1..6).

This version is not compatible with Drupal 7.x and should be replaced.

This version is not compatible with Drupal 7.x and should be replaced. I created a fresh sub-theme and deleted all the unwanted content and file's from my new sub-theme folder, On appearance page I was unable to enable it as it was showing me an er

What is Test Driven Development?

Test-driven development is a programming approach is compulsory for you to write real code and automated the test code together. This confirms that you test your code—and permits you to re verify your code fast and easily, since it's automated. TDD

How to find the number of words and number of characters in a string?

Find the number of words in a string: In PHP, to find number of words in a string a function str_word_count() is used. It includes three parameters: string: It a required parameter which specify the string to check. return:It is an optional paramet

Python Official Website and install python

Python Official Website : http://www.python.org/" Python Documentation Website : www.python.org/doc Python binary can be found here: https://www.python.org/downloads/ Python IDE’s: http://sourceforge.net/projects/pyscripter/ https://wingware.com/d

How to send sms through Nexmo SMS Gateway in php?

In this post, I will be discussing about how to send SMS through PHP using Nexmo SMS API. To send SMS, we will be using Nexmo SMS API. There are a number of SMS Gateways like Clickatell, Twilio, and so on available in the market. However, I found Nex

Cursor

In MySQL, to handle a result set inside a procedure we use cursors. Cursors are: Read only Non-scrollable Asensitive Cursors can be used in stored procedure, stored functions and triggers. Syntax: Declare cursor: Declare cursor_name cursor f

How to resize iframe dynamically

Hello all, While working on a project, we came across a situation where we had an iframe that had dynamic content inside it, and to make our page responsive, we were not allowed to give fix height to the iframe, but since the iframe had the dynami

1 45 115
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: