Technology

Integrating RBS WorldPay XML Direct Method with PHP

This item was filled under [ PHP ]

RBS Worldpay XML Direct model enables you to capture payment details on your own secure server and send the captured data to WorldPay for processing in preference to using WorldPay’s hosted payment pages. This connection model provides you with complete control over the look-and-feel of the payment experience for your customers. This model supports cardholder [...]

Continue reading...

How To Reveal Your Masked Password Using JavaScript

This item was filled under [ JavaScript ]

How To unmask the password saved in your browser which you might have forgotten. Suppose you forgot the password after saving in your favorite browser. Every time you visit your preferred site you are prompted to put the password but that work was done by the browser to help you. Now, what if your PC [...]

Continue reading...

Tagged with: [ ]

Top 12 Smart Tips To Work With SQL

This item was filled under [ .Net, Design Principles ]

Your users probably don’t know a thing about SQL, but you know its value. It’s everywhere, it’s easy to learn, and SQL solutions are simple to implement. Whether you use SQL a lot or sparingly, working smarter with SQL will help you avoid errors and improve performance. Many SQLs are vendor-specific. The following tips apply [...]

Continue reading...

Tagged with: [ ]

Best Practices of ActiveX Data Object (ADO)

This item was filled under [ .Net ]

ADO – ActiveX Data Object is a library to manipulate data i.e. retrieving and storing records. Being a Microsoft library ADO offers great ease to help developers with their database queries. ADO is quite flexible and powerful as it doesn’t let the developer bother how the database is implemented. They can straightaway use the database [...]

Continue reading...

Tagged with: [ ]

MooTools v/s jQuery

This item was filled under [ AJAX (Asynchronous JavaScript and XML), JavaScript ]

MooTools v/s jQuery is a hot topic as with the advent of technology every developer is using JavaScript in one way or another. Picking up a library is not an easy task specially if you are working somewhere where they already have a set pattern or their libraries defined. Ideally, every company is either working [...]

Continue reading...