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

Search In

Very Useful Tags in OpenOffice Reports

Here are some important very useful tags that can help you definitely while creating various kinds of reports: [[ repeatIn(objects,'o') ]]: To add loop on the object selected, example [[ repeatIn(objects,'invoice') ]]. [[ repeatIn(o.invoice_line,'

.NET must have tools

1) .NET Reflector Reflector is used to examine and decompile. NET assemblies in IL, C#, and Visual Basic. You can view the class hierarchies of .NET assemblies, without having source-code for them. This is a must have for any .NET developer. 2

Discussion on naming conventions in CakePHP

Hi Reader's, Welcome to FindNerd,today we are going to discuss naming conventions in CakePHP. When implementing a web application in CakePHP, we have to use naming conventions for making any model name and table name etc very carefully. Firstly

7 important plugins to use before starting a wordpress site

If you are going to start a website a blog or website in wordpress must install these plugins . 1-Akismet – This plugin comes inbuilt in wordpress. This plugin removes and secure your wordpress sites from spams comments. 2- BackUpWordPress – Th

How to make a quick login page in Wordpress

Hello Reader's! If you are new to Wordpress and want to make a login custom page, then you can see an example below:- First you have to create a page on the root, name it login.php <?php /* * Template Name: Sign In */ if($_POST['submit'] ==

How to make group by query in MongoDb

Making a group by query in traditional database like MySQL,MySQL etc in quite easy but when its come to NoSQL like MongoDb we have to twist it a bit to get result we want : There are two ways in which you can do group by in MongoDb : a) Using group

Choosing Between has_many :through and has_and_belongs_to_many

In Rails we can establish many to many relationship between two models in two ways 1) by using has_and_belongs_to_many 2) by using has_many :through associations. We generally use HABTM when we don’t require a third intervening model to join two ot

To pass class as list in MVC model

In MVC while working in API for making restful services you need to know your request and response.   You can pass data or entity from your model as you want.     But in any case, you have a requirement of passing multiple recor

  • 110
Magento Models Overriding

In this tutorial, i will explain how to override magento models using an XML- based configuration file. Models play an important role as they connect our application to database & implement most of the business logic. we should not change any cor

Boolean vs Tinyint vs Bit

Boolean vs Tinyint vs Bit I was using MySQL to design database, and I need to use boolean datatype where two states are required true or false. I find the following differences among them.   TINYINT is an 8-bit integer value, a BIT field can

1 97 161
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: