Question How do I remove a full directory in Linux?
Monthly Archives: March 2011
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.
JavaScript to scroll to the top of the page
The following JavaScript link in your page will cause the page to scroll to the top: