Entries Tagged 'Programming' ↓

Why To Use Validation?

As a web developer or a programmer, you should be aware about the importance of input validations on forms that you are creating in order to be secured in your web or desktop applications.

Why to use validation? Of course, like what I have said, validation is intended to be secure your applications to be different types of hacking or breaching methods being used by hackers. Actually, one common hacking method being today is SQL injection where the hacker gets into your application through the forms that you integrated in the application. Now, combat this kind hacking technique, you need to validate your forms. Does that makes sense to you? I hope so. - DrMODChip

Flash Remoting

I just finished a flash-based game using amfphp architecture. As such, the integration and scalability of amfphp is so perfect for me because I need not worry about parsing the data being processed in the backend to that of the flash application.

Although, there are other flash-based approach that can be used to connect it to the database, still flash remoting is by far the most object-oriented programming approach.

I will talk more about this later.. - drmodchip