I'm not sure what you are asking for...
Are you having a problem with the MAX7456?
Are you looking for help to connect an Arduino to the MAX7456?
Are you looking for help writing code to communicate with the MAX7456?
If you really have no programming experience, then I suggest going through some tutorials on programming and Arduino first. You will need to control pins and communicate over SPI. You will probably want to communicate over serial because you can't see what's going on when the code is running in and Arduino, so it is helpful to put print statements in the code at various points and watch using the serial monitor, so you can track the logic of the code and see internal variables.