
Search In
Setting up a local development server installing plugins and modules you might need to develop Drupal theme
Firt we need to setup the local sever where we gonna run our Drupal site
1. First we need a server, XAMPP is very popular AMP stack pr
Error Logging and Management Handling in .NET is a technique by which errors are logged into database.
For doing this first you need to download DLL called Elmah.dll
Then write this code in your Web.Config file.
<?xml version="1.0"?>
&
There are 4 Relationship / Associations types in CakePHP:
Relationship Association Type &n
Vue.js is a library of javascript that can be used to build any web application. It has MVVM(Model-View-ViewModel) architecture. It is easy to learn and also more flexible.
Here you will see how you can use this js in your application.
Adding Vue.js
This is my controller :
@Controller
@RequestMapping(value = "/paymentgateway")
public class PaymentGatewayController {
@RequestMapping(value = "/checkPayStatusProposalID/{proposalID}", method = RequestMethod.GET)
@ResponseBody
public PGTransactio
As we know that in almost all web applications we need to amend such a functionality where you need to get the content from a file stored externally in your pc. lets say this content to be a simple text content.
In these cases what we can do is use
Rails model Serialization
Hi Friends,
Earlier we have discussed about Association in Rails Model. Today we will be covering one more topic related to rails active records, that is Serialization. In summary we can define serialized objects as, So seri
Nowadays, drivers can communicate with other drivers and pedestrians in a variety of ways, including using lights and gesturing. But what if the car is unmanned?
With the rise of autonomous vehicles, the signal that drivers transmit valuable
Welcome to FindNerd.
Today we are going to discuss the navigation management in word-press. We all knows WordPress provides text as well as functionality management using admin end. If you talk about the navigation then we can use the function wp_na
Uploading Files in Rails
Uploading files from a form is a very common task(i.e uploading images, files etc). As you may already know that you need to set multipart/form-data, if you want to upload files from a form. Similarly in rails, you need to se
