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

Search In

How to show alert view in Swift (iOS8) with OK and Cancel button?

To show an alert view in swift while using iOS8. Here is an example of how to use it: var MyAlert = UIAlertController(title: "Logout", message: "Are you sure?", preferredStyle: UIAlertControllerStyle.Alert) var MyOkayAction = UIAlertAction(title: "

How to get complete current URL using Cakephp Framework in PHP

If you need to print the complete current url you can do following steps. 1. In the view file code will go like this: <?php echo $this->here; ?> This syntax'll give you the absolute url starting from hostname i.e. /controller/action/para

Create a custom token in Drupal

Drupal in it's core have lots of tokens which are basically shortcode or placeholder for any kind of information related to Node, User or System itself. Get a complete list of available tokens in Drupal from: https://www.drupal.org/node/390482 If y

Ecommerce credit card processing

[url=http://receiving-payments.cf/pm-modi-unveils-bust-of-mahatma-gandhi-in-german-city-of-hannover]http://receiving-payments.cf/pm-modi-unveils-bust-of-mahatma-gandhi-in-german-city-of-hannover[/url] [url=http://receiving-payments.cf/in-this-littl

How to Sending a signal from a subflow in Odoo/OpenERP

When a workflow is embedded in an activity (as a subflow) of a workflow, the sublow can send a signal from its own activities to the parent workflow by giving a signal name in the attribute signal_send. Odoo processes those activities by sending the

What is progress Element in HTML5 ?

The <progress> Element is use to show the completeness of the task. We can use script to manipulate the value of progress bar. This tag is new in HTML5 and progress element have start tag (<progress>) and end tag (</progress>). P

What is a Web Worker?

Hi all, Below is a short description of web workers. What is a Web Worker? Web worker is JavaScript which runs in backside without affecting the performance of site and it is independent of other the scripts,. what web worker are for ? For th

Jquery callback function

Hello Readers, In jQuery, It is a function which is passed as an argument to another function and it is executed when/after it's parent function has been completed. Callbacks are some special jQuery function because it patiently wait to execut

Relationship between Activity lifecycle and asynctask

An Asynctask doesn't depend on Activity life-cycle that contains it. Like if we start an AsyncTask inside an Activity and then we rotates the device, the Activity will be destroyed at that point but the AsyncTask will remain same or not die until it

What is End to End Testing?

End to End Testing Unlike System Testing, End-to-End Testing accepts the software framework under test as well as checks it's integration with outside/external interfaces. Thus, the name "End-to-End". The reason for End-to-End Testing is to practice

1 12 179
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: