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

Search In

How to get the selected text from dropdown using jquery

"How to get the selected text from dropdown using jquery" While working in Asp.Net Application I got stuck in a following issue. This is the code I am using: <select class="form-control" id="new-account-prefix" name="newaccountprefix">

Why I switched from CakePHP to Symfony2

CakePHP or Symphony2? This is a common question that are arising in the developers community and topic lists this may lead developers sometimes get undermine to clarify users as which is the best framework in php. Lets talk about Symphony2 first,

What is the difference between '@' and '=' in directive scope

'@' is used to send the property from parentScope to isolatedScope. By transfer, you are not able to change the property of parentScope that is being pass. It is called one-way binding. If the binding property is a primitive type, like interpolatedP

How to speed up your CakePHP Website

Hello Readers, These are some techniques to speed up the cakephp website:- 1. Upgrade versions regularly When you work on cakephp website.You need to upgrade your Cake website to the latest version in order to keep it performing at its best. 2.

Find method with JOIN in CakePHP

Hello, if you are working on cakephp and you need the joins with find method here is an example. Here $my_joins is and array having multiple join cases in other different arrays inside it. $my_joins=array( 'joins' =>

CakePHP website mobile version

Hello All, In this blog we will discuss about how to make your website working with proper layout in the mobile devices. For this we can use CakePHP's RequestHandler's isMobile function to check if a mobile device is accessing the site. We can

Creating .p12 for apns with server side in Java

Generally in iOS apps server side is coded in PHP and to integrate APNS we can create .pem file by following this RayWenderlich tutorial. But we might face difficulty in receiving remote notification on device when server side coding is done in Java

How to sort a list items alphabetically using JavaScript

Hello All, Working with HTML and JavaScript, many time we render html in our page with the help of JavaScript, like adding a list that has many list items. To show that list in a alphabetical order (ascending or descending order) in our HTML page u

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

How to make custom attribute in Html5 ?

Hi all, You can make your own custom attribute using data-. It allows possessive exchanged information between HTML and its DOM representation. It can work with javascript also, every browser will let you fetch and modify data- attributes using the

1 110 409
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: