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

Search In

Do You Deserve Success?

  Many people don't trust that they deserve success/achievement. They don't think that they are deserving of success. What's more, they might be correct. They long for success. They envision success. They battle for success. They

How to display flash messages in Symfony

Hello Friends, If you are looking to flash success messages in Symfony. Please review the code below: 1) Open your controller and put the below code with your changes: // Define your success message as below $request->getSession()

How to set flash messages in Zend Framework

Hello Guys, If you are looking to set flash messages in Zend framework please follow the below process:: 1) Open your controller and set below line under init() $this->_flashMessenger = $this->_helper->getHelper('FlashMessenger'); // De

Jquery ajax json response

There is a need to set dataType in the ajax if you expect to get json response . $.ajax({ url: "/accept", type: "POST", data: myformData, context: this, error: function () {}, dataType: 'json', success : function (respon

Laravel 5.0 Including Sub View Into Another View

Many times we need some sections of HTML which need to be incorporated in many views and just to reduce redundancy we create separate views for it. An example to accomplish that is stated below:- Including other views in other view syntax :- @

jQuery loop in JSON result from AJAX Success

Hello readers, today i guide you "jQuery loop in JSON result from AJAX Success". If you are working with JSON and and want to display all JSON value in AJAX Success, you can do this using jquery loop. Recently I am working on a project an

Feedback with optional icons

Feedback with optional icons. Bootstrap provides classes to add optional feedback icons which would required manual positioning for inputs. Thus, it save a lot of time for making it user friendly. This can be done by adding class .has-feedback and t

how to identify location is enable or not on browser with jQuery?

To get the user's current location use the getCurrentPosition() method. This method contains two parameters, first parameter is success for providing locationd and second one is error to handle errors for ex: getCurrentPosition(success,error) <sc

Progress loader plugin for Cordova / PhoneGap iOS apps.

Hello Readers, In today's blog we will talk about progress plugin in Cordova / phoneGap apps. It is a progress loader and there is no need to add any JavaScript library for this.   This plugin supports iOS platform. It should be higher th

map is contentiously refresh

here is my java script code function onSuccess(position) { var element = document.getElementById('map'); var lat=position.coords.latitude; var lang=position.coords.longitude; var myLatlng = new googl

prev 1 3 185
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: