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

Search In

How to create module in magento ?

Before we create magento custom module, let’s have a look on code directory structure of magento where we create custom module. Here is only code folder structure. - app (contains code pools, design, configuration, localization and Mage.php fi

How to add new bundle in Symfony2

Hello Friends, If you are looking to create a new module in Symfony2 and want to integrate this with new bundle. Please follow the below steps:   1) Create your bundle folder under your_project_name/src/App/your_bundle_name like my bundle na

How to upload large apk size on play store using Expansion Library Tutorial

Its usage: To break the barrier of apk size to upload on Play Store Libraries needs to be installed: Google Play Licensing Library package            Google Play APK Expansion Library pac

How to create form in Symfony2

Hello Guys, If you are looking to create form in symfony2 the below code might help you: 1) Open your controller file and function where you would like to define form and add below code with require modification: //Define in Controller $filterfo

How to handle multiple form request in Symfony2

Hello Friends, If you are using multiple forms in symfony2 web page and getting issue to fetch data from multiple form. Please review the code below and make the adjustment accordingly. In the below example I am using two forms 1) $Kickedform and 2)

How to programmatically create Project documents in SharePoint 2013 using C#

Each project has its own documents in SharePoint. For creating the Project documents, first of all we have to create context by passing the projectSiteUrl. 1. Create context of projectSiteUrl using Microsoft.SharePoint.Client; context = new Client

Generators in Python

Generators  In python reading items in a list one by one is iteration but when iteration on a list can be done once then iteration is known as generators. Generators does not allow all the iterable list values to be stored i

jQuery html() Method

The html() method is used to return the content  of a particular  elements and it returns the content of first matched element. It overwrites the content of matched elements.   <!DOCTYPE html> <html> <

How to use ArrayAdapter class in android

In the below example, first I have created ArrayAdapter class and then extend ListActivity. In next line I have store ListItems in String then I have setListAdapter. ”ArrayAdapter class can handle a list item as input, By using this class we ar

Error: javax.servlet.jsp.PageContext cannot be resolved to a type

Running a Maven web project in eclipse was giving errors on jsp pages: javax.servlet.jsp.PageContext cannot be resolved to a type javax.servlet.jsp.JspException cannot be resolved to a type The server was running fine, even the project was running

1 546 949
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: