jqGrid is a grid component for ASP.NET & PHP based on the world’s most popular and flexible jQuery grid plugin jqGrid.
Category Archives: Programming
phpgrid
Features: – True cross-browser AJAX inline editing datagrid – Supports all HTML form controls – Integrated search toolbar – Master detail datagrid
Online Survey Tools
Basic Survey Tools A number of low cost online tools provide easy interfaces for building surveys and viewing reports online. These packages can be a great fit for smaller surveys where advanced question types, survey logic and results analysis are not required.
PayPal Instant Payment Notification with PHP
Hi there! Today we are going to combine Paypal with PHP to allow for the easy processing of payments on your website.
PayPal Payment Form
How it Works PayPal makes doing this very easy by providing those “Buy Now” buttons you’ve probably seen around the place. Basically when you see one of those buttons, it is really the submit button on an HTML form with all the form fields set to hidden. This is fine for when you have a …
Sass | CSS
Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules, variables,mixins, selector inheritance, and more. It’s translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.