
Search In
Ruby: Dynamic method call using send method
Hi friends,
As everybody says rails is a dynamic language. They says this because of its functionalities that makes it dynamic. One of the feature of rails is it's send method. It is an instance metho
Hello readers…
As we all know that nowadays each organization is utilizing different- different technologies. All companies has their individual needs or requirements for the software which they are using. When these companies developed or im
Hello Programmers,
A number of times, we need to cast our Java object into an XML or vice-versa. The turms are technically know as marshalling and un-marshalling. There are many different Java libraries to do the same in which Castor and JAXB a
For working in gridview you can use either the jquery or the predefined template for displaying the data in the grid.
First i will create the model class that is used to display the details in the gridview.
public enum getstatus
Allow CrossDomain Requests on NGINX Based Server
Hi friends,
At some point because of some requirement, we might want to hit one server's api from another server's javascript or so, and we get errors like:
http://somedomain.com is not allowe
Hello Readers,
Sometimes you need to do some changes in magento core files. It is a good habit of every Magento programmer to override the core file instead of making change in core file.
In this tutorial, i will explain how to override magento block
We can use CSV helper for exporting data in excelsheet in cakephp.
For using CSV helper we have to follow simple steps.
Step 1:- Firstly we have to create a file naming CsvHelper.php and have to save it in our app/view/Helper directory.
Below is t
In MVC while embedding the Jquery grid we will have to also perfrom the Crude operations like Insert Update Delete.
For doing that in MVC we need to made actions for it and for each action we need a view .
But in cas
Hooks are the functions that we can call prior and afterward doing any task in Models related to database. These are also known as callback methods. Like after finding data, before saving data etc.
e.g beforeSave(), afterSave(), before
Spiral model is same as the incremental model with more significant located on the risk analysis. Generally spiral model is distributed in four phases as- Planning, Risk Analysis, Engineering & Evaluation. In the spiral model any software project
