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

Search In

Companies DO Need Web Developers and Here's Why

Web development is a practical necessity for almost any modern company, but many business owners may be skeptical about building out their own web development team or outsourcing their needs to an outside firm. Web development can be expensive, but a

How to Convert List to DataTable in C# and VB.NET

In this blog I described how to convert list objects to DataTable. There are several method to convert list objects to DataTable. In this blog I used List interface for conversion. It is a generic method, it converts all types of list into DataTable.

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 manage the account cashflow operations in OpenERP(Odoo)?

In below example, I have written Python script for account cashflow operations. see below python code in .py file : import time from datetime import datetime, date, timedelta import tools from osv import osv, fields import decimal_precision as dp fr

Integrating ckeditor in Rails

Hi friends, Today I am going to talk about how to integrate ckeditor (a text editor) in your rails application.  Ckeditor is the most commonly used text editor now a days, because of that there are so many gems  available. Here I am using

How to point last element of an array in PHP?

Hello friends, Today, we will learn how to get the last element of an array using PHP. There are various ways of doing it which are as follows: 1. end(): PHP proivdes an in-built function which returns the last  element of an array end(). Syn

How to get latitude and longitude of the user's position?

Welcome to FindNerd, today we are going to discuss how to get latitude and longitude of the user's position. If you want to get latitude and longitude of the user's position, then you should use getLocation() method. In a web application, t

How to find .Net assembly version

Whenever we create a project in visual studio, a file named AssemblyInfo is created by itself which contains the attributes used to define the version of assembly during compilation. Versioning an assembly helps to identify deployed assemblies and h

How to bind checkbox with enum values in MVC?

To bind checkbox with enum, we have to write some custom code. Here, below is the example of binding checkbox with enum.   Suppose we have a enum EmployeeGroup public enum EmployeeGroup { [Display(Name = "Group 1")] Group

How to set pagination in Joomla with MVC workflow?

Hello Readers, The below blog shows the pagination in Joomla. When we use the pagination in Joomla, we require the model and the view to write the code. Suppose we have a component (com_example).Open the component file (com_example/models/items.ph

1 70 408
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: