First of all, you don’t need to build your own Joomla Adsense Module you can use a module type already found in the Joomla Core: custom HTML module. I have seen many people developing AdSense Modules but the issue here is that you don’t need to install nothing additional in order to get Adsense at [...]
April 17, 2009 – 11:57 am
When we build Web 2.0 applications we have to deal, eventually, with some way to update our pages “on the fly” and one of the best solutions I found is to combine Prototype, the javascript framework (http://www.prototypejs.org/), and AJAX.
December 23, 2008 – 4:46 pm
One of the most searched information about PHP is how to install it on a Windows environment. We’re going to use the following lines to help you understand the procedure, but, firstly, let me talk a bit more about what PHP needs to run.
As you already now, PHP is a server side scripting language that [...]
November 10, 2008 – 9:14 am
One of the problems for any Clickbank marketer is how to validate payments before giving access to her/his Clickbank product download page.
Clickbank guys have given us a useful clickbank script function for PHP to help us deal with this problem. Firstly let me show you the function and later we will talk a little more [...]
October 3, 2008 – 11:15 am
If you want to validate a Paypal payment process before giving access a client to your product or service you just need tu customize this simple script and you will be safe about fraudulent downloads.
The procedure is very simple.
First you need to create your paypal form in a way that it returns to a script [...]
This is a very high demand trick, what you need is to print a date but this date must be some days in the past, maybe 2 or 3 days ago. There is a powerful command for that, let me show you the command and then we'll talk a little more about it.
PLAIN TEXT
PHP:
echo date('F [...]